Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add language: Interlingua (#7715)

* Add language: Interlingua

* Add ia entry in dates

authored by

Paul Frazee and committed by
GitHub
eabe3ed2 98b7e95b

+8563
+1
app.config.js
··· 86 86 'gl', 87 87 'hi', 88 88 'hu', 89 + 'ia', 89 90 'id', 90 91 'it', 91 92 'ja',
+1
lingui.config.js
··· 17 17 'gl', 18 18 'hi', 19 19 'hu', 20 + 'ia', 20 21 'id', 21 22 'it', 22 23 'ja',
+1
src/components/hooks/dates.ts
··· 65 65 gl, 66 66 hi, 67 67 hu, 68 + ia: undefined, 68 69 id, 69 70 it, 70 71 ja,
+2
src/locale/helpers.ts
··· 185 185 return AppLanguage.hi 186 186 case 'hu': 187 187 return AppLanguage.hu 188 + case 'ia': 189 + return AppLanguage.ia 188 190 case 'id': 189 191 return AppLanguage.id 190 192 case 'it':
+9
src/locale/i18n.ts
··· 27 27 import {messages as messagesGl} from '#/locale/locales/gl/messages' 28 28 import {messages as messagesHi} from '#/locale/locales/hi/messages' 29 29 import {messages as messagesHu} from '#/locale/locales/hu/messages' 30 + import {messages as messagesIa} from '#/locale/locales/ia/messages' 30 31 import {messages as messagesId} from '#/locale/locales/id/messages' 31 32 import {messages as messagesIt} from '#/locale/locales/it/messages' 32 33 import {messages as messagesJa} from '#/locale/locales/ja/messages' ··· 170 171 await Promise.all([ 171 172 import('@formatjs/intl-pluralrules/locale-data/hu'), 172 173 import('@formatjs/intl-numberformat/locale-data/hu'), 174 + ]) 175 + break 176 + } 177 + case AppLanguage.id: { 178 + i18n.loadAndActivate({locale, messages: messagesIa}) 179 + await Promise.all([ 180 + import('@formatjs/intl-pluralrules/locale-data/ia'), 181 + import('@formatjs/intl-numberformat/locale-data/ia'), 173 182 ]) 174 183 break 175 184 }
+4
src/locale/i18n.web.ts
··· 72 72 mod = await import(`./locales/hu/messages`) 73 73 break 74 74 } 75 + case AppLanguage.ia: { 76 + mod = await import(`./locales/ia/messages`) 77 + break 78 + } 75 79 case AppLanguage.id: { 76 80 mod = await import(`./locales/id/messages`) 77 81 break
+2
src/locale/languages.ts
··· 21 21 gl = 'gl', 22 22 hi = 'hi', 23 23 hu = 'hu', 24 + ia = 'ia', 24 25 id = 'id', 25 26 it = 'it', 26 27 ja = 'ja', ··· 64 65 {code2: AppLanguage.gl, name: 'Galego – Galician'}, 65 66 {code2: AppLanguage.hi, name: 'हिंदी – Hindi'}, 66 67 {code2: AppLanguage.hu, name: 'magyar – Hungarian'}, 68 + {code2: AppLanguage.ia, name: 'Interlingua'}, 67 69 {code2: AppLanguage.id, name: 'Bahasa Indonesia – Indonesian'}, 68 70 {code2: AppLanguage.it, name: 'Italiano – Italian'}, 69 71 {code2: AppLanguage.ja, name: '日本語 – Japanese'},
+8543
src/locale/locales/ia/messages.po
··· 1 + msgid "" 2 + msgstr "" 3 + "POT-Creation-Date: 2023-11-05 16:01-0800\n" 4 + "MIME-Version: 1.0\n" 5 + "Content-Type: text/plain; charset=UTF-8\n" 6 + "Content-Transfer-Encoding: 8bit\n" 7 + "X-Generator: @lingui/cli\n" 8 + "Language: ia\n" 9 + "Project-Id-Version: bluesky-in-interlingua\n" 10 + "Report-Msgid-Bugs-To: \n" 11 + "PO-Revision-Date: 2025-02-10 20:45\n" 12 + "Last-Translator: \n" 13 + "Language-Team: Interlingua\n" 14 + "Plural-Forms: nplurals=2; plural=(n > 1);\n" 15 + "X-Crowdin-Project: bluesky-in-interlingua\n" 16 + "X-Crowdin-Project-ID: 739423\n" 17 + "X-Crowdin-Language: ia\n" 18 + "X-Crowdin-File: messages.po\n" 19 + "X-Crowdin-File-ID: 4\n" 20 + 21 + #: src/components/ProgressGuide/FollowDialog.tsx:567 22 + msgid "(active)" 23 + msgstr "" 24 + 25 + #: src/screens/Messages/components/ChatListItem.tsx:145 26 + msgid "(contains embedded content)" 27 + msgstr "" 28 + 29 + #: src/screens/Settings/AccountSettings.tsx:65 30 + #: src/view/com/modals/VerifyEmail.tsx:150 31 + msgid "(no email)" 32 + msgstr "(necun e-mail)" 33 + 34 + #: src/lib/hooks/useTimeAgo.ts:156 35 + msgid "{0, plural, one {# day} other {# days}}" 36 + msgstr "" 37 + 38 + #: src/screens/Profile/ProfileFollowers.tsx:40 39 + msgid "{0, plural, one {# follower} other {# followers}}" 40 + msgstr "" 41 + 42 + #: src/screens/Profile/ProfileFollows.tsx:40 43 + msgid "{0, plural, one {# following} other {# following}}" 44 + msgstr "" 45 + 46 + #: src/lib/hooks/useTimeAgo.ts:146 47 + msgid "{0, plural, one {# hour} other {# hours}}" 48 + msgstr "" 49 + 50 + #: src/components/moderation/LabelsOnMe.tsx:53 51 + msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" 52 + msgstr "" 53 + 54 + #: src/components/moderation/LabelsOnMe.tsx:62 55 + msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" 56 + msgstr "" 57 + 58 + #: src/screens/Post/PostLikedBy.tsx:41 59 + msgid "{0, plural, one {# like} other {# likes}}" 60 + msgstr "" 61 + 62 + #: src/lib/hooks/useTimeAgo.ts:136 63 + msgid "{0, plural, one {# minute} other {# minutes}}" 64 + msgstr "" 65 + 66 + #: src/lib/hooks/useTimeAgo.ts:167 67 + msgid "{0, plural, one {# month} other {# months}}" 68 + msgstr "" 69 + 70 + #: src/screens/Post/PostQuotes.tsx:41 71 + msgid "{0, plural, one {# quote} other {# quotes}}" 72 + msgstr "" 73 + 74 + #: src/screens/Post/PostRepostedBy.tsx:41 75 + msgid "{0, plural, one {# repost} other {# reposts}}" 76 + msgstr "" 77 + 78 + #: src/lib/hooks/useTimeAgo.ts:126 79 + msgid "{0, plural, one {# second} other {# seconds}}" 80 + msgstr "" 81 + 82 + #: src/components/ProfileHoverCard/index.web.tsx:398 83 + #: src/screens/Profile/Header/Metrics.tsx:22 84 + msgid "{0, plural, one {follower} other {followers}}" 85 + msgstr "" 86 + 87 + #: src/components/ProfileHoverCard/index.web.tsx:402 88 + #: src/screens/Profile/Header/Metrics.tsx:26 89 + msgid "{0, plural, one {following} other {following}}" 90 + msgstr "" 91 + 92 + #: src/view/com/post-thread/PostThreadItem.tsx:447 93 + msgid "{0, plural, one {like} other {likes}}" 94 + msgstr "" 95 + 96 + #: src/screens/Profile/Header/Metrics.tsx:58 97 + msgid "{0, plural, one {post} other {posts}}" 98 + msgstr "" 99 + 100 + #: src/view/com/post-thread/PostThreadItem.tsx:431 101 + msgid "{0, plural, one {quote} other {quotes}}" 102 + msgstr "" 103 + 104 + #: src/view/com/post-thread/PostThreadItem.tsx:413 105 + msgid "{0, plural, one {repost} other {reposts}}" 106 + msgstr "" 107 + 108 + #. Pattern: {wordValue} in tags 109 + #: src/components/dialogs/MutedWords.tsx:475 110 + msgid "{0} <0>in <1>tags</1></0>" 111 + msgstr "" 112 + 113 + #. Pattern: {wordValue} in text, tags 114 + #: src/components/dialogs/MutedWords.tsx:465 115 + msgid "{0} <0>in <1>text & tags</1></0>" 116 + msgstr "" 117 + 118 + #: src/screens/StarterPack/StarterPackLandingScreen.tsx:219 119 + msgid "{0} joined this week" 120 + msgstr "" 121 + 122 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/Scrubber.tsx:201 123 + msgid "{0} of {1}" 124 + msgstr "{0} de {1}" 125 + 126 + #: src/screens/StarterPack/StarterPackScreen.tsx:480 127 + msgid "{0} people have used this starter pack!" 128 + msgstr "" 129 + 130 + #: src/view/shell/bottom-bar/BottomBar.tsx:207 131 + msgid "{0} unread items" 132 + msgstr "{0} elementos non legite" 133 + 134 + #: src/view/com/util/UserAvatar.tsx:436 135 + msgid "{0}'s avatar" 136 + msgstr "Avatar de {0}" 137 + 138 + #: src/screens/StarterPack/Wizard/StepDetails.tsx:67 139 + msgid "{0}'s favorite feeds and people - join me!" 140 + msgstr "" 141 + 142 + #: src/screens/StarterPack/Wizard/StepDetails.tsx:46 143 + msgid "{0}'s starter pack" 144 + msgstr "" 145 + 146 + #. How many days have passed, displayed in a narrow form 147 + #: src/lib/hooks/useTimeAgo.ts:158 148 + msgid "{0}d" 149 + msgstr "" 150 + 151 + #. How many hours have passed, displayed in a narrow form 152 + #: src/lib/hooks/useTimeAgo.ts:148 153 + msgid "{0}h" 154 + msgstr "" 155 + 156 + #. How many minutes have passed, displayed in a narrow form 157 + #: src/lib/hooks/useTimeAgo.ts:138 158 + msgid "{0}m" 159 + msgstr "" 160 + 161 + #. How many months have passed, displayed in a narrow form 162 + #: src/lib/hooks/useTimeAgo.ts:169 163 + msgid "{0}mo" 164 + msgstr "" 165 + 166 + #. How many seconds have passed, displayed in a narrow form 167 + #: src/lib/hooks/useTimeAgo.ts:128 168 + msgid "{0}s" 169 + msgstr "" 170 + 171 + #: src/view/shell/desktop/LeftNav.tsx:384 172 + msgid "{count} unread items" 173 + msgstr "{count} elementos non legite" 174 + 175 + #: src/lib/generate-starterpack.ts:108 176 + #: src/screens/StarterPack/Wizard/index.tsx:178 177 + msgid "{displayName}'s Starter Pack" 178 + msgstr "" 179 + 180 + #: src/screens/SignupQueued.tsx:216 181 + msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" 182 + msgstr "" 183 + 184 + #: src/screens/SignupQueued.tsx:222 185 + msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" 186 + msgstr "" 187 + 188 + #: src/view/com/notifications/NotificationFeedItem.tsx:301 189 + msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> followed you" 190 + msgstr "" 191 + 192 + #: src/view/com/notifications/NotificationFeedItem.tsx:327 193 + msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your custom feed" 194 + msgstr "" 195 + 196 + #: src/view/com/notifications/NotificationFeedItem.tsx:223 197 + msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> liked your post" 198 + msgstr "" 199 + 200 + #: src/view/com/notifications/NotificationFeedItem.tsx:247 201 + msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> reposted your post" 202 + msgstr "" 203 + 204 + #: src/view/com/notifications/NotificationFeedItem.tsx:351 205 + msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}</0> signed up with your starter pack" 206 + msgstr "" 207 + 208 + #: src/view/com/notifications/NotificationFeedItem.tsx:313 209 + msgid "{firstAuthorLink} followed you" 210 + msgstr "{firstAuthorLink} te seque" 211 + 212 + #: src/view/com/notifications/NotificationFeedItem.tsx:290 213 + msgid "{firstAuthorLink} followed you back" 214 + msgstr "" 215 + 216 + #: src/view/com/notifications/NotificationFeedItem.tsx:339 217 + msgid "{firstAuthorLink} liked your custom feed" 218 + msgstr "" 219 + 220 + #: src/view/com/notifications/NotificationFeedItem.tsx:235 221 + msgid "{firstAuthorLink} liked your post" 222 + msgstr "" 223 + 224 + #: src/view/com/notifications/NotificationFeedItem.tsx:259 225 + msgid "{firstAuthorLink} reposted your post" 226 + msgstr "" 227 + 228 + #: src/view/com/notifications/NotificationFeedItem.tsx:363 229 + msgid "{firstAuthorLink} signed up with your starter pack" 230 + msgstr "" 231 + 232 + #: src/view/com/notifications/NotificationFeedItem.tsx:294 233 + msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" 234 + msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} te ha sequite" 235 + 236 + #: src/view/com/notifications/NotificationFeedItem.tsx:320 237 + msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" 238 + msgstr "" 239 + 240 + #: src/view/com/notifications/NotificationFeedItem.tsx:216 241 + msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" 242 + msgstr "" 243 + 244 + #: src/view/com/notifications/NotificationFeedItem.tsx:240 245 + msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" 246 + msgstr "" 247 + 248 + #: src/view/com/notifications/NotificationFeedItem.tsx:344 249 + msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" 250 + msgstr "" 251 + 252 + #: src/view/com/notifications/NotificationFeedItem.tsx:299 253 + msgid "{firstAuthorName} followed you" 254 + msgstr "{firstAuthorName} te ha sequite" 255 + 256 + #: src/view/com/notifications/NotificationFeedItem.tsx:289 257 + msgid "{firstAuthorName} followed you back" 258 + msgstr "" 259 + 260 + #: src/view/com/notifications/NotificationFeedItem.tsx:325 261 + msgid "{firstAuthorName} liked your custom feed" 262 + msgstr "" 263 + 264 + #: src/view/com/notifications/NotificationFeedItem.tsx:221 265 + msgid "{firstAuthorName} liked your post" 266 + msgstr "" 267 + 268 + #: src/view/com/notifications/NotificationFeedItem.tsx:245 269 + msgid "{firstAuthorName} reposted your post" 270 + msgstr "" 271 + 272 + #: src/view/com/notifications/NotificationFeedItem.tsx:349 273 + msgid "{firstAuthorName} signed up with your starter pack" 274 + msgstr "" 275 + 276 + #: src/components/ProfileHoverCard/index.web.tsx:508 277 + #: src/screens/Profile/Header/Metrics.tsx:49 278 + msgid "{following} following" 279 + msgstr "" 280 + 281 + #: src/components/dms/dialogs/SearchablePeopleList.tsx:388 282 + msgid "{handle} can't be messaged" 283 + msgstr "" 284 + 285 + #: src/view/shell/bottom-bar/BottomBarWeb.tsx:262 286 + msgid "{notificationCount} unread items" 287 + msgstr "{notificationCount} elementos non legite" 288 + 289 + #: src/view/shell/Drawer.tsx:453 290 + msgid "{numUnreadNotifications} unread" 291 + msgstr "{numUnreadNotifications} non legite" 292 + 293 + #: src/view/shell/bottom-bar/BottomBar.tsx:234 294 + msgid "{numUnreadNotifications} unread items" 295 + msgstr "{numUnreadNotifications} elementos non legite" 296 + 297 + #: src/components/NewskieDialog.tsx:116 298 + msgid "{profileName} joined Bluesky {0} ago" 299 + msgstr "" 300 + 301 + #: src/components/NewskieDialog.tsx:111 302 + msgid "{profileName} joined Bluesky using a starter pack {0} ago" 303 + msgstr "" 304 + 305 + #: src/screens/StarterPack/Wizard/index.tsx:449 306 + msgctxt "profiles" 307 + msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack" 308 + msgstr "" 309 + 310 + #: src/screens/StarterPack/Wizard/index.tsx:502 311 + msgctxt "feeds" 312 + msgid "<0>{0}, </0><1>{1}, </1>and {2, plural, one {# other} other {# others}} are included in your starter pack" 313 + msgstr "" 314 + 315 + #: src/view/shell/Drawer.tsx:97 316 + msgid "<0>{0}</0> {1, plural, one {follower} other {followers}}" 317 + msgstr "" 318 + 319 + #: src/view/shell/Drawer.tsx:108 320 + msgid "<0>{0}</0> {1, plural, one {following} other {following}}" 321 + msgstr "" 322 + 323 + #: src/screens/StarterPack/Wizard/index.tsx:490 324 + msgid "<0>{0}</0> and<1> </1><2>{1} </2>are included in your starter pack" 325 + msgstr "" 326 + 327 + #: src/screens/StarterPack/Wizard/index.tsx:483 328 + msgid "<0>{0}</0> is included in your starter pack" 329 + msgstr "" 330 + 331 + #: src/components/WhoCanReply.tsx:279 332 + msgid "<0>{0}</0> members" 333 + msgstr "" 334 + 335 + #: src/components/dms/DateDivider.tsx:69 336 + msgid "<0>{date}</0> at {time}" 337 + msgstr "" 338 + 339 + #: src/screens/Settings/NotificationSettings.tsx:85 340 + 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." 341 + msgstr "" 342 + 343 + #: src/screens/StarterPack/Wizard/index.tsx:440 344 + msgid "<0>You</0> and<1> </1><2>{0} </2>are included in your starter pack" 345 + msgstr "" 346 + 347 + #: src/screens/Profile/Header/Handle.tsx:52 348 + msgid "⚠Invalid Handle" 349 + msgstr "" 350 + 351 + #: src/components/dialogs/MutedWords.tsx:193 352 + msgid "24 hours" 353 + msgstr "24 horas" 354 + 355 + #: src/screens/Login/LoginForm.tsx:260 356 + msgid "2FA Confirmation" 357 + msgstr "Confirmation 2FA" 358 + 359 + #: src/components/dialogs/MutedWords.tsx:232 360 + msgid "30 days" 361 + msgstr "30 dies" 362 + 363 + #: src/components/dialogs/MutedWords.tsx:217 364 + msgid "7 days" 365 + msgstr "7 dies" 366 + 367 + #: src/Navigation.tsx:373 368 + #: src/screens/Settings/AboutSettings.tsx:28 369 + #: src/screens/Settings/Settings.tsx:215 370 + #: src/screens/Settings/Settings.tsx:218 371 + msgid "About" 372 + msgstr "A proposito de" 373 + 374 + #: src/view/screens/Search/Search.tsx:810 375 + msgid "Access navigation links and settings" 376 + msgstr "Accede a ligamines de navigation e configurationes" 377 + 378 + #: src/screens/Settings/AccessibilitySettings.tsx:46 379 + #: src/screens/Settings/Settings.tsx:191 380 + #: src/screens/Settings/Settings.tsx:194 381 + msgid "Accessibility" 382 + msgstr "Accessibilitate" 383 + 384 + #: src/Navigation.tsx:333 385 + msgid "Accessibility Settings" 386 + msgstr "Configurationes de accessibilitate" 387 + 388 + #: src/Navigation.tsx:349 389 + #: src/screens/Login/LoginForm.tsx:186 390 + #: src/screens/Settings/AccountSettings.tsx:45 391 + #: src/screens/Settings/Settings.tsx:153 392 + #: src/screens/Settings/Settings.tsx:156 393 + msgid "Account" 394 + msgstr "Conto" 395 + 396 + #: src/view/com/profile/ProfileMenu.tsx:132 397 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:360 398 + msgid "Account blocked" 399 + msgstr "Conto blocate" 400 + 401 + #: src/view/com/profile/ProfileMenu.tsx:145 402 + msgid "Account followed" 403 + msgstr "Conto sequite" 404 + 405 + #: src/view/com/profile/ProfileMenu.tsx:108 406 + msgid "Account muted" 407 + msgstr "Conto silentiate" 408 + 409 + #: src/components/moderation/ModerationDetailsDialog.tsx:101 410 + #: src/lib/moderation/useModerationCauseDescription.ts:96 411 + msgid "Account Muted" 412 + msgstr "Conto silentiate" 413 + 414 + #: src/components/moderation/ModerationDetailsDialog.tsx:87 415 + msgid "Account Muted by List" 416 + msgstr "Conto silentiate per lista" 417 + 418 + #: src/screens/Settings/Settings.tsx:430 419 + msgid "Account options" 420 + msgstr "Optiones de conto" 421 + 422 + #: src/screens/Settings/Settings.tsx:466 423 + msgid "Account removed from quick access" 424 + msgstr "Conto removite del accesso rapide" 425 + 426 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 427 + #: src/view/com/profile/ProfileMenu.tsx:122 428 + msgid "Account unblocked" 429 + msgstr "Conto disblocate" 430 + 431 + #: src/view/com/profile/ProfileMenu.tsx:157 432 + msgid "Account unfollowed" 433 + msgstr "Conto dissequite" 434 + 435 + #: src/view/com/profile/ProfileMenu.tsx:98 436 + msgid "Account unmuted" 437 + msgstr "Conto dissilentiate" 438 + 439 + #: src/components/dialogs/MutedWords.tsx:328 440 + #: src/view/com/modals/ListAddRemoveUsers.tsx:269 441 + #: src/view/com/modals/UserAddRemoveLists.tsx:235 442 + msgid "Add" 443 + msgstr "Adder" 444 + 445 + #: src/screens/StarterPack/Wizard/index.tsx:551 446 + msgid "Add {0} more to continue" 447 + msgstr "Adder {0} plus a continuar" 448 + 449 + #: src/components/StarterPack/Wizard/WizardListCard.tsx:58 450 + msgid "Add {displayName} to starter pack" 451 + msgstr "" 452 + 453 + #: src/view/com/composer/labels/LabelsBtn.tsx:107 454 + #: src/view/com/composer/labels/LabelsBtn.tsx:112 455 + msgid "Add a content warning" 456 + msgstr "Adder un advertimento de contento" 457 + 458 + #: src/view/screens/ProfileList.tsx:895 459 + #: src/view/screens/ProfileList.tsx:913 460 + msgid "Add a user to this list" 461 + msgstr "Adder un usator a iste lista" 462 + 463 + #: src/components/dialogs/SwitchAccount.tsx:55 464 + #: src/screens/Deactivated.tsx:191 465 + msgid "Add account" 466 + msgstr "Adder conto" 467 + 468 + #: src/view/com/composer/GifAltText.tsx:76 469 + #: src/view/com/composer/GifAltText.tsx:144 470 + #: src/view/com/composer/GifAltText.tsx:207 471 + #: src/view/com/composer/photos/Gallery.tsx:169 472 + #: src/view/com/composer/photos/Gallery.tsx:216 473 + #: src/view/com/composer/photos/ImageAltTextDialog.tsx:88 474 + #: src/view/com/composer/photos/ImageAltTextDialog.tsx:93 475 + msgid "Add alt text" 476 + msgstr "Adder texto alternative" 477 + 478 + #: src/view/com/composer/videos/SubtitleDialog.tsx:107 479 + msgid "Add alt text (optional)" 480 + msgstr "Adder texto alternative (optional)" 481 + 482 + #: src/screens/Settings/Settings.tsx:373 483 + #: src/screens/Settings/Settings.tsx:376 484 + #: src/view/shell/desktop/LeftNav.tsx:281 485 + #: src/view/shell/desktop/LeftNav.tsx:285 486 + msgid "Add another account" 487 + msgstr "Adder altere conto" 488 + 489 + #: src/view/com/composer/Composer.tsx:743 490 + msgid "Add another post" 491 + msgstr "Adder un altere publication" 492 + 493 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:102 494 + msgid "Add app password" 495 + msgstr "Adder contrasigno de application" 496 + 497 + #: src/screens/Settings/AppPasswords.tsx:75 498 + #: src/screens/Settings/AppPasswords.tsx:83 499 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 500 + msgid "Add App Password" 501 + msgstr "Adder contrasigno de application" 502 + 503 + #: src/components/dialogs/MutedWords.tsx:321 504 + msgid "Add mute word for configured settings" 505 + msgstr "" 506 + 507 + #: src/components/dialogs/MutedWords.tsx:112 508 + msgid "Add muted words and tags" 509 + msgstr "Adder parolas e etiquettas silentiate" 510 + 511 + #: src/view/com/composer/Composer.tsx:1257 512 + msgid "Add new post" 513 + msgstr "Adder nove publication" 514 + 515 + #: src/view/screens/ProfileList.tsx:903 516 + #: src/view/screens/ProfileList.tsx:921 517 + msgid "Add people" 518 + msgstr "Adder personas" 519 + 520 + #: src/screens/Home/NoFeedsPinned.tsx:99 521 + msgid "Add recommended feeds" 522 + msgstr "Adder fluxos recommendate" 523 + 524 + #: src/screens/StarterPack/Wizard/index.tsx:471 525 + msgid "Add some feeds to your starter pack!" 526 + msgstr "" 527 + 528 + #: src/screens/Feeds/NoFollowingFeed.tsx:41 529 + msgid "Add the default feed of only people you follow" 530 + msgstr "" 531 + 532 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:387 533 + msgid "Add the following DNS record to your domain:" 534 + msgstr "" 535 + 536 + #: src/components/FeedCard.tsx:295 537 + msgid "Add this feed to your feeds" 538 + msgstr "Adde iste fluxo a tu fluxos" 539 + 540 + #: src/view/com/profile/ProfileMenu.tsx:243 541 + #: src/view/com/profile/ProfileMenu.tsx:246 542 + msgid "Add to Lists" 543 + msgstr "Adder al listas" 544 + 545 + #: src/view/com/feeds/FeedSourceCard.tsx:269 546 + msgid "Add to my feeds" 547 + msgstr "Adder a mi fluxos" 548 + 549 + #: src/view/com/modals/ListAddRemoveUsers.tsx:192 550 + #: src/view/com/modals/UserAddRemoveLists.tsx:162 551 + msgid "Added to list" 552 + msgstr "Addite al lista" 553 + 554 + #: src/view/com/feeds/FeedSourceCard.tsx:125 555 + msgid "Added to my feeds" 556 + msgstr "Addite a mi fluxos" 557 + 558 + #: src/view/com/composer/labels/LabelsBtn.tsx:160 559 + msgid "Adult" 560 + msgstr "" 561 + 562 + #: src/components/moderation/ContentHider.tsx:113 563 + #: src/lib/moderation/useGlobalLabelStrings.ts:34 564 + #: src/lib/moderation/useModerationCauseDescription.ts:144 565 + #: src/view/com/composer/labels/LabelsBtn.tsx:128 566 + msgid "Adult Content" 567 + msgstr "" 568 + 569 + #: src/screens/Moderation/index.tsx:355 570 + msgid "Adult content can only be enabled via the Web at <0>bsky.app</0>." 571 + msgstr "" 572 + 573 + #: src/components/moderation/LabelPreference.tsx:242 574 + msgid "Adult content is disabled." 575 + msgstr "" 576 + 577 + #: src/view/com/composer/labels/LabelsBtn.tsx:139 578 + #: src/view/com/composer/labels/LabelsBtn.tsx:197 579 + msgid "Adult Content labels" 580 + msgstr "" 581 + 582 + #: src/screens/Moderation/index.tsx:399 583 + msgid "Advanced" 584 + msgstr "Avantiate" 585 + 586 + #: src/view/screens/Notifications.tsx:86 587 + msgid "All" 588 + msgstr "Toto" 589 + 590 + #: src/screens/StarterPack/StarterPackScreen.tsx:381 591 + msgid "All accounts have been followed!" 592 + msgstr "Tote le contos ha essite sequite!" 593 + 594 + #: src/view/screens/Feeds.tsx:702 595 + msgid "All the feeds you've saved, right in one place." 596 + msgstr "" 597 + 598 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:146 599 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:153 600 + msgid "Allow access to your direct messages" 601 + msgstr "Permitter accesso a tu messages directe" 602 + 603 + #: src/screens/Messages/Settings.tsx:70 604 + #: src/screens/Messages/Settings.tsx:73 605 + msgid "Allow new messages from" 606 + msgstr "Permitter nove messages de" 607 + 608 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:343 609 + msgid "Allow quote posts" 610 + msgstr "" 611 + 612 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:388 613 + msgid "Allow replies from:" 614 + msgstr "Permitter responsas de:" 615 + 616 + #: src/screens/Settings/AppPasswords.tsx:200 617 + msgid "Allows access to direct messages" 618 + msgstr "Permitte accesso a messages directe" 619 + 620 + #: src/screens/Login/ForgotPasswordForm.tsx:171 621 + #: src/view/com/modals/ChangePassword.tsx:171 622 + msgid "Already have a code?" 623 + msgstr "Ha tu jam un codice?" 624 + 625 + #: src/screens/Login/ChooseAccountForm.tsx:43 626 + msgid "Already signed in as @{0}" 627 + msgstr "" 628 + 629 + #: src/view/com/composer/GifAltText.tsx:100 630 + #: src/view/com/composer/photos/Gallery.tsx:187 631 + #: src/view/com/util/post-embeds/GifEmbed.tsx:186 632 + msgid "ALT" 633 + msgstr "" 634 + 635 + #: src/screens/Settings/AccessibilitySettings.tsx:56 636 + #: src/view/com/composer/GifAltText.tsx:154 637 + #: src/view/com/composer/photos/ImageAltTextDialog.tsx:118 638 + #: src/view/com/composer/videos/SubtitleDialog.tsx:56 639 + #: src/view/com/composer/videos/SubtitleDialog.tsx:102 640 + #: src/view/com/composer/videos/SubtitleDialog.tsx:106 641 + msgid "Alt text" 642 + msgstr "Texto alternative" 643 + 644 + #: src/view/com/util/post-embeds/GifEmbed.tsx:191 645 + msgid "Alt Text" 646 + msgstr "Texto alternative" 647 + 648 + #: src/view/com/composer/photos/Gallery.tsx:255 649 + msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." 650 + msgstr "" 651 + 652 + #: src/view/com/composer/GifAltText.tsx:179 653 + #: src/view/com/composer/photos/ImageAltTextDialog.tsx:139 654 + msgid "Alt text will be truncated. Limit: {0} characters." 655 + msgstr "" 656 + 657 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:93 658 + #: src/view/com/modals/VerifyEmail.tsx:132 659 + msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." 660 + msgstr "" 661 + 662 + #: src/view/com/modals/ChangeEmail.tsx:114 663 + msgid "An email has been sent to your previous address, {0}. It includes a confirmation code which you can enter below." 664 + msgstr "" 665 + 666 + #: src/components/dialogs/VerifyEmailDialog.tsx:91 667 + msgid "An email has been sent! Please enter the confirmation code included in the email below." 668 + msgstr "" 669 + 670 + #: src/components/dialogs/GifSelect.tsx:265 671 + msgid "An error has occurred" 672 + msgstr "Ocurreva un error" 673 + 674 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:420 675 + msgid "An error occurred" 676 + msgstr "Ocurreva un error" 677 + 678 + #: src/view/com/composer/state/video.ts:398 679 + msgid "An error occurred while compressing the video." 680 + msgstr "" 681 + 682 + #: src/components/StarterPack/ProfileStarterPacks.tsx:332 683 + msgid "An error occurred while generating your starter pack. Want to try again?" 684 + msgstr "" 685 + 686 + #: src/view/com/util/post-embeds/VideoEmbed.tsx:160 687 + msgid "An error occurred while loading the video. Please try again later." 688 + msgstr "" 689 + 690 + #: src/view/com/util/post-embeds/VideoEmbed.web.tsx:198 691 + msgid "An error occurred while loading the video. Please try again." 692 + msgstr "" 693 + 694 + #: src/components/StarterPack/QrCodeDialog.tsx:71 695 + #: src/components/StarterPack/ShareDialog.tsx:79 696 + msgid "An error occurred while saving the QR code!" 697 + msgstr "" 698 + 699 + #: src/view/com/composer/videos/SelectVideoBtn.tsx:81 700 + msgid "An error occurred while selecting the video" 701 + msgstr "" 702 + 703 + #: src/screens/StarterPack/StarterPackScreen.tsx:347 704 + #: src/screens/StarterPack/StarterPackScreen.tsx:369 705 + msgid "An error occurred while trying to follow all" 706 + msgstr "" 707 + 708 + #: src/view/com/composer/state/video.ts:435 709 + msgid "An error occurred while uploading the video." 710 + msgstr "" 711 + 712 + #: src/lib/moderation/useReportOptions.ts:28 713 + msgid "An issue not included in these options" 714 + msgstr "" 715 + 716 + #: src/components/dms/dialogs/NewChatDialog.tsx:41 717 + msgid "An issue occurred starting the chat" 718 + msgstr "" 719 + 720 + #: src/components/dms/dialogs/ShareViaChatDialog.tsx:47 721 + msgid "An issue occurred while trying to open the chat" 722 + msgstr "" 723 + 724 + #: src/components/hooks/useFollowMethods.ts:35 725 + #: src/components/hooks/useFollowMethods.ts:50 726 + #: src/components/ProfileCard.tsx:333 727 + #: src/components/ProfileCard.tsx:354 728 + #: src/view/com/profile/FollowButton.tsx:38 729 + #: src/view/com/profile/FollowButton.tsx:48 730 + msgid "An issue occurred, please try again." 731 + msgstr "" 732 + 733 + #: src/screens/Onboarding/StepInterests/index.tsx:185 734 + msgid "an unknown error occurred" 735 + msgstr "" 736 + 737 + #: src/components/moderation/ModerationDetailsDialog.tsx:157 738 + #: src/components/moderation/ModerationDetailsDialog.tsx:153 739 + msgid "an unknown labeler" 740 + msgstr "" 741 + 742 + #: src/components/WhoCanReply.tsx:300 743 + msgid "and" 744 + msgstr "e" 745 + 746 + #: src/screens/Onboarding/index.tsx:29 747 + #: src/screens/Onboarding/state.ts:94 748 + msgid "Animals" 749 + msgstr "Animales" 750 + 751 + #: src/view/com/util/post-embeds/GifEmbed.tsx:149 752 + msgid "Animated GIF" 753 + msgstr "GIF animate" 754 + 755 + #: src/lib/moderation/useReportOptions.ts:33 756 + msgid "Anti-Social Behavior" 757 + msgstr "Comportamento antisocial" 758 + 759 + #: src/view/screens/Search/Search.tsx:333 760 + #: src/view/screens/Search/Search.tsx:334 761 + msgid "Any language" 762 + msgstr "Qualcunque lingua" 763 + 764 + #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 765 + msgid "Anybody can interact" 766 + msgstr "Quicunque pote interager" 767 + 768 + #: src/Navigation.tsx:381 769 + #: src/screens/Settings/AppIconSettings/index.tsx:67 770 + #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:18 771 + #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:23 772 + msgid "App Icon" 773 + msgstr "Icone de application" 774 + 775 + #: src/screens/Settings/LanguageSettings.tsx:80 776 + msgid "App Language" 777 + msgstr "Lingua de app" 778 + 779 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:122 780 + msgid "App Password" 781 + msgstr "Contrasigno de app" 782 + 783 + #: src/screens/Settings/AppPasswords.tsx:147 784 + msgid "App password deleted" 785 + msgstr "Contrasigno de application supprimite" 786 + 787 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:84 788 + msgid "App password name must be unique" 789 + msgstr "Le nomine del contrasigno de application debe esser unic" 790 + 791 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:62 792 + msgid "App password names can only contain letters, numbers, spaces, dashes, and underscores" 793 + msgstr "" 794 + 795 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:80 796 + msgid "App password names must be at least 4 characters long" 797 + msgstr "" 798 + 799 + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:63 800 + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:66 801 + msgid "App passwords" 802 + msgstr "Contrasignos de application" 803 + 804 + #: src/Navigation.tsx:301 805 + #: src/screens/Settings/AppPasswords.tsx:51 806 + msgid "App Passwords" 807 + msgstr "Contrasignos de application" 808 + 809 + #: src/components/moderation/LabelsOnMeDialog.tsx:148 810 + #: src/components/moderation/LabelsOnMeDialog.tsx:151 811 + msgid "Appeal" 812 + msgstr "" 813 + 814 + #: src/components/moderation/LabelsOnMeDialog.tsx:243 815 + msgid "Appeal \"{0}\" label" 816 + msgstr "" 817 + 818 + #: src/components/moderation/LabelsOnMeDialog.tsx:233 819 + #: src/screens/Messages/components/ChatDisabled.tsx:91 820 + msgid "Appeal submitted" 821 + msgstr "" 822 + 823 + #: src/screens/Takendown.tsx:111 824 + #: src/screens/Takendown.tsx:144 825 + msgid "Appeal suspension" 826 + msgstr "" 827 + 828 + #: src/screens/Takendown.tsx:114 829 + msgid "Appeal Suspension" 830 + msgstr "" 831 + 832 + #: src/screens/Messages/components/ChatDisabled.tsx:51 833 + #: src/screens/Messages/components/ChatDisabled.tsx:53 834 + #: src/screens/Messages/components/ChatDisabled.tsx:99 835 + #: src/screens/Messages/components/ChatDisabled.tsx:101 836 + msgid "Appeal this decision" 837 + msgstr "" 838 + 839 + #: src/Navigation.tsx:341 840 + #: src/screens/Settings/AppearanceSettings.tsx:85 841 + #: src/screens/Settings/Settings.tsx:183 842 + #: src/screens/Settings/Settings.tsx:186 843 + msgid "Appearance" 844 + msgstr "Apparentia" 845 + 846 + #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:47 847 + #: src/screens/Home/NoFeedsPinned.tsx:93 848 + msgid "Apply default recommended feeds" 849 + msgstr "" 850 + 851 + #: src/view/com/post-thread/PostThreadItem.tsx:834 852 + msgid "Archived from {0}" 853 + msgstr "Archivate desde {0}" 854 + 855 + #: src/view/com/post-thread/PostThreadItem.tsx:803 856 + #: src/view/com/post-thread/PostThreadItem.tsx:842 857 + msgid "Archived post" 858 + msgstr "Publication archivate" 859 + 860 + #: src/screens/Settings/AppPasswords.tsx:209 861 + msgid "Are you sure you want to delete the app password \"{0}\"?" 862 + msgstr "" 863 + 864 + #: src/components/dms/MessageMenu.tsx:150 865 + msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." 866 + msgstr "" 867 + 868 + #: src/screens/StarterPack/StarterPackScreen.tsx:634 869 + msgid "Are you sure you want to delete this starter pack?" 870 + msgstr "" 871 + 872 + #: src/screens/Profile/Header/EditProfileDialog.tsx:82 873 + msgid "Are you sure you want to discard your changes?" 874 + msgstr "" 875 + 876 + #: src/components/dms/LeaveConvoPrompt.tsx:42 877 + msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participant." 878 + msgstr "" 879 + 880 + #: src/view/com/feeds/FeedSourceCard.tsx:319 881 + msgid "Are you sure you want to remove {0} from your feeds?" 882 + msgstr "" 883 + 884 + #: src/components/FeedCard.tsx:312 885 + msgid "Are you sure you want to remove this from your feeds?" 886 + msgstr "" 887 + 888 + #: src/view/com/composer/Composer.tsx:694 889 + msgid "Are you sure you'd like to discard this draft?" 890 + msgstr "" 891 + 892 + #: src/view/com/composer/Composer.tsx:868 893 + msgid "Are you sure you'd like to discard this post?" 894 + msgstr "" 895 + 896 + #: src/components/dialogs/MutedWords.tsx:433 897 + msgid "Are you sure?" 898 + msgstr "Es tu secur?" 899 + 900 + #: src/view/com/composer/select-language/SuggestedLanguage.tsx:69 901 + msgid "Are you writing in <0>{suggestedLanguageName}</0>?" 902 + msgstr "" 903 + 904 + #: src/screens/Onboarding/index.tsx:23 905 + #: src/screens/Onboarding/state.ts:95 906 + msgid "Art" 907 + msgstr "" 908 + 909 + #: src/view/com/composer/labels/LabelsBtn.tsx:172 910 + msgid "Artistic or non-erotic nudity." 911 + msgstr "" 912 + 913 + #: src/screens/Signup/StepHandle.tsx:180 914 + msgid "At least 3 characters" 915 + msgstr "Al minus 3 characteres" 916 + 917 + #: src/screens/Settings/AccessibilitySettings.tsx:105 918 + msgid "Autoplay options have moved to the <0>Content and Media settings</0>." 919 + msgstr "" 920 + 921 + #: src/screens/Settings/ContentAndMediaSettings.tsx:107 922 + #: src/screens/Settings/ContentAndMediaSettings.tsx:113 923 + msgid "Autoplay videos and GIFs" 924 + msgstr "" 925 + 926 + #: src/components/dms/MessagesListHeader.tsx:81 927 + #: src/components/moderation/LabelsOnMeDialog.tsx:290 928 + #: src/components/moderation/LabelsOnMeDialog.tsx:291 929 + #: src/screens/Login/ChooseAccountForm.tsx:90 930 + #: src/screens/Login/ChooseAccountForm.tsx:95 931 + #: src/screens/Login/ForgotPasswordForm.tsx:123 932 + #: src/screens/Login/ForgotPasswordForm.tsx:129 933 + #: src/screens/Login/LoginForm.tsx:300 934 + #: src/screens/Login/LoginForm.tsx:306 935 + #: src/screens/Login/SetNewPasswordForm.tsx:160 936 + #: src/screens/Login/SetNewPasswordForm.tsx:166 937 + #: src/screens/Messages/components/ChatDisabled.tsx:133 938 + #: src/screens/Messages/components/ChatDisabled.tsx:134 939 + #: src/screens/Profile/Header/Shell.tsx:115 940 + #: src/screens/Signup/BackNextButtons.tsx:41 941 + #: src/screens/StarterPack/Wizard/index.tsx:286 942 + msgid "Back" 943 + msgstr "" 944 + 945 + #: src/view/screens/Lists.tsx:81 946 + #: src/view/screens/ModerationModlists.tsx:81 947 + msgid "Before creating a list, you must first verify your email." 948 + msgstr "" 949 + 950 + #: src/view/com/composer/Composer.tsx:621 951 + msgid "Before creating a post, you must first verify your email." 952 + msgstr "" 953 + 954 + #: src/components/StarterPack/ProfileStarterPacks.tsx:339 955 + msgid "Before creating a starter pack, you must first verify your email." 956 + msgstr "" 957 + 958 + #: src/components/dms/dialogs/NewChatDialog.tsx:79 959 + #: src/components/dms/MessageProfileButton.tsx:89 960 + #: src/screens/Messages/Conversation.tsx:204 961 + msgid "Before you may message another user, you must first verify your email." 962 + msgstr "" 963 + 964 + #: src/screens/Search/components/ExploreTrendingTopics.tsx:74 965 + #: src/screens/Search/components/ExploreTrendingVideos.tsx:111 966 + msgid "BETA" 967 + msgstr "BETA" 968 + 969 + #: src/components/dialogs/BirthDateSettings.tsx:102 970 + #: src/screens/Settings/AccountSettings.tsx:109 971 + msgid "Birthday" 972 + msgstr "Anniversario" 973 + 974 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 975 + #: src/view/com/profile/ProfileMenu.tsx:341 976 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:744 977 + msgid "Block" 978 + msgstr "Blocar" 979 + 980 + #: src/components/dms/ConvoMenu.tsx:250 981 + #: src/components/dms/ConvoMenu.tsx:253 982 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:603 983 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:605 984 + msgid "Block account" 985 + msgstr "Blocar conto" 986 + 987 + #: src/view/com/profile/ProfileMenu.tsx:280 988 + #: src/view/com/profile/ProfileMenu.tsx:287 989 + msgid "Block Account" 990 + msgstr "Blocar conto" 991 + 992 + #: src/view/com/profile/ProfileMenu.tsx:324 993 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:739 994 + msgid "Block Account?" 995 + msgstr "Blocar conto?" 996 + 997 + #: src/view/screens/ProfileList.tsx:639 998 + msgid "Block accounts" 999 + msgstr "Blocar contos" 1000 + 1001 + #: src/components/dms/ReportDialog.tsx:325 1002 + msgid "Block and Delete" 1003 + msgstr "" 1004 + 1005 + #: src/components/dms/ReportDialog.tsx:343 1006 + msgid "Block and/or delete this conversation" 1007 + msgstr "" 1008 + 1009 + #: src/view/screens/ProfileList.tsx:760 1010 + msgid "Block list" 1011 + msgstr "Blocar lista" 1012 + 1013 + #: src/view/screens/ProfileList.tsx:755 1014 + msgid "Block these accounts?" 1015 + msgstr "Blocar iste contos?" 1016 + 1017 + #: src/components/dms/ReportDialog.tsx:347 1018 + #: src/components/dms/ReportDialog.tsx:350 1019 + msgid "Block user" 1020 + msgstr "" 1021 + 1022 + #: src/components/dms/ReportDialog.tsx:329 1023 + msgid "Block User" 1024 + msgstr "" 1025 + 1026 + #: src/view/com/util/post-embeds/QuoteEmbed.tsx:83 1027 + msgid "Blocked" 1028 + msgstr "Blocate" 1029 + 1030 + #: src/screens/Moderation/index.tsx:269 1031 + msgid "Blocked accounts" 1032 + msgstr "Contos blocate" 1033 + 1034 + #: src/Navigation.tsx:157 1035 + #: src/view/screens/ModerationBlockedAccounts.tsx:101 1036 + msgid "Blocked Accounts" 1037 + msgstr "Contos blocate" 1038 + 1039 + #: src/view/com/profile/ProfileMenu.tsx:336 1040 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:741 1041 + msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." 1042 + msgstr "" 1043 + 1044 + #: src/view/screens/ModerationBlockedAccounts.tsx:112 1045 + 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." 1046 + msgstr "" 1047 + 1048 + #: src/view/com/post-thread/PostThread.tsx:464 1049 + msgid "Blocked post." 1050 + msgstr "Blocar publication." 1051 + 1052 + #: src/screens/Profile/Sections/Labels.tsx:174 1053 + msgid "Blocking does not prevent this labeler from placing labels on your account." 1054 + msgstr "" 1055 + 1056 + #: src/view/screens/ProfileList.tsx:757 1057 + msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." 1058 + msgstr "" 1059 + 1060 + #: src/view/com/profile/ProfileMenu.tsx:333 1061 + 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." 1062 + msgstr "" 1063 + 1064 + #: src/view/com/auth/SplashScreen.web.tsx:173 1065 + msgid "Blog" 1066 + msgstr "Blog" 1067 + 1068 + #: src/view/com/auth/server-input/index.tsx:132 1069 + #: src/view/com/auth/server-input/index.tsx:133 1070 + msgid "Bluesky" 1071 + msgstr "Bluesky" 1072 + 1073 + #: src/view/com/post-thread/PostThreadItem.tsx:859 1074 + msgid "Bluesky cannot confirm the authenticity of the claimed date." 1075 + msgstr "" 1076 + 1077 + #: src/view/com/auth/server-input/index.tsx:208 1078 + msgid "Bluesky is an open network where you can choose your hosting provider. If you're a developer, you can host your own server." 1079 + msgstr "" 1080 + 1081 + #: src/view/com/auth/server-input/index.tsx:145 1082 + 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." 1083 + msgstr "" 1084 + 1085 + #: src/components/ProgressGuide/List.tsx:53 1086 + #: src/components/ProgressGuide/List.tsx:70 1087 + msgid "Bluesky is better with friends!" 1088 + msgstr "Bluesky es melior con amicos!" 1089 + 1090 + #: src/screens/Takendown.tsx:217 1091 + msgid "Bluesky Social Terms of Service" 1092 + msgstr "" 1093 + 1094 + #: src/components/StarterPack/ProfileStarterPacks.tsx:299 1095 + msgid "Bluesky will choose a set of recommended accounts from people in your network." 1096 + msgstr "" 1097 + 1098 + #: src/screens/Settings/components/PwiOptOut.tsx:92 1099 + 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." 1100 + msgstr "" 1101 + 1102 + #: src/screens/Settings/AppIconSettings/index.tsx:99 1103 + msgid "Bluesky+" 1104 + msgstr "" 1105 + 1106 + #: src/screens/Settings/AppIconSettings/index.tsx:102 1107 + msgid "Bluesky+ icons" 1108 + msgstr "Icones de Bluesky+" 1109 + 1110 + #: src/lib/moderation/useLabelBehaviorDescription.ts:53 1111 + msgid "Blur images" 1112 + msgstr "" 1113 + 1114 + #: src/lib/moderation/useLabelBehaviorDescription.ts:51 1115 + msgid "Blur images and filter from feeds" 1116 + msgstr "" 1117 + 1118 + #: src/screens/Onboarding/index.tsx:30 1119 + #: src/screens/Onboarding/state.ts:96 1120 + msgid "Books" 1121 + msgstr "Libros" 1122 + 1123 + #: src/components/FeedInterstitials.tsx:370 1124 + msgid "Browse more accounts on the Explore page" 1125 + msgstr "" 1126 + 1127 + #: src/components/FeedInterstitials.tsx:507 1128 + msgid "Browse more feeds on the Explore page" 1129 + msgstr "" 1130 + 1131 + #: src/components/FeedInterstitials.tsx:351 1132 + #: src/components/FeedInterstitials.tsx:354 1133 + #: src/components/FeedInterstitials.tsx:488 1134 + #: src/components/FeedInterstitials.tsx:491 1135 + msgid "Browse more suggestions" 1136 + msgstr "" 1137 + 1138 + #: src/components/FeedInterstitials.tsx:378 1139 + #: src/components/FeedInterstitials.tsx:516 1140 + msgid "Browse more suggestions on the Explore page" 1141 + msgstr "" 1142 + 1143 + #: src/screens/Home/NoFeedsPinned.tsx:103 1144 + #: src/screens/Home/NoFeedsPinned.tsx:109 1145 + msgid "Browse other feeds" 1146 + msgstr "" 1147 + 1148 + #: src/components/TrendingTopics.tsx:176 1149 + msgid "Browse posts about {displayName}" 1150 + msgstr "" 1151 + 1152 + #: src/components/TrendingTopics.tsx:184 1153 + msgid "Browse posts tagged with {displayName}" 1154 + msgstr "" 1155 + 1156 + #: src/components/TrendingTopics.tsx:222 1157 + msgid "Browse topic {displayName}" 1158 + msgstr "" 1159 + 1160 + #: src/view/com/auth/SplashScreen.web.tsx:168 1161 + msgid "Business" 1162 + msgstr "" 1163 + 1164 + #: src/components/LabelingServiceCard/index.tsx:62 1165 + msgid "By {0}" 1166 + msgstr "" 1167 + 1168 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:447 1169 + msgid "By <0>{0}</0>" 1170 + msgstr "" 1171 + 1172 + #: src/screens/Signup/StepInfo/Policies.tsx:81 1173 + msgid "By creating an account you agree to the <0>Privacy Policy</0>." 1174 + msgstr "" 1175 + 1176 + #: src/screens/Signup/StepInfo/Policies.tsx:48 1177 + msgid "By creating an account you agree to the <0>Terms of Service</0> and <1>Privacy Policy</1>." 1178 + msgstr "" 1179 + 1180 + #: src/screens/Signup/StepInfo/Policies.tsx:68 1181 + msgid "By creating an account you agree to the <0>Terms of Service</0>." 1182 + msgstr "" 1183 + 1184 + #: src/view/com/composer/photos/OpenCameraBtn.tsx:72 1185 + msgid "Camera" 1186 + msgstr "Camera" 1187 + 1188 + #: src/components/Menu/index.tsx:304 1189 + #: src/components/Prompt.tsx:129 1190 + #: src/components/Prompt.tsx:131 1191 + #: src/screens/Deactivated.tsx:157 1192 + #: src/screens/Profile/Header/EditProfileDialog.tsx:220 1193 + #: src/screens/Profile/Header/EditProfileDialog.tsx:228 1194 + #: src/screens/Settings/AppIconSettings/index.tsx:44 1195 + #: src/screens/Settings/AppIconSettings/index.tsx:225 1196 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:76 1197 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:83 1198 + #: src/screens/Settings/Settings.tsx:260 1199 + #: src/screens/Takendown.tsx:99 1200 + #: src/screens/Takendown.tsx:102 1201 + #: src/view/com/composer/Composer.tsx:931 1202 + #: src/view/com/modals/ChangeEmail.tsx:213 1203 + #: src/view/com/modals/ChangeEmail.tsx:215 1204 + #: src/view/com/modals/ChangePassword.tsx:268 1205 + #: src/view/com/modals/ChangePassword.tsx:271 1206 + #: src/view/com/modals/CreateOrEditList.tsx:335 1207 + #: src/view/com/modals/CropImage.web.tsx:97 1208 + #: src/view/com/modals/EditProfile.tsx:244 1209 + #: src/view/com/modals/InAppBrowserConsent.tsx:75 1210 + #: src/view/com/modals/InAppBrowserConsent.tsx:77 1211 + #: src/view/com/modals/LinkWarning.tsx:105 1212 + #: src/view/com/modals/LinkWarning.tsx:107 1213 + #: src/view/com/modals/VerifyEmail.tsx:255 1214 + #: src/view/com/modals/VerifyEmail.tsx:261 1215 + #: src/view/com/util/post-ctrls/RepostButton.tsx:213 1216 + #: src/view/screens/Search/Search.tsx:839 1217 + #: src/view/shell/desktop/LeftNav.tsx:209 1218 + msgid "Cancel" 1219 + msgstr "Cancellar" 1220 + 1221 + #: src/view/com/modals/CreateOrEditList.tsx:340 1222 + #: src/view/com/modals/DeleteAccount.tsx:170 1223 + #: src/view/com/modals/DeleteAccount.tsx:278 1224 + msgctxt "action" 1225 + msgid "Cancel" 1226 + msgstr "Cancellar" 1227 + 1228 + #: src/view/com/modals/DeleteAccount.tsx:166 1229 + #: src/view/com/modals/DeleteAccount.tsx:274 1230 + msgid "Cancel account deletion" 1231 + msgstr "Cancellar deletion de conto" 1232 + 1233 + #: src/view/com/modals/CropImage.web.tsx:94 1234 + msgid "Cancel image crop" 1235 + msgstr "" 1236 + 1237 + #: src/view/com/modals/EditProfile.tsx:239 1238 + msgid "Cancel profile editing" 1239 + msgstr "Cancellar edition de profilo" 1240 + 1241 + #: src/view/com/util/post-ctrls/RepostButton.tsx:207 1242 + msgid "Cancel quote post" 1243 + msgstr "" 1244 + 1245 + #: src/screens/Deactivated.tsx:151 1246 + msgid "Cancel reactivation and log out" 1247 + msgstr "" 1248 + 1249 + #: src/view/com/modals/ListAddRemoveUsers.tsx:88 1250 + #: src/view/screens/Search/Search.tsx:831 1251 + msgid "Cancel search" 1252 + msgstr "Cancellar cerca" 1253 + 1254 + #: src/view/com/modals/LinkWarning.tsx:106 1255 + msgid "Cancels opening the linked website" 1256 + msgstr "" 1257 + 1258 + #: src/state/shell/composer/index.tsx:83 1259 + #: src/view/com/util/post-ctrls/PostCtrls.tsx:117 1260 + #: src/view/com/util/post-ctrls/PostCtrls.tsx:158 1261 + #: src/view/com/util/post-ctrls/PostCtrls.tsx:194 1262 + msgid "Cannot interact with a blocked user" 1263 + msgstr "" 1264 + 1265 + #: src/view/com/composer/videos/SubtitleDialog.tsx:133 1266 + msgid "Captions (.vtt)" 1267 + msgstr "Subtitulos (.vtt)" 1268 + 1269 + #: src/view/com/composer/videos/SubtitleDialog.tsx:56 1270 + msgid "Captions & alt text" 1271 + msgstr "Subtitulos e texto alternative" 1272 + 1273 + #: src/screens/Settings/components/Email2FAToggle.tsx:60 1274 + #: src/view/com/modals/VerifyEmail.tsx:160 1275 + msgid "Change" 1276 + msgstr "Cambiar" 1277 + 1278 + #: src/screens/Settings/AppIconSettings/index.tsx:39 1279 + msgid "Change app icon" 1280 + msgstr "" 1281 + 1282 + #: src/screens/Settings/AppIconSettings/index.tsx:38 1283 + #: src/screens/Settings/AppIconSettings/index.tsx:221 1284 + msgid "Change app icon to \"{0}\"" 1285 + msgstr "" 1286 + 1287 + #: src/screens/Settings/AccountSettings.tsx:97 1288 + #: src/screens/Settings/AccountSettings.tsx:101 1289 + msgid "Change email" 1290 + msgstr "Cambiar e-mail" 1291 + 1292 + #: src/components/dialogs/VerifyEmailDialog.tsx:162 1293 + #: src/components/dialogs/VerifyEmailDialog.tsx:187 1294 + msgid "Change email address" 1295 + msgstr "Cambiar adresse de e-mail" 1296 + 1297 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:92 1298 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:96 1299 + msgid "Change Handle" 1300 + msgstr "Cambiar nomine de usator" 1301 + 1302 + #: src/view/com/modals/VerifyEmail.tsx:155 1303 + msgid "Change my email" 1304 + msgstr "Cambiar mi e-mail" 1305 + 1306 + #: src/view/com/modals/ChangePassword.tsx:142 1307 + msgid "Change Password" 1308 + msgstr "Cambiar contrasigno" 1309 + 1310 + #: src/view/com/composer/select-language/SuggestedLanguage.tsx:82 1311 + msgid "Change post language to {suggestedLanguageName}" 1312 + msgstr "" 1313 + 1314 + #: src/view/com/modals/ChangeEmail.tsx:104 1315 + msgid "Change Your Email" 1316 + msgstr "Cambiar tu e-mail" 1317 + 1318 + #: src/components/dialogs/VerifyEmailDialog.tsx:171 1319 + msgid "Change your email address" 1320 + msgstr "Cambiar tu adresse de e-mail" 1321 + 1322 + #: src/Navigation.tsx:398 1323 + #: src/view/shell/bottom-bar/BottomBar.tsx:204 1324 + #: src/view/shell/desktop/LeftNav.tsx:530 1325 + #: src/view/shell/Drawer.tsx:422 1326 + msgid "Chat" 1327 + msgstr "Chat" 1328 + 1329 + #: src/components/dms/ConvoMenu.tsx:179 1330 + msgid "Chat muted" 1331 + msgstr "Chat silentiate" 1332 + 1333 + #: src/components/dms/ConvoMenu.tsx:78 1334 + #: src/components/dms/MessageMenu.tsx:81 1335 + #: src/Navigation.tsx:403 1336 + #: src/screens/Messages/ChatList.tsx:253 1337 + msgid "Chat settings" 1338 + msgstr "Configurationes de Chat" 1339 + 1340 + #: src/screens/Messages/Settings.tsx:62 1341 + msgid "Chat Settings" 1342 + msgstr "Configurationes de Chat" 1343 + 1344 + #: src/components/dms/ConvoMenu.tsx:181 1345 + msgid "Chat unmuted" 1346 + msgstr "Chat dissilentiate" 1347 + 1348 + #: src/screens/SignupQueued.tsx:78 1349 + #: src/screens/SignupQueued.tsx:82 1350 + msgid "Check my status" 1351 + msgstr "Verificar mi stato" 1352 + 1353 + #: src/screens/Login/LoginForm.tsx:293 1354 + msgid "Check your email for a login code and enter it here." 1355 + msgstr "" 1356 + 1357 + #: src/view/com/modals/DeleteAccount.tsx:213 1358 + msgid "Check your inbox for an email with the confirmation code to enter below:" 1359 + msgstr "" 1360 + 1361 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:370 1362 + msgid "Choose domain verification method" 1363 + msgstr "Elige methodo de verification de dominio" 1364 + 1365 + #: src/screens/StarterPack/Wizard/index.tsx:194 1366 + msgid "Choose Feeds" 1367 + msgstr "" 1368 + 1369 + #: src/components/StarterPack/ProfileStarterPacks.tsx:307 1370 + msgid "Choose for me" 1371 + msgstr "Elige por me" 1372 + 1373 + #: src/screens/StarterPack/Wizard/index.tsx:190 1374 + msgid "Choose People" 1375 + msgstr "Elige personas" 1376 + 1377 + #: src/view/com/composer/labels/LabelsBtn.tsx:115 1378 + msgid "Choose self-labels that are applicable for the media you are posting. If none are selected, this post is suitable for all audiences." 1379 + msgstr "" 1380 + 1381 + #: src/screens/Onboarding/StepFinished.tsx:287 1382 + msgid "Choose the algorithms that power your custom feeds." 1383 + msgstr "" 1384 + 1385 + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:107 1386 + msgid "Choose this color as your avatar" 1387 + msgstr "Elige iste color como tu avatar" 1388 + 1389 + #: src/view/com/auth/server-input/index.tsx:126 1390 + msgid "Choose your account provider" 1391 + msgstr "" 1392 + 1393 + #: src/view/screens/Feeds.tsx:728 1394 + #: src/view/screens/Search/Explore.tsx:427 1395 + msgid "Choose your own timeline! Feeds built by the community help you find content you love." 1396 + msgstr "" 1397 + 1398 + #: src/screens/Signup/StepInfo/index.tsx:195 1399 + msgid "Choose your password" 1400 + msgstr "Elige tu contrasigno" 1401 + 1402 + #: src/screens/Signup/index.tsx:142 1403 + msgid "Choose your username" 1404 + msgstr "" 1405 + 1406 + #: src/screens/Settings/Settings.tsx:351 1407 + msgid "Clear all storage data" 1408 + msgstr "" 1409 + 1410 + #: src/screens/Settings/Settings.tsx:353 1411 + msgid "Clear all storage data (restart after this)" 1412 + msgstr "" 1413 + 1414 + #: src/components/forms/SearchInput.tsx:70 1415 + msgid "Clear search query" 1416 + msgstr "Nettar texto a cercar" 1417 + 1418 + #: src/view/screens/Support.tsx:41 1419 + msgid "click here" 1420 + msgstr "clicca hic" 1421 + 1422 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:336 1423 + msgid "Click to disable quote posts of this post." 1424 + msgstr "" 1425 + 1426 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:337 1427 + msgid "Click to enable quote posts of this post." 1428 + msgstr "" 1429 + 1430 + #: src/components/RichTextTag.tsx:54 1431 + msgid "Click to open tag menu for {tag}" 1432 + msgstr "" 1433 + 1434 + #: src/components/dms/MessageItem.tsx:241 1435 + msgid "Click to retry failed message" 1436 + msgstr "" 1437 + 1438 + #: src/screens/Onboarding/index.tsx:32 1439 + msgid "Climate" 1440 + msgstr "" 1441 + 1442 + #: src/components/dms/ChatEmptyPill.tsx:39 1443 + msgid "Clip 🐴 clop 🐴" 1444 + msgstr "" 1445 + 1446 + #: src/components/dialogs/GifSelect.tsx:281 1447 + #: src/components/dialogs/VerifyEmailDialog.tsx:289 1448 + #: src/components/dms/dialogs/SearchablePeopleList.tsx:265 1449 + #: src/components/dms/ReportDialog.tsx:372 1450 + #: src/components/dms/ReportDialog.tsx:381 1451 + #: src/components/NewskieDialog.tsx:146 1452 + #: src/components/NewskieDialog.tsx:153 1453 + #: src/components/ProgressGuide/FollowDialog.tsx:429 1454 + #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:117 1455 + #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:123 1456 + #: src/view/com/modals/ChangePassword.tsx:268 1457 + #: src/view/com/modals/ChangePassword.tsx:271 1458 + #: src/view/com/util/post-embeds/GifEmbed.tsx:197 1459 + msgid "Close" 1460 + msgstr "Clauder" 1461 + 1462 + #: src/components/Dialog/index.web.tsx:110 1463 + #: src/components/Dialog/index.web.tsx:252 1464 + msgid "Close active dialog" 1465 + msgstr "Clauder quadro de dialogo active" 1466 + 1467 + #: src/screens/Login/PasswordUpdatedForm.tsx:31 1468 + msgid "Close alert" 1469 + msgstr "" 1470 + 1471 + #: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 1472 + msgid "Close bottom drawer" 1473 + msgstr "" 1474 + 1475 + #: src/components/dialogs/GifSelect.tsx:275 1476 + msgid "Close dialog" 1477 + msgstr "Clauder quadro de dialogo" 1478 + 1479 + #: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:137 1480 + #: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:173 1481 + msgid "Close emoji picker" 1482 + msgstr "" 1483 + 1484 + #: src/components/dialogs/GifSelect.tsx:169 1485 + msgid "Close GIF dialog" 1486 + msgstr "Clauder quadro de dialogo de GIF" 1487 + 1488 + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:31 1489 + msgid "Close image" 1490 + msgstr "Clauder imagine" 1491 + 1492 + #: src/view/com/lightbox/Lightbox.web.tsx:109 1493 + msgid "Close image viewer" 1494 + msgstr "Clauder visualisator de imagine" 1495 + 1496 + #: src/view/shell/index.web.tsx:69 1497 + msgid "Close navigation footer" 1498 + msgstr "" 1499 + 1500 + #: src/components/Menu/index.tsx:298 1501 + msgid "Close this dialog" 1502 + msgstr "Clauder iste quadro de dialogo" 1503 + 1504 + #: src/view/shell/index.web.tsx:70 1505 + msgid "Closes bottom navigation bar" 1506 + msgstr "" 1507 + 1508 + #: src/screens/Login/PasswordUpdatedForm.tsx:32 1509 + msgid "Closes password update alert" 1510 + msgstr "" 1511 + 1512 + #: src/view/com/lightbox/ImageViewing/components/ImageDefaultHeader.tsx:32 1513 + msgid "Closes viewer for header image" 1514 + msgstr "" 1515 + 1516 + #: src/view/com/notifications/NotificationFeedItem.tsx:401 1517 + msgid "Collapse list of users" 1518 + msgstr "" 1519 + 1520 + #: src/view/com/notifications/NotificationFeedItem.tsx:594 1521 + msgid "Collapses list of users for a given notification" 1522 + msgstr "" 1523 + 1524 + #: src/screens/Settings/AppearanceSettings.tsx:93 1525 + msgid "Color mode" 1526 + msgstr "" 1527 + 1528 + #: src/screens/Onboarding/index.tsx:38 1529 + #: src/screens/Onboarding/state.ts:97 1530 + msgid "Comedy" 1531 + msgstr "" 1532 + 1533 + #: src/screens/Onboarding/index.tsx:24 1534 + #: src/screens/Onboarding/state.ts:98 1535 + msgid "Comics" 1536 + msgstr "" 1537 + 1538 + #: src/Navigation.tsx:291 1539 + #: src/view/screens/CommunityGuidelines.tsx:34 1540 + msgid "Community Guidelines" 1541 + msgstr "" 1542 + 1543 + #: src/screens/Onboarding/StepFinished.tsx:300 1544 + msgid "Complete onboarding and start using your account" 1545 + msgstr "" 1546 + 1547 + #: src/screens/Signup/index.tsx:144 1548 + msgid "Complete the challenge" 1549 + msgstr "" 1550 + 1551 + #: src/view/shell/desktop/LeftNav.tsx:496 1552 + msgid "Compose new post" 1553 + msgstr "" 1554 + 1555 + #: src/view/com/composer/Composer.tsx:834 1556 + msgid "Compose posts up to {MAX_GRAPHEME_LENGTH} characters in length" 1557 + msgstr "" 1558 + 1559 + #: src/view/com/post-thread/PostThreadComposePrompt.tsx:34 1560 + msgid "Compose reply" 1561 + msgstr "" 1562 + 1563 + #: src/view/com/composer/Composer.tsx:1651 1564 + msgid "Compressing video..." 1565 + msgstr "" 1566 + 1567 + #: src/components/moderation/LabelPreference.tsx:82 1568 + msgid "Configure content filtering setting for category: {name}" 1569 + msgstr "" 1570 + 1571 + #: src/components/moderation/LabelPreference.tsx:244 1572 + msgid "Configured in <0>moderation settings</0>." 1573 + msgstr "" 1574 + 1575 + #: src/components/dialogs/VerifyEmailDialog.tsx:253 1576 + #: src/components/dialogs/VerifyEmailDialog.tsx:260 1577 + #: src/components/dialogs/VerifyEmailDialog.tsx:283 1578 + #: src/components/Prompt.tsx:172 1579 + #: src/components/Prompt.tsx:175 1580 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:185 1581 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:188 1582 + #: src/view/com/modals/VerifyEmail.tsx:239 1583 + #: src/view/com/modals/VerifyEmail.tsx:241 1584 + msgid "Confirm" 1585 + msgstr "Confirmar" 1586 + 1587 + #: src/view/com/modals/ChangeEmail.tsx:188 1588 + #: src/view/com/modals/ChangeEmail.tsx:190 1589 + msgid "Confirm Change" 1590 + msgstr "Confirmar cambiamentos" 1591 + 1592 + #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:34 1593 + msgid "Confirm content language settings" 1594 + msgstr "Confirmar configurationes de lingua de contento" 1595 + 1596 + #: src/view/com/modals/DeleteAccount.tsx:264 1597 + msgid "Confirm delete account" 1598 + msgstr "Confirmar deletion de conto" 1599 + 1600 + #: src/screens/Moderation/index.tsx:303 1601 + msgid "Confirm your age:" 1602 + msgstr "Confirma tu etate:" 1603 + 1604 + #: src/screens/Moderation/index.tsx:294 1605 + msgid "Confirm your birthdate" 1606 + msgstr "" 1607 + 1608 + #: src/components/dialogs/VerifyEmailDialog.tsx:214 1609 + #: src/screens/Login/LoginForm.tsx:266 1610 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 1611 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:150 1612 + #: src/view/com/modals/ChangeEmail.tsx:152 1613 + #: src/view/com/modals/DeleteAccount.tsx:220 1614 + #: src/view/com/modals/DeleteAccount.tsx:226 1615 + #: src/view/com/modals/VerifyEmail.tsx:173 1616 + msgid "Confirmation code" 1617 + msgstr "Codice de confirmation" 1618 + 1619 + #: src/components/dialogs/VerifyEmailDialog.tsx:210 1620 + msgid "Confirmation Code" 1621 + msgstr "Codice de confirmation" 1622 + 1623 + #: src/screens/Login/LoginForm.tsx:327 1624 + msgid "Connecting..." 1625 + msgstr "Connexion in corso..." 1626 + 1627 + #: src/screens/Signup/index.tsx:175 1628 + #: src/screens/Signup/index.tsx:178 1629 + msgid "Contact support" 1630 + msgstr "Contactar supporto" 1631 + 1632 + #: src/screens/Settings/ContentAndMediaSettings.tsx:50 1633 + msgid "Content & Media" 1634 + msgstr "" 1635 + 1636 + #: src/screens/Settings/AccessibilitySettings.tsx:109 1637 + #: src/screens/Settings/Settings.tsx:175 1638 + #: src/screens/Settings/Settings.tsx:178 1639 + msgid "Content and media" 1640 + msgstr "Contento e multimedia" 1641 + 1642 + #: src/Navigation.tsx:365 1643 + msgid "Content and Media" 1644 + msgstr "Contento e multimedia" 1645 + 1646 + #: src/lib/moderation/useGlobalLabelStrings.ts:18 1647 + msgid "Content Blocked" 1648 + msgstr "Contento blocate" 1649 + 1650 + #: src/screens/Moderation/index.tsx:287 1651 + msgid "Content filters" 1652 + msgstr "Filtros de contento" 1653 + 1654 + #: src/screens/Settings/LanguageSettings.tsx:251 1655 + #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:76 1656 + msgid "Content Languages" 1657 + msgstr "Linguas de contento" 1658 + 1659 + #: src/components/moderation/ModerationDetailsDialog.tsx:80 1660 + #: src/lib/moderation/useModerationCauseDescription.ts:80 1661 + msgid "Content Not Available" 1662 + msgstr "Contento non disponibile" 1663 + 1664 + #: src/components/moderation/ModerationDetailsDialog.tsx:48 1665 + #: src/components/moderation/ScreenHider.tsx:93 1666 + #: src/lib/moderation/useGlobalLabelStrings.ts:22 1667 + #: src/lib/moderation/useModerationCauseDescription.ts:43 1668 + msgid "Content Warning" 1669 + msgstr "Advertimento de contento" 1670 + 1671 + #: src/view/com/composer/labels/LabelsBtn.tsx:60 1672 + msgid "Content warnings" 1673 + msgstr "Advertimentos de contento" 1674 + 1675 + #: src/components/Menu/index.web.tsx:82 1676 + msgid "Context menu backdrop, click to close the menu." 1677 + msgstr "" 1678 + 1679 + #: src/screens/Onboarding/StepInterests/index.tsx:244 1680 + #: src/screens/Onboarding/StepProfile/index.tsx:278 1681 + msgid "Continue" 1682 + msgstr "Continuar" 1683 + 1684 + #: src/components/AccountList.tsx:121 1685 + msgid "Continue as {0} (currently signed in)" 1686 + msgstr "" 1687 + 1688 + #: src/view/com/post-thread/PostThreadLoadMore.tsx:60 1689 + msgid "Continue thread..." 1690 + msgstr "" 1691 + 1692 + #: src/screens/Onboarding/StepInterests/index.tsx:241 1693 + #: src/screens/Onboarding/StepProfile/index.tsx:275 1694 + #: src/screens/Signup/BackNextButtons.tsx:60 1695 + msgid "Continue to next step" 1696 + msgstr "" 1697 + 1698 + #: src/screens/Messages/components/ChatListItem.tsx:179 1699 + msgid "Conversation deleted" 1700 + msgstr "Conversation supprimite" 1701 + 1702 + #: src/screens/Onboarding/index.tsx:41 1703 + msgid "Cooking" 1704 + msgstr "Cocina" 1705 + 1706 + #: src/view/com/modals/InviteCodes.tsx:183 1707 + msgid "Copied" 1708 + msgstr "Copiate" 1709 + 1710 + #: src/screens/Settings/AboutSettings.tsx:73 1711 + msgid "Copied build version to clipboard" 1712 + msgstr "Version de compilation copiate al area de transferentia" 1713 + 1714 + #: src/components/dms/MessageMenu.tsx:57 1715 + #: src/lib/sharing.ts:25 1716 + #: src/view/com/modals/InviteCodes.tsx:153 1717 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:235 1718 + #: src/view/com/util/post-ctrls/PostCtrls.tsx:393 1719 + msgid "Copied to clipboard" 1720 + msgstr "Copiate al area de transferentia" 1721 + 1722 + #: src/components/dialogs/Embed.tsx:136 1723 + #: src/screens/Settings/components/CopyButton.tsx:66 1724 + msgid "Copied!" 1725 + msgstr "Copiate!" 1726 + 1727 + #: src/components/StarterPack/QrCodeDialog.tsx:175 1728 + msgid "Copy" 1729 + msgstr "Copiar" 1730 + 1731 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:196 1732 + msgid "Copy App Password" 1733 + msgstr "Copiar contrasigno de application" 1734 + 1735 + #: src/screens/Settings/AboutSettings.tsx:68 1736 + msgid "Copy build version to clipboard" 1737 + msgstr "Copiar version de compilation al area de transferentia" 1738 + 1739 + #: src/components/dialogs/Embed.tsx:122 1740 + #: src/components/dialogs/Embed.tsx:141 1741 + msgid "Copy code" 1742 + msgstr "Copiar codice" 1743 + 1744 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:472 1745 + msgid "Copy DID" 1746 + msgstr "Copiar DID" 1747 + 1748 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:405 1749 + msgid "Copy host" 1750 + msgstr "" 1751 + 1752 + #: src/components/StarterPack/ShareDialog.tsx:123 1753 + msgid "Copy link" 1754 + msgstr "Copiar ligamine" 1755 + 1756 + #: src/components/StarterPack/ShareDialog.tsx:130 1757 + msgid "Copy Link" 1758 + msgstr "Copiar ligamine" 1759 + 1760 + #: src/view/screens/ProfileList.tsx:483 1761 + msgid "Copy link to list" 1762 + msgstr "Copiar ligamine al lista" 1763 + 1764 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:434 1765 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443 1766 + msgid "Copy link to post" 1767 + msgstr "Copiar ligamine al publication" 1768 + 1769 + #: src/components/dms/MessageMenu.tsx:110 1770 + #: src/components/dms/MessageMenu.tsx:112 1771 + msgid "Copy message text" 1772 + msgstr "Copiar message de texto" 1773 + 1774 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:412 1775 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:414 1776 + msgid "Copy post text" 1777 + msgstr "Copiar texto de publication" 1778 + 1779 + #: src/components/StarterPack/QrCodeDialog.tsx:169 1780 + msgid "Copy QR code" 1781 + msgstr "Copiar codice QR" 1782 + 1783 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:426 1784 + msgid "Copy TXT record value" 1785 + msgstr "" 1786 + 1787 + #: src/Navigation.tsx:296 1788 + #: src/view/screens/CopyrightPolicy.tsx:31 1789 + msgid "Copyright Policy" 1790 + msgstr "Politica de Copyright" 1791 + 1792 + #: src/components/dms/LeaveConvoPrompt.tsx:33 1793 + #: src/components/dms/ReportDialog.tsx:308 1794 + msgid "Could not leave chat" 1795 + msgstr "" 1796 + 1797 + #: src/screens/Profile/ProfileFeed/index.tsx:80 1798 + msgid "Could not load feed" 1799 + msgstr "" 1800 + 1801 + #: src/view/screens/ProfileList.tsx:1000 1802 + msgid "Could not load list" 1803 + msgstr "" 1804 + 1805 + #: src/components/dms/ConvoMenu.tsx:185 1806 + msgid "Could not mute chat" 1807 + msgstr "" 1808 + 1809 + #: src/view/com/composer/videos/VideoPreview.web.tsx:66 1810 + msgid "Could not process your video" 1811 + msgstr "" 1812 + 1813 + #: src/components/StarterPack/ProfileStarterPacks.tsx:289 1814 + msgid "Create" 1815 + msgstr "Crear" 1816 + 1817 + #: src/components/StarterPack/QrCodeDialog.tsx:153 1818 + msgid "Create a QR code for a starter pack" 1819 + msgstr "" 1820 + 1821 + #: src/components/StarterPack/ProfileStarterPacks.tsx:167 1822 + #: src/components/StarterPack/ProfileStarterPacks.tsx:270 1823 + #: src/Navigation.tsx:428 1824 + msgid "Create a starter pack" 1825 + msgstr "" 1826 + 1827 + #: src/components/StarterPack/ProfileStarterPacks.tsx:251 1828 + msgid "Create a starter pack for me" 1829 + msgstr "" 1830 + 1831 + #: src/view/com/auth/SplashScreen.tsx:55 1832 + #: src/view/com/auth/SplashScreen.web.tsx:117 1833 + #: src/view/shell/bottom-bar/BottomBar.tsx:304 1834 + #: src/view/shell/bottom-bar/BottomBar.tsx:309 1835 + #: src/view/shell/bottom-bar/BottomBarWeb.tsx:202 1836 + #: src/view/shell/bottom-bar/BottomBarWeb.tsx:207 1837 + #: src/view/shell/NavSignupCard.tsx:47 1838 + #: src/view/shell/NavSignupCard.tsx:52 1839 + msgid "Create account" 1840 + msgstr "" 1841 + 1842 + #: src/screens/Signup/index.tsx:93 1843 + msgid "Create Account" 1844 + msgstr "Crear conto" 1845 + 1846 + #: src/components/dialogs/Signin.tsx:86 1847 + #: src/components/dialogs/Signin.tsx:88 1848 + msgid "Create an account" 1849 + msgstr "Crear un conto" 1850 + 1851 + #: src/screens/Onboarding/StepProfile/index.tsx:292 1852 + msgid "Create an avatar instead" 1853 + msgstr "" 1854 + 1855 + #: src/components/StarterPack/ProfileStarterPacks.tsx:174 1856 + msgid "Create another" 1857 + msgstr "" 1858 + 1859 + #: src/view/com/auth/SplashScreen.tsx:47 1860 + #: src/view/com/auth/SplashScreen.web.tsx:109 1861 + msgid "Create new account" 1862 + msgstr "Crear nove conto" 1863 + 1864 + #: src/components/ReportDialog/SelectReportOptionView.tsx:99 1865 + msgid "Create report for {0}" 1866 + msgstr "" 1867 + 1868 + #: src/screens/Settings/AppPasswords.tsx:174 1869 + msgid "Created {0}" 1870 + msgstr "Create {0}" 1871 + 1872 + #: src/screens/List/ListHiddenScreen.tsx:127 1873 + msgid "Creator has been blocked" 1874 + msgstr "Le creator ha essite blocate" 1875 + 1876 + #: src/screens/Onboarding/index.tsx:26 1877 + #: src/screens/Onboarding/state.ts:99 1878 + msgid "Culture" 1879 + msgstr "" 1880 + 1881 + #: src/view/com/auth/server-input/index.tsx:138 1882 + #: src/view/com/auth/server-input/index.tsx:139 1883 + msgid "Custom" 1884 + msgstr "" 1885 + 1886 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:102 1887 + msgid "Customize who can interact with this post." 1888 + msgstr "" 1889 + 1890 + #: src/screens/Settings/AppearanceSettings.tsx:105 1891 + #: src/screens/Settings/AppearanceSettings.tsx:126 1892 + msgid "Dark" 1893 + msgstr "Obscur" 1894 + 1895 + #: src/view/screens/Debug.tsx:69 1896 + msgid "Dark mode" 1897 + msgstr "Modo obscur" 1898 + 1899 + #: src/screens/Settings/AppearanceSettings.tsx:118 1900 + msgid "Dark theme" 1901 + msgstr "Thema obscur" 1902 + 1903 + #: src/screens/Signup/StepInfo/index.tsx:216 1904 + msgid "Date of birth" 1905 + msgstr "" 1906 + 1907 + #: src/screens/Settings/AccountSettings.tsx:146 1908 + #: src/screens/Settings/AccountSettings.tsx:151 1909 + #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 1910 + msgid "Deactivate account" 1911 + msgstr "Disactivar conto" 1912 + 1913 + #: src/screens/Settings/Settings.tsx:332 1914 + msgid "Debug Moderation" 1915 + msgstr "" 1916 + 1917 + #: src/view/screens/Debug.tsx:89 1918 + msgid "Debug panel" 1919 + msgstr "Pannello de depuration" 1920 + 1921 + #: src/screens/Settings/AppearanceSettings.tsx:168 1922 + msgid "Default" 1923 + msgstr "Predefinite" 1924 + 1925 + #: src/screens/Settings/AppIconSettings/index.tsx:75 1926 + msgid "Default icons" 1927 + msgstr "Icones predefinite" 1928 + 1929 + #: src/components/dms/MessageMenu.tsx:152 1930 + #: src/screens/Settings/AppPasswords.tsx:212 1931 + #: src/screens/StarterPack/StarterPackScreen.tsx:586 1932 + #: src/screens/StarterPack/StarterPackScreen.tsx:665 1933 + #: src/screens/StarterPack/StarterPackScreen.tsx:745 1934 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:661 1935 + #: src/view/screens/ProfileList.tsx:739 1936 + msgid "Delete" 1937 + msgstr "Supprimer" 1938 + 1939 + #: src/screens/Settings/AccountSettings.tsx:156 1940 + #: src/screens/Settings/AccountSettings.tsx:161 1941 + msgid "Delete account" 1942 + msgstr "Supprimer conto" 1943 + 1944 + #: src/view/com/modals/DeleteAccount.tsx:101 1945 + msgid "Delete Account <0>\"</0><1>{0}</1><2>\"</2>" 1946 + msgstr "" 1947 + 1948 + #: src/screens/Settings/AppPasswords.tsx:187 1949 + msgid "Delete app password" 1950 + msgstr "Supprimer contrasigno de application" 1951 + 1952 + #: src/screens/Settings/AppPasswords.tsx:207 1953 + msgid "Delete app password?" 1954 + msgstr "" 1955 + 1956 + #: src/screens/Settings/Settings.tsx:339 1957 + msgid "Delete chat declaration record" 1958 + msgstr "" 1959 + 1960 + #: src/components/dms/ReportDialog.tsx:353 1961 + #: src/components/dms/ReportDialog.tsx:356 1962 + msgid "Delete conversation" 1963 + msgstr "" 1964 + 1965 + #: src/components/dms/ReportDialog.tsx:327 1966 + msgid "Delete Conversation" 1967 + msgstr "" 1968 + 1969 + #: src/components/dms/MessageMenu.tsx:124 1970 + msgid "Delete for me" 1971 + msgstr "Supprimer pro me" 1972 + 1973 + #: src/view/screens/ProfileList.tsx:526 1974 + msgid "Delete List" 1975 + msgstr "" 1976 + 1977 + #: src/components/dms/MessageMenu.tsx:148 1978 + msgid "Delete message" 1979 + msgstr "" 1980 + 1981 + #: src/components/dms/MessageMenu.tsx:122 1982 + msgid "Delete message for me" 1983 + msgstr "" 1984 + 1985 + #: src/view/com/modals/DeleteAccount.tsx:267 1986 + msgid "Delete my account" 1987 + msgstr "Supprimer mi conto" 1988 + 1989 + #: src/view/com/composer/Composer.tsx:842 1990 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:642 1991 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:644 1992 + msgid "Delete post" 1993 + msgstr "" 1994 + 1995 + #: src/screens/StarterPack/StarterPackScreen.tsx:580 1996 + #: src/screens/StarterPack/StarterPackScreen.tsx:736 1997 + msgid "Delete starter pack" 1998 + msgstr "" 1999 + 2000 + #: src/screens/StarterPack/StarterPackScreen.tsx:631 2001 + msgid "Delete starter pack?" 2002 + msgstr "" 2003 + 2004 + #: src/view/screens/ProfileList.tsx:734 2005 + msgid "Delete this list?" 2006 + msgstr "" 2007 + 2008 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:656 2009 + msgid "Delete this post?" 2010 + msgstr "" 2011 + 2012 + #: src/view/com/util/post-embeds/QuoteEmbed.tsx:93 2013 + msgid "Deleted" 2014 + msgstr "Supprimite" 2015 + 2016 + #: src/components/dms/MessagesListHeader.tsx:154 2017 + #: src/screens/Messages/components/ChatListItem.tsx:113 2018 + msgid "Deleted Account" 2019 + msgstr "Conto supprimite" 2020 + 2021 + #: src/view/com/post-thread/PostThread.tsx:450 2022 + msgid "Deleted post." 2023 + msgstr "" 2024 + 2025 + #: src/screens/Profile/Header/EditProfileDialog.tsx:344 2026 + #: src/view/com/modals/CreateOrEditList.tsx:280 2027 + #: src/view/com/modals/CreateOrEditList.tsx:301 2028 + #: src/view/com/modals/EditProfile.tsx:193 2029 + #: src/view/com/modals/EditProfile.tsx:205 2030 + msgid "Description" 2031 + msgstr "" 2032 + 2033 + #: src/screens/Profile/Header/EditProfileDialog.tsx:364 2034 + msgid "Description is too long" 2035 + msgstr "" 2036 + 2037 + #: src/screens/Profile/Header/EditProfileDialog.tsx:365 2038 + msgid "Description is too long. The maximum number of characters is {DESCRIPTION_MAX_GRAPHEMES}." 2039 + msgstr "" 2040 + 2041 + #: src/view/com/composer/GifAltText.tsx:150 2042 + #: src/view/com/composer/photos/ImageAltTextDialog.tsx:114 2043 + msgid "Descriptive alt text" 2044 + msgstr "" 2045 + 2046 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:566 2047 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:576 2048 + msgid "Detach quote" 2049 + msgstr "" 2050 + 2051 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:719 2052 + msgid "Detach quote post?" 2053 + msgstr "" 2054 + 2055 + #: src/screens/Settings/Settings.tsx:242 2056 + #: src/screens/Settings/Settings.tsx:245 2057 + msgid "Developer options" 2058 + msgstr "" 2059 + 2060 + #: src/components/WhoCanReply.tsx:175 2061 + msgid "Dialog: adjust who can interact with this post" 2062 + msgstr "" 2063 + 2064 + #: src/screens/Settings/AppearanceSettings.tsx:122 2065 + msgid "Dim" 2066 + msgstr "" 2067 + 2068 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:89 2069 + msgid "Disable Email 2FA" 2070 + msgstr "" 2071 + 2072 + #: src/screens/Settings/AccessibilitySettings.tsx:91 2073 + #: src/screens/Settings/AccessibilitySettings.tsx:96 2074 + msgid "Disable haptic feedback" 2075 + msgstr "" 2076 + 2077 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:386 2078 + msgid "Disable subtitles" 2079 + msgstr "Disactivar subtitulos" 2080 + 2081 + #: src/lib/moderation/useLabelBehaviorDescription.ts:32 2082 + #: src/lib/moderation/useLabelBehaviorDescription.ts:42 2083 + #: src/lib/moderation/useLabelBehaviorDescription.ts:68 2084 + #: src/screens/Messages/Settings.tsx:139 2085 + #: src/screens/Messages/Settings.tsx:142 2086 + #: src/screens/Moderation/index.tsx:345 2087 + msgid "Disabled" 2088 + msgstr "" 2089 + 2090 + #: src/screens/Profile/Header/EditProfileDialog.tsx:84 2091 + #: src/view/com/composer/Composer.tsx:696 2092 + #: src/view/com/composer/Composer.tsx:875 2093 + msgid "Discard" 2094 + msgstr "" 2095 + 2096 + #: src/screens/Profile/Header/EditProfileDialog.tsx:81 2097 + msgid "Discard changes?" 2098 + msgstr "" 2099 + 2100 + #: src/view/com/composer/Composer.tsx:693 2101 + msgid "Discard draft?" 2102 + msgstr "" 2103 + 2104 + #: src/view/com/composer/Composer.tsx:867 2105 + msgid "Discard post?" 2106 + msgstr "" 2107 + 2108 + #: src/screens/Settings/components/PwiOptOut.tsx:80 2109 + #: src/screens/Settings/components/PwiOptOut.tsx:84 2110 + msgid "Discourage apps from showing my account to logged-out users" 2111 + msgstr "" 2112 + 2113 + #: src/view/com/posts/FollowingEmptyState.tsx:70 2114 + #: src/view/com/posts/FollowingEndOfFeed.tsx:71 2115 + msgid "Discover new custom feeds" 2116 + msgstr "" 2117 + 2118 + #: src/view/screens/Search/Explore.tsx:425 2119 + msgid "Discover new feeds" 2120 + msgstr "" 2121 + 2122 + #: src/view/screens/Feeds.tsx:725 2123 + msgid "Discover New Feeds" 2124 + msgstr "" 2125 + 2126 + #: src/components/Dialog/index.tsx:313 2127 + msgid "Dismiss" 2128 + msgstr "" 2129 + 2130 + #: src/view/com/composer/Composer.tsx:1575 2131 + msgid "Dismiss error" 2132 + msgstr "" 2133 + 2134 + #: src/components/ProgressGuide/List.tsx:42 2135 + msgid "Dismiss getting started guide" 2136 + msgstr "" 2137 + 2138 + #: src/components/interstitials/TrendingVideos.tsx:92 2139 + msgid "Dismiss this section" 2140 + msgstr "" 2141 + 2142 + #: src/screens/Settings/AccessibilitySettings.tsx:71 2143 + #: src/screens/Settings/AccessibilitySettings.tsx:76 2144 + msgid "Display larger alt text badges" 2145 + msgstr "" 2146 + 2147 + #: src/screens/Profile/Header/EditProfileDialog.tsx:314 2148 + #: src/screens/Profile/Header/EditProfileDialog.tsx:320 2149 + #: src/screens/Profile/Header/EditProfileDialog.tsx:351 2150 + #: src/view/com/modals/EditProfile.tsx:187 2151 + msgid "Display name" 2152 + msgstr "" 2153 + 2154 + #: src/view/com/modals/EditProfile.tsx:175 2155 + msgid "Display Name" 2156 + msgstr "" 2157 + 2158 + #: src/screens/Profile/Header/EditProfileDialog.tsx:333 2159 + msgid "Display name is too long" 2160 + msgstr "" 2161 + 2162 + #: src/screens/Profile/Header/EditProfileDialog.tsx:334 2163 + msgid "Display name is too long. The maximum number of characters is {DISPLAY_NAME_MAX_GRAPHEMES}." 2164 + msgstr "" 2165 + 2166 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:373 2167 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:375 2168 + msgid "DNS Panel" 2169 + msgstr "" 2170 + 2171 + #: src/components/dialogs/MutedWords.tsx:302 2172 + msgid "Do not apply this mute word to users you follow" 2173 + msgstr "" 2174 + 2175 + #: src/lib/moderation/useGlobalLabelStrings.ts:39 2176 + msgid "Does not include nudity." 2177 + msgstr "" 2178 + 2179 + #: src/screens/Signup/StepHandle.tsx:163 2180 + msgid "Doesn't begin or end with a hyphen" 2181 + msgstr "" 2182 + 2183 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:488 2184 + msgid "Domain verified!" 2185 + msgstr "" 2186 + 2187 + #: src/components/dialogs/BirthDateSettings.tsx:114 2188 + #: src/components/dialogs/BirthDateSettings.tsx:120 2189 + #: src/components/dms/ReportDialog.tsx:323 2190 + #: src/components/forms/DateField/index.tsx:87 2191 + #: src/components/forms/DateField/index.tsx:93 2192 + #: src/screens/Onboarding/StepProfile/index.tsx:330 2193 + #: src/screens/Onboarding/StepProfile/index.tsx:333 2194 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:215 2195 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:222 2196 + #: src/view/com/auth/server-input/index.tsx:228 2197 + #: src/view/com/auth/server-input/index.tsx:229 2198 + #: src/view/com/composer/labels/LabelsBtn.tsx:224 2199 + #: src/view/com/composer/labels/LabelsBtn.tsx:231 2200 + #: src/view/com/composer/videos/SubtitleDialog.tsx:169 2201 + #: src/view/com/composer/videos/SubtitleDialog.tsx:179 2202 + #: src/view/com/modals/CropImage.web.tsx:112 2203 + #: src/view/com/modals/InviteCodes.tsx:81 2204 + #: src/view/com/modals/InviteCodes.tsx:124 2205 + #: src/view/com/modals/ListAddRemoveUsers.tsx:143 2206 + msgid "Done" 2207 + msgstr "" 2208 + 2209 + #: src/view/com/modals/ListAddRemoveUsers.tsx:145 2210 + #: src/view/com/modals/UserAddRemoveLists.tsx:113 2211 + #: src/view/com/modals/UserAddRemoveLists.tsx:116 2212 + msgctxt "action" 2213 + msgid "Done" 2214 + msgstr "" 2215 + 2216 + #: src/view/com/modals/lang-settings/ConfirmLanguagesButton.tsx:42 2217 + msgid "Done{extraText}" 2218 + msgstr "" 2219 + 2220 + #: src/components/Dialog/index.tsx:314 2221 + msgid "Double tap to close the dialog" 2222 + msgstr "" 2223 + 2224 + #: src/screens/VideoFeed/index.tsx:1039 2225 + msgid "Double tap to like" 2226 + msgstr "" 2227 + 2228 + #: src/screens/StarterPack/StarterPackLandingScreen.tsx:317 2229 + msgid "Download Bluesky" 2230 + msgstr "" 2231 + 2232 + #: src/screens/Settings/components/ExportCarDialog.tsx:77 2233 + #: src/screens/Settings/components/ExportCarDialog.tsx:82 2234 + msgid "Download CAR file" 2235 + msgstr "" 2236 + 2237 + #: src/view/com/composer/text-input/TextInput.web.tsx:342 2238 + msgid "Drop to add images" 2239 + msgstr "" 2240 + 2241 + #: src/components/dialogs/MutedWords.tsx:153 2242 + msgid "Duration:" 2243 + msgstr "" 2244 + 2245 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:211 2246 + msgid "e.g. alice" 2247 + msgstr "" 2248 + 2249 + #: src/screens/Profile/Header/EditProfileDialog.tsx:321 2250 + msgid "e.g. Alice Lastname" 2251 + msgstr "" 2252 + 2253 + #: src/view/com/modals/EditProfile.tsx:180 2254 + msgid "e.g. Alice Roberts" 2255 + msgstr "" 2256 + 2257 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:357 2258 + msgid "e.g. alice.com" 2259 + msgstr "" 2260 + 2261 + #: src/view/com/modals/EditProfile.tsx:198 2262 + msgid "e.g. Artist, dog-lover, and avid reader." 2263 + msgstr "" 2264 + 2265 + #: src/lib/moderation/useGlobalLabelStrings.ts:43 2266 + msgid "E.g. artistic nudes." 2267 + msgstr "" 2268 + 2269 + #: src/view/com/modals/CreateOrEditList.tsx:263 2270 + msgid "e.g. Great Posters" 2271 + msgstr "" 2272 + 2273 + #: src/view/com/modals/CreateOrEditList.tsx:264 2274 + msgid "e.g. Spammers" 2275 + msgstr "" 2276 + 2277 + #: src/view/com/modals/CreateOrEditList.tsx:292 2278 + msgid "e.g. The posters who never miss." 2279 + msgstr "" 2280 + 2281 + #: src/view/com/modals/CreateOrEditList.tsx:293 2282 + msgid "e.g. Users that repeatedly reply with ads." 2283 + msgstr "" 2284 + 2285 + #: src/view/com/modals/InviteCodes.tsx:97 2286 + msgid "Each code works once. You'll receive more invite codes periodically." 2287 + msgstr "" 2288 + 2289 + #: src/screens/Settings/AccountSettings.tsx:112 2290 + #: src/screens/StarterPack/StarterPackScreen.tsx:575 2291 + #: src/screens/StarterPack/Wizard/index.tsx:534 2292 + #: src/screens/StarterPack/Wizard/index.tsx:541 2293 + msgid "Edit" 2294 + msgstr "" 2295 + 2296 + #: src/view/com/lists/ListMembers.tsx:142 2297 + msgctxt "action" 2298 + msgid "Edit" 2299 + msgstr "" 2300 + 2301 + #: src/view/com/util/UserAvatar.tsx:348 2302 + #: src/view/com/util/UserBanner.tsx:95 2303 + msgid "Edit avatar" 2304 + msgstr "" 2305 + 2306 + #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:111 2307 + msgid "Edit Feeds" 2308 + msgstr "" 2309 + 2310 + #: src/view/com/composer/photos/EditImageDialog.web.tsx:58 2311 + #: src/view/com/composer/photos/EditImageDialog.web.tsx:62 2312 + #: src/view/com/composer/photos/Gallery.tsx:194 2313 + msgid "Edit image" 2314 + msgstr "" 2315 + 2316 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:623 2317 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:636 2318 + msgid "Edit interaction settings" 2319 + msgstr "" 2320 + 2321 + #: src/view/screens/ProfileList.tsx:514 2322 + msgid "Edit list details" 2323 + msgstr "" 2324 + 2325 + #: src/view/com/modals/CreateOrEditList.tsx:230 2326 + msgid "Edit Moderation List" 2327 + msgstr "" 2328 + 2329 + #: src/Navigation.tsx:306 2330 + #: src/view/screens/Feeds.tsx:515 2331 + msgid "Edit My Feeds" 2332 + msgstr "" 2333 + 2334 + #: src/view/com/modals/EditProfile.tsx:147 2335 + msgid "Edit my profile" 2336 + msgstr "" 2337 + 2338 + #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:109 2339 + msgid "Edit People" 2340 + msgstr "" 2341 + 2342 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:69 2343 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 2344 + msgid "Edit post interaction settings" 2345 + msgstr "" 2346 + 2347 + #: src/screens/Profile/Header/EditProfileDialog.tsx:269 2348 + #: src/screens/Profile/Header/EditProfileDialog.tsx:275 2349 + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:186 2350 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:179 2351 + msgid "Edit profile" 2352 + msgstr "" 2353 + 2354 + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:189 2355 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:182 2356 + msgid "Edit Profile" 2357 + msgstr "" 2358 + 2359 + #: src/screens/StarterPack/StarterPackScreen.tsx:567 2360 + msgid "Edit starter pack" 2361 + msgstr "" 2362 + 2363 + #: src/view/com/modals/CreateOrEditList.tsx:225 2364 + msgid "Edit User List" 2365 + msgstr "" 2366 + 2367 + #: src/components/WhoCanReply.tsx:87 2368 + msgid "Edit who can reply" 2369 + msgstr "" 2370 + 2371 + #: src/view/com/modals/EditProfile.tsx:188 2372 + msgid "Edit your display name" 2373 + msgstr "" 2374 + 2375 + #: src/view/com/modals/EditProfile.tsx:206 2376 + msgid "Edit your profile description" 2377 + msgstr "" 2378 + 2379 + #: src/Navigation.tsx:433 2380 + msgid "Edit your starter pack" 2381 + msgstr "" 2382 + 2383 + #: src/screens/Onboarding/index.tsx:31 2384 + #: src/screens/Onboarding/state.ts:101 2385 + msgid "Education" 2386 + msgstr "" 2387 + 2388 + #: src/screens/List/ListHiddenScreen.tsx:141 2389 + msgid "Either the creator of this list has blocked you or you have blocked the creator." 2390 + msgstr "" 2391 + 2392 + #: src/screens/Settings/AccountSettings.tsx:60 2393 + #: src/screens/Signup/StepInfo/index.tsx:164 2394 + #: src/view/com/modals/ChangeEmail.tsx:136 2395 + msgid "Email" 2396 + msgstr "" 2397 + 2398 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:64 2399 + msgid "Email 2FA disabled" 2400 + msgstr "" 2401 + 2402 + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:54 2403 + msgid "Email 2FA enabled" 2404 + msgstr "" 2405 + 2406 + #: src/screens/Login/ForgotPasswordForm.tsx:93 2407 + msgid "Email address" 2408 + msgstr "" 2409 + 2410 + #: src/components/intents/VerifyEmailIntentDialog.tsx:104 2411 + msgid "Email Resent" 2412 + msgstr "" 2413 + 2414 + #: src/view/com/modals/ChangeEmail.tsx:54 2415 + #: src/view/com/modals/ChangeEmail.tsx:83 2416 + msgid "Email updated" 2417 + msgstr "" 2418 + 2419 + #: src/view/com/modals/ChangeEmail.tsx:106 2420 + msgid "Email Updated" 2421 + msgstr "" 2422 + 2423 + #: src/view/com/modals/VerifyEmail.tsx:85 2424 + msgid "Email verified" 2425 + msgstr "" 2426 + 2427 + #: src/components/intents/VerifyEmailIntentDialog.tsx:79 2428 + msgid "Email Verified" 2429 + msgstr "" 2430 + 2431 + #: src/components/dialogs/Embed.tsx:113 2432 + msgid "Embed HTML code" 2433 + msgstr "" 2434 + 2435 + #: src/components/dialogs/Embed.tsx:97 2436 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:451 2437 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:453 2438 + msgid "Embed post" 2439 + msgstr "" 2440 + 2441 + #: src/components/dialogs/Embed.tsx:101 2442 + msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." 2443 + msgstr "" 2444 + 2445 + #: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 2446 + msgid "Embedded video player" 2447 + msgstr "" 2448 + 2449 + #: src/screens/Settings/components/Email2FAToggle.tsx:56 2450 + #: src/screens/Settings/components/Email2FAToggle.tsx:60 2451 + msgid "Enable" 2452 + msgstr "Habilitar" 2453 + 2454 + #: src/components/dialogs/EmbedConsent.tsx:100 2455 + msgid "Enable {0} only" 2456 + msgstr "Habilitar {0} solmente" 2457 + 2458 + #: src/screens/Moderation/index.tsx:332 2459 + msgid "Enable adult content" 2460 + msgstr "Habilitar contento pro adultos" 2461 + 2462 + #: src/screens/Settings/components/Email2FAToggle.tsx:53 2463 + msgid "Enable Email 2FA" 2464 + msgstr "" 2465 + 2466 + #: src/components/dialogs/EmbedConsent.tsx:81 2467 + #: src/components/dialogs/EmbedConsent.tsx:88 2468 + msgid "Enable external media" 2469 + msgstr "" 2470 + 2471 + #: src/screens/Settings/ExternalMediaPreferences.tsx:49 2472 + msgid "Enable media players for" 2473 + msgstr "" 2474 + 2475 + #: src/screens/Settings/NotificationSettings.tsx:74 2476 + #: src/screens/Settings/NotificationSettings.tsx:77 2477 + msgid "Enable priority notifications" 2478 + msgstr "" 2479 + 2480 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:387 2481 + msgid "Enable subtitles" 2482 + msgstr "Activar subtitulos" 2483 + 2484 + #: src/components/dialogs/EmbedConsent.tsx:93 2485 + msgid "Enable this source only" 2486 + msgstr "" 2487 + 2488 + #: src/screens/Settings/ContentAndMediaSettings.tsx:123 2489 + #: src/screens/Settings/ContentAndMediaSettings.tsx:137 2490 + msgid "Enable trending topics" 2491 + msgstr "" 2492 + 2493 + #: src/screens/Settings/ContentAndMediaSettings.tsx:158 2494 + msgid "Enable trending videos in your Discover feed" 2495 + msgstr "" 2496 + 2497 + #: src/screens/Settings/ContentAndMediaSettings.tsx:144 2498 + msgid "Enable trending videos in your Discover feed." 2499 + msgstr "" 2500 + 2501 + #: src/screens/Messages/Settings.tsx:130 2502 + #: src/screens/Messages/Settings.tsx:133 2503 + #: src/screens/Moderation/index.tsx:343 2504 + msgid "Enabled" 2505 + msgstr "Habilitate" 2506 + 2507 + #: src/screens/Profile/Sections/Feed.tsx:116 2508 + msgid "End of feed" 2509 + msgstr "" 2510 + 2511 + #: src/view/com/composer/videos/SubtitleDialog.tsx:159 2512 + msgid "Ensure you have selected a language for each subtitle file." 2513 + msgstr "" 2514 + 2515 + #: src/screens/Login/SetNewPasswordForm.tsx:139 2516 + msgid "Enter a password" 2517 + msgstr "Entra un contrasigno" 2518 + 2519 + #: src/components/dialogs/MutedWords.tsx:127 2520 + #: src/components/dialogs/MutedWords.tsx:128 2521 + msgid "Enter a word or tag" 2522 + msgstr "Entra un parola o etiquetta" 2523 + 2524 + #: src/components/dialogs/VerifyEmailDialog.tsx:89 2525 + msgid "Enter Code" 2526 + msgstr "Entra codice" 2527 + 2528 + #: src/view/com/modals/VerifyEmail.tsx:113 2529 + msgid "Enter Confirmation Code" 2530 + msgstr "Entra codice de confirmation" 2531 + 2532 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:405 2533 + msgid "Enter fullscreen" 2534 + msgstr "" 2535 + 2536 + #: src/view/com/modals/ChangePassword.tsx:154 2537 + msgid "Enter the code you received to change your password." 2538 + msgstr "" 2539 + 2540 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:351 2541 + msgid "Enter the domain you want to use" 2542 + msgstr "" 2543 + 2544 + #: src/screens/Login/ForgotPasswordForm.tsx:113 2545 + msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." 2546 + msgstr "" 2547 + 2548 + #: src/components/dialogs/BirthDateSettings.tsx:103 2549 + msgid "Enter your birth date" 2550 + msgstr "" 2551 + 2552 + #: src/screens/Login/ForgotPasswordForm.tsx:99 2553 + #: src/screens/Signup/StepInfo/index.tsx:176 2554 + msgid "Enter your email address" 2555 + msgstr "" 2556 + 2557 + #: src/view/com/modals/ChangeEmail.tsx:42 2558 + msgid "Enter your new email above" 2559 + msgstr "" 2560 + 2561 + #: src/view/com/modals/ChangeEmail.tsx:112 2562 + msgid "Enter your new email address below." 2563 + msgstr "" 2564 + 2565 + #: src/screens/Login/index.tsx:98 2566 + msgid "Enter your username and password" 2567 + msgstr "Entra tu nomine de usator e contrasigno" 2568 + 2569 + #: src/view/com/composer/Composer.tsx:1660 2570 + #: src/view/com/util/error/ErrorScreen.tsx:42 2571 + msgid "Error" 2572 + msgstr "Error" 2573 + 2574 + #: src/screens/Settings/components/ExportCarDialog.tsx:47 2575 + msgid "Error occurred while saving file" 2576 + msgstr "" 2577 + 2578 + #: src/screens/Signup/StepCaptcha/index.tsx:56 2579 + msgid "Error receiving captcha response." 2580 + msgstr "" 2581 + 2582 + #: src/screens/Onboarding/StepInterests/index.tsx:183 2583 + #: src/view/screens/Search/Search.tsx:110 2584 + msgid "Error:" 2585 + msgstr "Error:" 2586 + 2587 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:393 2588 + msgid "Everybody" 2589 + msgstr "" 2590 + 2591 + #: src/components/WhoCanReply.tsx:67 2592 + msgid "Everybody can reply" 2593 + msgstr "" 2594 + 2595 + #: src/components/WhoCanReply.tsx:218 2596 + msgid "Everybody can reply to this post." 2597 + msgstr "" 2598 + 2599 + #: src/screens/Messages/Settings.tsx:83 2600 + #: src/screens/Messages/Settings.tsx:86 2601 + msgid "Everyone" 2602 + msgstr "" 2603 + 2604 + #: src/lib/moderation/useReportOptions.ts:73 2605 + msgid "Excessive mentions or replies" 2606 + msgstr "" 2607 + 2608 + #: src/lib/moderation/useReportOptions.ts:86 2609 + msgid "Excessive or unwanted messages" 2610 + msgstr "" 2611 + 2612 + #: src/components/dialogs/MutedWords.tsx:311 2613 + msgid "Exclude users you follow" 2614 + msgstr "" 2615 + 2616 + #: src/components/dialogs/MutedWords.tsx:514 2617 + msgid "Excludes users you follow" 2618 + msgstr "" 2619 + 2620 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:404 2621 + msgid "Exit fullscreen" 2622 + msgstr "Exir del schermo plen" 2623 + 2624 + #: src/view/com/modals/DeleteAccount.tsx:275 2625 + msgid "Exits account deletion process" 2626 + msgstr "" 2627 + 2628 + #: src/view/com/modals/CropImage.web.tsx:95 2629 + msgid "Exits image cropping process" 2630 + msgstr "" 2631 + 2632 + #: src/view/com/lightbox/Lightbox.web.tsx:110 2633 + msgid "Exits image view" 2634 + msgstr "" 2635 + 2636 + #: src/view/com/modals/ListAddRemoveUsers.tsx:89 2637 + msgid "Exits inputting search query" 2638 + msgstr "" 2639 + 2640 + #: src/view/com/lightbox/Lightbox.web.tsx:184 2641 + msgid "Expand alt text" 2642 + msgstr "" 2643 + 2644 + #: src/view/com/notifications/NotificationFeedItem.tsx:402 2645 + msgid "Expand list of users" 2646 + msgstr "" 2647 + 2648 + #: src/view/com/composer/ComposerReplyTo.tsx:70 2649 + #: src/view/com/composer/ComposerReplyTo.tsx:73 2650 + msgid "Expand or collapse the full post you are replying to" 2651 + msgstr "" 2652 + 2653 + #: src/lib/api/index.ts:405 2654 + msgid "Expected uri to resolve to a record" 2655 + msgstr "" 2656 + 2657 + #: src/screens/Settings/FollowingFeedPreferences.tsx:123 2658 + #: src/screens/Settings/ThreadPreferences.tsx:137 2659 + msgid "Experimental" 2660 + msgstr "" 2661 + 2662 + #: src/components/dialogs/MutedWords.tsx:500 2663 + msgid "Expired" 2664 + msgstr "Expirate" 2665 + 2666 + #: src/components/dialogs/MutedWords.tsx:502 2667 + msgid "Expires {0}" 2668 + msgstr "Expira {0}" 2669 + 2670 + #: src/lib/moderation/useGlobalLabelStrings.ts:47 2671 + msgid "Explicit or potentially disturbing media." 2672 + msgstr "" 2673 + 2674 + #: src/lib/moderation/useGlobalLabelStrings.ts:35 2675 + msgid "Explicit sexual images." 2676 + msgstr "" 2677 + 2678 + #: src/screens/Settings/AccountSettings.tsx:137 2679 + #: src/screens/Settings/AccountSettings.tsx:141 2680 + msgid "Export my data" 2681 + msgstr "" 2682 + 2683 + #: src/screens/Settings/components/ExportCarDialog.tsx:62 2684 + msgid "Export My Data" 2685 + msgstr "" 2686 + 2687 + #: src/screens/Settings/ContentAndMediaSettings.tsx:83 2688 + #: src/screens/Settings/ContentAndMediaSettings.tsx:86 2689 + msgid "External media" 2690 + msgstr "" 2691 + 2692 + #: src/components/dialogs/EmbedConsent.tsx:54 2693 + #: src/components/dialogs/EmbedConsent.tsx:58 2694 + msgid "External Media" 2695 + msgstr "" 2696 + 2697 + #: src/components/dialogs/EmbedConsent.tsx:70 2698 + #: src/screens/Settings/ExternalMediaPreferences.tsx:40 2699 + 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." 2700 + msgstr "" 2701 + 2702 + #: src/Navigation.tsx:325 2703 + #: src/screens/Settings/ExternalMediaPreferences.tsx:31 2704 + msgid "External Media Preferences" 2705 + msgstr "" 2706 + 2707 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:568 2708 + msgid "Failed to change handle. Please try again." 2709 + msgstr "" 2710 + 2711 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173 2712 + msgid "Failed to create app password. Please try again." 2713 + msgstr "" 2714 + 2715 + #: src/screens/StarterPack/Wizard/index.tsx:233 2716 + #: src/screens/StarterPack/Wizard/index.tsx:241 2717 + msgid "Failed to create starter pack" 2718 + msgstr "" 2719 + 2720 + #: src/view/com/modals/CreateOrEditList.tsx:186 2721 + msgid "Failed to create the list. Check your internet connection and try again." 2722 + msgstr "" 2723 + 2724 + #: src/components/dms/MessageMenu.tsx:73 2725 + msgid "Failed to delete message" 2726 + msgstr "" 2727 + 2728 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:195 2729 + msgid "Failed to delete post, please try again" 2730 + msgstr "" 2731 + 2732 + #: src/screens/StarterPack/StarterPackScreen.tsx:699 2733 + msgid "Failed to delete starter pack" 2734 + msgstr "" 2735 + 2736 + #: src/view/screens/Search/Explore.tsx:463 2737 + #: src/view/screens/Search/Explore.tsx:491 2738 + msgid "Failed to load feeds preferences" 2739 + msgstr "" 2740 + 2741 + #: src/components/dialogs/GifSelect.tsx:225 2742 + msgid "Failed to load GIFs" 2743 + msgstr "" 2744 + 2745 + #: src/screens/Messages/components/MessageListError.tsx:23 2746 + msgid "Failed to load past messages" 2747 + msgstr "" 2748 + 2749 + #: src/view/screens/Search/Explore.tsx:456 2750 + #: src/view/screens/Search/Explore.tsx:484 2751 + msgid "Failed to load suggested feeds" 2752 + msgstr "" 2753 + 2754 + #: src/view/screens/Search/Explore.tsx:414 2755 + msgid "Failed to load suggested follows" 2756 + msgstr "" 2757 + 2758 + #: src/state/queries/pinned-post.ts:75 2759 + msgid "Failed to pin post" 2760 + msgstr "" 2761 + 2762 + #: src/view/com/lightbox/Lightbox.tsx:46 2763 + msgid "Failed to save image: {0}" 2764 + msgstr "" 2765 + 2766 + #: src/state/queries/notifications/settings.ts:39 2767 + msgid "Failed to save notification preferences, please try again" 2768 + msgstr "" 2769 + 2770 + #: src/screens/ModerationInteractionSettings/index.tsx:108 2771 + msgid "Failed to save settings. Please try again." 2772 + msgstr "" 2773 + 2774 + #: src/components/dms/MessageItem.tsx:234 2775 + msgid "Failed to send" 2776 + msgstr "" 2777 + 2778 + #: src/components/moderation/LabelsOnMeDialog.tsx:229 2779 + #: src/screens/Messages/components/ChatDisabled.tsx:87 2780 + msgid "Failed to submit appeal, please try again." 2781 + msgstr "" 2782 + 2783 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:224 2784 + msgid "Failed to toggle thread mute, please try again" 2785 + msgstr "" 2786 + 2787 + #: src/components/FeedCard.tsx:275 2788 + msgid "Failed to update feeds" 2789 + msgstr "" 2790 + 2791 + #: src/screens/Messages/Settings.tsx:34 2792 + msgid "Failed to update settings" 2793 + msgstr "" 2794 + 2795 + #: src/lib/media/video/upload.ts:72 2796 + #: src/lib/media/video/upload.web.ts:74 2797 + #: src/lib/media/video/upload.web.ts:78 2798 + #: src/lib/media/video/upload.web.ts:88 2799 + msgid "Failed to upload video" 2800 + msgstr "" 2801 + 2802 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:341 2803 + msgid "Failed to verify handle. Please try again." 2804 + msgstr "" 2805 + 2806 + #: src/Navigation.tsx:241 2807 + msgid "Feed" 2808 + msgstr "" 2809 + 2810 + #: src/components/FeedCard.tsx:134 2811 + #: src/view/com/feeds/FeedSourceCard.tsx:253 2812 + msgid "Feed by {0}" 2813 + msgstr "" 2814 + 2815 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:353 2816 + msgid "Feed menu" 2817 + msgstr "" 2818 + 2819 + #: src/components/StarterPack/Wizard/WizardListCard.tsx:54 2820 + msgid "Feed toggle" 2821 + msgstr "" 2822 + 2823 + #: src/view/shell/desktop/RightNav.tsx:93 2824 + #: src/view/shell/desktop/RightNav.tsx:94 2825 + #: src/view/shell/Drawer.tsx:324 2826 + msgid "Feedback" 2827 + msgstr "" 2828 + 2829 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:266 2830 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:275 2831 + msgid "Feedback sent!" 2832 + msgstr "" 2833 + 2834 + #: src/Navigation.tsx:413 2835 + #: src/screens/StarterPack/StarterPackScreen.tsx:183 2836 + #: src/view/screens/Feeds.tsx:508 2837 + #: src/view/screens/Profile.tsx:238 2838 + #: src/view/screens/SavedFeeds.tsx:96 2839 + #: src/view/screens/Search/Search.tsx:522 2840 + #: src/view/shell/desktop/LeftNav.tsx:640 2841 + #: src/view/shell/Drawer.tsx:481 2842 + msgid "Feeds" 2843 + msgstr "" 2844 + 2845 + #: src/view/screens/SavedFeeds.tsx:198 2846 + msgid "Feeds are custom algorithms that users build with a little coding expertise. <0/> for more information." 2847 + msgstr "" 2848 + 2849 + #: src/components/FeedCard.tsx:272 2850 + #: src/view/screens/SavedFeeds.tsx:82 2851 + msgid "Feeds updated!" 2852 + msgstr "" 2853 + 2854 + #: src/screens/Search/components/ExploreRecommendations.tsx:54 2855 + msgid "Feeds we think you might like." 2856 + msgstr "" 2857 + 2858 + #: src/screens/Settings/components/ExportCarDialog.tsx:43 2859 + msgid "File saved successfully!" 2860 + msgstr "" 2861 + 2862 + #: src/lib/moderation/useLabelBehaviorDescription.ts:66 2863 + msgid "Filter from feeds" 2864 + msgstr "" 2865 + 2866 + #: src/screens/Onboarding/StepFinished.tsx:303 2867 + msgid "Finalizing" 2868 + msgstr "" 2869 + 2870 + #: src/view/com/posts/CustomFeedEmptyState.tsx:48 2871 + #: src/view/com/posts/FollowingEmptyState.tsx:53 2872 + #: src/view/com/posts/FollowingEndOfFeed.tsx:54 2873 + msgid "Find accounts to follow" 2874 + msgstr "" 2875 + 2876 + #: src/components/ProgressGuide/FollowDialog.tsx:78 2877 + #: src/components/ProgressGuide/FollowDialog.tsx:88 2878 + #: src/components/ProgressGuide/FollowDialog.tsx:417 2879 + msgid "Find people to follow" 2880 + msgstr "" 2881 + 2882 + #: src/view/screens/Search/Search.tsx:588 2883 + msgid "Find posts and users on Bluesky" 2884 + msgstr "" 2885 + 2886 + #: src/screens/StarterPack/Wizard/index.tsx:195 2887 + msgid "Finish" 2888 + msgstr "" 2889 + 2890 + #: src/screens/Onboarding/index.tsx:35 2891 + msgid "Fitness" 2892 + msgstr "" 2893 + 2894 + #: src/screens/Onboarding/StepFinished.tsx:283 2895 + msgid "Flexible" 2896 + msgstr "" 2897 + 2898 + #. User is not following this account, click to follow 2899 + #: src/components/ProfileCard.tsx:366 2900 + #: src/components/ProfileHoverCard/index.web.tsx:449 2901 + #: src/components/ProfileHoverCard/index.web.tsx:460 2902 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:234 2903 + #: src/screens/VideoFeed/index.tsx:821 2904 + #: src/view/com/post-thread/PostThreadFollowBtn.tsx:132 2905 + msgid "Follow" 2906 + msgstr "" 2907 + 2908 + #: src/view/com/profile/FollowButton.tsx:72 2909 + msgctxt "action" 2910 + msgid "Follow" 2911 + msgstr "" 2912 + 2913 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 2914 + #: src/view/com/post-thread/PostThreadFollowBtn.tsx:114 2915 + msgid "Follow {0}" 2916 + msgstr "" 2917 + 2918 + #: src/screens/VideoFeed/index.tsx:800 2919 + msgid "Follow {handle}" 2920 + msgstr "" 2921 + 2922 + #: src/view/com/posts/AviFollowButton.tsx:68 2923 + msgid "Follow {name}" 2924 + msgstr "" 2925 + 2926 + #: src/components/ProgressGuide/List.tsx:52 2927 + #: src/state/shell/progress-guide.tsx:229 2928 + msgid "Follow 10 accounts" 2929 + msgstr "" 2930 + 2931 + #: src/components/ProgressGuide/List.tsx:69 2932 + msgid "Follow 7 accounts" 2933 + msgstr "" 2934 + 2935 + #: src/view/com/profile/ProfileMenu.tsx:222 2936 + #: src/view/com/profile/ProfileMenu.tsx:233 2937 + msgid "Follow Account" 2938 + msgstr "" 2939 + 2940 + #: src/screens/StarterPack/StarterPackScreen.tsx:428 2941 + #: src/screens/StarterPack/StarterPackScreen.tsx:436 2942 + msgid "Follow all" 2943 + msgstr "" 2944 + 2945 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:232 2946 + #: src/view/com/post-thread/PostThreadFollowBtn.tsx:130 2947 + msgid "Follow Back" 2948 + msgstr "" 2949 + 2950 + #: src/view/com/profile/FollowButton.tsx:81 2951 + msgctxt "action" 2952 + msgid "Follow Back" 2953 + msgstr "" 2954 + 2955 + #: src/view/screens/Search/Explore.tsx:370 2956 + msgid "Follow more accounts to get connected to your interests and build your network." 2957 + msgstr "" 2958 + 2959 + #: src/components/KnownFollowers.tsx:232 2960 + msgid "Followed by <0>{0}</0>" 2961 + msgstr "" 2962 + 2963 + #: src/components/KnownFollowers.tsx:218 2964 + msgid "Followed by <0>{0}</0> and {1, plural, one {# other} other {# others}}" 2965 + msgstr "" 2966 + 2967 + #: src/components/KnownFollowers.tsx:205 2968 + msgid "Followed by <0>{0}</0> and <1>{1}</1>" 2969 + msgstr "" 2970 + 2971 + #: src/components/KnownFollowers.tsx:187 2972 + msgid "Followed by <0>{0}</0>, <1>{1}</1>, and {2, plural, one {# other} other {# others}}" 2973 + msgstr "" 2974 + 2975 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:432 2976 + msgid "Followed users" 2977 + msgstr "" 2978 + 2979 + #: src/Navigation.tsx:202 2980 + msgid "Followers of @{0} that you know" 2981 + msgstr "" 2982 + 2983 + #: src/screens/Profile/KnownFollowers.tsx:104 2984 + #: src/screens/Profile/KnownFollowers.tsx:121 2985 + msgid "Followers you know" 2986 + msgstr "" 2987 + 2988 + #. User is following this account, click to unfollow 2989 + #: src/components/ProfileCard.tsx:360 2990 + #: src/components/ProfileHoverCard/index.web.tsx:448 2991 + #: src/components/ProfileHoverCard/index.web.tsx:459 2992 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:230 2993 + #: src/screens/VideoFeed/index.tsx:819 2994 + #: src/view/com/post-thread/PostThreadFollowBtn.tsx:135 2995 + #: src/view/screens/Feeds.tsx:599 2996 + #: src/view/screens/SavedFeeds.tsx:422 2997 + msgid "Following" 2998 + msgstr "" 2999 + 3000 + #: src/components/ProfileCard.tsx:323 3001 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:98 3002 + msgid "Following {0}" 3003 + msgstr "" 3004 + 3005 + #: src/screens/VideoFeed/index.tsx:799 3006 + msgid "Following {handle}" 3007 + msgstr "" 3008 + 3009 + #: src/view/com/posts/AviFollowButton.tsx:50 3010 + msgid "Following {name}" 3011 + msgstr "" 3012 + 3013 + #: src/screens/Settings/ContentAndMediaSettings.tsx:75 3014 + #: src/screens/Settings/ContentAndMediaSettings.tsx:78 3015 + msgid "Following feed preferences" 3016 + msgstr "" 3017 + 3018 + #: src/Navigation.tsx:312 3019 + #: src/screens/Settings/FollowingFeedPreferences.tsx:53 3020 + msgid "Following Feed Preferences" 3021 + msgstr "" 3022 + 3023 + #: src/screens/Profile/Header/Handle.tsx:32 3024 + msgid "Follows you" 3025 + msgstr "" 3026 + 3027 + #: src/components/Pills.tsx:175 3028 + msgid "Follows You" 3029 + msgstr "" 3030 + 3031 + #: src/screens/Settings/AppearanceSettings.tsx:140 3032 + msgid "Font" 3033 + msgstr "" 3034 + 3035 + #: src/screens/Settings/AppearanceSettings.tsx:160 3036 + msgid "Font size" 3037 + msgstr "" 3038 + 3039 + #: src/screens/Onboarding/index.tsx:40 3040 + #: src/screens/Onboarding/state.ts:102 3041 + msgid "Food" 3042 + msgstr "" 3043 + 3044 + #: src/view/com/modals/DeleteAccount.tsx:125 3045 + msgid "For security reasons, we'll need to send a confirmation code to your email address." 3046 + msgstr "" 3047 + 3048 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:209 3049 + 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." 3050 + msgstr "" 3051 + 3052 + #: src/screens/Settings/AppearanceSettings.tsx:142 3053 + msgid "For the best experience, we recommend using the theme font." 3054 + msgstr "" 3055 + 3056 + #: src/components/dialogs/MutedWords.tsx:178 3057 + msgid "Forever" 3058 + msgstr "" 3059 + 3060 + #: src/screens/Login/index.tsx:126 3061 + #: src/screens/Login/index.tsx:141 3062 + msgid "Forgot Password" 3063 + msgstr "" 3064 + 3065 + #: src/screens/Login/LoginForm.tsx:240 3066 + msgid "Forgot password?" 3067 + msgstr "" 3068 + 3069 + #: src/screens/Login/LoginForm.tsx:251 3070 + msgid "Forgot?" 3071 + msgstr "" 3072 + 3073 + #: src/lib/moderation/useReportOptions.ts:54 3074 + msgid "Frequently Posts Unwanted Content" 3075 + msgstr "" 3076 + 3077 + #: src/screens/Hashtag.tsx:120 3078 + msgid "From @{sanitizedAuthor}" 3079 + msgstr "" 3080 + 3081 + #: src/view/com/posts/PostFeedItem.tsx:282 3082 + msgctxt "from-feed" 3083 + msgid "From <0/>" 3084 + msgstr "" 3085 + 3086 + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:50 3087 + msgid "Gallery" 3088 + msgstr "" 3089 + 3090 + #: src/components/StarterPack/ProfileStarterPacks.tsx:296 3091 + msgid "Generate a starter pack" 3092 + msgstr "" 3093 + 3094 + #: src/view/shell/Drawer.tsx:328 3095 + msgid "Get help" 3096 + msgstr "" 3097 + 3098 + #: src/view/com/modals/VerifyEmail.tsx:197 3099 + #: src/view/com/modals/VerifyEmail.tsx:199 3100 + msgid "Get Started" 3101 + msgstr "" 3102 + 3103 + #: src/components/ProgressGuide/List.tsx:35 3104 + msgid "Getting started" 3105 + msgstr "" 3106 + 3107 + #: src/components/MediaPreview.tsx:122 3108 + msgid "GIF" 3109 + msgstr "" 3110 + 3111 + #: src/screens/Onboarding/StepProfile/index.tsx:234 3112 + msgid "Give your profile a face" 3113 + msgstr "" 3114 + 3115 + #: src/lib/moderation/useReportOptions.ts:39 3116 + msgid "Glaring violations of law or terms of service" 3117 + msgstr "" 3118 + 3119 + #: src/components/Layout/Header/index.tsx:118 3120 + #: src/components/moderation/ScreenHider.tsx:154 3121 + #: src/components/moderation/ScreenHider.tsx:163 3122 + #: src/screens/Profile/ProfileFeed/index.tsx:89 3123 + #: src/screens/VideoFeed/components/Header.tsx:163 3124 + #: src/screens/VideoFeed/index.tsx:1100 3125 + #: src/screens/VideoFeed/index.tsx:1104 3126 + #: src/view/com/auth/LoggedOut.tsx:72 3127 + #: src/view/screens/NotFound.tsx:57 3128 + #: src/view/screens/ProfileList.tsx:1009 3129 + msgid "Go back" 3130 + msgstr "" 3131 + 3132 + #: src/components/Error.tsx:78 3133 + #: src/screens/List/ListHiddenScreen.tsx:221 3134 + #: src/screens/Profile/ErrorState.tsx:62 3135 + #: src/screens/Profile/ErrorState.tsx:66 3136 + #: src/screens/Profile/ProfileFeed/index.tsx:94 3137 + #: src/screens/StarterPack/StarterPackScreen.tsx:758 3138 + #: src/view/screens/NotFound.tsx:56 3139 + #: src/view/screens/ProfileList.tsx:1014 3140 + msgid "Go Back" 3141 + msgstr "" 3142 + 3143 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:540 3144 + msgid "Go back to previous page" 3145 + msgstr "" 3146 + 3147 + #: src/components/dms/ReportDialog.tsx:190 3148 + #: src/components/ReportDialog/SelectReportOptionView.tsx:78 3149 + #: src/components/ReportDialog/SubmitView.tsx:110 3150 + #: src/screens/Onboarding/Layout.tsx:101 3151 + #: src/screens/Onboarding/Layout.tsx:190 3152 + #: src/screens/Signup/BackNextButtons.tsx:35 3153 + msgid "Go back to previous step" 3154 + msgstr "" 3155 + 3156 + #: src/screens/StarterPack/Wizard/index.tsx:287 3157 + msgid "Go back to the previous step" 3158 + msgstr "" 3159 + 3160 + #: src/view/screens/NotFound.tsx:57 3161 + msgid "Go home" 3162 + msgstr "" 3163 + 3164 + #: src/view/screens/NotFound.tsx:56 3165 + msgid "Go Home" 3166 + msgstr "" 3167 + 3168 + #: src/screens/Messages/components/ChatListItem.tsx:282 3169 + msgid "Go to conversation with {0}" 3170 + msgstr "" 3171 + 3172 + #: src/screens/Login/ForgotPasswordForm.tsx:165 3173 + #: src/view/com/modals/ChangePassword.tsx:168 3174 + msgid "Go to next" 3175 + msgstr "" 3176 + 3177 + #: src/components/dms/ConvoMenu.tsx:230 3178 + msgid "Go to profile" 3179 + msgstr "" 3180 + 3181 + #: src/components/dms/ConvoMenu.tsx:227 3182 + msgid "Go to user's profile" 3183 + msgstr "" 3184 + 3185 + #: src/lib/moderation/useGlobalLabelStrings.ts:46 3186 + #: src/view/com/composer/labels/LabelsBtn.tsx:202 3187 + #: src/view/com/composer/labels/LabelsBtn.tsx:205 3188 + msgid "Graphic Media" 3189 + msgstr "" 3190 + 3191 + #: src/state/shell/progress-guide.tsx:218 3192 + #: src/state/shell/progress-guide.tsx:228 3193 + msgid "Half way there!" 3194 + msgstr "" 3195 + 3196 + #: src/screens/Settings/AccountSettings.tsx:126 3197 + #: src/screens/Settings/AccountSettings.tsx:131 3198 + msgid "Handle" 3199 + msgstr "" 3200 + 3201 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:572 3202 + msgid "Handle already taken. Please try a different one." 3203 + msgstr "" 3204 + 3205 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:189 3206 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:325 3207 + msgid "Handle changed!" 3208 + msgstr "" 3209 + 3210 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:576 3211 + msgid "Handle too long. Please try a shorter one." 3212 + msgstr "" 3213 + 3214 + #: src/screens/Settings/AccessibilitySettings.tsx:87 3215 + msgid "Haptics" 3216 + msgstr "" 3217 + 3218 + #: src/lib/moderation/useReportOptions.ts:34 3219 + msgid "Harassment, trolling, or intolerance" 3220 + msgstr "" 3221 + 3222 + #: src/Navigation.tsx:388 3223 + msgid "Hashtag" 3224 + msgstr "" 3225 + 3226 + #: src/components/RichTextTag.tsx:51 3227 + msgid "Hashtag {tag}" 3228 + msgstr "" 3229 + 3230 + #: src/screens/Signup/index.tsx:173 3231 + msgid "Having trouble?" 3232 + msgstr "" 3233 + 3234 + #: src/screens/Settings/Settings.tsx:207 3235 + #: src/screens/Settings/Settings.tsx:211 3236 + #: src/view/shell/desktop/RightNav.tsx:111 3237 + #: src/view/shell/desktop/RightNav.tsx:112 3238 + #: src/view/shell/Drawer.tsx:337 3239 + msgid "Help" 3240 + msgstr "" 3241 + 3242 + #: src/screens/Onboarding/StepProfile/index.tsx:237 3243 + msgid "Help people know you're not a bot by uploading a picture or creating an avatar." 3244 + msgstr "" 3245 + 3246 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:187 3247 + msgid "Here is your app password!" 3248 + msgstr "" 3249 + 3250 + #: src/components/VideoPostCard.tsx:172 3251 + #: src/components/VideoPostCard.tsx:448 3252 + msgid "Hidden" 3253 + msgstr "" 3254 + 3255 + #: src/screens/VideoFeed/index.tsx:606 3256 + msgid "Hidden by your moderation settings." 3257 + msgstr "" 3258 + 3259 + #: src/components/ListCard.tsx:130 3260 + msgid "Hidden list" 3261 + msgstr "" 3262 + 3263 + #: src/components/interstitials/Trending.tsx:131 3264 + #: src/components/interstitials/TrendingVideos.tsx:140 3265 + #: src/components/moderation/ContentHider.tsx:200 3266 + #: src/components/moderation/LabelPreference.tsx:135 3267 + #: src/components/moderation/PostHider.tsx:122 3268 + #: src/lib/moderation/useLabelBehaviorDescription.ts:15 3269 + #: src/lib/moderation/useLabelBehaviorDescription.ts:20 3270 + #: src/lib/moderation/useLabelBehaviorDescription.ts:25 3271 + #: src/lib/moderation/useLabelBehaviorDescription.ts:30 3272 + #: src/screens/Search/components/ExploreTrendingTopics.tsx:137 3273 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:672 3274 + #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 3275 + msgid "Hide" 3276 + msgstr "Celar" 3277 + 3278 + #: src/view/com/notifications/NotificationFeedItem.tsx:601 3279 + msgctxt "action" 3280 + msgid "Hide" 3281 + msgstr "" 3282 + 3283 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:523 3284 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:529 3285 + msgid "Hide post for me" 3286 + msgstr "" 3287 + 3288 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:540 3289 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:550 3290 + msgid "Hide reply for everyone" 3291 + msgstr "" 3292 + 3293 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:522 3294 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:528 3295 + msgid "Hide reply for me" 3296 + msgstr "" 3297 + 3298 + #: src/components/moderation/ContentHider.tsx:151 3299 + #: src/components/moderation/PostHider.tsx:79 3300 + msgid "Hide the content" 3301 + msgstr "" 3302 + 3303 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:667 3304 + msgid "Hide this post?" 3305 + msgstr "" 3306 + 3307 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:667 3308 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:729 3309 + msgid "Hide this reply?" 3310 + msgstr "" 3311 + 3312 + #: src/components/interstitials/Trending.tsx:113 3313 + #: src/screens/Search/components/ExploreTrendingTopics.tsx:83 3314 + #: src/view/shell/desktop/SidebarTrendingTopics.tsx:62 3315 + msgid "Hide trending topics" 3316 + msgstr "" 3317 + 3318 + #: src/components/interstitials/Trending.tsx:129 3319 + #: src/screens/Search/components/ExploreTrendingTopics.tsx:135 3320 + #: src/view/shell/desktop/SidebarTrendingTopics.tsx:108 3321 + msgid "Hide trending topics?" 3322 + msgstr "" 3323 + 3324 + #: src/components/interstitials/TrendingVideos.tsx:138 3325 + msgid "Hide trending videos?" 3326 + msgstr "" 3327 + 3328 + #: src/view/com/notifications/NotificationFeedItem.tsx:592 3329 + msgid "Hide user list" 3330 + msgstr "" 3331 + 3332 + #: src/view/com/posts/PostFeedErrorMessage.tsx:117 3333 + msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." 3334 + msgstr "" 3335 + 3336 + #: src/view/com/posts/PostFeedErrorMessage.tsx:105 3337 + msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." 3338 + msgstr "" 3339 + 3340 + #: src/view/com/posts/PostFeedErrorMessage.tsx:111 3341 + msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." 3342 + msgstr "" 3343 + 3344 + #: src/view/com/posts/PostFeedErrorMessage.tsx:108 3345 + msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." 3346 + msgstr "" 3347 + 3348 + #: src/view/com/posts/PostFeedErrorMessage.tsx:102 3349 + msgid "Hmm, we're having trouble finding this feed. It may have been deleted." 3350 + msgstr "" 3351 + 3352 + #: src/screens/Moderation/index.tsx:54 3353 + msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." 3354 + msgstr "" 3355 + 3356 + #: src/screens/Profile/ErrorState.tsx:31 3357 + msgid "Hmmmm, we couldn't load that moderation service." 3358 + msgstr "" 3359 + 3360 + #: src/view/com/composer/state/video.ts:413 3361 + msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" 3362 + msgstr "" 3363 + 3364 + #: src/Navigation.tsx:612 3365 + #: src/Navigation.tsx:632 3366 + #: src/view/shell/bottom-bar/BottomBar.tsx:162 3367 + #: src/view/shell/desktop/LeftNav.tsx:584 3368 + #: src/view/shell/Drawer.tsx:396 3369 + msgid "Home" 3370 + msgstr "" 3371 + 3372 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:398 3373 + msgid "Host:" 3374 + msgstr "" 3375 + 3376 + #: src/screens/Login/ForgotPasswordForm.tsx:83 3377 + #: src/screens/Login/LoginForm.tsx:176 3378 + msgid "Hosting provider" 3379 + msgstr "" 3380 + 3381 + #: src/screens/Settings/ThreadPreferences.tsx:67 3382 + #: src/screens/Settings/ThreadPreferences.tsx:70 3383 + #: src/view/com/post-thread/PostThread.tsx:652 3384 + #: src/view/com/post-thread/PostThread.tsx:657 3385 + msgid "Hot replies first" 3386 + msgstr "" 3387 + 3388 + #: src/view/com/modals/InAppBrowserConsent.tsx:41 3389 + msgid "How should we open this link?" 3390 + msgstr "" 3391 + 3392 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 3393 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 3394 + #: src/view/com/modals/VerifyEmail.tsx:222 3395 + msgid "I have a code" 3396 + msgstr "" 3397 + 3398 + #: src/components/dialogs/VerifyEmailDialog.tsx:239 3399 + #: src/components/dialogs/VerifyEmailDialog.tsx:246 3400 + msgid "I Have a Code" 3401 + msgstr "" 3402 + 3403 + #: src/view/com/modals/VerifyEmail.tsx:224 3404 + msgid "I have a confirmation code" 3405 + msgstr "" 3406 + 3407 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:261 3408 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:267 3409 + msgid "I have my own domain" 3410 + msgstr "" 3411 + 3412 + #: src/components/dms/BlockedByListDialog.tsx:57 3413 + #: src/components/dms/ReportConversationPrompt.tsx:21 3414 + msgid "I understand" 3415 + msgstr "" 3416 + 3417 + #: src/view/com/lightbox/Lightbox.web.tsx:186 3418 + msgid "If alt text is long, toggles alt text expanded state" 3419 + msgstr "" 3420 + 3421 + #: src/screens/Signup/StepInfo/Policies.tsx:110 3422 + 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." 3423 + msgstr "" 3424 + 3425 + #: src/view/screens/ProfileList.tsx:736 3426 + msgid "If you delete this list, you won't be able to recover it." 3427 + msgstr "" 3428 + 3429 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:248 3430 + 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>" 3431 + msgstr "" 3432 + 3433 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:658 3434 + msgid "If you remove this post, you won't be able to recover it." 3435 + msgstr "" 3436 + 3437 + #: src/view/com/modals/ChangePassword.tsx:149 3438 + msgid "If you want to change your password, we will send you a code to verify that this is your account." 3439 + msgstr "" 3440 + 3441 + #: src/view/com/auth/server-input/index.tsx:204 3442 + msgid "If you're a developer, you can host your own server." 3443 + msgstr "" 3444 + 3445 + #: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 3446 + msgid "If you're trying to change your handle or email, do so before you deactivate." 3447 + msgstr "" 3448 + 3449 + #: src/lib/moderation/useReportOptions.ts:38 3450 + msgid "Illegal and Urgent" 3451 + msgstr "" 3452 + 3453 + #: src/view/com/util/images/Gallery.tsx:71 3454 + msgid "Image" 3455 + msgstr "" 3456 + 3457 + #: src/components/StarterPack/ShareDialog.tsx:76 3458 + msgid "Image saved to your camera roll!" 3459 + msgstr "" 3460 + 3461 + #: src/lib/moderation/useReportOptions.ts:49 3462 + msgid "Impersonation or false claims about identity or affiliation" 3463 + msgstr "" 3464 + 3465 + #: src/lib/moderation/useReportOptions.ts:68 3466 + msgid "Impersonation, misinformation, or false claims" 3467 + msgstr "" 3468 + 3469 + #: src/lib/moderation/useReportOptions.ts:91 3470 + msgid "Inappropriate messages or explicit links" 3471 + msgstr "" 3472 + 3473 + #: src/screens/Login/LoginForm.tsx:157 3474 + msgid "Incorrect username or password" 3475 + msgstr "" 3476 + 3477 + #: src/screens/Login/SetNewPasswordForm.tsx:127 3478 + msgid "Input code sent to your email for password reset" 3479 + msgstr "" 3480 + 3481 + #: src/view/com/modals/DeleteAccount.tsx:228 3482 + msgid "Input confirmation code for account deletion" 3483 + msgstr "" 3484 + 3485 + #: src/screens/Login/SetNewPasswordForm.tsx:151 3486 + msgid "Input new password" 3487 + msgstr "" 3488 + 3489 + #: src/view/com/modals/DeleteAccount.tsx:247 3490 + msgid "Input password for account deletion" 3491 + msgstr "" 3492 + 3493 + #: src/screens/Login/LoginForm.tsx:281 3494 + msgid "Input the code which has been emailed to you" 3495 + msgstr "" 3496 + 3497 + #: src/screens/Login/LoginForm.tsx:210 3498 + msgid "Input the username or email address you used at signup" 3499 + msgstr "" 3500 + 3501 + #: src/screens/Login/LoginForm.tsx:235 3502 + msgid "Input your password" 3503 + msgstr "" 3504 + 3505 + #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 3506 + msgid "Interaction limited" 3507 + msgstr "" 3508 + 3509 + #: src/screens/Moderation/index.tsx:209 3510 + msgid "Interaction settings" 3511 + msgstr "" 3512 + 3513 + #: src/screens/Login/LoginForm.tsx:149 3514 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 3515 + msgid "Invalid 2FA confirmation code." 3516 + msgstr "" 3517 + 3518 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:578 3519 + msgid "Invalid handle. Please try a different one." 3520 + msgstr "" 3521 + 3522 + #: src/view/com/post-thread/PostThreadItem.tsx:277 3523 + msgid "Invalid or unsupported post record" 3524 + msgstr "" 3525 + 3526 + #: src/components/intents/VerifyEmailIntentDialog.tsx:91 3527 + msgid "Invalid Verification Code" 3528 + msgstr "" 3529 + 3530 + #: src/view/com/modals/InviteCodes.tsx:94 3531 + msgid "Invite a Friend" 3532 + msgstr "" 3533 + 3534 + #: src/screens/Signup/StepInfo/index.tsx:145 3535 + msgid "Invite code" 3536 + msgstr "" 3537 + 3538 + #: src/screens/Signup/state.ts:258 3539 + msgid "Invite code not accepted. Check that you input it correctly and try again." 3540 + msgstr "" 3541 + 3542 + #: src/view/com/modals/InviteCodes.tsx:171 3543 + msgid "Invite codes: {0} available" 3544 + msgstr "" 3545 + 3546 + #: src/view/com/modals/InviteCodes.tsx:170 3547 + msgid "Invite codes: 1 available" 3548 + msgstr "" 3549 + 3550 + #: src/components/StarterPack/ShareDialog.tsx:96 3551 + msgid "Invite people to this starter pack!" 3552 + msgstr "" 3553 + 3554 + #: src/screens/StarterPack/Wizard/StepDetails.tsx:34 3555 + msgid "Invite your friends to follow your favorite feeds and people" 3556 + msgstr "" 3557 + 3558 + #: src/screens/StarterPack/Wizard/StepDetails.tsx:31 3559 + msgid "Invites, but personal" 3560 + msgstr "" 3561 + 3562 + #: src/screens/Signup/StepInfo/index.tsx:80 3563 + msgid "It looks like you may have entered your email address incorrectly. Are you sure it's right?" 3564 + msgstr "" 3565 + 3566 + #: src/screens/Signup/StepInfo/index.tsx:236 3567 + msgid "It's correct" 3568 + msgstr "" 3569 + 3570 + #: src/screens/StarterPack/Wizard/index.tsx:435 3571 + msgid "It's just you right now! Add more people to your starter pack by searching above." 3572 + msgstr "" 3573 + 3574 + #: src/view/com/composer/Composer.tsx:1594 3575 + msgid "Job ID: {0}" 3576 + msgstr "" 3577 + 3578 + #: src/view/com/auth/SplashScreen.web.tsx:178 3579 + msgid "Jobs" 3580 + msgstr "" 3581 + 3582 + #: src/screens/StarterPack/StarterPackLandingScreen.tsx:201 3583 + #: src/screens/StarterPack/StarterPackLandingScreen.tsx:207 3584 + #: src/screens/StarterPack/StarterPackScreen.tsx:456 3585 + #: src/screens/StarterPack/StarterPackScreen.tsx:467 3586 + msgid "Join Bluesky" 3587 + msgstr "" 3588 + 3589 + #: src/components/StarterPack/QrCode.tsx:62 3590 + #: src/view/shell/NavSignupCard.tsx:40 3591 + msgid "Join the conversation" 3592 + msgstr "" 3593 + 3594 + #: src/screens/Onboarding/index.tsx:21 3595 + #: src/screens/Onboarding/state.ts:104 3596 + msgid "Journalism" 3597 + msgstr "" 3598 + 3599 + #: src/components/moderation/ContentHider.tsx:231 3600 + msgid "Labeled by {0}." 3601 + msgstr "" 3602 + 3603 + #: src/components/moderation/ContentHider.tsx:229 3604 + msgid "Labeled by the author." 3605 + msgstr "" 3606 + 3607 + #: src/view/com/composer/labels/LabelsBtn.tsx:75 3608 + #: src/view/screens/Profile.tsx:231 3609 + msgid "Labels" 3610 + msgstr "" 3611 + 3612 + #: src/view/com/composer/labels/LabelsBtn.tsx:73 3613 + msgid "Labels added" 3614 + msgstr "" 3615 + 3616 + #: src/screens/Profile/Sections/Labels.tsx:164 3617 + msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." 3618 + msgstr "" 3619 + 3620 + #: src/components/moderation/LabelsOnMeDialog.tsx:71 3621 + msgid "Labels on your account" 3622 + msgstr "" 3623 + 3624 + #: src/components/moderation/LabelsOnMeDialog.tsx:73 3625 + msgid "Labels on your content" 3626 + msgstr "" 3627 + 3628 + #: src/view/com/composer/select-language/SelectLangBtn.tsx:107 3629 + msgid "Language selection" 3630 + msgstr "" 3631 + 3632 + #: src/Navigation.tsx:175 3633 + msgid "Language Settings" 3634 + msgstr "" 3635 + 3636 + #: src/screens/Settings/LanguageSettings.tsx:71 3637 + #: src/screens/Settings/Settings.tsx:199 3638 + #: src/screens/Settings/Settings.tsx:202 3639 + msgid "Languages" 3640 + msgstr "" 3641 + 3642 + #: src/screens/Settings/AppearanceSettings.tsx:172 3643 + msgid "Larger" 3644 + msgstr "" 3645 + 3646 + #: src/screens/Hashtag.tsx:95 3647 + #: src/screens/Topic.tsx:77 3648 + #: src/view/screens/Search/Search.tsx:506 3649 + msgid "Latest" 3650 + msgstr "" 3651 + 3652 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:252 3653 + msgid "learn more" 3654 + msgstr "" 3655 + 3656 + #: src/components/moderation/ScreenHider.tsx:140 3657 + msgid "Learn More" 3658 + msgstr "" 3659 + 3660 + #: src/view/com/auth/SplashScreen.web.tsx:166 3661 + msgid "Learn more about Bluesky" 3662 + msgstr "" 3663 + 3664 + #: src/view/com/auth/server-input/index.tsx:214 3665 + msgid "Learn more about self hosting your PDS." 3666 + msgstr "" 3667 + 3668 + #: src/components/moderation/ContentHider.tsx:149 3669 + #: src/components/moderation/ContentHider.tsx:215 3670 + msgid "Learn more about the moderation applied to this content." 3671 + msgstr "" 3672 + 3673 + #: src/components/moderation/PostHider.tsx:100 3674 + #: src/components/moderation/ScreenHider.tsx:127 3675 + msgid "Learn more about this warning" 3676 + msgstr "" 3677 + 3678 + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:99 3679 + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:102 3680 + msgid "Learn more about what is public on Bluesky." 3681 + msgstr "" 3682 + 3683 + #: src/components/moderation/ContentHider.tsx:239 3684 + #: src/view/com/auth/server-input/index.tsx:216 3685 + msgid "Learn more." 3686 + msgstr "" 3687 + 3688 + #: src/components/dms/LeaveConvoPrompt.tsx:44 3689 + msgid "Leave" 3690 + msgstr "" 3691 + 3692 + #: src/components/dms/MessagesListBlockedFooter.tsx:73 3693 + #: src/components/dms/MessagesListBlockedFooter.tsx:80 3694 + msgid "Leave chat" 3695 + msgstr "" 3696 + 3697 + #: src/components/dms/ConvoMenu.tsx:206 3698 + #: src/components/dms/ConvoMenu.tsx:209 3699 + #: src/components/dms/ConvoMenu.tsx:269 3700 + #: src/components/dms/ConvoMenu.tsx:272 3701 + #: src/components/dms/LeaveConvoPrompt.tsx:40 3702 + msgid "Leave conversation" 3703 + msgstr "" 3704 + 3705 + #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:84 3706 + msgid "Leave them all unchecked to see any language." 3707 + msgstr "" 3708 + 3709 + #: src/view/com/modals/LinkWarning.tsx:65 3710 + msgid "Leaving Bluesky" 3711 + msgstr "" 3712 + 3713 + #: src/screens/SignupQueued.tsx:155 3714 + msgid "left to go." 3715 + msgstr "" 3716 + 3717 + #: src/components/StarterPack/ProfileStarterPacks.tsx:312 3718 + msgid "Let me choose" 3719 + msgstr "" 3720 + 3721 + #: src/screens/Login/index.tsx:127 3722 + #: src/screens/Login/index.tsx:142 3723 + msgid "Let's get your password reset!" 3724 + msgstr "" 3725 + 3726 + #: src/screens/Onboarding/StepFinished.tsx:303 3727 + msgid "Let's go!" 3728 + msgstr "" 3729 + 3730 + #: src/screens/Settings/AppearanceSettings.tsx:101 3731 + msgid "Light" 3732 + msgstr "" 3733 + 3734 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:514 3735 + msgid "Like" 3736 + msgstr "" 3737 + 3738 + #: src/view/com/util/post-ctrls/PostCtrls.tsx:311 3739 + msgid "Like ({0, plural, one {# like} other {# likes}})" 3740 + msgstr "" 3741 + 3742 + #: src/components/ProgressGuide/List.tsx:63 3743 + msgid "Like 10 posts" 3744 + msgstr "" 3745 + 3746 + #: src/state/shell/progress-guide.tsx:214 3747 + #: src/state/shell/progress-guide.tsx:219 3748 + msgid "Like 10 posts to train the Discover feed" 3749 + msgstr "" 3750 + 3751 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:501 3752 + msgid "Like feed" 3753 + msgstr "" 3754 + 3755 + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:275 3756 + msgid "Like this feed" 3757 + msgstr "" 3758 + 3759 + #: src/components/LikesDialog.tsx:85 3760 + #: src/Navigation.tsx:246 3761 + #: src/Navigation.tsx:251 3762 + msgid "Liked by" 3763 + msgstr "" 3764 + 3765 + #: src/screens/Post/PostLikedBy.tsx:38 3766 + #: src/screens/Profile/ProfileLabelerLikedBy.tsx:29 3767 + #: src/view/screens/ProfileFeedLikedBy.tsx:30 3768 + msgid "Liked By" 3769 + msgstr "" 3770 + 3771 + #: src/components/FeedCard.tsx:213 3772 + #: src/view/com/feeds/FeedSourceCard.tsx:303 3773 + msgid "Liked by {0, plural, one {# user} other {# users}}" 3774 + msgstr "" 3775 + 3776 + #: src/components/LabelingServiceCard/index.tsx:96 3777 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:489 3778 + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:295 3779 + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:309 3780 + msgid "Liked by {likeCount, plural, one {# user} other {# users}}" 3781 + msgstr "" 3782 + 3783 + #: src/view/screens/Profile.tsx:237 3784 + msgid "Likes" 3785 + msgstr "" 3786 + 3787 + #: src/view/com/post-thread/PostThreadItem.tsx:217 3788 + msgid "Likes on this post" 3789 + msgstr "" 3790 + 3791 + #: src/view/com/post-thread/PostThread.tsx:626 3792 + #: src/view/com/post-thread/PostThread.tsx:631 3793 + msgid "Linear" 3794 + msgstr "" 3795 + 3796 + #: src/Navigation.tsx:208 3797 + msgid "List" 3798 + msgstr "" 3799 + 3800 + #: src/view/com/modals/CreateOrEditList.tsx:241 3801 + msgid "List Avatar" 3802 + msgstr "" 3803 + 3804 + #: src/view/screens/ProfileList.tsx:418 3805 + msgid "List blocked" 3806 + msgstr "" 3807 + 3808 + #: src/components/ListCard.tsx:150 3809 + #: src/view/com/feeds/FeedSourceCard.tsx:255 3810 + msgid "List by {0}" 3811 + msgstr "" 3812 + 3813 + #: src/view/com/profile/ProfileSubpageHeader.tsx:156 3814 + msgid "List by <0/>" 3815 + msgstr "" 3816 + 3817 + #: src/view/com/profile/ProfileSubpageHeader.tsx:154 3818 + msgid "List by you" 3819 + msgstr "" 3820 + 3821 + #: src/view/screens/ProfileList.tsx:455 3822 + msgid "List deleted" 3823 + msgstr "" 3824 + 3825 + #: src/screens/List/ListHiddenScreen.tsx:129 3826 + msgid "List has been hidden" 3827 + msgstr "" 3828 + 3829 + #: src/view/screens/ProfileList.tsx:170 3830 + msgid "List Hidden" 3831 + msgstr "" 3832 + 3833 + #: src/view/screens/ProfileList.tsx:392 3834 + msgid "List muted" 3835 + msgstr "" 3836 + 3837 + #: src/view/com/modals/CreateOrEditList.tsx:255 3838 + msgid "List Name" 3839 + msgstr "" 3840 + 3841 + #: src/view/screens/ProfileList.tsx:431 3842 + msgid "List unblocked" 3843 + msgstr "" 3844 + 3845 + #: src/view/screens/ProfileList.tsx:405 3846 + msgid "List unmuted" 3847 + msgstr "" 3848 + 3849 + #: src/Navigation.tsx:137 3850 + #: src/view/screens/Lists.tsx:62 3851 + #: src/view/screens/Profile.tsx:232 3852 + #: src/view/screens/Profile.tsx:240 3853 + #: src/view/shell/desktop/LeftNav.tsx:658 3854 + #: src/view/shell/Drawer.tsx:496 3855 + msgid "Lists" 3856 + msgstr "" 3857 + 3858 + #: src/components/dms/BlockedByListDialog.tsx:39 3859 + msgid "Lists blocking this user:" 3860 + msgstr "" 3861 + 3862 + #: src/view/screens/Search/Explore.tsx:135 3863 + msgid "Load more" 3864 + msgstr "" 3865 + 3866 + #: src/view/screens/Search/Explore.tsx:224 3867 + msgid "Load more suggested feeds" 3868 + msgstr "" 3869 + 3870 + #: src/view/screens/Search/Explore.tsx:222 3871 + msgid "Load more suggested follows" 3872 + msgstr "" 3873 + 3874 + #: src/view/screens/Notifications.tsx:270 3875 + msgid "Load new notifications" 3876 + msgstr "" 3877 + 3878 + #: src/screens/Profile/ProfileFeed/index.tsx:221 3879 + #: src/screens/Profile/Sections/Feed.tsx:98 3880 + #: src/view/com/feeds/FeedPage.tsx:155 3881 + #: src/view/screens/ProfileList.tsx:849 3882 + msgid "Load new posts" 3883 + msgstr "" 3884 + 3885 + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94 3886 + msgid "Loading..." 3887 + msgstr "" 3888 + 3889 + #: src/Navigation.tsx:271 3890 + msgid "Log" 3891 + msgstr "" 3892 + 3893 + #: src/screens/Deactivated.tsx:202 3894 + #: src/screens/Deactivated.tsx:208 3895 + msgid "Log in or sign up" 3896 + msgstr "" 3897 + 3898 + #: src/screens/SignupQueued.tsx:93 3899 + #: src/screens/SignupQueued.tsx:96 3900 + #: src/screens/Takendown.tsx:85 3901 + msgid "Log out" 3902 + msgstr "" 3903 + 3904 + #: src/screens/Takendown.tsx:88 3905 + msgid "Log Out" 3906 + msgstr "" 3907 + 3908 + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:78 3909 + msgid "Logged-out visibility" 3910 + msgstr "" 3911 + 3912 + #: src/components/AccountList.tsx:65 3913 + msgid "Login to account that is not listed" 3914 + msgstr "" 3915 + 3916 + #: src/view/shell/desktop/RightNav.tsx:121 3917 + msgid "Logo by @sawaratsuki.bsky.social" 3918 + msgstr "" 3919 + 3920 + #: src/view/shell/desktop/RightNav.tsx:118 3921 + #: src/view/shell/Drawer.tsx:634 3922 + msgid "Logo by <0>@sawaratsuki.bsky.social</0>" 3923 + msgstr "" 3924 + 3925 + #: src/components/RichTextTag.tsx:53 3926 + msgid "Long press to open tag menu for #{tag}" 3927 + msgstr "" 3928 + 3929 + #: src/screens/Login/SetNewPasswordForm.tsx:116 3930 + msgid "Looks like XXXXX-XXXXX" 3931 + msgstr "" 3932 + 3933 + #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:39 3934 + msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." 3935 + msgstr "" 3936 + 3937 + #: src/screens/Home/NoFeedsPinned.tsx:83 3938 + msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" 3939 + msgstr "" 3940 + 3941 + #: src/screens/Feeds/NoFollowingFeed.tsx:37 3942 + msgid "Looks like you're missing a following feed. <0>Click here to add one.</0>" 3943 + msgstr "" 3944 + 3945 + #: src/components/StarterPack/ProfileStarterPacks.tsx:265 3946 + msgid "Make one for me" 3947 + msgstr "" 3948 + 3949 + #: src/view/com/modals/LinkWarning.tsx:79 3950 + msgid "Make sure this is where you intend to go!" 3951 + msgstr "" 3952 + 3953 + #: src/screens/Settings/ContentAndMediaSettings.tsx:59 3954 + #: src/screens/Settings/ContentAndMediaSettings.tsx:62 3955 + msgid "Manage saved feeds" 3956 + msgstr "" 3957 + 3958 + #: src/components/dialogs/MutedWords.tsx:108 3959 + msgid "Manage your muted words and tags" 3960 + msgstr "" 3961 + 3962 + #: src/components/dms/ConvoMenu.tsx:218 3963 + #: src/components/dms/ConvoMenu.tsx:221 3964 + msgid "Mark as read" 3965 + msgstr "" 3966 + 3967 + #: src/view/screens/Profile.tsx:235 3968 + msgid "Media" 3969 + msgstr "" 3970 + 3971 + #: src/view/com/composer/labels/LabelsBtn.tsx:211 3972 + msgid "Media that may be disturbing or inappropriate for some audiences." 3973 + msgstr "" 3974 + 3975 + #: src/components/WhoCanReply.tsx:259 3976 + msgid "mentioned users" 3977 + msgstr "" 3978 + 3979 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:422 3980 + msgid "Mentioned users" 3981 + msgstr "" 3982 + 3983 + #: src/view/screens/Notifications.tsx:99 3984 + msgid "Mentions" 3985 + msgstr "" 3986 + 3987 + #: src/components/Menu/index.tsx:103 3988 + #: src/view/screens/Search/Search.tsx:808 3989 + msgid "Menu" 3990 + msgstr "" 3991 + 3992 + #: src/components/dms/MessageProfileButton.tsx:82 3993 + msgid "Message {0}" 3994 + msgstr "" 3995 + 3996 + #: src/components/dms/MessageMenu.tsx:72 3997 + #: src/screens/Messages/components/ChatListItem.tsx:180 3998 + msgid "Message deleted" 3999 + msgstr "" 4000 + 4001 + #: src/view/com/posts/PostFeedErrorMessage.tsx:201 4002 + msgid "Message from server: {0}" 4003 + msgstr "" 4004 + 4005 + #: src/screens/Messages/components/MessageInput.tsx:147 4006 + msgid "Message input field" 4007 + msgstr "" 4008 + 4009 + #: src/screens/Messages/components/MessageInput.tsx:78 4010 + #: src/screens/Messages/components/MessageInput.web.tsx:60 4011 + msgid "Message is too long" 4012 + msgstr "" 4013 + 4014 + #: src/Navigation.tsx:627 4015 + #: src/screens/Messages/ChatList.tsx:269 4016 + #: src/screens/Messages/ChatList.tsx:293 4017 + msgid "Messages" 4018 + msgstr "" 4019 + 4020 + #: src/lib/moderation/useReportOptions.ts:47 4021 + msgid "Misleading Account" 4022 + msgstr "" 4023 + 4024 + #: src/lib/moderation/useReportOptions.ts:67 4025 + msgid "Misleading Post" 4026 + msgstr "" 4027 + 4028 + #: src/Navigation.tsx:142 4029 + #: src/screens/Moderation/index.tsx:89 4030 + #: src/screens/Settings/Settings.tsx:167 4031 + #: src/screens/Settings/Settings.tsx:170 4032 + msgid "Moderation" 4033 + msgstr "" 4034 + 4035 + #: src/components/moderation/ModerationDetailsDialog.tsx:132 4036 + msgid "Moderation details" 4037 + msgstr "" 4038 + 4039 + #: src/components/ListCard.tsx:149 4040 + #: src/view/com/modals/UserAddRemoveLists.tsx:222 4041 + msgid "Moderation list by {0}" 4042 + msgstr "" 4043 + 4044 + #: src/view/com/profile/ProfileSubpageHeader.tsx:169 4045 + msgid "Moderation list by <0/>" 4046 + msgstr "" 4047 + 4048 + #: src/view/com/modals/UserAddRemoveLists.tsx:220 4049 + #: src/view/com/profile/ProfileSubpageHeader.tsx:167 4050 + msgid "Moderation list by you" 4051 + msgstr "" 4052 + 4053 + #: src/view/com/modals/CreateOrEditList.tsx:177 4054 + msgid "Moderation list created" 4055 + msgstr "" 4056 + 4057 + #: src/view/com/modals/CreateOrEditList.tsx:163 4058 + msgid "Moderation list updated" 4059 + msgstr "" 4060 + 4061 + #: src/screens/Moderation/index.tsx:239 4062 + msgid "Moderation lists" 4063 + msgstr "" 4064 + 4065 + #: src/Navigation.tsx:147 4066 + #: src/view/screens/ModerationModlists.tsx:62 4067 + msgid "Moderation Lists" 4068 + msgstr "" 4069 + 4070 + #: src/components/moderation/LabelPreference.tsx:247 4071 + msgid "moderation settings" 4072 + msgstr "" 4073 + 4074 + #: src/Navigation.tsx:261 4075 + msgid "Moderation states" 4076 + msgstr "" 4077 + 4078 + #: src/screens/Moderation/index.tsx:193 4079 + msgid "Moderation tools" 4080 + msgstr "" 4081 + 4082 + #: src/components/moderation/ModerationDetailsDialog.tsx:50 4083 + #: src/lib/moderation/useModerationCauseDescription.ts:45 4084 + msgid "Moderator has chosen to set a general warning on the content." 4085 + msgstr "" 4086 + 4087 + #: src/view/com/post-thread/PostThreadItem.tsx:632 4088 + msgid "More" 4089 + msgstr "" 4090 + 4091 + #: src/view/shell/desktop/Feeds.tsx:102 4092 + #: src/view/shell/desktop/Feeds.tsx:105 4093 + msgid "More feeds" 4094 + msgstr "" 4095 + 4096 + #: src/view/com/profile/ProfileMenu.tsx:179 4097 + #: src/view/screens/ProfileList.tsx:721 4098 + msgid "More options" 4099 + msgstr "" 4100 + 4101 + #: src/screens/Settings/ThreadPreferences.tsx:94 4102 + msgid "Most-liked first" 4103 + msgstr "" 4104 + 4105 + #: src/screens/Settings/ThreadPreferences.tsx:91 4106 + #: src/view/com/post-thread/PostThread.tsx:682 4107 + #: src/view/com/post-thread/PostThread.tsx:687 4108 + msgid "Most-liked replies first" 4109 + msgstr "" 4110 + 4111 + #: src/screens/Onboarding/state.ts:105 4112 + msgid "Movies" 4113 + msgstr "" 4114 + 4115 + #: src/screens/Onboarding/state.ts:106 4116 + msgid "Music" 4117 + msgstr "" 4118 + 4119 + #: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 4120 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VolumeControl.tsx:95 4121 + msgctxt "video" 4122 + msgid "Mute" 4123 + msgstr "" 4124 + 4125 + #: src/components/RichTextTag.tsx:140 4126 + #: src/components/RichTextTag.tsx:153 4127 + msgid "Mute {tag}" 4128 + msgstr "" 4129 + 4130 + #: src/view/com/profile/ProfileMenu.tsx:259 4131 + #: src/view/com/profile/ProfileMenu.tsx:266 4132 + msgid "Mute Account" 4133 + msgstr "" 4134 + 4135 + #: src/view/screens/ProfileList.tsx:627 4136 + msgid "Mute accounts" 4137 + msgstr "" 4138 + 4139 + #: src/components/dms/ConvoMenu.tsx:235 4140 + #: src/components/dms/ConvoMenu.tsx:241 4141 + msgid "Mute conversation" 4142 + msgstr "" 4143 + 4144 + #: src/components/dialogs/MutedWords.tsx:253 4145 + msgid "Mute in:" 4146 + msgstr "" 4147 + 4148 + #: src/view/screens/ProfileList.tsx:750 4149 + msgid "Mute list" 4150 + msgstr "" 4151 + 4152 + #: src/view/screens/ProfileList.tsx:745 4153 + msgid "Mute these accounts?" 4154 + msgstr "" 4155 + 4156 + #: src/components/dialogs/MutedWords.tsx:185 4157 + msgid "Mute this word for 24 hours" 4158 + msgstr "" 4159 + 4160 + #: src/components/dialogs/MutedWords.tsx:224 4161 + msgid "Mute this word for 30 days" 4162 + msgstr "" 4163 + 4164 + #: src/components/dialogs/MutedWords.tsx:209 4165 + msgid "Mute this word for 7 days" 4166 + msgstr "" 4167 + 4168 + #: src/components/dialogs/MutedWords.tsx:258 4169 + msgid "Mute this word in post text and tags" 4170 + msgstr "" 4171 + 4172 + #: src/components/dialogs/MutedWords.tsx:274 4173 + msgid "Mute this word in tags only" 4174 + msgstr "" 4175 + 4176 + #: src/components/dialogs/MutedWords.tsx:170 4177 + msgid "Mute this word until you unmute it" 4178 + msgstr "" 4179 + 4180 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489 4181 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:493 4182 + msgid "Mute thread" 4183 + msgstr "" 4184 + 4185 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:503 4186 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:505 4187 + msgid "Mute words & tags" 4188 + msgstr "" 4189 + 4190 + #: src/screens/Moderation/index.tsx:254 4191 + msgid "Muted accounts" 4192 + msgstr "" 4193 + 4194 + #: src/Navigation.tsx:152 4195 + #: src/view/screens/ModerationMutedAccounts.tsx:100 4196 + msgid "Muted Accounts" 4197 + msgstr "" 4198 + 4199 + #: src/view/screens/ModerationMutedAccounts.tsx:112 4200 + msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." 4201 + msgstr "" 4202 + 4203 + #: src/lib/moderation/useModerationCauseDescription.ts:90 4204 + msgid "Muted by \"{0}\"" 4205 + msgstr "" 4206 + 4207 + #: src/screens/Moderation/index.tsx:224 4208 + msgid "Muted words & tags" 4209 + msgstr "" 4210 + 4211 + #: src/view/screens/ProfileList.tsx:747 4212 + msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." 4213 + msgstr "" 4214 + 4215 + #: src/components/dialogs/BirthDateSettings.tsx:34 4216 + #: src/components/dialogs/BirthDateSettings.tsx:37 4217 + msgid "My Birthday" 4218 + msgstr "" 4219 + 4220 + #: src/view/screens/Feeds.tsx:699 4221 + msgid "My Feeds" 4222 + msgstr "" 4223 + 4224 + #: src/view/com/modals/CreateOrEditList.tsx:270 4225 + msgid "Name" 4226 + msgstr "" 4227 + 4228 + #: src/view/com/modals/CreateOrEditList.tsx:135 4229 + msgid "Name is required" 4230 + msgstr "" 4231 + 4232 + #: src/lib/moderation/useReportOptions.ts:59 4233 + #: src/lib/moderation/useReportOptions.ts:98 4234 + #: src/lib/moderation/useReportOptions.ts:106 4235 + #: src/lib/moderation/useReportOptions.ts:114 4236 + msgid "Name or Description Violates Community Standards" 4237 + msgstr "" 4238 + 4239 + #: src/screens/Onboarding/index.tsx:22 4240 + #: src/screens/Onboarding/state.ts:107 4241 + msgid "Nature" 4242 + msgstr "" 4243 + 4244 + #: src/components/StarterPack/StarterPackCard.tsx:124 4245 + msgid "Navigate to {0}" 4246 + msgstr "" 4247 + 4248 + #: src/screens/Login/ForgotPasswordForm.tsx:166 4249 + #: src/screens/Login/LoginForm.tsx:334 4250 + #: src/view/com/modals/ChangePassword.tsx:169 4251 + msgid "Navigates to the next screen" 4252 + msgstr "" 4253 + 4254 + #: src/view/shell/Drawer.tsx:72 4255 + msgid "Navigates to your profile" 4256 + msgstr "" 4257 + 4258 + #: src/components/dialogs/VerifyEmailDialog.tsx:196 4259 + msgid "Need to change it?" 4260 + msgstr "" 4261 + 4262 + #: src/components/ReportDialog/SelectReportOptionView.tsx:128 4263 + msgid "Need to report a copyright violation?" 4264 + msgstr "" 4265 + 4266 + #: src/screens/Onboarding/StepFinished.tsx:271 4267 + msgid "Never lose access to your followers or data." 4268 + msgstr "" 4269 + 4270 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:548 4271 + msgid "Nevermind, create a handle for me" 4272 + msgstr "" 4273 + 4274 + #: src/view/screens/Lists.tsx:74 4275 + #: src/view/screens/ModerationModlists.tsx:74 4276 + msgctxt "action" 4277 + msgid "New" 4278 + msgstr "" 4279 + 4280 + #: src/components/dms/dialogs/NewChatDialog.tsx:65 4281 + #: src/screens/Messages/ChatList.tsx:276 4282 + #: src/screens/Messages/ChatList.tsx:283 4283 + msgid "New chat" 4284 + msgstr "" 4285 + 4286 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:202 4287 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:210 4288 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:356 4289 + msgid "New handle" 4290 + msgstr "" 4291 + 4292 + #: src/view/screens/Lists.tsx:66 4293 + #: src/view/screens/ModerationModlists.tsx:66 4294 + msgid "New list" 4295 + msgstr "" 4296 + 4297 + #: src/components/dms/NewMessagesPill.tsx:92 4298 + msgid "New messages" 4299 + msgstr "" 4300 + 4301 + #: src/view/com/modals/CreateOrEditList.tsx:232 4302 + msgid "New Moderation List" 4303 + msgstr "" 4304 + 4305 + #: src/view/com/modals/ChangePassword.tsx:213 4306 + msgid "New password" 4307 + msgstr "" 4308 + 4309 + #: src/view/com/modals/ChangePassword.tsx:218 4310 + msgid "New Password" 4311 + msgstr "" 4312 + 4313 + #: src/screens/Profile/ProfileFeed/index.tsx:238 4314 + #: src/view/screens/Feeds.tsx:549 4315 + #: src/view/screens/Notifications.tsx:165 4316 + #: src/view/screens/Profile.tsx:518 4317 + #: src/view/screens/ProfileList.tsx:250 4318 + #: src/view/screens/ProfileList.tsx:283 4319 + msgid "New post" 4320 + msgstr "" 4321 + 4322 + #: src/view/com/feeds/FeedPage.tsx:166 4323 + msgctxt "action" 4324 + msgid "New post" 4325 + msgstr "" 4326 + 4327 + #: src/view/shell/desktop/LeftNav.tsx:504 4328 + msgctxt "action" 4329 + msgid "New Post" 4330 + msgstr "" 4331 + 4332 + #: src/components/NewskieDialog.tsx:83 4333 + msgid "New user info dialog" 4334 + msgstr "" 4335 + 4336 + #: src/view/com/modals/CreateOrEditList.tsx:227 4337 + msgid "New User List" 4338 + msgstr "" 4339 + 4340 + #: src/screens/Settings/ThreadPreferences.tsx:83 4341 + #: src/screens/Settings/ThreadPreferences.tsx:86 4342 + #: src/view/com/post-thread/PostThread.tsx:672 4343 + #: src/view/com/post-thread/PostThread.tsx:677 4344 + msgid "Newest replies first" 4345 + msgstr "" 4346 + 4347 + #: src/screens/Onboarding/index.tsx:20 4348 + #: src/screens/Onboarding/state.ts:108 4349 + msgid "News" 4350 + msgstr "" 4351 + 4352 + #: src/screens/Login/ForgotPasswordForm.tsx:137 4353 + #: src/screens/Login/ForgotPasswordForm.tsx:143 4354 + #: src/screens/Login/LoginForm.tsx:333 4355 + #: src/screens/Login/LoginForm.tsx:340 4356 + #: src/screens/Login/SetNewPasswordForm.tsx:174 4357 + #: src/screens/Login/SetNewPasswordForm.tsx:180 4358 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:157 4359 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:165 4360 + #: src/screens/Signup/BackNextButtons.tsx:67 4361 + #: src/screens/StarterPack/Wizard/index.tsx:187 4362 + #: src/screens/StarterPack/Wizard/index.tsx:191 4363 + #: src/screens/StarterPack/Wizard/index.tsx:341 4364 + #: src/screens/StarterPack/Wizard/index.tsx:348 4365 + #: src/view/com/modals/ChangePassword.tsx:254 4366 + #: src/view/com/modals/ChangePassword.tsx:256 4367 + msgid "Next" 4368 + msgstr "" 4369 + 4370 + #: src/view/com/lightbox/Lightbox.web.tsx:169 4371 + msgid "Next image" 4372 + msgstr "" 4373 + 4374 + #: src/screens/Settings/AppPasswords.tsx:108 4375 + msgid "No app passwords yet" 4376 + msgstr "" 4377 + 4378 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:378 4379 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:380 4380 + msgid "No DNS Panel" 4381 + msgstr "" 4382 + 4383 + #: src/components/dialogs/GifSelect.tsx:231 4384 + msgid "No featured GIFs found. There may be an issue with Tenor." 4385 + msgstr "" 4386 + 4387 + #: src/screens/StarterPack/Wizard/StepFeeds.tsx:119 4388 + msgid "No feeds found. Try searching for something else." 4389 + msgstr "" 4390 + 4391 + #: src/components/LikedByList.tsx:84 4392 + #: src/view/com/post-thread/PostLikedBy.tsx:84 4393 + msgid "No likes yet" 4394 + msgstr "" 4395 + 4396 + #: src/components/ProfileCard.tsx:345 4397 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 4398 + msgid "No longer following {0}" 4399 + msgstr "" 4400 + 4401 + #: src/screens/Signup/StepHandle.tsx:173 4402 + msgid "No longer than {0} characters" 4403 + msgstr "" 4404 + 4405 + #: src/screens/Messages/components/ChatListItem.tsx:124 4406 + msgid "No messages yet" 4407 + msgstr "" 4408 + 4409 + #: src/screens/Messages/ChatList.tsx:233 4410 + msgid "No more conversations to show" 4411 + msgstr "" 4412 + 4413 + #: src/view/com/notifications/NotificationFeed.tsx:116 4414 + msgid "No notifications yet!" 4415 + msgstr "" 4416 + 4417 + #: src/screens/Messages/Settings.tsx:101 4418 + #: src/screens/Messages/Settings.tsx:104 4419 + msgid "No one" 4420 + msgstr "" 4421 + 4422 + #: src/components/WhoCanReply.tsx:242 4423 + msgid "No one but the author can quote this post." 4424 + msgstr "" 4425 + 4426 + #: src/screens/Profile/Sections/Feed.tsx:66 4427 + msgid "No posts yet." 4428 + msgstr "" 4429 + 4430 + #: src/view/com/post-thread/PostQuotes.tsx:105 4431 + msgid "No quotes yet" 4432 + msgstr "" 4433 + 4434 + #: src/view/com/post-thread/PostRepostedBy.tsx:90 4435 + msgid "No reposts yet" 4436 + msgstr "" 4437 + 4438 + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:94 4439 + #: src/view/com/composer/text-input/web/Autocomplete.tsx:195 4440 + msgid "No result" 4441 + msgstr "" 4442 + 4443 + #: src/components/dms/dialogs/SearchablePeopleList.tsx:200 4444 + #: src/components/ProgressGuide/FollowDialog.tsx:235 4445 + msgid "No results" 4446 + msgstr "" 4447 + 4448 + #: src/components/Lists.tsx:189 4449 + msgid "No results found" 4450 + msgstr "" 4451 + 4452 + #: src/view/screens/Feeds.tsx:470 4453 + msgid "No results found for \"{query}\"" 4454 + msgstr "" 4455 + 4456 + #: src/view/com/modals/ListAddRemoveUsers.tsx:128 4457 + #: src/view/screens/Search/Search.tsx:227 4458 + #: src/view/screens/Search/Search.tsx:265 4459 + #: src/view/screens/Search/Search.tsx:310 4460 + msgid "No results found for {query}" 4461 + msgstr "" 4462 + 4463 + #: src/components/dialogs/GifSelect.tsx:229 4464 + msgid "No search results found for \"{search}\"." 4465 + msgstr "" 4466 + 4467 + #: src/components/dialogs/EmbedConsent.tsx:104 4468 + #: src/components/dialogs/EmbedConsent.tsx:111 4469 + msgid "No thanks" 4470 + msgstr "" 4471 + 4472 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:404 4473 + msgid "Nobody" 4474 + msgstr "" 4475 + 4476 + #: src/components/LikedByList.tsx:86 4477 + #: src/components/LikesDialog.tsx:97 4478 + #: src/view/com/post-thread/PostLikedBy.tsx:86 4479 + msgid "Nobody has liked this yet. Maybe you should be the first!" 4480 + msgstr "" 4481 + 4482 + #: src/view/com/post-thread/PostQuotes.tsx:107 4483 + msgid "Nobody has quoted this yet. Maybe you should be the first!" 4484 + msgstr "" 4485 + 4486 + #: src/view/com/post-thread/PostRepostedBy.tsx:92 4487 + msgid "Nobody has reposted this yet. Maybe you should be the first!" 4488 + msgstr "" 4489 + 4490 + #: src/screens/StarterPack/Wizard/StepProfiles.tsx:103 4491 + msgid "Nobody was found. Try searching for someone else." 4492 + msgstr "" 4493 + 4494 + #: src/lib/moderation/useGlobalLabelStrings.ts:42 4495 + msgid "Non-sexual Nudity" 4496 + msgstr "" 4497 + 4498 + #: src/Navigation.tsx:132 4499 + #: src/view/screens/Profile.tsx:129 4500 + msgid "Not Found" 4501 + msgstr "" 4502 + 4503 + #: src/view/com/modals/VerifyEmail.tsx:254 4504 + #: src/view/com/modals/VerifyEmail.tsx:260 4505 + msgid "Not right now" 4506 + msgstr "" 4507 + 4508 + #: src/view/com/profile/ProfileMenu.tsx:348 4509 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:686 4510 + #: src/view/com/util/post-ctrls/PostCtrls.tsx:357 4511 + msgid "Note about sharing" 4512 + msgstr "" 4513 + 4514 + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:88 4515 + 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." 4516 + msgstr "" 4517 + 4518 + #: src/screens/Messages/ChatList.tsx:188 4519 + msgid "Nothing here" 4520 + msgstr "" 4521 + 4522 + #: src/screens/Settings/NotificationSettings.tsx:64 4523 + msgid "Notification filters" 4524 + msgstr "" 4525 + 4526 + #: src/Navigation.tsx:408 4527 + #: src/view/screens/Notifications.tsx:134 4528 + msgid "Notification settings" 4529 + msgstr "" 4530 + 4531 + #: src/screens/Settings/NotificationSettings.tsx:46 4532 + msgid "Notification Settings" 4533 + msgstr "" 4534 + 4535 + #: src/screens/Messages/Settings.tsx:123 4536 + msgid "Notification sounds" 4537 + msgstr "" 4538 + 4539 + #: src/screens/Messages/Settings.tsx:120 4540 + msgid "Notification Sounds" 4541 + msgstr "" 4542 + 4543 + #: src/Navigation.tsx:622 4544 + #: src/view/screens/Notifications.tsx:128 4545 + #: src/view/shell/bottom-bar/BottomBar.tsx:230 4546 + #: src/view/shell/desktop/LeftNav.tsx:621 4547 + #: src/view/shell/Drawer.tsx:449 4548 + msgid "Notifications" 4549 + msgstr "" 4550 + 4551 + #: src/lib/hooks/useTimeAgo.ts:122 4552 + msgid "now" 4553 + msgstr "" 4554 + 4555 + #: src/components/dms/MessageItem.tsx:198 4556 + msgid "Now" 4557 + msgstr "" 4558 + 4559 + #: src/view/com/composer/labels/LabelsBtn.tsx:151 4560 + #: src/view/com/composer/labels/LabelsBtn.tsx:154 4561 + msgid "Nudity" 4562 + msgstr "" 4563 + 4564 + #: src/lib/moderation/useReportOptions.ts:78 4565 + msgid "Nudity or adult content not labeled as such" 4566 + msgstr "" 4567 + 4568 + #: src/lib/moderation/useLabelBehaviorDescription.ts:11 4569 + msgid "Off" 4570 + msgstr "" 4571 + 4572 + #: src/components/dialogs/GifSelect.tsx:268 4573 + #: src/view/com/util/ErrorBoundary.tsx:57 4574 + msgid "Oh no!" 4575 + msgstr "" 4576 + 4577 + #: src/screens/Onboarding/StepInterests/index.tsx:124 4578 + msgid "Oh no! Something went wrong." 4579 + msgstr "" 4580 + 4581 + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:352 4582 + #: src/screens/Settings/AppIconSettings/index.tsx:48 4583 + #: src/screens/Settings/AppIconSettings/index.tsx:229 4584 + msgid "OK" 4585 + msgstr "" 4586 + 4587 + #: src/screens/Login/PasswordUpdatedForm.tsx:37 4588 + #: src/view/com/post-thread/PostThreadItem.tsx:864 4589 + msgid "Okay" 4590 + msgstr "" 4591 + 4592 + #: src/screens/Settings/ThreadPreferences.tsx:75 4593 + #: src/screens/Settings/ThreadPreferences.tsx:78 4594 + #: src/view/com/post-thread/PostThread.tsx:662 4595 + #: src/view/com/post-thread/PostThread.tsx:667 4596 + msgid "Oldest replies first" 4597 + msgstr "" 4598 + 4599 + #: src/components/StarterPack/QrCode.tsx:76 4600 + msgid "on<0><1/><2><3/></2></0>" 4601 + msgstr "" 4602 + 4603 + #: src/screens/Settings/Settings.tsx:304 4604 + msgid "Onboarding reset" 4605 + msgstr "" 4606 + 4607 + #: src/view/com/composer/Composer.tsx:346 4608 + msgid "One or more GIFs is missing alt text." 4609 + msgstr "" 4610 + 4611 + #: src/view/com/composer/Composer.tsx:343 4612 + msgid "One or more images is missing alt text." 4613 + msgstr "" 4614 + 4615 + #: src/view/com/composer/Composer.tsx:353 4616 + msgid "One or more videos is missing alt text." 4617 + msgstr "" 4618 + 4619 + #: src/screens/Onboarding/StepProfile/index.tsx:115 4620 + msgid "Only .jpg and .png files are supported" 4621 + msgstr "" 4622 + 4623 + #: src/components/WhoCanReply.tsx:222 4624 + msgid "Only {0} can reply." 4625 + msgstr "" 4626 + 4627 + #: src/screens/Signup/StepHandle.tsx:156 4628 + msgid "Only contains letters, numbers, and hyphens" 4629 + msgstr "" 4630 + 4631 + #: src/lib/media/picker.shared.ts:29 4632 + msgid "Only image files are supported" 4633 + msgstr "" 4634 + 4635 + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:40 4636 + msgid "Only WebVTT (.vtt) files are supported" 4637 + msgstr "" 4638 + 4639 + #: src/components/Lists.tsx:94 4640 + msgid "Oops, something went wrong!" 4641 + msgstr "" 4642 + 4643 + #: src/components/Lists.tsx:173 4644 + #: src/components/StarterPack/ProfileStarterPacks.tsx:321 4645 + #: src/components/StarterPack/ProfileStarterPacks.tsx:330 4646 + #: src/screens/Settings/AppPasswords.tsx:59 4647 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:104 4648 + #: src/screens/Settings/NotificationSettings.tsx:54 4649 + #: src/view/screens/Profile.tsx:129 4650 + msgid "Oops!" 4651 + msgstr "" 4652 + 4653 + #: src/screens/Onboarding/StepFinished.tsx:267 4654 + msgid "Open" 4655 + msgstr "Aperir" 4656 + 4657 + #: src/view/com/posts/AviFollowButton.tsx:86 4658 + msgid "Open {name} profile shortcut menu" 4659 + msgstr "" 4660 + 4661 + #: src/screens/Onboarding/StepProfile/index.tsx:286 4662 + msgid "Open avatar creator" 4663 + msgstr "" 4664 + 4665 + #: src/screens/Settings/AccountSettings.tsx:127 4666 + msgid "Open change handle dialog" 4667 + msgstr "" 4668 + 4669 + #: src/screens/Messages/components/ChatListItem.tsx:290 4670 + #: src/screens/Messages/components/ChatListItem.tsx:291 4671 + msgid "Open conversation options" 4672 + msgstr "" 4673 + 4674 + #: src/components/Layout/Header/index.tsx:149 4675 + msgid "Open drawer menu" 4676 + msgstr "" 4677 + 4678 + #: src/screens/Messages/components/MessageInput.web.tsx:181 4679 + #: src/view/com/composer/Composer.tsx:1243 4680 + #: src/view/com/composer/Composer.tsx:1244 4681 + msgid "Open emoji picker" 4682 + msgstr "" 4683 + 4684 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:190 4685 + msgid "Open feed info screen" 4686 + msgstr "" 4687 + 4688 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:290 4689 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:295 4690 + msgid "Open feed options menu" 4691 + msgstr "" 4692 + 4693 + #: src/screens/Settings/Settings.tsx:208 4694 + msgid "Open helpdesk in browser" 4695 + msgstr "" 4696 + 4697 + #: src/view/com/util/post-embeds/ExternalLinkEmbed.tsx:71 4698 + msgid "Open link to {niceUrl}" 4699 + msgstr "" 4700 + 4701 + #: src/components/dms/ActionsWrapper.tsx:90 4702 + msgid "Open message options" 4703 + msgstr "" 4704 + 4705 + #: src/screens/Settings/Settings.tsx:330 4706 + msgid "Open moderation debug page" 4707 + msgstr "" 4708 + 4709 + #: src/screens/Moderation/index.tsx:220 4710 + msgid "Open muted words and tags settings" 4711 + msgstr "" 4712 + 4713 + #: src/view/com/util/forms/PostDropdownBtn.tsx:70 4714 + msgid "Open post options menu" 4715 + msgstr "" 4716 + 4717 + #: src/screens/StarterPack/StarterPackScreen.tsx:553 4718 + msgid "Open starter pack menu" 4719 + msgstr "" 4720 + 4721 + #: src/screens/Settings/Settings.tsx:323 4722 + #: src/screens/Settings/Settings.tsx:337 4723 + msgid "Open storybook page" 4724 + msgstr "" 4725 + 4726 + #: src/screens/Settings/Settings.tsx:316 4727 + msgid "Open system log" 4728 + msgstr "Aperir registro de systema" 4729 + 4730 + #: src/view/com/util/forms/DropdownButton.tsx:162 4731 + msgid "Opens {numItems} options" 4732 + msgstr "" 4733 + 4734 + #: src/view/com/composer/labels/LabelsBtn.tsx:62 4735 + msgid "Opens a dialog to add a content warning to your post" 4736 + msgstr "" 4737 + 4738 + #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 4739 + msgid "Opens a dialog to choose who can reply to this thread" 4740 + msgstr "" 4741 + 4742 + #: src/view/screens/Log.tsx:59 4743 + msgid "Opens additional details for a debug entry" 4744 + msgstr "" 4745 + 4746 + #: src/view/com/composer/photos/OpenCameraBtn.tsx:73 4747 + msgid "Opens camera on device" 4748 + msgstr "" 4749 + 4750 + #: src/view/com/post-thread/PostThreadComposePrompt.tsx:35 4751 + msgid "Opens composer" 4752 + msgstr "" 4753 + 4754 + #: src/view/com/composer/photos/SelectPhotoBtn.tsx:51 4755 + msgid "Opens device photo gallery" 4756 + msgstr "" 4757 + 4758 + #: src/view/com/auth/SplashScreen.tsx:49 4759 + #: src/view/com/auth/SplashScreen.web.tsx:111 4760 + msgid "Opens flow to create a new Bluesky account" 4761 + msgstr "" 4762 + 4763 + #: src/view/com/auth/SplashScreen.tsx:63 4764 + #: src/view/com/auth/SplashScreen.web.tsx:125 4765 + msgid "Opens flow to sign into your existing Bluesky account" 4766 + msgstr "" 4767 + 4768 + #: src/view/com/composer/photos/SelectGifBtn.tsx:36 4769 + msgid "Opens GIF select dialog" 4770 + msgstr "" 4771 + 4772 + #: src/view/com/modals/InviteCodes.tsx:173 4773 + msgid "Opens list of invite codes" 4774 + msgstr "" 4775 + 4776 + #: src/screens/Login/LoginForm.tsx:241 4777 + msgid "Opens password reset form" 4778 + msgstr "Aperi le formulario de reinitialisation de contrasigno" 4779 + 4780 + #: src/view/com/modals/LinkWarning.tsx:93 4781 + msgid "Opens the linked website" 4782 + msgstr "" 4783 + 4784 + #: src/view/com/notifications/NotificationFeedItem.tsx:679 4785 + #: src/view/com/util/UserAvatar.tsx:437 4786 + msgid "Opens this profile" 4787 + msgstr "Aperi iste profilo" 4788 + 4789 + #: src/view/com/composer/videos/SelectVideoBtn.tsx:101 4790 + msgid "Opens video picker" 4791 + msgstr "" 4792 + 4793 + #: src/view/com/util/forms/DropdownButton.tsx:296 4794 + msgid "Option {0} of {numItems}" 4795 + msgstr "" 4796 + 4797 + #: src/components/dms/ReportDialog.tsx:219 4798 + #: src/components/ReportDialog/SubmitView.tsx:168 4799 + msgid "Optionally provide additional information below:" 4800 + msgstr "" 4801 + 4802 + #: src/components/dialogs/MutedWords.tsx:299 4803 + msgid "Options:" 4804 + msgstr "Optiones:" 4805 + 4806 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:417 4807 + msgid "Or combine these options:" 4808 + msgstr "" 4809 + 4810 + #: src/screens/Deactivated.tsx:199 4811 + msgid "Or, continue with another account." 4812 + msgstr "" 4813 + 4814 + #: src/screens/Deactivated.tsx:186 4815 + msgid "Or, log into one of your other accounts." 4816 + msgstr "" 4817 + 4818 + #: src/lib/moderation/useReportOptions.ts:27 4819 + #: src/view/com/composer/labels/LabelsBtn.tsx:186 4820 + msgid "Other" 4821 + msgstr "" 4822 + 4823 + #: src/components/AccountList.tsx:83 4824 + msgid "Other account" 4825 + msgstr "" 4826 + 4827 + #: src/view/com/composer/select-language/SelectLangBtn.tsx:93 4828 + msgid "Other..." 4829 + msgstr "" 4830 + 4831 + #: src/components/dms/ReportDialog.tsx:339 4832 + msgid "Our moderation team has received your report." 4833 + msgstr "" 4834 + 4835 + #: src/screens/Messages/components/ChatDisabled.tsx:28 4836 + msgid "Our moderators have reviewed reports and decided to disable your access to chats on Bluesky." 4837 + msgstr "" 4838 + 4839 + #: src/components/Lists.tsx:190 4840 + #: src/view/screens/NotFound.tsx:47 4841 + msgid "Page not found" 4842 + msgstr "" 4843 + 4844 + #: src/view/screens/NotFound.tsx:44 4845 + msgid "Page Not Found" 4846 + msgstr "" 4847 + 4848 + #: src/screens/Login/LoginForm.tsx:220 4849 + #: src/screens/Settings/AccountSettings.tsx:117 4850 + #: src/screens/Settings/AccountSettings.tsx:121 4851 + #: src/screens/Signup/StepInfo/index.tsx:186 4852 + #: src/view/com/modals/DeleteAccount.tsx:239 4853 + #: src/view/com/modals/DeleteAccount.tsx:246 4854 + msgid "Password" 4855 + msgstr "Contrasigno" 4856 + 4857 + #: src/view/com/modals/ChangePassword.tsx:143 4858 + msgid "Password Changed" 4859 + msgstr "" 4860 + 4861 + #: src/screens/Login/index.tsx:154 4862 + msgid "Password updated" 4863 + msgstr "" 4864 + 4865 + #: src/screens/Login/PasswordUpdatedForm.tsx:23 4866 + msgid "Password updated!" 4867 + msgstr "" 4868 + 4869 + #: src/view/com/util/post-embeds/GifEmbed.tsx:43 4870 + #: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:140 4871 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:369 4872 + msgid "Pause" 4873 + msgstr "" 4874 + 4875 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:320 4876 + msgid "Pause video" 4877 + msgstr "" 4878 + 4879 + #: src/screens/StarterPack/StarterPackScreen.tsx:182 4880 + #: src/view/screens/Search/Search.tsx:516 4881 + msgid "People" 4882 + msgstr "" 4883 + 4884 + #: src/Navigation.tsx:195 4885 + msgid "People followed by @{0}" 4886 + msgstr "" 4887 + 4888 + #: src/Navigation.tsx:188 4889 + msgid "People following @{0}" 4890 + msgstr "" 4891 + 4892 + #: src/view/com/lightbox/Lightbox.tsx:27 4893 + msgid "Permission to access camera roll is required." 4894 + msgstr "" 4895 + 4896 + #: src/view/com/lightbox/Lightbox.tsx:35 4897 + msgid "Permission to access camera roll was denied. Please enable it in your system settings." 4898 + msgstr "" 4899 + 4900 + #: src/components/StarterPack/Wizard/WizardListCard.tsx:54 4901 + msgid "Person toggle" 4902 + msgstr "" 4903 + 4904 + #: src/screens/Onboarding/index.tsx:28 4905 + #: src/screens/Onboarding/state.ts:109 4906 + msgid "Pets" 4907 + msgstr "" 4908 + 4909 + #: src/screens/Onboarding/state.ts:110 4910 + msgid "Photography" 4911 + msgstr "" 4912 + 4913 + #: src/view/com/composer/labels/LabelsBtn.tsx:170 4914 + msgid "Pictures meant for adults." 4915 + msgstr "" 4916 + 4917 + #: src/screens/Search/components/ExploreTrendingVideos.tsx:173 4918 + #: src/screens/Search/components/ExploreTrendingVideos.tsx:178 4919 + msgid "Pin" 4920 + msgstr "" 4921 + 4922 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:519 4923 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:526 4924 + msgid "Pin feed" 4925 + msgstr "" 4926 + 4927 + #: src/screens/Search/components/ExploreTrendingVideos.tsx:167 4928 + msgid "Pin the trending videos feed to your home screen for easy access" 4929 + msgstr "" 4930 + 4931 + #: src/view/screens/ProfileList.tsx:685 4932 + msgid "Pin to home" 4933 + msgstr "" 4934 + 4935 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:336 4936 + msgid "Pin to Home" 4937 + msgstr "" 4938 + 4939 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:380 4940 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:387 4941 + msgid "Pin to your profile" 4942 + msgstr "" 4943 + 4944 + #: src/view/com/posts/PostFeedItem.tsx:363 4945 + msgid "Pinned" 4946 + msgstr "" 4947 + 4948 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:162 4949 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:174 4950 + msgid "Pinned {0} to Home" 4951 + msgstr "" 4952 + 4953 + #: src/view/screens/SavedFeeds.tsx:123 4954 + msgid "Pinned Feeds" 4955 + msgstr "" 4956 + 4957 + #: src/view/screens/ProfileList.tsx:351 4958 + msgid "Pinned to your feeds" 4959 + msgstr "" 4960 + 4961 + #: src/view/com/util/post-embeds/GifEmbed.tsx:43 4962 + #: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:140 4963 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:370 4964 + msgid "Play" 4965 + msgstr "" 4966 + 4967 + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:107 4968 + msgid "Play {0}" 4969 + msgstr "" 4970 + 4971 + #: src/view/com/util/post-embeds/GifEmbed.tsx:42 4972 + msgid "Play or pause the GIF" 4973 + msgstr "" 4974 + 4975 + #: src/view/com/util/post-embeds/VideoEmbed.tsx:134 4976 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:321 4977 + msgid "Play video" 4978 + msgstr "" 4979 + 4980 + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:58 4981 + #: src/view/com/util/post-embeds/ExternalPlayerEmbed.tsx:59 4982 + msgid "Play Video" 4983 + msgstr "" 4984 + 4985 + #: src/view/com/util/post-embeds/ExternalGifEmbed.tsx:106 4986 + msgid "Plays the GIF" 4987 + msgstr "" 4988 + 4989 + #: src/screens/Signup/state.ts:217 4990 + msgid "Please choose your handle." 4991 + msgstr "" 4992 + 4993 + #: src/screens/Signup/state.ts:210 4994 + #: src/screens/Signup/StepInfo/index.tsx:114 4995 + msgid "Please choose your password." 4996 + msgstr "" 4997 + 4998 + #: src/screens/Signup/state.ts:231 4999 + msgid "Please complete the verification captcha." 5000 + msgstr "" 5001 + 5002 + #: src/view/com/modals/ChangeEmail.tsx:65 5003 + 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." 5004 + msgstr "" 5005 + 5006 + #: src/screens/Login/SetNewPasswordForm.tsx:56 5007 + msgid "Please enter a password." 5008 + msgstr "" 5009 + 5010 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:114 5011 + msgid "Please enter a unique name for this app password or use our randomly generated one." 5012 + msgstr "" 5013 + 5014 + #: src/components/dialogs/MutedWords.tsx:86 5015 + msgid "Please enter a valid word, tag, or phrase to mute" 5016 + msgstr "" 5017 + 5018 + #: src/screens/Signup/state.ts:196 5019 + #: src/screens/Signup/StepInfo/index.tsx:102 5020 + msgid "Please enter your email." 5021 + msgstr "" 5022 + 5023 + #: src/screens/Signup/StepInfo/index.tsx:96 5024 + msgid "Please enter your invite code." 5025 + msgstr "" 5026 + 5027 + #: src/screens/Login/LoginForm.tsx:95 5028 + msgid "Please enter your password" 5029 + msgstr "" 5030 + 5031 + #: src/view/com/modals/DeleteAccount.tsx:235 5032 + msgid "Please enter your password as well:" 5033 + msgstr "" 5034 + 5035 + #: src/screens/Login/LoginForm.tsx:90 5036 + msgid "Please enter your username" 5037 + msgstr "" 5038 + 5039 + #: src/components/moderation/LabelsOnMeDialog.tsx:265 5040 + msgid "Please explain why you think this label was incorrectly applied by {0}" 5041 + msgstr "" 5042 + 5043 + #: src/screens/Messages/components/ChatDisabled.tsx:110 5044 + msgid "Please explain why you think your chats were incorrectly disabled" 5045 + msgstr "" 5046 + 5047 + #: src/lib/hooks/useAccountSwitcher.ts:45 5048 + #: src/lib/hooks/useAccountSwitcher.ts:55 5049 + msgid "Please sign in as @{0}" 5050 + msgstr "" 5051 + 5052 + #: src/view/com/modals/VerifyEmail.tsx:109 5053 + msgid "Please Verify Your Email" 5054 + msgstr "" 5055 + 5056 + #: src/screens/Onboarding/index.tsx:34 5057 + #: src/screens/Onboarding/state.ts:111 5058 + msgid "Politics" 5059 + msgstr "" 5060 + 5061 + #: src/screens/Search/components/ExploreTrendingVideos.tsx:116 5062 + msgid "Popular videos in your network." 5063 + msgstr "" 5064 + 5065 + #: src/view/com/composer/labels/LabelsBtn.tsx:157 5066 + msgid "Porn" 5067 + msgstr "" 5068 + 5069 + #: src/view/com/composer/Composer.tsx:959 5070 + msgctxt "action" 5071 + msgid "Post" 5072 + msgstr "" 5073 + 5074 + #: src/view/com/post-thread/PostThread.tsx:536 5075 + msgctxt "description" 5076 + msgid "Post" 5077 + msgstr "" 5078 + 5079 + #: src/view/com/composer/Composer.tsx:957 5080 + msgctxt "action" 5081 + msgid "Post All" 5082 + msgstr "" 5083 + 5084 + #: src/view/com/post-thread/PostThreadItem.tsx:209 5085 + msgid "Post by {0}" 5086 + msgstr "" 5087 + 5088 + #: src/Navigation.tsx:214 5089 + #: src/Navigation.tsx:221 5090 + #: src/Navigation.tsx:228 5091 + #: src/Navigation.tsx:235 5092 + msgid "Post by @{0}" 5093 + msgstr "" 5094 + 5095 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:175 5096 + msgid "Post deleted" 5097 + msgstr "" 5098 + 5099 + #: src/lib/api/index.ts:185 5100 + msgid "Post failed to upload. Please check your Internet connection and try again." 5101 + msgstr "" 5102 + 5103 + #: src/screens/VideoFeed/index.tsx:511 5104 + msgid "Post has been deleted" 5105 + msgstr "" 5106 + 5107 + #: src/view/com/post-thread/PostThread.tsx:266 5108 + msgid "Post hidden" 5109 + msgstr "" 5110 + 5111 + #: src/components/moderation/ModerationDetailsDialog.tsx:105 5112 + #: src/lib/moderation/useModerationCauseDescription.ts:104 5113 + msgid "Post Hidden by Muted Word" 5114 + msgstr "" 5115 + 5116 + #: src/components/moderation/ModerationDetailsDialog.tsx:108 5117 + #: src/lib/moderation/useModerationCauseDescription.ts:113 5118 + msgid "Post Hidden by You" 5119 + msgstr "" 5120 + 5121 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:99 5122 + msgid "Post interaction settings" 5123 + msgstr "" 5124 + 5125 + #: src/Navigation.tsx:163 5126 + #: src/screens/ModerationInteractionSettings/index.tsx:34 5127 + msgid "Post Interaction Settings" 5128 + msgstr "" 5129 + 5130 + #: src/view/com/composer/select-language/SelectLangBtn.tsx:89 5131 + msgid "Post language" 5132 + msgstr "" 5133 + 5134 + #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:77 5135 + msgid "Post Languages" 5136 + msgstr "" 5137 + 5138 + #: src/view/com/post-thread/PostThread.tsx:261 5139 + #: src/view/com/post-thread/PostThread.tsx:273 5140 + msgid "Post not found" 5141 + msgstr "" 5142 + 5143 + #: src/state/queries/pinned-post.ts:59 5144 + msgid "Post pinned" 5145 + msgstr "" 5146 + 5147 + #: src/state/queries/pinned-post.ts:61 5148 + msgid "Post unpinned" 5149 + msgstr "" 5150 + 5151 + #: src/screens/StarterPack/StarterPackScreen.tsx:184 5152 + #: src/view/screens/Profile.tsx:233 5153 + msgid "Posts" 5154 + msgstr "" 5155 + 5156 + #: src/components/dialogs/MutedWords.tsx:115 5157 + 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." 5158 + msgstr "" 5159 + 5160 + #: src/view/com/posts/PostFeedErrorMessage.tsx:68 5161 + msgid "Posts hidden" 5162 + msgstr "" 5163 + 5164 + #: src/view/com/modals/LinkWarning.tsx:60 5165 + msgid "Potentially Misleading Link" 5166 + msgstr "" 5167 + 5168 + #: src/state/queries/notifications/settings.ts:44 5169 + msgid "Preference saved" 5170 + msgstr "Preferentia salvate" 5171 + 5172 + #: src/screens/Messages/components/MessageListError.tsx:19 5173 + msgid "Press to attempt reconnection" 5174 + msgstr "" 5175 + 5176 + #: src/components/forms/HostingProvider.tsx:50 5177 + #: src/components/forms/HostingProvider.tsx:66 5178 + msgid "Press to change hosting provider" 5179 + msgstr "" 5180 + 5181 + #: src/components/Error.tsx:60 5182 + #: src/components/Lists.tsx:99 5183 + #: src/screens/Messages/components/MessageListError.tsx:24 5184 + #: src/screens/Signup/BackNextButtons.tsx:47 5185 + msgid "Press to retry" 5186 + msgstr "Pressa pro retentar" 5187 + 5188 + #: src/components/KnownFollowers.tsx:124 5189 + msgid "Press to view followers of this account that you also follow" 5190 + msgstr "" 5191 + 5192 + #: src/view/com/lightbox/Lightbox.web.tsx:150 5193 + msgid "Previous image" 5194 + msgstr "" 5195 + 5196 + #: src/screens/Settings/LanguageSettings.tsx:167 5197 + msgid "Primary Language" 5198 + msgstr "Lingua principal" 5199 + 5200 + #: src/screens/Settings/ThreadPreferences.tsx:112 5201 + #: src/screens/Settings/ThreadPreferences.tsx:117 5202 + msgid "Prioritize your Follows" 5203 + msgstr "" 5204 + 5205 + #: src/screens/Settings/NotificationSettings.tsx:67 5206 + msgid "Priority notifications" 5207 + msgstr "" 5208 + 5209 + #: src/view/shell/desktop/RightNav.tsx:101 5210 + #: src/view/shell/desktop/RightNav.tsx:102 5211 + msgid "Privacy" 5212 + msgstr "" 5213 + 5214 + #: src/screens/Settings/Settings.tsx:161 5215 + #: src/screens/Settings/Settings.tsx:164 5216 + msgid "Privacy and security" 5217 + msgstr "" 5218 + 5219 + #: src/Navigation.tsx:357 5220 + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:36 5221 + msgid "Privacy and Security" 5222 + msgstr "" 5223 + 5224 + #: src/Navigation.tsx:281 5225 + #: src/screens/Settings/AboutSettings.tsx:45 5226 + #: src/screens/Settings/AboutSettings.tsx:48 5227 + #: src/view/screens/PrivacyPolicy.tsx:31 5228 + #: src/view/shell/Drawer.tsx:629 5229 + #: src/view/shell/Drawer.tsx:630 5230 + msgid "Privacy Policy" 5231 + msgstr "Politica de privatessa" 5232 + 5233 + #: src/view/com/composer/Composer.tsx:1657 5234 + msgid "Processing video..." 5235 + msgstr "" 5236 + 5237 + #: src/lib/api/index.ts:59 5238 + #: src/screens/Login/ForgotPasswordForm.tsx:149 5239 + msgid "Processing..." 5240 + msgstr "" 5241 + 5242 + #: src/view/screens/DebugMod.tsx:919 5243 + #: src/view/screens/Profile.tsx:372 5244 + msgid "profile" 5245 + msgstr "" 5246 + 5247 + #: src/view/shell/bottom-bar/BottomBar.tsx:275 5248 + #: src/view/shell/desktop/LeftNav.tsx:676 5249 + #: src/view/shell/Drawer.tsx:71 5250 + #: src/view/shell/Drawer.tsx:521 5251 + msgid "Profile" 5252 + msgstr "Profilo" 5253 + 5254 + #: src/screens/Profile/Header/EditProfileDialog.tsx:191 5255 + #: src/view/com/modals/EditProfile.tsx:124 5256 + msgid "Profile updated" 5257 + msgstr "Profilo actualisate" 5258 + 5259 + #: src/screens/Onboarding/StepFinished.tsx:253 5260 + msgid "Public" 5261 + msgstr "Public" 5262 + 5263 + #: src/view/com/lists/MyLists.tsx:77 5264 + msgid "Public, sharable lists of users to mute or block in bulk." 5265 + msgstr "" 5266 + 5267 + #: src/view/com/lists/MyLists.tsx:72 5268 + msgid "Public, sharable lists which can be used to drive feeds." 5269 + msgstr "" 5270 + 5271 + #: src/components/StarterPack/QrCodeDialog.tsx:128 5272 + msgid "QR code copied to your clipboard!" 5273 + msgstr "Codice QR copiate a tu area de transferentia!" 5274 + 5275 + #: src/components/StarterPack/QrCodeDialog.tsx:106 5276 + msgid "QR code has been downloaded!" 5277 + msgstr "" 5278 + 5279 + #: src/components/StarterPack/QrCodeDialog.tsx:107 5280 + msgid "QR code saved to your camera roll!" 5281 + msgstr "" 5282 + 5283 + #: src/view/com/util/post-ctrls/RepostButton.tsx:178 5284 + #: src/view/com/util/post-ctrls/RepostButton.tsx:201 5285 + #: src/view/com/util/post-ctrls/RepostButton.web.tsx:85 5286 + #: src/view/com/util/post-ctrls/RepostButton.web.tsx:92 5287 + msgid "Quote post" 5288 + msgstr "" 5289 + 5290 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:303 5291 + msgid "Quote post was re-attached" 5292 + msgstr "" 5293 + 5294 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:302 5295 + msgid "Quote post was successfully detached" 5296 + msgstr "" 5297 + 5298 + #: src/view/com/util/post-ctrls/RepostButton.tsx:177 5299 + #: src/view/com/util/post-ctrls/RepostButton.tsx:199 5300 + #: src/view/com/util/post-ctrls/RepostButton.web.tsx:84 5301 + #: src/view/com/util/post-ctrls/RepostButton.web.tsx:91 5302 + msgid "Quote posts disabled" 5303 + msgstr "" 5304 + 5305 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:328 5306 + msgid "Quote settings" 5307 + msgstr "" 5308 + 5309 + #: src/screens/Post/PostQuotes.tsx:38 5310 + msgid "Quotes" 5311 + msgstr "" 5312 + 5313 + #: src/view/com/post-thread/PostThreadItem.tsx:243 5314 + msgid "Quotes of this post" 5315 + msgstr "" 5316 + 5317 + #: src/screens/Settings/ThreadPreferences.tsx:99 5318 + #: src/screens/Settings/ThreadPreferences.tsx:102 5319 + #: src/view/com/post-thread/PostThread.tsx:692 5320 + #: src/view/com/post-thread/PostThread.tsx:697 5321 + msgid "Random (aka \"Poster's Roulette\")" 5322 + msgstr "" 5323 + 5324 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:581 5325 + 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." 5326 + msgstr "" 5327 + 5328 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:565 5329 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:575 5330 + msgid "Re-attach quote" 5331 + msgstr "" 5332 + 5333 + #: src/screens/Deactivated.tsx:140 5334 + msgid "Reactivate your account" 5335 + msgstr "Reactivar tu conto" 5336 + 5337 + #: src/screens/VideoFeed/index.tsx:934 5338 + msgid "Read less" 5339 + msgstr "" 5340 + 5341 + #: src/screens/VideoFeed/index.tsx:934 5342 + msgid "Read more" 5343 + msgstr "" 5344 + 5345 + #: src/view/com/auth/SplashScreen.web.tsx:171 5346 + msgid "Read the Bluesky blog" 5347 + msgstr "Lege le blog de Bluesky" 5348 + 5349 + #: src/screens/Signup/StepInfo/Policies.tsx:58 5350 + #: src/screens/Signup/StepInfo/Policies.tsx:84 5351 + msgid "Read the Bluesky Privacy Policy" 5352 + msgstr "Lege le politica de privatessa de Bluesky" 5353 + 5354 + #: src/screens/Signup/StepInfo/Policies.tsx:51 5355 + #: src/screens/Signup/StepInfo/Policies.tsx:71 5356 + msgid "Read the Bluesky Terms of Service" 5357 + msgstr "" 5358 + 5359 + #: src/screens/Takendown.tsx:162 5360 + #: src/screens/Takendown.tsx:170 5361 + msgid "Reason for appeal" 5362 + msgstr "" 5363 + 5364 + #: src/components/dms/ReportDialog.tsx:210 5365 + msgid "Reason:" 5366 + msgstr "" 5367 + 5368 + #: src/view/screens/Search/Search.tsx:986 5369 + msgid "Recent Searches" 5370 + msgstr "Cercas recente" 5371 + 5372 + #: src/screens/Search/components/ExploreRecommendations.tsx:50 5373 + msgid "Recommended" 5374 + msgstr "Recommendate" 5375 + 5376 + #: src/screens/Messages/components/MessageListError.tsx:20 5377 + msgid "Reconnect" 5378 + msgstr "Reconnecter" 5379 + 5380 + #: src/screens/Messages/ChatList.tsx:171 5381 + msgid "Reload conversations" 5382 + msgstr "" 5383 + 5384 + #: src/components/dialogs/MutedWords.tsx:438 5385 + #: src/components/FeedCard.tsx:315 5386 + #: src/components/StarterPack/Wizard/WizardListCard.tsx:101 5387 + #: src/components/StarterPack/Wizard/WizardListCard.tsx:108 5388 + #: src/screens/Settings/Settings.tsx:468 5389 + #: src/view/com/feeds/FeedSourceCard.tsx:322 5390 + #: src/view/com/modals/ListAddRemoveUsers.tsx:269 5391 + #: src/view/com/modals/UserAddRemoveLists.tsx:235 5392 + #: src/view/com/posts/PostFeedErrorMessage.tsx:213 5393 + msgid "Remove" 5394 + msgstr "" 5395 + 5396 + #: src/components/StarterPack/Wizard/WizardListCard.tsx:57 5397 + msgid "Remove {displayName} from starter pack" 5398 + msgstr "" 5399 + 5400 + #: src/screens/Settings/Settings.tsx:447 5401 + #: src/screens/Settings/Settings.tsx:450 5402 + msgid "Remove account" 5403 + msgstr "Remover conto" 5404 + 5405 + #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:15 5406 + msgid "Remove attachment" 5407 + msgstr "" 5408 + 5409 + #: src/view/com/util/UserAvatar.tsx:404 5410 + msgid "Remove Avatar" 5411 + msgstr "" 5412 + 5413 + #: src/view/com/util/UserBanner.tsx:155 5414 + msgid "Remove Banner" 5415 + msgstr "" 5416 + 5417 + #: src/screens/Messages/components/MessageInputEmbed.tsx:206 5418 + msgid "Remove embed" 5419 + msgstr "" 5420 + 5421 + #: src/view/com/posts/FeedShutdownMsg.tsx:116 5422 + #: src/view/com/posts/FeedShutdownMsg.tsx:120 5423 + #: src/view/com/posts/PostFeedErrorMessage.tsx:169 5424 + msgid "Remove feed" 5425 + msgstr "" 5426 + 5427 + #: src/view/com/posts/PostFeedErrorMessage.tsx:210 5428 + msgid "Remove feed?" 5429 + msgstr "" 5430 + 5431 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:318 5432 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:324 5433 + #: src/view/com/feeds/FeedSourceCard.tsx:190 5434 + #: src/view/com/feeds/FeedSourceCard.tsx:268 5435 + #: src/view/screens/ProfileList.tsx:498 5436 + #: src/view/screens/SavedFeeds.tsx:342 5437 + msgid "Remove from my feeds" 5438 + msgstr "" 5439 + 5440 + #: src/components/FeedCard.tsx:310 5441 + #: src/view/com/feeds/FeedSourceCard.tsx:317 5442 + msgid "Remove from my feeds?" 5443 + msgstr "" 5444 + 5445 + #: src/screens/Settings/Settings.tsx:460 5446 + msgid "Remove from quick access?" 5447 + msgstr "" 5448 + 5449 + #: src/screens/List/ListHiddenScreen.tsx:167 5450 + msgid "Remove from saved feeds" 5451 + msgstr "" 5452 + 5453 + #: src/view/com/composer/photos/Gallery.tsx:203 5454 + msgid "Remove image" 5455 + msgstr "" 5456 + 5457 + #: src/components/dialogs/MutedWords.tsx:523 5458 + msgid "Remove mute word from your list" 5459 + msgstr "" 5460 + 5461 + #: src/view/screens/Search/Search.tsx:1034 5462 + msgid "Remove profile" 5463 + msgstr "" 5464 + 5465 + #: src/view/screens/Search/Search.tsx:1036 5466 + msgid "Remove profile from search history" 5467 + msgstr "" 5468 + 5469 + #: src/view/com/util/post-embeds/QuoteEmbed.tsx:285 5470 + msgid "Remove quote" 5471 + msgstr "" 5472 + 5473 + #: src/view/com/util/post-ctrls/RepostButton.tsx:155 5474 + #: src/view/com/util/post-ctrls/RepostButton.tsx:165 5475 + msgid "Remove repost" 5476 + msgstr "" 5477 + 5478 + #: src/view/com/composer/videos/SubtitleDialog.tsx:260 5479 + msgid "Remove subtitle file" 5480 + msgstr "" 5481 + 5482 + #: src/view/com/posts/PostFeedErrorMessage.tsx:211 5483 + msgid "Remove this feed from your saved feeds" 5484 + msgstr "" 5485 + 5486 + #: src/view/com/util/post-embeds/QuoteEmbed.tsx:109 5487 + msgid "Removed by author" 5488 + msgstr "" 5489 + 5490 + #: src/view/com/util/post-embeds/QuoteEmbed.tsx:107 5491 + msgid "Removed by you" 5492 + msgstr "" 5493 + 5494 + #: src/view/com/modals/ListAddRemoveUsers.tsx:200 5495 + #: src/view/com/modals/UserAddRemoveLists.tsx:170 5496 + msgid "Removed from list" 5497 + msgstr "" 5498 + 5499 + #: src/view/com/feeds/FeedSourceCard.tsx:138 5500 + msgid "Removed from my feeds" 5501 + msgstr "" 5502 + 5503 + #: src/screens/List/ListHiddenScreen.tsx:94 5504 + #: src/screens/List/ListHiddenScreen.tsx:171 5505 + msgid "Removed from saved feeds" 5506 + msgstr "" 5507 + 5508 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:126 5509 + #: src/view/com/posts/FeedShutdownMsg.tsx:44 5510 + #: src/view/screens/ProfileList.tsx:382 5511 + msgid "Removed from your feeds" 5512 + msgstr "" 5513 + 5514 + #: src/view/com/util/post-embeds/QuoteEmbed.tsx:286 5515 + msgid "Removes quoted post" 5516 + msgstr "" 5517 + 5518 + #: src/view/com/posts/FeedShutdownMsg.tsx:129 5519 + #: src/view/com/posts/FeedShutdownMsg.tsx:133 5520 + msgid "Replace with Discover" 5521 + msgstr "" 5522 + 5523 + #: src/view/screens/Profile.tsx:234 5524 + msgid "Replies" 5525 + msgstr "" 5526 + 5527 + #: src/components/WhoCanReply.tsx:69 5528 + msgid "Replies disabled" 5529 + msgstr "" 5530 + 5531 + #: src/components/WhoCanReply.tsx:220 5532 + msgid "Replies to this post are disabled." 5533 + msgstr "" 5534 + 5535 + #: src/view/com/composer/Composer.tsx:955 5536 + msgctxt "action" 5537 + msgid "Reply" 5538 + msgstr "" 5539 + 5540 + #: src/view/com/util/post-ctrls/PostCtrls.tsx:263 5541 + msgid "Reply ({0, plural, one {# reply} other {# replies}})" 5542 + msgstr "" 5543 + 5544 + #: src/components/moderation/ModerationDetailsDialog.tsx:114 5545 + #: src/lib/moderation/useModerationCauseDescription.ts:123 5546 + msgid "Reply Hidden by Thread Author" 5547 + msgstr "" 5548 + 5549 + #: src/components/moderation/ModerationDetailsDialog.tsx:113 5550 + #: src/lib/moderation/useModerationCauseDescription.ts:122 5551 + msgid "Reply Hidden by You" 5552 + msgstr "" 5553 + 5554 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:384 5555 + msgid "Reply settings" 5556 + msgstr "" 5557 + 5558 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:369 5559 + msgid "Reply settings are chosen by the author of the thread" 5560 + msgstr "" 5561 + 5562 + #: src/view/com/post-thread/PostThread.tsx:648 5563 + msgid "Reply sorting" 5564 + msgstr "" 5565 + 5566 + #: src/view/com/post/Post.tsx:204 5567 + #: src/view/com/posts/PostFeedItem.tsx:553 5568 + msgctxt "description" 5569 + msgid "Reply to <0><1/></0>" 5570 + msgstr "" 5571 + 5572 + #: src/view/com/posts/PostFeedItem.tsx:544 5573 + msgctxt "description" 5574 + msgid "Reply to a blocked post" 5575 + msgstr "" 5576 + 5577 + #: src/view/com/posts/PostFeedItem.tsx:546 5578 + msgctxt "description" 5579 + msgid "Reply to a post" 5580 + msgstr "" 5581 + 5582 + #: src/view/com/post/Post.tsx:202 5583 + #: src/view/com/posts/PostFeedItem.tsx:550 5584 + msgctxt "description" 5585 + msgid "Reply to you" 5586 + msgstr "" 5587 + 5588 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:333 5589 + msgid "Reply visibility updated" 5590 + msgstr "" 5591 + 5592 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:332 5593 + msgid "Reply was successfully hidden" 5594 + msgstr "" 5595 + 5596 + #: src/components/dms/MessageMenu.tsx:132 5597 + #: src/components/dms/MessagesListBlockedFooter.tsx:84 5598 + #: src/components/dms/MessagesListBlockedFooter.tsx:91 5599 + msgid "Report" 5600 + msgstr "Signalar" 5601 + 5602 + #: src/view/com/profile/ProfileMenu.tsx:299 5603 + #: src/view/com/profile/ProfileMenu.tsx:302 5604 + msgid "Report Account" 5605 + msgstr "Signalar conto" 5606 + 5607 + #: src/components/dms/ConvoMenu.tsx:258 5608 + #: src/components/dms/ConvoMenu.tsx:261 5609 + #: src/components/dms/ReportConversationPrompt.tsx:17 5610 + msgid "Report conversation" 5611 + msgstr "" 5612 + 5613 + #: src/components/ReportDialog/index.tsx:44 5614 + msgid "Report dialog" 5615 + msgstr "" 5616 + 5617 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:542 5618 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:548 5619 + msgid "Report feed" 5620 + msgstr "Signalar fluxo" 5621 + 5622 + #: src/view/screens/ProfileList.tsx:540 5623 + msgid "Report List" 5624 + msgstr "Signalar lista" 5625 + 5626 + #: src/components/dms/MessageMenu.tsx:130 5627 + msgid "Report message" 5628 + msgstr "" 5629 + 5630 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:611 5631 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:613 5632 + msgid "Report post" 5633 + msgstr "" 5634 + 5635 + #: src/screens/StarterPack/StarterPackScreen.tsx:606 5636 + #: src/screens/StarterPack/StarterPackScreen.tsx:609 5637 + msgid "Report starter pack" 5638 + msgstr "" 5639 + 5640 + #: src/components/dms/ReportDialog.tsx:336 5641 + msgid "Report submitted" 5642 + msgstr "" 5643 + 5644 + #: src/components/ReportDialog/SelectReportOptionView.tsx:41 5645 + msgid "Report this content" 5646 + msgstr "Signalar iste contento" 5647 + 5648 + #: src/components/ReportDialog/SelectReportOptionView.tsx:54 5649 + msgid "Report this feed" 5650 + msgstr "Signalar iste fluxo" 5651 + 5652 + #: src/components/ReportDialog/SelectReportOptionView.tsx:51 5653 + msgid "Report this list" 5654 + msgstr "Signalar iste lista" 5655 + 5656 + #: src/components/dms/ReportDialog.tsx:58 5657 + #: src/components/dms/ReportDialog.tsx:178 5658 + #: src/components/ReportDialog/SelectReportOptionView.tsx:60 5659 + msgid "Report this message" 5660 + msgstr "" 5661 + 5662 + #: src/components/ReportDialog/SelectReportOptionView.tsx:48 5663 + msgid "Report this post" 5664 + msgstr "" 5665 + 5666 + #: src/components/ReportDialog/SelectReportOptionView.tsx:57 5667 + msgid "Report this starter pack" 5668 + msgstr "" 5669 + 5670 + #: src/components/ReportDialog/SelectReportOptionView.tsx:45 5671 + msgid "Report this user" 5672 + msgstr "" 5673 + 5674 + #: src/view/com/util/post-ctrls/RepostButton.tsx:156 5675 + #: src/view/com/util/post-ctrls/RepostButton.tsx:167 5676 + msgctxt "action" 5677 + msgid "Repost" 5678 + msgstr "" 5679 + 5680 + #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 5681 + #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 5682 + msgid "Repost" 5683 + msgstr "" 5684 + 5685 + #: src/view/com/util/post-ctrls/RepostButton.tsx:74 5686 + msgid "Repost ({0, plural, one {# repost} other {# reposts}})" 5687 + msgstr "" 5688 + 5689 + #: src/screens/StarterPack/StarterPackScreen.tsx:548 5690 + #: src/view/com/util/post-ctrls/RepostButton.tsx:148 5691 + #: src/view/com/util/post-ctrls/RepostButton.web.tsx:49 5692 + #: src/view/com/util/post-ctrls/RepostButton.web.tsx:104 5693 + msgid "Repost or quote post" 5694 + msgstr "" 5695 + 5696 + #: src/screens/Post/PostRepostedBy.tsx:38 5697 + msgid "Reposted By" 5698 + msgstr "" 5699 + 5700 + #: src/view/com/posts/PostFeedItem.tsx:303 5701 + msgid "Reposted by {0}" 5702 + msgstr "" 5703 + 5704 + #: src/view/com/posts/PostFeedItem.tsx:322 5705 + msgid "Reposted by <0><1/></0>" 5706 + msgstr "" 5707 + 5708 + #: src/view/com/posts/PostFeedItem.tsx:301 5709 + #: src/view/com/posts/PostFeedItem.tsx:320 5710 + msgid "Reposted by you" 5711 + msgstr "" 5712 + 5713 + #: src/view/com/post-thread/PostThreadItem.tsx:222 5714 + msgid "Reposts of this post" 5715 + msgstr "" 5716 + 5717 + #: src/view/com/modals/ChangeEmail.tsx:176 5718 + #: src/view/com/modals/ChangeEmail.tsx:178 5719 + msgid "Request Change" 5720 + msgstr "" 5721 + 5722 + #: src/view/com/modals/ChangePassword.tsx:242 5723 + #: src/view/com/modals/ChangePassword.tsx:244 5724 + msgid "Request Code" 5725 + msgstr "" 5726 + 5727 + #: src/screens/Settings/AccessibilitySettings.tsx:60 5728 + #: src/screens/Settings/AccessibilitySettings.tsx:65 5729 + msgid "Require alt text before posting" 5730 + msgstr "" 5731 + 5732 + #: src/screens/Settings/components/Email2FAToggle.tsx:54 5733 + msgid "Require an email code to log in to your account." 5734 + msgstr "" 5735 + 5736 + #: src/screens/Signup/StepInfo/index.tsx:153 5737 + msgid "Required for this provider" 5738 + msgstr "" 5739 + 5740 + #: src/components/LabelingServiceCard/index.tsx:80 5741 + msgid "Required in your region" 5742 + msgstr "" 5743 + 5744 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:173 5745 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:176 5746 + msgid "Resend email" 5747 + msgstr "" 5748 + 5749 + #: src/components/dialogs/VerifyEmailDialog.tsx:267 5750 + #: src/components/dialogs/VerifyEmailDialog.tsx:277 5751 + #: src/components/intents/VerifyEmailIntentDialog.tsx:130 5752 + msgid "Resend Email" 5753 + msgstr "" 5754 + 5755 + #: src/components/intents/VerifyEmailIntentDialog.tsx:122 5756 + msgid "Resend Verification Email" 5757 + msgstr "" 5758 + 5759 + #: src/view/com/modals/ChangePassword.tsx:186 5760 + msgid "Reset code" 5761 + msgstr "Reinitialisar codice" 5762 + 5763 + #: src/view/com/modals/ChangePassword.tsx:193 5764 + msgid "Reset Code" 5765 + msgstr "Reinitialisar codice" 5766 + 5767 + #: src/screens/Settings/Settings.tsx:344 5768 + #: src/screens/Settings/Settings.tsx:346 5769 + msgid "Reset onboarding state" 5770 + msgstr "" 5771 + 5772 + #: src/screens/Login/ForgotPasswordForm.tsx:80 5773 + msgid "Reset password" 5774 + msgstr "Reinitialisar contrasigno" 5775 + 5776 + #: src/screens/Login/LoginForm.tsx:314 5777 + msgid "Retries login" 5778 + msgstr "" 5779 + 5780 + #: src/view/com/util/error/ErrorMessage.tsx:62 5781 + #: src/view/com/util/error/ErrorScreen.tsx:99 5782 + msgid "Retries the last action, which errored out" 5783 + msgstr "" 5784 + 5785 + #: src/components/dms/MessageItem.tsx:245 5786 + #: src/components/Error.tsx:65 5787 + #: src/components/Lists.tsx:110 5788 + #: src/components/StarterPack/ProfileStarterPacks.tsx:335 5789 + #: src/screens/Login/LoginForm.tsx:313 5790 + #: src/screens/Login/LoginForm.tsx:320 5791 + #: src/screens/Messages/ChatList.tsx:177 5792 + #: src/screens/Messages/components/MessageListError.tsx:25 5793 + #: src/screens/Onboarding/StepInterests/index.tsx:217 5794 + #: src/screens/Onboarding/StepInterests/index.tsx:220 5795 + #: src/screens/Signup/BackNextButtons.tsx:53 5796 + #: src/view/com/util/error/ErrorMessage.tsx:60 5797 + #: src/view/com/util/error/ErrorScreen.tsx:97 5798 + #: src/view/com/util/post-embeds/VideoEmbedInner/VideoFallback.tsx:55 5799 + #: src/view/com/util/post-embeds/VideoEmbedInner/VideoFallback.tsx:57 5800 + msgid "Retry" 5801 + msgstr "" 5802 + 5803 + #: src/components/Error.tsx:73 5804 + #: src/screens/List/ListHiddenScreen.tsx:216 5805 + #: src/screens/StarterPack/StarterPackScreen.tsx:752 5806 + #: src/view/screens/ProfileList.tsx:1010 5807 + msgid "Return to previous page" 5808 + msgstr "" 5809 + 5810 + #: src/view/screens/NotFound.tsx:61 5811 + msgid "Returns to home page" 5812 + msgstr "" 5813 + 5814 + #: src/screens/Profile/ProfileFeed/index.tsx:90 5815 + #: src/screens/VideoFeed/index.tsx:1101 5816 + #: src/view/screens/NotFound.tsx:60 5817 + msgid "Returns to previous page" 5818 + msgstr "" 5819 + 5820 + #: src/components/dialogs/BirthDateSettings.tsx:120 5821 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:468 5822 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:474 5823 + #: src/components/StarterPack/QrCodeDialog.tsx:185 5824 + #: src/screens/Profile/Header/EditProfileDialog.tsx:238 5825 + #: src/screens/Profile/Header/EditProfileDialog.tsx:252 5826 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:243 5827 + #: src/view/com/composer/GifAltText.tsx:190 5828 + #: src/view/com/composer/GifAltText.tsx:199 5829 + #: src/view/com/composer/photos/EditImageDialog.web.tsx:77 5830 + #: src/view/com/composer/photos/EditImageDialog.web.tsx:83 5831 + #: src/view/com/composer/photos/ImageAltTextDialog.tsx:150 5832 + #: src/view/com/composer/photos/ImageAltTextDialog.tsx:160 5833 + #: src/view/com/modals/CreateOrEditList.tsx:317 5834 + #: src/view/com/modals/EditProfile.tsx:219 5835 + #: src/view/screens/SavedFeeds.tsx:109 5836 + msgid "Save" 5837 + msgstr "Salveguardar" 5838 + 5839 + #: src/view/com/lightbox/ImageViewing/index.tsx:622 5840 + #: src/view/com/modals/CreateOrEditList.tsx:325 5841 + msgctxt "action" 5842 + msgid "Save" 5843 + msgstr "Salveguardar" 5844 + 5845 + #: src/components/dialogs/BirthDateSettings.tsx:114 5846 + msgid "Save birthday" 5847 + msgstr "" 5848 + 5849 + #: src/view/screens/SavedFeeds.tsx:105 5850 + #: src/view/screens/SavedFeeds.tsx:109 5851 + msgid "Save changes" 5852 + msgstr "" 5853 + 5854 + #: src/view/com/modals/EditProfile.tsx:227 5855 + msgid "Save Changes" 5856 + msgstr "" 5857 + 5858 + #: src/components/StarterPack/ShareDialog.tsx:150 5859 + #: src/components/StarterPack/ShareDialog.tsx:157 5860 + msgid "Save image" 5861 + msgstr "Salveguardar imagine" 5862 + 5863 + #: src/view/com/modals/CropImage.web.tsx:104 5864 + msgid "Save image crop" 5865 + msgstr "" 5866 + 5867 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:229 5868 + msgid "Save new handle" 5869 + msgstr "" 5870 + 5871 + #: src/components/StarterPack/QrCodeDialog.tsx:179 5872 + msgid "Save QR code" 5873 + msgstr "" 5874 + 5875 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:319 5876 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:325 5877 + msgid "Save to my feeds" 5878 + msgstr "Salveguardar a mi fluxos" 5879 + 5880 + #: src/view/screens/SavedFeeds.tsx:164 5881 + msgid "Saved Feeds" 5882 + msgstr "Fluxos salveguardate" 5883 + 5884 + #: src/view/com/lightbox/Lightbox.tsx:44 5885 + msgid "Saved to your camera roll" 5886 + msgstr "" 5887 + 5888 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:135 5889 + #: src/view/screens/ProfileList.tsx:362 5890 + msgid "Saved to your feeds" 5891 + msgstr "" 5892 + 5893 + #: src/view/com/modals/EditProfile.tsx:220 5894 + msgid "Saves any changes to your profile" 5895 + msgstr "" 5896 + 5897 + #: src/view/com/modals/CropImage.web.tsx:105 5898 + msgid "Saves image crop settings" 5899 + msgstr "" 5900 + 5901 + #: src/components/dms/ChatEmptyPill.tsx:33 5902 + #: src/components/NewskieDialog.tsx:105 5903 + #: src/view/com/notifications/NotificationFeedItem.tsx:540 5904 + #: src/view/com/notifications/NotificationFeedItem.tsx:565 5905 + msgid "Say hello!" 5906 + msgstr "" 5907 + 5908 + #: src/screens/Onboarding/index.tsx:33 5909 + #: src/screens/Onboarding/state.ts:112 5910 + msgid "Science" 5911 + msgstr "" 5912 + 5913 + #: src/view/screens/ProfileList.tsx:967 5914 + msgid "Scroll to top" 5915 + msgstr "" 5916 + 5917 + #: src/components/dms/dialogs/SearchablePeopleList.tsx:487 5918 + #: src/components/forms/SearchInput.tsx:34 5919 + #: src/components/forms/SearchInput.tsx:36 5920 + #: src/Navigation.tsx:617 5921 + #: src/view/com/modals/ListAddRemoveUsers.tsx:76 5922 + #: src/view/screens/Search/Search.tsx:570 5923 + #: src/view/shell/bottom-bar/BottomBar.tsx:182 5924 + #: src/view/shell/desktop/LeftNav.tsx:602 5925 + #: src/view/shell/Drawer.tsx:370 5926 + msgid "Search" 5927 + msgstr "" 5928 + 5929 + #: src/components/ProgressGuide/FollowDialog.tsx:745 5930 + msgid "Search by name or interest" 5931 + msgstr "" 5932 + 5933 + #: src/view/screens/Feeds.tsx:441 5934 + msgid "Search feeds" 5935 + msgstr "" 5936 + 5937 + #: src/components/ProgressGuide/FollowDialog.tsx:575 5938 + msgid "Search for \"{interestsDisplayName}\"{activeText}" 5939 + msgstr "" 5940 + 5941 + #: src/view/shell/desktop/Search.tsx:201 5942 + msgid "Search for \"{query}\"" 5943 + msgstr "" 5944 + 5945 + #: src/view/screens/Search/Search.tsx:932 5946 + msgid "Search for \"{searchText}\"" 5947 + msgstr "" 5948 + 5949 + #: src/screens/StarterPack/Wizard/index.tsx:474 5950 + msgid "Search for feeds that you want to suggest to others." 5951 + msgstr "" 5952 + 5953 + #: src/view/com/modals/ListAddRemoveUsers.tsx:71 5954 + msgid "Search for users" 5955 + msgstr "" 5956 + 5957 + #: src/components/dialogs/GifSelect.tsx:177 5958 + msgid "Search GIFs" 5959 + msgstr "" 5960 + 5961 + #: src/components/dms/dialogs/SearchablePeopleList.tsx:507 5962 + #: src/components/dms/dialogs/SearchablePeopleList.tsx:508 5963 + #: src/components/ProgressGuide/FollowDialog.tsx:764 5964 + #: src/components/ProgressGuide/FollowDialog.tsx:765 5965 + msgid "Search profiles" 5966 + msgstr "" 5967 + 5968 + #: src/components/dialogs/GifSelect.tsx:178 5969 + msgid "Search Tenor" 5970 + msgstr "" 5971 + 5972 + #: src/view/com/modals/ChangeEmail.tsx:105 5973 + msgid "Security Step Required" 5974 + msgstr "" 5975 + 5976 + #: src/components/RichTextTag.tsx:111 5977 + msgid "See {tag} posts" 5978 + msgstr "" 5979 + 5980 + #: src/components/RichTextTag.tsx:124 5981 + msgid "See {tag} posts by user" 5982 + msgstr "" 5983 + 5984 + #: src/components/RichTextTag.tsx:118 5985 + msgid "See #{tag} posts" 5986 + msgstr "" 5987 + 5988 + #: src/components/RichTextTag.tsx:132 5989 + msgid "See #{tag} posts by user" 5990 + msgstr "" 5991 + 5992 + #: src/view/com/auth/SplashScreen.web.tsx:176 5993 + msgid "See jobs at Bluesky" 5994 + msgstr "" 5995 + 5996 + #: src/view/screens/SavedFeeds.tsx:205 5997 + msgid "See this guide" 5998 + msgstr "" 5999 + 6000 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/Scrubber.tsx:194 6001 + msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space to play/pause" 6002 + msgstr "" 6003 + 6004 + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:67 6005 + msgid "Select a color" 6006 + msgstr "Selige un color" 6007 + 6008 + #: src/screens/Login/ChooseAccountForm.tsx:77 6009 + msgid "Select account" 6010 + msgstr "" 6011 + 6012 + #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66 6013 + msgid "Select an avatar" 6014 + msgstr "" 6015 + 6016 + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:65 6017 + msgid "Select an emoji" 6018 + msgstr "" 6019 + 6020 + #: src/screens/Settings/LanguageSettings.tsx:262 6021 + msgid "Select content languages" 6022 + msgstr "" 6023 + 6024 + #: src/screens/Login/index.tsx:117 6025 + msgid "Select from an existing account" 6026 + msgstr "" 6027 + 6028 + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 6029 + msgid "Select GIF" 6030 + msgstr "" 6031 + 6032 + #: src/components/dialogs/GifSelect.tsx:306 6033 + msgid "Select GIF \"{0}\"" 6034 + msgstr "" 6035 + 6036 + #: src/components/dialogs/MutedWords.tsx:142 6037 + msgid "Select how long to mute this word for." 6038 + msgstr "" 6039 + 6040 + #: src/view/com/composer/videos/SubtitleDialog.tsx:245 6041 + msgid "Select language..." 6042 + msgstr "" 6043 + 6044 + #: src/screens/Settings/LanguageSettings.tsx:276 6045 + msgid "Select languages" 6046 + msgstr "" 6047 + 6048 + #: src/components/ReportDialog/SelectLabelerView.tsx:28 6049 + msgid "Select moderator" 6050 + msgstr "" 6051 + 6052 + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:66 6053 + msgid "Select subtitle file (.vtt)" 6054 + msgstr "" 6055 + 6056 + #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:83 6057 + msgid "Select the {emojiName} emoji as your avatar" 6058 + msgstr "" 6059 + 6060 + #: src/components/ReportDialog/SubmitView.tsx:141 6061 + msgid "Select the moderation service(s) to report to" 6062 + msgstr "" 6063 + 6064 + #: src/view/com/composer/videos/SelectVideoBtn.tsx:100 6065 + msgid "Select video" 6066 + msgstr "" 6067 + 6068 + #: src/components/dialogs/MutedWords.tsx:242 6069 + msgid "Select what content this mute word should apply to." 6070 + msgstr "" 6071 + 6072 + #: src/screens/Settings/LanguageSettings.tsx:255 6073 + msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." 6074 + msgstr "" 6075 + 6076 + #: src/screens/Settings/LanguageSettings.tsx:84 6077 + msgid "Select your app language for the default text to display in the app." 6078 + msgstr "" 6079 + 6080 + #: src/screens/Signup/StepInfo/index.tsx:217 6081 + msgid "Select your date of birth" 6082 + msgstr "" 6083 + 6084 + #: src/screens/Onboarding/StepInterests/index.tsx:192 6085 + msgid "Select your interests from the options below" 6086 + msgstr "" 6087 + 6088 + #: src/screens/Settings/LanguageSettings.tsx:171 6089 + msgid "Select your preferred language for translations in your feed." 6090 + msgstr "" 6091 + 6092 + #: src/components/dms/ChatEmptyPill.tsx:38 6093 + msgid "Send a neat website!" 6094 + msgstr "" 6095 + 6096 + #: src/components/dialogs/VerifyEmailDialog.tsx:232 6097 + msgid "Send Confirmation" 6098 + msgstr "" 6099 + 6100 + #: src/components/dialogs/VerifyEmailDialog.tsx:225 6101 + msgid "Send confirmation email" 6102 + msgstr "" 6103 + 6104 + #: src/view/com/modals/VerifyEmail.tsx:210 6105 + #: src/view/com/modals/VerifyEmail.tsx:212 6106 + msgid "Send Confirmation Email" 6107 + msgstr "" 6108 + 6109 + #: src/view/com/modals/DeleteAccount.tsx:145 6110 + msgid "Send email" 6111 + msgstr "" 6112 + 6113 + #: src/view/com/modals/DeleteAccount.tsx:158 6114 + msgctxt "action" 6115 + msgid "Send Email" 6116 + msgstr "" 6117 + 6118 + #: src/view/shell/Drawer.tsx:317 6119 + msgid "Send feedback" 6120 + msgstr "" 6121 + 6122 + #: src/screens/Messages/components/MessageInput.tsx:173 6123 + #: src/screens/Messages/components/MessageInput.web.tsx:235 6124 + msgid "Send message" 6125 + msgstr "Inviar message" 6126 + 6127 + #: src/components/dms/dialogs/ShareViaChatDialog.tsx:62 6128 + msgid "Send post to..." 6129 + msgstr "Inviar message a..." 6130 + 6131 + #: src/components/dms/ReportDialog.tsx:269 6132 + #: src/components/dms/ReportDialog.tsx:272 6133 + #: src/components/ReportDialog/SubmitView.tsx:221 6134 + #: src/components/ReportDialog/SubmitView.tsx:225 6135 + msgid "Send report" 6136 + msgstr "Inviar reporto" 6137 + 6138 + #: src/components/ReportDialog/SelectLabelerView.tsx:42 6139 + msgid "Send report to {0}" 6140 + msgstr "Inviar reporto a {0}" 6141 + 6142 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:120 6143 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:123 6144 + msgid "Send verification email" 6145 + msgstr "" 6146 + 6147 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:423 6148 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:426 6149 + msgid "Send via direct message" 6150 + msgstr "Inviar via message directe" 6151 + 6152 + #: src/view/com/modals/DeleteAccount.tsx:147 6153 + msgid "Sends email with confirmation code for account deletion" 6154 + msgstr "" 6155 + 6156 + #: src/view/com/auth/server-input/index.tsx:163 6157 + msgid "Server address" 6158 + msgstr "Adresse de servitor" 6159 + 6160 + #: src/screens/Settings/AppIconSettings/index.tsx:178 6161 + msgid "Set app icon to {0}" 6162 + msgstr "" 6163 + 6164 + #: src/screens/Moderation/index.tsx:306 6165 + msgid "Set birthdate" 6166 + msgstr "" 6167 + 6168 + #: src/screens/Login/SetNewPasswordForm.tsx:102 6169 + msgid "Set new password" 6170 + msgstr "Definir nove contrasigno" 6171 + 6172 + #: src/screens/Onboarding/Layout.tsx:47 6173 + msgid "Set up your account" 6174 + msgstr "" 6175 + 6176 + #: src/screens/Login/ForgotPasswordForm.tsx:107 6177 + msgid "Sets email for password reset" 6178 + msgstr "" 6179 + 6180 + #: src/Navigation.tsx:170 6181 + #: src/screens/Settings/Settings.tsx:80 6182 + #: src/view/shell/desktop/LeftNav.tsx:694 6183 + #: src/view/shell/Drawer.tsx:534 6184 + msgid "Settings" 6185 + msgstr "Parametros" 6186 + 6187 + #: src/screens/ModerationInteractionSettings/index.tsx:102 6188 + msgid "Settings saved" 6189 + msgstr "" 6190 + 6191 + #: src/view/com/composer/labels/LabelsBtn.tsx:174 6192 + msgid "Sexual activity or erotic nudity." 6193 + msgstr "" 6194 + 6195 + #: src/lib/moderation/useGlobalLabelStrings.ts:38 6196 + msgid "Sexually Suggestive" 6197 + msgstr "" 6198 + 6199 + #: src/components/StarterPack/QrCodeDialog.tsx:175 6200 + #: src/screens/Hashtag.tsx:126 6201 + #: src/screens/StarterPack/StarterPackScreen.tsx:423 6202 + #: src/screens/StarterPack/StarterPackScreen.tsx:595 6203 + #: src/screens/Topic.tsx:102 6204 + #: src/view/com/profile/ProfileMenu.tsx:195 6205 + #: src/view/com/profile/ProfileMenu.tsx:204 6206 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:434 6207 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:443 6208 + #: src/view/com/util/post-ctrls/PostCtrls.tsx:346 6209 + #: src/view/screens/ProfileList.tsx:483 6210 + msgid "Share" 6211 + msgstr "" 6212 + 6213 + #: src/view/com/lightbox/ImageViewing/index.tsx:631 6214 + msgctxt "action" 6215 + msgid "Share" 6216 + msgstr "" 6217 + 6218 + #: src/components/dms/ChatEmptyPill.tsx:37 6219 + msgid "Share a cool story!" 6220 + msgstr "" 6221 + 6222 + #: src/components/dms/ChatEmptyPill.tsx:36 6223 + msgid "Share a fun fact!" 6224 + msgstr "" 6225 + 6226 + #: src/view/com/profile/ProfileMenu.tsx:353 6227 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:691 6228 + #: src/view/com/util/post-ctrls/PostCtrls.tsx:362 6229 + msgid "Share anyway" 6230 + msgstr "" 6231 + 6232 + #: src/components/StarterPack/ShareDialog.tsx:123 6233 + #: src/components/StarterPack/ShareDialog.tsx:130 6234 + #: src/screens/StarterPack/StarterPackScreen.tsx:599 6235 + msgid "Share link" 6236 + msgstr "" 6237 + 6238 + #: src/view/com/modals/LinkWarning.tsx:89 6239 + #: src/view/com/modals/LinkWarning.tsx:95 6240 + msgid "Share Link" 6241 + msgstr "" 6242 + 6243 + #: src/components/StarterPack/ShareDialog.tsx:87 6244 + msgid "Share link dialog" 6245 + msgstr "" 6246 + 6247 + #: src/components/StarterPack/ShareDialog.tsx:134 6248 + #: src/components/StarterPack/ShareDialog.tsx:145 6249 + msgid "Share QR code" 6250 + msgstr "Compartir codice QR" 6251 + 6252 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:470 6253 + msgid "Share this feed" 6254 + msgstr "" 6255 + 6256 + #: src/screens/StarterPack/StarterPackScreen.tsx:416 6257 + msgid "Share this starter pack" 6258 + msgstr "" 6259 + 6260 + #: src/components/StarterPack/ShareDialog.tsx:99 6261 + msgid "Share this starter pack and help people join your community on Bluesky." 6262 + msgstr "" 6263 + 6264 + #: src/components/dms/ChatEmptyPill.tsx:34 6265 + msgid "Share your favorite feed!" 6266 + msgstr "" 6267 + 6268 + #: src/Navigation.tsx:266 6269 + msgid "Shared Preferences Tester" 6270 + msgstr "" 6271 + 6272 + #: src/view/com/modals/LinkWarning.tsx:92 6273 + msgid "Shares the linked website" 6274 + msgstr "" 6275 + 6276 + #: src/components/moderation/ContentHider.tsx:200 6277 + #: src/components/moderation/LabelPreference.tsx:137 6278 + #: src/components/moderation/PostHider.tsx:122 6279 + msgid "Show" 6280 + msgstr "Monstrar" 6281 + 6282 + #: src/view/com/util/post-embeds/GifEmbed.tsx:178 6283 + msgid "Show alt text" 6284 + msgstr "" 6285 + 6286 + #: src/components/moderation/ScreenHider.tsx:172 6287 + #: src/components/moderation/ScreenHider.tsx:175 6288 + #: src/screens/List/ListHiddenScreen.tsx:187 6289 + #: src/screens/VideoFeed/index.tsx:609 6290 + #: src/screens/VideoFeed/index.tsx:615 6291 + msgid "Show anyway" 6292 + msgstr "" 6293 + 6294 + #: src/lib/moderation/useLabelBehaviorDescription.ts:27 6295 + #: src/lib/moderation/useLabelBehaviorDescription.ts:63 6296 + msgid "Show badge" 6297 + msgstr "" 6298 + 6299 + #: src/lib/moderation/useLabelBehaviorDescription.ts:61 6300 + msgid "Show badge and filter from feeds" 6301 + msgstr "" 6302 + 6303 + #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:22 6304 + msgid "Show hidden replies" 6305 + msgstr "Monstrar responsas celate" 6306 + 6307 + #: src/view/com/post-thread/PostThreadItem.tsx:805 6308 + msgid "Show information about when this post was created" 6309 + msgstr "" 6310 + 6311 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:473 6312 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:475 6313 + msgid "Show less like this" 6314 + msgstr "" 6315 + 6316 + #: src/screens/List/ListHiddenScreen.tsx:183 6317 + msgid "Show list anyway" 6318 + msgstr "" 6319 + 6320 + #: src/view/com/post-thread/PostThreadItem.tsx:592 6321 + #: src/view/com/post/Post.tsx:242 6322 + #: src/view/com/posts/PostFeedItem.tsx:509 6323 + msgid "Show More" 6324 + msgstr "" 6325 + 6326 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:465 6327 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:467 6328 + msgid "Show more like this" 6329 + msgstr "" 6330 + 6331 + #: src/view/com/post-thread/PostThreadShowHiddenReplies.tsx:22 6332 + msgid "Show muted replies" 6333 + msgstr "Monstrar responsas silentiate" 6334 + 6335 + #: src/screens/Settings/Settings.tsx:104 6336 + msgid "Show other accounts you can switch to" 6337 + msgstr "" 6338 + 6339 + #: src/screens/Settings/FollowingFeedPreferences.tsx:104 6340 + #: src/screens/Settings/FollowingFeedPreferences.tsx:114 6341 + msgid "Show quote posts" 6342 + msgstr "" 6343 + 6344 + #: src/screens/Settings/FollowingFeedPreferences.tsx:68 6345 + #: src/screens/Settings/FollowingFeedPreferences.tsx:78 6346 + msgid "Show replies" 6347 + msgstr "Monstrar responsas" 6348 + 6349 + #: src/view/com/post-thread/PostThread.tsx:622 6350 + msgid "Show replies as" 6351 + msgstr "" 6352 + 6353 + #: src/screens/Settings/ThreadPreferences.tsx:151 6354 + msgid "Show replies as threaded" 6355 + msgstr "" 6356 + 6357 + #: src/screens/Settings/ThreadPreferences.tsx:126 6358 + msgid "Show replies by people you follow before all other replies" 6359 + msgstr "" 6360 + 6361 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:539 6362 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:549 6363 + msgid "Show reply for everyone" 6364 + msgstr "" 6365 + 6366 + #: src/screens/Settings/FollowingFeedPreferences.tsx:86 6367 + #: src/screens/Settings/FollowingFeedPreferences.tsx:96 6368 + msgid "Show reposts" 6369 + msgstr "" 6370 + 6371 + #: src/screens/Settings/FollowingFeedPreferences.tsx:129 6372 + #: src/screens/Settings/FollowingFeedPreferences.tsx:139 6373 + msgid "Show samples of your saved feeds in your Following feed" 6374 + msgstr "" 6375 + 6376 + #: src/components/moderation/ContentHider.tsx:152 6377 + #: src/components/moderation/PostHider.tsx:79 6378 + msgid "Show the content" 6379 + msgstr "" 6380 + 6381 + #: src/lib/moderation/useLabelBehaviorDescription.ts:58 6382 + msgid "Show warning" 6383 + msgstr "" 6384 + 6385 + #: src/lib/moderation/useLabelBehaviorDescription.ts:56 6386 + msgid "Show warning and filter from feeds" 6387 + msgstr "" 6388 + 6389 + #: src/components/dialogs/Signin.tsx:97 6390 + #: src/components/dialogs/Signin.tsx:99 6391 + #: src/screens/Login/index.tsx:97 6392 + #: src/screens/Login/index.tsx:116 6393 + #: src/screens/Login/LoginForm.tsx:173 6394 + #: src/view/com/auth/SplashScreen.tsx:61 6395 + #: src/view/com/auth/SplashScreen.tsx:69 6396 + #: src/view/com/auth/SplashScreen.web.tsx:123 6397 + #: src/view/com/auth/SplashScreen.web.tsx:131 6398 + #: src/view/shell/bottom-bar/BottomBar.tsx:314 6399 + #: src/view/shell/bottom-bar/BottomBar.tsx:319 6400 + #: src/view/shell/bottom-bar/BottomBarWeb.tsx:212 6401 + #: src/view/shell/bottom-bar/BottomBarWeb.tsx:217 6402 + #: src/view/shell/NavSignupCard.tsx:57 6403 + #: src/view/shell/NavSignupCard.tsx:62 6404 + msgid "Sign in" 6405 + msgstr "" 6406 + 6407 + #: src/components/AccountList.tsx:122 6408 + msgid "Sign in as {0}" 6409 + msgstr "" 6410 + 6411 + #: src/screens/Login/ChooseAccountForm.tsx:80 6412 + msgid "Sign in as..." 6413 + msgstr "" 6414 + 6415 + #: src/components/dialogs/Signin.tsx:75 6416 + msgid "Sign in or create your account to join the conversation!" 6417 + msgstr "" 6418 + 6419 + #: src/components/dialogs/Signin.tsx:46 6420 + msgid "Sign into Bluesky or create a new account" 6421 + msgstr "" 6422 + 6423 + #: src/screens/Settings/Settings.tsx:225 6424 + #: src/screens/Settings/Settings.tsx:227 6425 + #: src/screens/Settings/Settings.tsx:259 6426 + #: src/view/shell/desktop/LeftNav.tsx:208 6427 + #: src/view/shell/desktop/LeftNav.tsx:288 6428 + #: src/view/shell/desktop/LeftNav.tsx:291 6429 + msgid "Sign out" 6430 + msgstr "" 6431 + 6432 + #: src/screens/Settings/Settings.tsx:256 6433 + #: src/view/shell/desktop/LeftNav.tsx:205 6434 + msgid "Sign out?" 6435 + msgstr "" 6436 + 6437 + #: src/components/moderation/ScreenHider.tsx:91 6438 + #: src/lib/moderation/useGlobalLabelStrings.ts:28 6439 + msgid "Sign-in Required" 6440 + msgstr "" 6441 + 6442 + #: src/lib/hooks/useAccountSwitcher.ts:41 6443 + #: src/screens/Login/ChooseAccountForm.tsx:53 6444 + msgid "Signed in as @{0}" 6445 + msgstr "" 6446 + 6447 + #: src/screens/StarterPack/StarterPackLandingScreen.tsx:299 6448 + #: src/screens/StarterPack/StarterPackLandingScreen.tsx:306 6449 + msgid "Signup without a starter pack" 6450 + msgstr "" 6451 + 6452 + #: src/components/FeedInterstitials.tsx:335 6453 + msgid "Similar accounts" 6454 + msgstr "" 6455 + 6456 + #: src/screens/Onboarding/StepInterests/index.tsx:231 6457 + #: src/screens/StarterPack/Wizard/index.tsx:195 6458 + msgid "Skip" 6459 + msgstr "Saltar" 6460 + 6461 + #: src/screens/Onboarding/StepInterests/index.tsx:228 6462 + msgid "Skip this flow" 6463 + msgstr "" 6464 + 6465 + #: src/screens/Settings/AppearanceSettings.tsx:164 6466 + msgid "Smaller" 6467 + msgstr "" 6468 + 6469 + #: src/screens/Onboarding/index.tsx:37 6470 + #: src/screens/Onboarding/state.ts:100 6471 + msgid "Software Dev" 6472 + msgstr "" 6473 + 6474 + #: src/components/FeedInterstitials.tsx:470 6475 + msgid "Some other feeds you might like" 6476 + msgstr "" 6477 + 6478 + #: src/components/WhoCanReply.tsx:70 6479 + msgid "Some people can reply" 6480 + msgstr "" 6481 + 6482 + #: src/screens/Messages/Conversation.tsx:112 6483 + msgid "Something went wrong" 6484 + msgstr "" 6485 + 6486 + #: src/screens/Deactivated.tsx:94 6487 + #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 6488 + msgid "Something went wrong, please try again" 6489 + msgstr "" 6490 + 6491 + #: src/components/ReportDialog/index.tsx:54 6492 + #: src/screens/Moderation/index.tsx:97 6493 + #: src/screens/Profile/Sections/Labels.tsx:88 6494 + msgid "Something went wrong, please try again." 6495 + msgstr "" 6496 + 6497 + #: src/components/Lists.tsx:174 6498 + #: src/screens/Settings/NotificationSettings.tsx:55 6499 + msgid "Something went wrong!" 6500 + msgstr "" 6501 + 6502 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:538 6503 + msgid "Something wrong? Let us know." 6504 + msgstr "" 6505 + 6506 + #: src/App.native.tsx:121 6507 + #: src/App.web.tsx:97 6508 + msgid "Sorry! Your session expired. Please log in again." 6509 + msgstr "" 6510 + 6511 + #: src/screens/Settings/ThreadPreferences.tsx:55 6512 + msgid "Sort replies" 6513 + msgstr "" 6514 + 6515 + #: src/screens/Settings/ThreadPreferences.tsx:62 6516 + msgid "Sort replies by" 6517 + msgstr "" 6518 + 6519 + #: src/screens/Settings/ThreadPreferences.tsx:59 6520 + msgid "Sort replies to the same post by:" 6521 + msgstr "" 6522 + 6523 + #: src/components/moderation/LabelsOnMeDialog.tsx:168 6524 + msgid "Source:" 6525 + msgstr "" 6526 + 6527 + #: src/lib/moderation/useReportOptions.ts:72 6528 + #: src/lib/moderation/useReportOptions.ts:85 6529 + msgid "Spam" 6530 + msgstr "" 6531 + 6532 + #: src/lib/moderation/useReportOptions.ts:55 6533 + msgid "Spam; excessive mentions or replies" 6534 + msgstr "" 6535 + 6536 + #: src/screens/Onboarding/index.tsx:27 6537 + #: src/screens/Onboarding/state.ts:113 6538 + msgid "Sports" 6539 + msgstr "" 6540 + 6541 + #: src/components/dms/dialogs/NewChatDialog.tsx:72 6542 + msgid "Start a new chat" 6543 + msgstr "" 6544 + 6545 + #: src/view/screens/ProfileList.tsx:817 6546 + #: src/view/screens/ProfileList.tsx:938 6547 + msgid "Start adding people" 6548 + msgstr "" 6549 + 6550 + #: src/view/screens/ProfileList.tsx:824 6551 + #: src/view/screens/ProfileList.tsx:945 6552 + msgid "Start adding people!" 6553 + msgstr "" 6554 + 6555 + #: src/components/dms/dialogs/SearchablePeopleList.tsx:353 6556 + msgid "Start chat with {displayName}" 6557 + msgstr "" 6558 + 6559 + #: src/Navigation.tsx:418 6560 + #: src/Navigation.tsx:423 6561 + #: src/screens/StarterPack/Wizard/index.tsx:186 6562 + msgid "Starter Pack" 6563 + msgstr "" 6564 + 6565 + #: src/components/StarterPack/StarterPackCard.tsx:81 6566 + msgid "Starter pack by {0}" 6567 + msgstr "" 6568 + 6569 + #: src/view/com/profile/ProfileSubpageHeader.tsx:182 6570 + msgid "Starter pack by <0/>" 6571 + msgstr "" 6572 + 6573 + #: src/components/StarterPack/StarterPackCard.tsx:80 6574 + #: src/view/com/profile/ProfileSubpageHeader.tsx:180 6575 + msgid "Starter pack by you" 6576 + msgstr "" 6577 + 6578 + #: src/screens/StarterPack/StarterPackScreen.tsx:716 6579 + msgid "Starter pack is invalid" 6580 + msgstr "" 6581 + 6582 + #: src/view/screens/Profile.tsx:239 6583 + msgid "Starter Packs" 6584 + msgstr "" 6585 + 6586 + #: src/components/StarterPack/ProfileStarterPacks.tsx:243 6587 + msgid "Starter packs let you easily share your favorite feeds and people with your friends." 6588 + msgstr "" 6589 + 6590 + #: src/screens/Settings/AboutSettings.tsx:53 6591 + #: src/screens/Settings/AboutSettings.tsx:56 6592 + msgid "Status Page" 6593 + msgstr "Pagina de stato" 6594 + 6595 + #: src/screens/Signup/index.tsx:130 6596 + msgid "Step {0} of {1}" 6597 + msgstr "" 6598 + 6599 + #: src/screens/Settings/Settings.tsx:309 6600 + msgid "Storage cleared, you need to restart the app now." 6601 + msgstr "" 6602 + 6603 + #: src/Navigation.tsx:256 6604 + #: src/screens/Settings/Settings.tsx:325 6605 + msgid "Storybook" 6606 + msgstr "" 6607 + 6608 + #: src/components/moderation/LabelsOnMeDialog.tsx:299 6609 + #: src/components/moderation/LabelsOnMeDialog.tsx:300 6610 + #: src/screens/Messages/components/ChatDisabled.tsx:142 6611 + #: src/screens/Messages/components/ChatDisabled.tsx:143 6612 + msgid "Submit" 6613 + msgstr "" 6614 + 6615 + #: src/screens/Takendown.tsx:70 6616 + msgid "Submit appeal" 6617 + msgstr "" 6618 + 6619 + #: src/screens/Takendown.tsx:76 6620 + msgid "Submit Appeal" 6621 + msgstr "" 6622 + 6623 + #: src/view/screens/ProfileList.tsx:712 6624 + msgid "Subscribe" 6625 + msgstr "Subscriber" 6626 + 6627 + #: src/screens/Profile/Sections/Labels.tsx:202 6628 + msgid "Subscribe to @{0} to use these labels:" 6629 + msgstr "" 6630 + 6631 + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:238 6632 + msgid "Subscribe to Labeler" 6633 + msgstr "" 6634 + 6635 + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:204 6636 + msgid "Subscribe to this labeler" 6637 + msgstr "" 6638 + 6639 + #: src/view/screens/ProfileList.tsx:708 6640 + msgid "Subscribe to this list" 6641 + msgstr "" 6642 + 6643 + #: src/components/dialogs/VerifyEmailDialog.tsx:95 6644 + msgid "Success!" 6645 + msgstr "" 6646 + 6647 + #: src/view/screens/Search/Explore.tsx:368 6648 + msgid "Suggested accounts" 6649 + msgstr "" 6650 + 6651 + #: src/components/FeedInterstitials.tsx:337 6652 + msgid "Suggested for you" 6653 + msgstr "" 6654 + 6655 + #: src/view/com/composer/labels/LabelsBtn.tsx:145 6656 + #: src/view/com/composer/labels/LabelsBtn.tsx:148 6657 + msgid "Suggestive" 6658 + msgstr "" 6659 + 6660 + #: src/Navigation.tsx:276 6661 + #: src/view/screens/Support.tsx:31 6662 + #: src/view/screens/Support.tsx:34 6663 + msgid "Support" 6664 + msgstr "Supporto" 6665 + 6666 + #: src/screens/Settings/Settings.tsx:102 6667 + #: src/screens/Settings/Settings.tsx:116 6668 + #: src/screens/Settings/Settings.tsx:412 6669 + #: src/view/shell/desktop/LeftNav.tsx:243 6670 + msgid "Switch account" 6671 + msgstr "" 6672 + 6673 + #: src/components/dialogs/SwitchAccount.tsx:46 6674 + #: src/components/dialogs/SwitchAccount.tsx:49 6675 + msgid "Switch Account" 6676 + msgstr "" 6677 + 6678 + #: src/view/shell/desktop/LeftNav.tsx:107 6679 + msgid "Switch accounts" 6680 + msgstr "" 6681 + 6682 + #: src/view/shell/desktop/LeftNav.tsx:251 6683 + msgid "Switch to {0}" 6684 + msgstr "" 6685 + 6686 + #: src/screens/Settings/AppearanceSettings.tsx:97 6687 + #: src/screens/Settings/AppearanceSettings.tsx:147 6688 + msgid "System" 6689 + msgstr "Systema" 6690 + 6691 + #: src/screens/Settings/AboutSettings.tsx:60 6692 + #: src/screens/Settings/AboutSettings.tsx:63 6693 + #: src/screens/Settings/Settings.tsx:318 6694 + msgid "System log" 6695 + msgstr "Registro de systema" 6696 + 6697 + #: src/components/dialogs/MutedWords.tsx:282 6698 + msgid "Tags only" 6699 + msgstr "Solmente etiquettas" 6700 + 6701 + #: src/screens/Settings/AppIconSettings/index.tsx:216 6702 + msgid "Tap to change app icon" 6703 + msgstr "" 6704 + 6705 + #: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:138 6706 + #: src/view/com/composer/text-input/web/EmojiPicker.web.tsx:174 6707 + msgid "Tap to close the emoji picker" 6708 + msgstr "" 6709 + 6710 + #: src/components/ProgressGuide/Toast.tsx:156 6711 + msgid "Tap to dismiss" 6712 + msgstr "Tocca pro clauder" 6713 + 6714 + #: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:135 6715 + msgid "Tap to enter full screen" 6716 + msgstr "" 6717 + 6718 + #: src/screens/VideoFeed/index.tsx:933 6719 + msgid "Tap to expand or collapse post text." 6720 + msgstr "" 6721 + 6722 + #: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:141 6723 + msgid "Tap to play or pause" 6724 + msgstr "" 6725 + 6726 + #: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:158 6727 + msgid "Tap to toggle sound" 6728 + msgstr "" 6729 + 6730 + #: src/view/com/util/images/AutoSizedImage.tsx:199 6731 + #: src/view/com/util/images/AutoSizedImage.tsx:221 6732 + msgid "Tap to view full image" 6733 + msgstr "" 6734 + 6735 + #: src/components/VideoPostCard.tsx:115 6736 + msgid "Tap to view video in immersive mode." 6737 + msgstr "" 6738 + 6739 + #: src/state/shell/progress-guide.tsx:233 6740 + msgid "Task complete - 10 follows!" 6741 + msgstr "" 6742 + 6743 + #: src/state/shell/progress-guide.tsx:223 6744 + msgid "Task complete - 10 likes!" 6745 + msgstr "" 6746 + 6747 + #: src/components/ProgressGuide/List.tsx:64 6748 + msgid "Teach our algorithm what you like" 6749 + msgstr "" 6750 + 6751 + #: src/screens/Onboarding/index.tsx:36 6752 + #: src/screens/Onboarding/state.ts:114 6753 + msgid "Tech" 6754 + msgstr "" 6755 + 6756 + #: src/components/dms/ChatEmptyPill.tsx:35 6757 + msgid "Tell a joke!" 6758 + msgstr "" 6759 + 6760 + #: src/screens/Profile/Header/EditProfileDialog.tsx:352 6761 + msgid "Tell us a bit about yourself" 6762 + msgstr "" 6763 + 6764 + #: src/screens/StarterPack/Wizard/StepDetails.tsx:62 6765 + msgid "Tell us a little more" 6766 + msgstr "" 6767 + 6768 + #: src/view/shell/desktop/RightNav.tsx:107 6769 + #: src/view/shell/desktop/RightNav.tsx:108 6770 + msgid "Terms" 6771 + msgstr "" 6772 + 6773 + #: src/Navigation.tsx:286 6774 + #: src/screens/Settings/AboutSettings.tsx:37 6775 + #: src/screens/Settings/AboutSettings.tsx:40 6776 + #: src/view/screens/TermsOfService.tsx:31 6777 + #: src/view/shell/Drawer.tsx:622 6778 + #: src/view/shell/Drawer.tsx:624 6779 + msgid "Terms of Service" 6780 + msgstr "" 6781 + 6782 + #: src/lib/moderation/useReportOptions.ts:60 6783 + #: src/lib/moderation/useReportOptions.ts:99 6784 + #: src/lib/moderation/useReportOptions.ts:107 6785 + #: src/lib/moderation/useReportOptions.ts:115 6786 + msgid "Terms used violate community standards" 6787 + msgstr "" 6788 + 6789 + #: src/components/dialogs/MutedWords.tsx:266 6790 + msgid "Text & tags" 6791 + msgstr "" 6792 + 6793 + #: src/components/dms/ReportDialog.tsx:227 6794 + msgid "Text field" 6795 + msgstr "" 6796 + 6797 + #: src/components/moderation/LabelsOnMeDialog.tsx:263 6798 + #: src/screens/Messages/components/ChatDisabled.tsx:108 6799 + msgid "Text input field" 6800 + msgstr "" 6801 + 6802 + #: src/components/dialogs/VerifyEmailDialog.tsx:96 6803 + msgid "Thank you! Your email has been successfully verified." 6804 + msgstr "" 6805 + 6806 + #: src/components/ReportDialog/SubmitView.tsx:83 6807 + msgid "Thank you. Your report has been sent." 6808 + msgstr "" 6809 + 6810 + #: src/components/intents/VerifyEmailIntentDialog.tsx:82 6811 + msgid "Thanks, you have successfully verified your email address. You can close this dialog." 6812 + msgstr "" 6813 + 6814 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:468 6815 + msgid "That contains the following:" 6816 + msgstr "" 6817 + 6818 + #: src/screens/Signup/StepHandle.tsx:55 6819 + msgid "That handle is already taken." 6820 + msgstr "" 6821 + 6822 + #: src/screens/StarterPack/StarterPackScreen.tsx:103 6823 + #: src/screens/StarterPack/StarterPackScreen.tsx:104 6824 + #: src/screens/StarterPack/StarterPackScreen.tsx:148 6825 + #: src/screens/StarterPack/StarterPackScreen.tsx:149 6826 + #: src/screens/StarterPack/Wizard/index.tsx:104 6827 + #: src/screens/StarterPack/Wizard/index.tsx:114 6828 + msgid "That starter pack could not be found." 6829 + msgstr "" 6830 + 6831 + #: src/view/com/post-thread/PostQuotes.tsx:132 6832 + msgid "That's all, folks!" 6833 + msgstr "" 6834 + 6835 + #: src/screens/VideoFeed/index.tsx:1073 6836 + msgid "That's everything!" 6837 + msgstr "" 6838 + 6839 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:279 6840 + #: src/view/com/profile/ProfileMenu.tsx:329 6841 + msgid "The account will be able to interact with you after unblocking." 6842 + msgstr "" 6843 + 6844 + #: src/screens/Settings/AppIconSettings/index.tsx:41 6845 + #: src/screens/Settings/AppIconSettings/index.tsx:222 6846 + msgid "The app will be restarted" 6847 + msgstr "" 6848 + 6849 + #: src/components/moderation/ModerationDetailsDialog.tsx:117 6850 + #: src/lib/moderation/useModerationCauseDescription.ts:126 6851 + msgid "The author of this thread has hidden this reply." 6852 + msgstr "" 6853 + 6854 + #: src/screens/Moderation/index.tsx:358 6855 + msgid "The Bluesky web application" 6856 + msgstr "" 6857 + 6858 + #: src/view/screens/CommunityGuidelines.tsx:38 6859 + msgid "The Community Guidelines have been moved to <0/>" 6860 + msgstr "" 6861 + 6862 + #: src/view/screens/CopyrightPolicy.tsx:35 6863 + msgid "The Copyright Policy has been moved to <0/>" 6864 + msgstr "" 6865 + 6866 + #: src/view/com/posts/FeedShutdownMsg.tsx:102 6867 + msgid "The Discover feed" 6868 + msgstr "Le fluxo Discoperir" 6869 + 6870 + #: src/state/shell/progress-guide.tsx:224 6871 + msgid "The Discover feed now knows what you like" 6872 + msgstr "Le fluxo Discoperir ora cognosce lo que tu ama" 6873 + 6874 + #: src/screens/StarterPack/StarterPackLandingScreen.tsx:320 6875 + msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." 6876 + msgstr "" 6877 + 6878 + #: src/view/com/posts/FeedShutdownMsg.tsx:67 6879 + msgid "The feed has been replaced with Discover." 6880 + msgstr "" 6881 + 6882 + #: src/components/moderation/LabelsOnMeDialog.tsx:58 6883 + msgid "The following labels were applied to your account." 6884 + msgstr "" 6885 + 6886 + #: src/components/moderation/LabelsOnMeDialog.tsx:59 6887 + msgid "The following labels were applied to your content." 6888 + msgstr "" 6889 + 6890 + #: src/screens/ModerationInteractionSettings/index.tsx:42 6891 + 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." 6892 + msgstr "" 6893 + 6894 + #: src/screens/Onboarding/Layout.tsx:57 6895 + msgid "The following steps will help customize your Bluesky experience." 6896 + msgstr "" 6897 + 6898 + #: src/view/com/post-thread/PostThread.tsx:262 6899 + #: src/view/com/post-thread/PostThread.tsx:274 6900 + msgid "The post may have been deleted." 6901 + msgstr "" 6902 + 6903 + #: src/view/screens/PrivacyPolicy.tsx:35 6904 + msgid "The Privacy Policy has been moved to <0/>" 6905 + msgstr "" 6906 + 6907 + #: src/view/com/composer/state/video.ts:395 6908 + msgid "The selected video is larger than 50MB." 6909 + msgstr "" 6910 + 6911 + #: src/lib/strings/errors.ts:18 6912 + msgid "The server appears to be experiencing issues. Please try again in a few moments." 6913 + msgstr "" 6914 + 6915 + #: src/screens/StarterPack/StarterPackScreen.tsx:726 6916 + msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." 6917 + msgstr "" 6918 + 6919 + #: src/view/screens/Support.tsx:37 6920 + msgid "The support form has been moved. If you need help, please <0/> or visit {HELP_DESK_URL} to get in touch with us." 6921 + msgstr "" 6922 + 6923 + #: src/view/screens/TermsOfService.tsx:35 6924 + msgid "The Terms of Service have been moved to" 6925 + msgstr "" 6926 + 6927 + #: src/components/intents/VerifyEmailIntentDialog.tsx:94 6928 + 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." 6929 + msgstr "" 6930 + 6931 + #: src/screens/Settings/AppearanceSettings.tsx:151 6932 + msgid "Theme" 6933 + msgstr "Thema" 6934 + 6935 + #: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 6936 + msgid "There is no time limit for account deactivation, come back any time." 6937 + msgstr "" 6938 + 6939 + #: src/components/dialogs/GifSelect.tsx:226 6940 + msgid "There was an issue connecting to Tenor." 6941 + msgstr "" 6942 + 6943 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:177 6944 + #: src/view/screens/ProfileList.tsx:365 6945 + #: src/view/screens/ProfileList.tsx:384 6946 + #: src/view/screens/SavedFeeds.tsx:85 6947 + msgid "There was an issue contacting the server" 6948 + msgstr "" 6949 + 6950 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:415 6951 + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:112 6952 + msgid "There was an issue contacting the server, please check your internet connection and try again." 6953 + msgstr "" 6954 + 6955 + #: src/view/com/feeds/FeedSourceCard.tsx:127 6956 + #: src/view/com/feeds/FeedSourceCard.tsx:140 6957 + msgid "There was an issue contacting your server" 6958 + msgstr "" 6959 + 6960 + #: src/view/com/notifications/NotificationFeed.tsx:124 6961 + msgid "There was an issue fetching notifications. Tap here to try again." 6962 + msgstr "" 6963 + 6964 + #: src/view/com/posts/PostFeed.tsx:592 6965 + msgid "There was an issue fetching posts. Tap here to try again." 6966 + msgstr "" 6967 + 6968 + #: src/view/com/lists/ListMembers.tsx:165 6969 + msgid "There was an issue fetching the list. Tap here to try again." 6970 + msgstr "" 6971 + 6972 + #: src/screens/Settings/AppPasswords.tsx:60 6973 + msgid "There was an issue fetching your app passwords" 6974 + msgstr "" 6975 + 6976 + #: src/view/com/feeds/ProfileFeedgens.tsx:155 6977 + #: src/view/com/lists/ProfileLists.tsx:154 6978 + msgid "There was an issue fetching your lists. Tap here to try again." 6979 + msgstr "" 6980 + 6981 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:105 6982 + msgid "There was an issue fetching your service info" 6983 + msgstr "" 6984 + 6985 + #: src/view/com/posts/PostFeedErrorMessage.tsx:145 6986 + msgid "There was an issue removing this feed. Please check your internet connection and try again." 6987 + msgstr "" 6988 + 6989 + #: src/components/dms/ReportDialog.tsx:257 6990 + #: src/components/ReportDialog/SubmitView.tsx:88 6991 + msgid "There was an issue sending your report. Please check your internet connection." 6992 + msgstr "" 6993 + 6994 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:140 6995 + #: src/view/com/posts/FeedShutdownMsg.tsx:52 6996 + #: src/view/com/posts/FeedShutdownMsg.tsx:71 6997 + msgid "There was an issue updating your feeds, please check your internet connection and try again." 6998 + msgstr "" 6999 + 7000 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:107 7001 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 7002 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 7003 + #: src/view/com/post-thread/PostThreadFollowBtn.tsx:91 7004 + #: src/view/com/post-thread/PostThreadFollowBtn.tsx:102 7005 + #: src/view/com/profile/ProfileMenu.tsx:102 7006 + #: src/view/com/profile/ProfileMenu.tsx:112 7007 + #: src/view/com/profile/ProfileMenu.tsx:126 7008 + #: src/view/com/profile/ProfileMenu.tsx:136 7009 + #: src/view/com/profile/ProfileMenu.tsx:149 7010 + #: src/view/com/profile/ProfileMenu.tsx:161 7011 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:364 7012 + msgid "There was an issue! {0}" 7013 + msgstr "" 7014 + 7015 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:216 7016 + #: src/screens/List/ListHiddenScreen.tsx:63 7017 + #: src/screens/List/ListHiddenScreen.tsx:77 7018 + #: src/screens/List/ListHiddenScreen.tsx:99 7019 + #: src/view/screens/ProfileList.tsx:396 7020 + #: src/view/screens/ProfileList.tsx:409 7021 + #: src/view/screens/ProfileList.tsx:422 7022 + #: src/view/screens/ProfileList.tsx:435 7023 + msgid "There was an issue. Please check your internet connection and try again." 7024 + msgstr "" 7025 + 7026 + #: src/components/dialogs/GifSelect.tsx:270 7027 + #: src/view/com/util/ErrorBoundary.tsx:59 7028 + msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" 7029 + msgstr "" 7030 + 7031 + #: src/screens/SignupQueued.tsx:130 7032 + msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." 7033 + msgstr "" 7034 + 7035 + #: src/screens/Settings/FollowingFeedPreferences.tsx:62 7036 + msgid "These settings only apply to the Following feed." 7037 + msgstr "" 7038 + 7039 + #: src/components/moderation/ScreenHider.tsx:111 7040 + msgid "This {screenDescription} has been flagged:" 7041 + msgstr "" 7042 + 7043 + #: src/components/moderation/ScreenHider.tsx:106 7044 + msgid "This account has requested that users sign in to view their profile." 7045 + msgstr "" 7046 + 7047 + #: src/components/dms/BlockedByListDialog.tsx:34 7048 + msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." 7049 + msgstr "" 7050 + 7051 + #: src/components/moderation/LabelsOnMeDialog.tsx:246 7052 + msgid "This appeal will be sent to <0>{sourceName}</0>." 7053 + msgstr "" 7054 + 7055 + #: src/screens/Messages/components/ChatDisabled.tsx:104 7056 + msgid "This appeal will be sent to Bluesky's moderation service." 7057 + msgstr "" 7058 + 7059 + #: src/screens/Messages/components/MessageListError.tsx:18 7060 + msgid "This chat was disconnected" 7061 + msgstr "" 7062 + 7063 + #: src/lib/moderation/useGlobalLabelStrings.ts:19 7064 + msgid "This content has been hidden by the moderators." 7065 + msgstr "" 7066 + 7067 + #: src/lib/moderation/useGlobalLabelStrings.ts:24 7068 + msgid "This content has received a general warning from moderators." 7069 + msgstr "" 7070 + 7071 + #: src/components/dialogs/EmbedConsent.tsx:63 7072 + msgid "This content is hosted by {0}. Do you want to enable external media?" 7073 + msgstr "" 7074 + 7075 + #: src/components/moderation/ModerationDetailsDialog.tsx:82 7076 + #: src/lib/moderation/useModerationCauseDescription.ts:82 7077 + msgid "This content is not available because one of the users involved has blocked the other." 7078 + msgstr "" 7079 + 7080 + #: src/view/com/posts/PostFeedErrorMessage.tsx:114 7081 + msgid "This content is not viewable without a Bluesky account." 7082 + msgstr "" 7083 + 7084 + #: src/screens/Messages/components/ChatListItem.tsx:284 7085 + msgid "This conversation is with a deleted or a deactivated account. Press for options." 7086 + msgstr "" 7087 + 7088 + #: src/screens/Settings/components/ExportCarDialog.tsx:94 7089 + msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost</0>." 7090 + msgstr "" 7091 + 7092 + #: src/lib/strings/errors.ts:21 7093 + msgid "This feature is not available while using an App Password. Please sign in with your main password." 7094 + msgstr "" 7095 + 7096 + #: src/view/com/posts/PostFeedErrorMessage.tsx:120 7097 + msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." 7098 + msgstr "" 7099 + 7100 + #: src/view/com/posts/CustomFeedEmptyState.tsx:38 7101 + msgid "This feed is empty! You may need to follow more users or tune your language settings." 7102 + msgstr "" 7103 + 7104 + #: src/components/StarterPack/Main/PostsList.tsx:36 7105 + #: src/screens/Profile/ProfileFeed/index.tsx:189 7106 + #: src/view/screens/ProfileList.tsx:814 7107 + msgid "This feed is empty." 7108 + msgstr "Iste fluxo es vacue." 7109 + 7110 + #: src/view/com/posts/FeedShutdownMsg.tsx:99 7111 + msgid "This feed is no longer online. We are showing <0>Discover</0> instead." 7112 + msgstr "" 7113 + 7114 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:574 7115 + msgid "This handle is reserved. Please try a different one." 7116 + msgstr "" 7117 + 7118 + #: src/components/dialogs/BirthDateSettings.tsx:40 7119 + msgid "This information is not shared with other users." 7120 + msgstr "" 7121 + 7122 + #: src/view/com/modals/VerifyEmail.tsx:127 7123 + msgid "This is important in case you ever need to change your email or reset your password." 7124 + msgstr "" 7125 + 7126 + #: src/components/moderation/ModerationDetailsDialog.tsx:150 7127 + msgid "This label was applied by <0>{0}</0>." 7128 + msgstr "" 7129 + 7130 + #: src/components/moderation/ModerationDetailsDialog.tsx:145 7131 + msgid "This label was applied by the author." 7132 + msgstr "" 7133 + 7134 + #: src/components/moderation/LabelsOnMeDialog.tsx:163 7135 + msgid "This label was applied by you." 7136 + msgstr "" 7137 + 7138 + #: src/screens/Profile/Sections/Labels.tsx:189 7139 + msgid "This labeler hasn't declared what labels it publishes, and may not be active." 7140 + msgstr "" 7141 + 7142 + #: src/view/com/modals/LinkWarning.tsx:72 7143 + msgid "This link is taking you to the following website:" 7144 + msgstr "" 7145 + 7146 + #: src/screens/List/ListHiddenScreen.tsx:146 7147 + msgid "This list - created by <0>{0}</0> - contains possible violations of Bluesky's community guidelines in its name or description." 7148 + msgstr "" 7149 + 7150 + #: src/view/screens/ProfileList.tsx:933 7151 + msgid "This list is empty." 7152 + msgstr "" 7153 + 7154 + #: src/screens/Profile/ErrorState.tsx:40 7155 + msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." 7156 + msgstr "" 7157 + 7158 + #: src/view/com/post-thread/PostThreadItem.tsx:845 7159 + msgid "This post claims to have been created on <0>{0}</0>, but was first seen by Bluesky on <1>{1}</1>." 7160 + msgstr "" 7161 + 7162 + #: src/components/WhoCanReply.tsx:213 7163 + msgid "This post has an unknown type of threadgate on it. Your app may be out of date." 7164 + msgstr "" 7165 + 7166 + #: src/view/com/post-thread/PostThreadItem.tsx:152 7167 + msgid "This post has been deleted." 7168 + msgstr "Iste message ha essite supprimite." 7169 + 7170 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:688 7171 + #: src/view/com/util/post-ctrls/PostCtrls.tsx:359 7172 + msgid "This post is only visible to logged-in users. It won't be visible to people who aren't logged in." 7173 + msgstr "" 7174 + 7175 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:669 7176 + msgid "This post will be hidden from feeds and threads. This cannot be undone." 7177 + msgstr "" 7178 + 7179 + #: src/view/com/composer/Composer.tsx:428 7180 + msgid "This post's author has disabled quote posts." 7181 + msgstr "" 7182 + 7183 + #: src/view/com/profile/ProfileMenu.tsx:350 7184 + msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't logged in." 7185 + msgstr "" 7186 + 7187 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:731 7188 + 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." 7189 + msgstr "" 7190 + 7191 + #: src/screens/Signup/StepInfo/Policies.tsx:37 7192 + msgid "This service has not provided terms of service or a privacy policy." 7193 + msgstr "" 7194 + 7195 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:437 7196 + msgid "This should create a domain record at:" 7197 + msgstr "" 7198 + 7199 + #: src/view/com/profile/ProfileFollowers.tsx:95 7200 + msgid "This user doesn't have any followers." 7201 + msgstr "" 7202 + 7203 + #: src/components/dms/MessagesListBlockedFooter.tsx:67 7204 + msgid "This user has blocked you" 7205 + msgstr "" 7206 + 7207 + #: src/components/moderation/ModerationDetailsDialog.tsx:77 7208 + #: src/lib/moderation/useModerationCauseDescription.ts:73 7209 + msgid "This user has blocked you. You cannot view their content." 7210 + msgstr "" 7211 + 7212 + #: src/lib/moderation/useGlobalLabelStrings.ts:30 7213 + msgid "This user has requested that their content only be shown to signed-in users." 7214 + msgstr "" 7215 + 7216 + #: src/components/moderation/ModerationDetailsDialog.tsx:57 7217 + msgid "This user is included in the <0>{0}</0> list which you have blocked." 7218 + msgstr "" 7219 + 7220 + #: src/components/moderation/ModerationDetailsDialog.tsx:89 7221 + msgid "This user is included in the <0>{0}</0> list which you have muted." 7222 + msgstr "" 7223 + 7224 + #: src/components/NewskieDialog.tsx:65 7225 + msgid "This user is new here. Press for more info about when they joined." 7226 + msgstr "" 7227 + 7228 + #: src/view/com/profile/ProfileFollows.tsx:95 7229 + msgid "This user isn't following anyone." 7230 + msgstr "" 7231 + 7232 + #: src/components/dialogs/MutedWords.tsx:435 7233 + msgid "This will delete \"{0}\" from your muted words. You can always add it back later." 7234 + msgstr "" 7235 + 7236 + #: src/screens/Settings/Settings.tsx:462 7237 + msgid "This will remove @{0} from the quick access list." 7238 + msgstr "" 7239 + 7240 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:721 7241 + msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." 7242 + msgstr "" 7243 + 7244 + #: src/view/com/post-thread/PostThread.tsx:606 7245 + #: src/view/com/post-thread/PostThread.tsx:609 7246 + msgid "Thread options" 7247 + msgstr "" 7248 + 7249 + #: src/screens/Settings/ContentAndMediaSettings.tsx:67 7250 + #: src/screens/Settings/ContentAndMediaSettings.tsx:70 7251 + msgid "Thread preferences" 7252 + msgstr "" 7253 + 7254 + #: src/screens/Settings/ThreadPreferences.tsx:45 7255 + msgid "Thread Preferences" 7256 + msgstr "" 7257 + 7258 + #: src/view/com/post-thread/PostThread.tsx:636 7259 + #: src/view/com/post-thread/PostThread.tsx:641 7260 + msgid "Threaded" 7261 + msgstr "" 7262 + 7263 + #: src/screens/Settings/ThreadPreferences.tsx:142 7264 + msgid "Threaded mode" 7265 + msgstr "" 7266 + 7267 + #: src/Navigation.tsx:319 7268 + msgid "Threads Preferences" 7269 + msgstr "" 7270 + 7271 + #: src/view/com/util/post-embeds/VideoEmbedInner/TimeIndicator.tsx:33 7272 + msgid "Time remaining: {time} seconds" 7273 + msgstr "" 7274 + 7275 + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:99 7276 + msgid "To disable the email 2FA method, please verify your access to the email address." 7277 + msgstr "" 7278 + 7279 + #: src/components/dms/ReportConversationPrompt.tsx:19 7280 + 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." 7281 + msgstr "" 7282 + 7283 + #: src/view/com/composer/videos/SelectVideoBtn.tsx:127 7284 + msgid "To upload videos to Bluesky, you must first verify your email." 7285 + msgstr "" 7286 + 7287 + #: src/components/ReportDialog/SelectLabelerView.tsx:31 7288 + msgid "To whom would you like to send this report?" 7289 + msgstr "" 7290 + 7291 + #: src/components/dms/DateDivider.tsx:44 7292 + msgid "Today" 7293 + msgstr "Hodie" 7294 + 7295 + #: src/view/com/util/forms/DropdownButton.tsx:258 7296 + msgid "Toggle dropdown" 7297 + msgstr "" 7298 + 7299 + #: src/screens/Moderation/index.tsx:335 7300 + msgid "Toggle to enable or disable adult content" 7301 + msgstr "" 7302 + 7303 + #: src/screens/Hashtag.tsx:84 7304 + #: src/screens/Topic.tsx:71 7305 + #: src/view/screens/Search/Search.tsx:496 7306 + msgid "Top" 7307 + msgstr "" 7308 + 7309 + #: src/Navigation.tsx:393 7310 + msgid "Topic" 7311 + msgstr "" 7312 + 7313 + #: src/components/dms/MessageMenu.tsx:103 7314 + #: src/components/dms/MessageMenu.tsx:105 7315 + #: src/view/com/post-thread/PostThreadItem.tsx:770 7316 + #: src/view/com/post-thread/PostThreadItem.tsx:773 7317 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:404 7318 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:406 7319 + msgid "Translate" 7320 + msgstr "Traducer" 7321 + 7322 + #: src/screens/Search/components/ExploreTrendingTopics.tsx:69 7323 + #: src/view/shell/desktop/SidebarTrendingTopics.tsx:59 7324 + msgid "Trending" 7325 + msgstr "" 7326 + 7327 + #: src/components/interstitials/TrendingVideos.tsx:88 7328 + #: src/screens/Search/components/ExploreTrendingVideos.tsx:106 7329 + msgid "Trending Videos" 7330 + msgstr "" 7331 + 7332 + #: src/view/com/util/error/ErrorScreen.tsx:103 7333 + msgctxt "action" 7334 + msgid "Try again" 7335 + msgstr "Retenta" 7336 + 7337 + #: src/screens/Onboarding/state.ts:115 7338 + msgid "TV" 7339 + msgstr "TV" 7340 + 7341 + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:56 7342 + msgid "Two-factor authentication (2FA)" 7343 + msgstr "" 7344 + 7345 + #: src/screens/Signup/StepHandle.tsx:118 7346 + msgid "Type your desired username" 7347 + msgstr "" 7348 + 7349 + #: src/screens/Messages/components/MessageInput.tsx:148 7350 + msgid "Type your message here" 7351 + msgstr "Scribe tu message hic" 7352 + 7353 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:413 7354 + msgid "Type:" 7355 + msgstr "Typo:" 7356 + 7357 + #: src/view/screens/ProfileList.tsx:590 7358 + msgid "Un-block list" 7359 + msgstr "" 7360 + 7361 + #: src/view/screens/ProfileList.tsx:575 7362 + msgid "Un-mute list" 7363 + msgstr "" 7364 + 7365 + #: src/lib/strings/errors.ts:11 7366 + msgid "Unable to connect. Please check your internet connection and try again." 7367 + msgstr "" 7368 + 7369 + #: src/screens/Login/ForgotPasswordForm.tsx:68 7370 + #: src/screens/Login/index.tsx:76 7371 + #: src/screens/Login/LoginForm.tsx:162 7372 + #: src/screens/Login/SetNewPasswordForm.tsx:77 7373 + #: src/screens/Signup/index.tsx:71 7374 + #: src/view/com/modals/ChangePassword.tsx:71 7375 + msgid "Unable to contact your service. Please check your Internet connection." 7376 + msgstr "" 7377 + 7378 + #: src/screens/StarterPack/StarterPackScreen.tsx:650 7379 + msgid "Unable to delete" 7380 + msgstr "Impossibile de supprimer" 7381 + 7382 + #: src/components/dms/MessagesListBlockedFooter.tsx:96 7383 + #: src/components/dms/MessagesListBlockedFooter.tsx:103 7384 + #: src/components/dms/MessagesListBlockedFooter.tsx:111 7385 + #: src/components/dms/MessagesListBlockedFooter.tsx:118 7386 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:197 7387 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:283 7388 + #: src/view/com/profile/ProfileMenu.tsx:341 7389 + #: src/view/screens/ProfileList.tsx:694 7390 + msgid "Unblock" 7391 + msgstr "Disblocar" 7392 + 7393 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 7394 + msgctxt "action" 7395 + msgid "Unblock" 7396 + msgstr "Disblocar" 7397 + 7398 + #: src/components/dms/ConvoMenu.tsx:250 7399 + #: src/components/dms/ConvoMenu.tsx:253 7400 + msgid "Unblock account" 7401 + msgstr "Disblocar conto" 7402 + 7403 + #: src/view/com/profile/ProfileMenu.tsx:279 7404 + #: src/view/com/profile/ProfileMenu.tsx:285 7405 + msgid "Unblock Account" 7406 + msgstr "Disblocar conto" 7407 + 7408 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:277 7409 + #: src/view/com/profile/ProfileMenu.tsx:323 7410 + msgid "Unblock Account?" 7411 + msgstr "Disblocar le conto?" 7412 + 7413 + #: src/view/com/util/post-ctrls/RepostButton.web.tsx:72 7414 + #: src/view/com/util/post-ctrls/RepostButton.web.tsx:76 7415 + msgid "Undo repost" 7416 + msgstr "" 7417 + 7418 + #: src/view/com/util/post-ctrls/RepostButton.tsx:68 7419 + msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" 7420 + msgstr "" 7421 + 7422 + #: src/view/com/profile/FollowButton.tsx:63 7423 + msgctxt "action" 7424 + msgid "Unfollow" 7425 + msgstr "" 7426 + 7427 + #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:217 7428 + msgid "Unfollow {0}" 7429 + msgstr "" 7430 + 7431 + #: src/view/com/profile/ProfileMenu.tsx:221 7432 + #: src/view/com/profile/ProfileMenu.tsx:231 7433 + msgid "Unfollow Account" 7434 + msgstr "" 7435 + 7436 + #: src/screens/VideoFeed/index.tsx:803 7437 + msgid "Unfollow user" 7438 + msgstr "" 7439 + 7440 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:514 7441 + msgid "Unlike" 7442 + msgstr "" 7443 + 7444 + #: src/view/com/util/post-ctrls/PostCtrls.tsx:305 7445 + msgid "Unlike ({0, plural, one {# like} other {# likes}})" 7446 + msgstr "" 7447 + 7448 + #: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 7449 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VolumeControl.tsx:94 7450 + msgctxt "video" 7451 + msgid "Unmute" 7452 + msgstr "" 7453 + 7454 + #: src/view/screens/ProfileList.tsx:701 7455 + msgid "Unmute" 7456 + msgstr "" 7457 + 7458 + #: src/components/RichTextTag.tsx:140 7459 + #: src/components/RichTextTag.tsx:153 7460 + msgid "Unmute {tag}" 7461 + msgstr "" 7462 + 7463 + #: src/view/com/profile/ProfileMenu.tsx:258 7464 + #: src/view/com/profile/ProfileMenu.tsx:264 7465 + msgid "Unmute Account" 7466 + msgstr "" 7467 + 7468 + #: src/components/dms/ConvoMenu.tsx:239 7469 + msgid "Unmute conversation" 7470 + msgstr "" 7471 + 7472 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:489 7473 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:493 7474 + msgid "Unmute thread" 7475 + msgstr "" 7476 + 7477 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx:318 7478 + msgid "Unmute video" 7479 + msgstr "" 7480 + 7481 + #: src/view/screens/ProfileList.tsx:685 7482 + msgid "Unpin" 7483 + msgstr "" 7484 + 7485 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:519 7486 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:526 7487 + msgid "Unpin feed" 7488 + msgstr "" 7489 + 7490 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:309 7491 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:311 7492 + msgid "Unpin from home" 7493 + msgstr "" 7494 + 7495 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:379 7496 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:386 7497 + msgid "Unpin from profile" 7498 + msgstr "" 7499 + 7500 + #: src/view/screens/ProfileList.tsx:555 7501 + msgid "Unpin moderation list" 7502 + msgstr "" 7503 + 7504 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:164 7505 + msgid "Unpinned {0} from Home" 7506 + msgstr "" 7507 + 7508 + #: src/view/screens/ProfileList.tsx:352 7509 + msgid "Unpinned from your feeds" 7510 + msgstr "" 7511 + 7512 + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:236 7513 + msgid "Unsubscribe" 7514 + msgstr "" 7515 + 7516 + #: src/screens/List/ListHiddenScreen.tsx:195 7517 + #: src/screens/List/ListHiddenScreen.tsx:205 7518 + msgid "Unsubscribe from list" 7519 + msgstr "" 7520 + 7521 + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:203 7522 + msgid "Unsubscribe from this labeler" 7523 + msgstr "" 7524 + 7525 + #: src/screens/List/ListHiddenScreen.tsx:86 7526 + msgid "Unsubscribed from list" 7527 + msgstr "" 7528 + 7529 + #: src/view/com/composer/Composer.tsx:781 7530 + msgid "Unsupported video type" 7531 + msgstr "" 7532 + 7533 + #: src/view/com/composer/videos/SelectVideoBtn.tsx:66 7534 + msgid "Unsupported video type: {0}" 7535 + msgstr "" 7536 + 7537 + #: src/lib/moderation/useReportOptions.ts:77 7538 + #: src/lib/moderation/useReportOptions.ts:90 7539 + msgid "Unwanted Sexual Content" 7540 + msgstr "" 7541 + 7542 + #: src/view/com/modals/UserAddRemoveLists.tsx:82 7543 + msgid "Update <0>{displayName}</0> in Lists" 7544 + msgstr "" 7545 + 7546 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:507 7547 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:528 7548 + msgid "Update to {domain}" 7549 + msgstr "" 7550 + 7551 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:306 7552 + msgid "Updating quote attachment failed" 7553 + msgstr "" 7554 + 7555 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:336 7556 + msgid "Updating reply visibility failed" 7557 + msgstr "" 7558 + 7559 + #: src/screens/Login/SetNewPasswordForm.tsx:186 7560 + msgid "Updating..." 7561 + msgstr "" 7562 + 7563 + #: src/screens/Onboarding/StepProfile/index.tsx:290 7564 + msgid "Upload a photo instead" 7565 + msgstr "Incargar un photo in su loco" 7566 + 7567 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:453 7568 + msgid "Upload a text file to:" 7569 + msgstr "" 7570 + 7571 + #: src/view/com/util/UserAvatar.tsx:372 7572 + #: src/view/com/util/UserAvatar.tsx:375 7573 + #: src/view/com/util/UserBanner.tsx:123 7574 + #: src/view/com/util/UserBanner.tsx:126 7575 + msgid "Upload from Camera" 7576 + msgstr "" 7577 + 7578 + #: src/view/com/util/UserAvatar.tsx:389 7579 + #: src/view/com/util/UserBanner.tsx:140 7580 + msgid "Upload from Files" 7581 + msgstr "" 7582 + 7583 + #: src/view/com/util/UserAvatar.tsx:383 7584 + #: src/view/com/util/UserAvatar.tsx:387 7585 + #: src/view/com/util/UserBanner.tsx:134 7586 + #: src/view/com/util/UserBanner.tsx:138 7587 + msgid "Upload from Library" 7588 + msgstr "" 7589 + 7590 + #: src/lib/api/index.ts:301 7591 + msgid "Uploading images..." 7592 + msgstr "" 7593 + 7594 + #: src/lib/api/index.ts:355 7595 + #: src/lib/api/index.ts:379 7596 + msgid "Uploading link thumbnail..." 7597 + msgstr "" 7598 + 7599 + #: src/view/com/composer/Composer.tsx:1654 7600 + msgid "Uploading video..." 7601 + msgstr "" 7602 + 7603 + #: src/screens/Settings/AppPasswords.tsx:67 7604 + msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." 7605 + msgstr "" 7606 + 7607 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:539 7608 + msgid "Use default provider" 7609 + msgstr "" 7610 + 7611 + #: src/view/com/modals/InAppBrowserConsent.tsx:53 7612 + #: src/view/com/modals/InAppBrowserConsent.tsx:55 7613 + msgid "Use in-app browser" 7614 + msgstr "" 7615 + 7616 + #: src/screens/Settings/ContentAndMediaSettings.tsx:93 7617 + #: src/screens/Settings/ContentAndMediaSettings.tsx:99 7618 + msgid "Use in-app browser to open links" 7619 + msgstr "" 7620 + 7621 + #: src/view/com/modals/InAppBrowserConsent.tsx:63 7622 + #: src/view/com/modals/InAppBrowserConsent.tsx:65 7623 + msgid "Use my default browser" 7624 + msgstr "" 7625 + 7626 + #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:53 7627 + msgid "Use recommended" 7628 + msgstr "" 7629 + 7630 + #: src/screens/Settings/components/AddAppPasswordDialog.tsx:190 7631 + msgid "Use this to sign into the other app along with your handle." 7632 + msgstr "" 7633 + 7634 + #: src/view/com/modals/InviteCodes.tsx:201 7635 + msgid "Used by:" 7636 + msgstr "" 7637 + 7638 + #: src/components/moderation/ModerationDetailsDialog.tsx:69 7639 + #: src/lib/moderation/useModerationCauseDescription.ts:61 7640 + msgid "User Blocked" 7641 + msgstr "" 7642 + 7643 + #: src/lib/moderation/useModerationCauseDescription.ts:53 7644 + msgid "User Blocked by \"{0}\"" 7645 + msgstr "" 7646 + 7647 + #: src/components/dms/BlockedByListDialog.tsx:27 7648 + msgid "User blocked by list" 7649 + msgstr "" 7650 + 7651 + #: src/components/moderation/ModerationDetailsDialog.tsx:55 7652 + msgid "User Blocked by List" 7653 + msgstr "" 7654 + 7655 + #: src/lib/moderation/useModerationCauseDescription.ts:71 7656 + msgid "User Blocking You" 7657 + msgstr "" 7658 + 7659 + #: src/components/moderation/ModerationDetailsDialog.tsx:75 7660 + msgid "User Blocks You" 7661 + msgstr "" 7662 + 7663 + #: src/view/com/modals/UserAddRemoveLists.tsx:214 7664 + msgid "User list by {0}" 7665 + msgstr "" 7666 + 7667 + #: src/view/com/modals/UserAddRemoveLists.tsx:212 7668 + msgid "User list by you" 7669 + msgstr "" 7670 + 7671 + #: src/view/com/modals/CreateOrEditList.tsx:176 7672 + msgid "User list created" 7673 + msgstr "Lista de usator create" 7674 + 7675 + #: src/view/com/modals/CreateOrEditList.tsx:162 7676 + msgid "User list updated" 7677 + msgstr "Lista de usator actualisate" 7678 + 7679 + #: src/screens/Login/LoginForm.tsx:193 7680 + msgid "Username or email address" 7681 + msgstr "Nomine de usator o adresse de e-mail" 7682 + 7683 + #: src/components/WhoCanReply.tsx:263 7684 + msgid "users followed by <0>@{0}</0>" 7685 + msgstr "" 7686 + 7687 + #: src/screens/Messages/Settings.tsx:92 7688 + #: src/screens/Messages/Settings.tsx:95 7689 + msgid "Users I follow" 7690 + msgstr "" 7691 + 7692 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 7693 + msgid "Users in \"{0}\"" 7694 + msgstr "" 7695 + 7696 + #: src/components/LikesDialog.tsx:83 7697 + msgid "Users that have liked this content or profile" 7698 + msgstr "" 7699 + 7700 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:419 7701 + msgid "Value:" 7702 + msgstr "Valor:" 7703 + 7704 + #: src/view/com/composer/videos/SelectVideoBtn.tsx:125 7705 + msgid "Verified email required" 7706 + msgstr "" 7707 + 7708 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:509 7709 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:530 7710 + msgid "Verify DNS Record" 7711 + msgstr "" 7712 + 7713 + #: src/components/dialogs/VerifyEmailDialog.tsx:134 7714 + #: src/components/intents/VerifyEmailIntentDialog.tsx:67 7715 + msgid "Verify email dialog" 7716 + msgstr "" 7717 + 7718 + #: src/view/com/modals/ChangeEmail.tsx:200 7719 + #: src/view/com/modals/ChangeEmail.tsx:202 7720 + msgid "Verify New Email" 7721 + msgstr "" 7722 + 7723 + #: src/view/com/composer/videos/SelectVideoBtn.tsx:129 7724 + msgid "Verify now" 7725 + msgstr "" 7726 + 7727 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:510 7728 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:532 7729 + msgid "Verify Text File" 7730 + msgstr "" 7731 + 7732 + #: src/screens/Settings/AccountSettings.tsx:75 7733 + #: src/screens/Settings/AccountSettings.tsx:91 7734 + msgid "Verify your email" 7735 + msgstr "" 7736 + 7737 + #: src/components/dialogs/VerifyEmailDialog.tsx:85 7738 + #: src/view/com/modals/VerifyEmail.tsx:111 7739 + msgid "Verify Your Email" 7740 + msgstr "" 7741 + 7742 + #: src/screens/Settings/AboutSettings.tsx:67 7743 + #: src/screens/Settings/AboutSettings.tsx:77 7744 + msgid "Version {appVersion}" 7745 + msgstr "Version {appVersion}" 7746 + 7747 + #: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:83 7748 + #: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:134 7749 + msgid "Video" 7750 + msgstr "" 7751 + 7752 + #: src/view/com/composer/state/video.ts:358 7753 + msgid "Video failed to process" 7754 + msgstr "" 7755 + 7756 + #: src/Navigation.tsx:439 7757 + msgid "Video Feed" 7758 + msgstr "" 7759 + 7760 + #: src/components/VideoPostCard.tsx:116 7761 + msgid "Video from {0}: {text}" 7762 + msgstr "" 7763 + 7764 + #: src/screens/Onboarding/index.tsx:39 7765 + #: src/screens/Onboarding/state.ts:103 7766 + msgid "Video Games" 7767 + msgstr "Videojocos" 7768 + 7769 + #: src/screens/VideoFeed/index.tsx:1031 7770 + msgid "Video is paused" 7771 + msgstr "" 7772 + 7773 + #: src/screens/VideoFeed/index.tsx:1031 7774 + msgid "Video is playing" 7775 + msgstr "" 7776 + 7777 + #: src/view/com/util/post-embeds/VideoEmbed.web.tsx:191 7778 + msgid "Video not found." 7779 + msgstr "Video non trovate." 7780 + 7781 + #: src/view/com/composer/videos/SubtitleDialog.tsx:99 7782 + msgid "Video settings" 7783 + msgstr "Configurationes de video" 7784 + 7785 + #: src/view/com/composer/Composer.tsx:1664 7786 + msgid "Video uploaded" 7787 + msgstr "Video cargate" 7788 + 7789 + #: src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx:83 7790 + msgid "Video: {0}" 7791 + msgstr "Video: {0}" 7792 + 7793 + #: src/view/screens/Profile.tsx:236 7794 + msgid "Videos" 7795 + msgstr "" 7796 + 7797 + #: src/view/com/composer/videos/SelectVideoBtn.tsx:58 7798 + #: src/view/com/composer/videos/SelectVideoBtn.tsx:73 7799 + msgid "Videos must be less than 60 seconds long" 7800 + msgstr "" 7801 + 7802 + #: src/screens/Profile/Header/Shell.tsx:168 7803 + msgid "View {0}'s avatar" 7804 + msgstr "" 7805 + 7806 + #: src/components/ProfileCard.tsx:110 7807 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:450 7808 + #: src/screens/VideoFeed/index.tsx:763 7809 + #: src/view/com/notifications/NotificationFeedItem.tsx:409 7810 + msgid "View {0}'s profile" 7811 + msgstr "Visualisar profilo de {0}" 7812 + 7813 + #: src/components/dms/MessagesListHeader.tsx:173 7814 + msgid "View {displayName}'s profile" 7815 + msgstr "Visualisar profilo de {displayName}" 7816 + 7817 + #: src/components/ProfileHoverCard/index.web.tsx:433 7818 + msgid "View blocked user's profile" 7819 + msgstr "Visualisar profilo de usator blocate" 7820 + 7821 + #: src/screens/Settings/components/ExportCarDialog.tsx:98 7822 + msgid "View blogpost for more details" 7823 + msgstr "" 7824 + 7825 + #: src/view/screens/Log.tsx:57 7826 + msgid "View debug entry" 7827 + msgstr "" 7828 + 7829 + #: src/components/ReportDialog/SelectReportOptionView.tsx:137 7830 + #: src/screens/VideoFeed/index.tsx:637 7831 + #: src/screens/VideoFeed/index.tsx:655 7832 + msgid "View details" 7833 + msgstr "Visualisar detalios" 7834 + 7835 + #: src/components/ReportDialog/SelectReportOptionView.tsx:132 7836 + msgid "View details for reporting a copyright violation" 7837 + msgstr "Visualisar detalios pro signalar un violation de copyright" 7838 + 7839 + #: src/view/com/posts/ViewFullThread.tsx:56 7840 + msgid "View full thread" 7841 + msgstr "Visualisar topico complete" 7842 + 7843 + #: src/components/moderation/LabelsOnMe.tsx:46 7844 + msgid "View information about these labels" 7845 + msgstr "Visualisar information sur iste etiquettas" 7846 + 7847 + #: src/components/interstitials/TrendingVideos.tsx:191 7848 + #: src/components/interstitials/TrendingVideos.tsx:210 7849 + #: src/screens/Search/components/ExploreTrendingVideos.tsx:231 7850 + #: src/screens/Search/components/ExploreTrendingVideos.tsx:250 7851 + msgid "View more" 7852 + msgstr "" 7853 + 7854 + #: src/components/ProfileHoverCard/index.web.tsx:419 7855 + #: src/components/ProfileHoverCard/index.web.tsx:439 7856 + #: src/components/ProfileHoverCard/index.web.tsx:466 7857 + #: src/view/com/posts/AviFollowButton.tsx:55 7858 + #: src/view/com/posts/PostFeedErrorMessage.tsx:175 7859 + #: src/view/com/util/PostMeta.tsx:78 7860 + #: src/view/com/util/PostMeta.tsx:93 7861 + msgid "View profile" 7862 + msgstr "Visualisar profilo" 7863 + 7864 + #: src/view/com/profile/ProfileSubpageHeader.tsx:119 7865 + msgid "View the avatar" 7866 + msgstr "Visualisar le avatar" 7867 + 7868 + #: src/components/LabelingServiceCard/index.tsx:164 7869 + msgid "View the labeling service provided by @{0}" 7870 + msgstr "" 7871 + 7872 + #: src/screens/Profile/components/ProfileFeedHeader.tsx:485 7873 + msgid "View users who like this feed" 7874 + msgstr "" 7875 + 7876 + #: src/components/VideoPostCard.tsx:392 7877 + msgid "View video" 7878 + msgstr "" 7879 + 7880 + #: src/screens/Moderation/index.tsx:264 7881 + msgid "View your blocked accounts" 7882 + msgstr "Visualisar tu contos blocate" 7883 + 7884 + #: src/screens/Moderation/index.tsx:204 7885 + msgid "View your default post interaction settings" 7886 + msgstr "" 7887 + 7888 + #: src/view/com/home/HomeHeaderLayout.web.tsx:56 7889 + #: src/view/com/home/HomeHeaderLayoutMobile.tsx:77 7890 + msgid "View your feeds and explore more" 7891 + msgstr "Vider tu fluxos e explorar plus" 7892 + 7893 + #: src/screens/Moderation/index.tsx:234 7894 + msgid "View your moderation lists" 7895 + msgstr "Vider tu listas de moderation" 7896 + 7897 + #: src/screens/Moderation/index.tsx:249 7898 + msgid "View your muted accounts" 7899 + msgstr "Vider tu contos silentiate" 7900 + 7901 + #: src/view/com/modals/LinkWarning.tsx:89 7902 + #: src/view/com/modals/LinkWarning.tsx:95 7903 + msgid "Visit Site" 7904 + msgstr "Visitar sito" 7905 + 7906 + #: src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VolumeControl.tsx:80 7907 + msgid "Volume" 7908 + msgstr "Volumine" 7909 + 7910 + #: src/components/moderation/LabelPreference.tsx:136 7911 + #: src/lib/moderation/useLabelBehaviorDescription.ts:17 7912 + #: src/lib/moderation/useLabelBehaviorDescription.ts:22 7913 + msgid "Warn" 7914 + msgstr "" 7915 + 7916 + #: src/lib/moderation/useLabelBehaviorDescription.ts:48 7917 + msgid "Warn content" 7918 + msgstr "" 7919 + 7920 + #: src/lib/moderation/useLabelBehaviorDescription.ts:46 7921 + msgid "Warn content and filter from feeds" 7922 + msgstr "" 7923 + 7924 + #: src/screens/Hashtag.tsx:205 7925 + msgid "We couldn't find any results for that hashtag." 7926 + msgstr "" 7927 + 7928 + #: src/screens/Topic.tsx:178 7929 + msgid "We couldn't find any results for that topic." 7930 + msgstr "" 7931 + 7932 + #: src/screens/Messages/Conversation.tsx:113 7933 + msgid "We couldn't load this conversation" 7934 + msgstr "" 7935 + 7936 + #: src/screens/SignupQueued.tsx:160 7937 + msgid "We estimate {estimatedTime} until your account is ready." 7938 + msgstr "" 7939 + 7940 + #: src/components/intents/VerifyEmailIntentDialog.tsx:107 7941 + msgid "We have sent another verification email to <0>{0}</0>." 7942 + msgstr "" 7943 + 7944 + #: src/screens/Onboarding/StepFinished.tsx:245 7945 + msgid "We hope you have a wonderful time. Remember, Bluesky is:" 7946 + msgstr "" 7947 + 7948 + #: src/view/com/posts/DiscoverFallbackHeader.tsx:29 7949 + msgid "We ran out of posts from your follows. Here's the latest from <0/>." 7950 + msgstr "" 7951 + 7952 + #: src/view/com/composer/state/video.ts:417 7953 + msgid "We were unable to determine if you are allowed to upload videos. Please try again." 7954 + msgstr "" 7955 + 7956 + #: src/components/dialogs/BirthDateSettings.tsx:51 7957 + msgid "We were unable to load your birth date preferences. Please try again." 7958 + msgstr "" 7959 + 7960 + #: src/screens/Moderation/index.tsx:409 7961 + msgid "We were unable to load your configured labelers at this time." 7962 + msgstr "" 7963 + 7964 + #: src/screens/Onboarding/StepInterests/index.tsx:129 7965 + 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." 7966 + msgstr "" 7967 + 7968 + #: src/screens/SignupQueued.tsx:164 7969 + msgid "We will let you know when your account is ready." 7970 + msgstr "" 7971 + 7972 + #: src/screens/Onboarding/StepInterests/index.tsx:134 7973 + msgid "We'll use this to help customize your experience." 7974 + msgstr "" 7975 + 7976 + #: src/components/dms/dialogs/SearchablePeopleList.tsx:88 7977 + #: src/components/ProgressGuide/FollowDialog.tsx:157 7978 + msgid "We're having network issues, try again" 7979 + msgstr "" 7980 + 7981 + #: src/screens/Signup/index.tsx:94 7982 + msgid "We're so excited to have you join us!" 7983 + msgstr "" 7984 + 7985 + #: src/view/screens/ProfileList.tsx:112 7986 + msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." 7987 + msgstr "" 7988 + 7989 + #: src/components/dialogs/MutedWords.tsx:378 7990 + msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." 7991 + msgstr "" 7992 + 7993 + #: src/view/screens/Search/Search.tsx:201 7994 + msgid "We're sorry, but your search could not be completed. Please try again in a few minutes." 7995 + msgstr "" 7996 + 7997 + #: src/view/com/composer/Composer.tsx:425 7998 + msgid "We're sorry! The post you are replying to has been deleted." 7999 + msgstr "" 8000 + 8001 + #: src/components/Lists.tsx:194 8002 + #: src/view/screens/NotFound.tsx:50 8003 + msgid "We're sorry! We can't find the page you were looking for." 8004 + msgstr "" 8005 + 8006 + #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:346 8007 + msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty." 8008 + msgstr "" 8009 + 8010 + #: src/screens/Deactivated.tsx:124 8011 + msgid "Welcome back!" 8012 + msgstr "" 8013 + 8014 + #: src/components/NewskieDialog.tsx:103 8015 + msgid "Welcome, friend!" 8016 + msgstr "Benvenite, amico!" 8017 + 8018 + #: src/screens/Onboarding/StepInterests/index.tsx:126 8019 + msgid "What are your interests?" 8020 + msgstr "" 8021 + 8022 + #: src/screens/StarterPack/Wizard/StepDetails.tsx:41 8023 + msgid "What do you want to call your starter pack?" 8024 + msgstr "" 8025 + 8026 + #: src/screens/Search/components/ExploreTrendingTopics.tsx:79 8027 + msgid "What people are posting about." 8028 + msgstr "" 8029 + 8030 + #: src/view/com/auth/SplashScreen.tsx:38 8031 + #: src/view/com/auth/SplashScreen.web.tsx:99 8032 + #: src/view/com/composer/Composer.tsx:744 8033 + msgid "What's up?" 8034 + msgstr "" 8035 + 8036 + #: src/view/com/modals/lang-settings/PostLanguagesSettings.tsx:80 8037 + msgid "Which languages are used in this post?" 8038 + msgstr "Qual linguas es usate in iste publication?" 8039 + 8040 + #: src/view/com/modals/lang-settings/ContentLanguagesSettings.tsx:79 8041 + msgid "Which languages would you like to see in your algorithmic feeds?" 8042 + msgstr "" 8043 + 8044 + #: src/components/WhoCanReply.tsx:179 8045 + msgid "Who can interact with this post?" 8046 + msgstr "" 8047 + 8048 + #: src/components/WhoCanReply.tsx:87 8049 + msgid "Who can reply" 8050 + msgstr "" 8051 + 8052 + #: src/screens/Home/NoFeedsPinned.tsx:79 8053 + #: src/screens/Messages/ChatList.tsx:156 8054 + msgid "Whoops!" 8055 + msgstr "" 8056 + 8057 + #: src/components/interstitials/TrendingVideos.tsx:127 8058 + #: src/screens/Search/components/ExploreTrendingVideos.tsx:147 8059 + msgid "Whoops! Trending videos failed to load." 8060 + msgstr "" 8061 + 8062 + #: src/screens/Takendown.tsx:173 8063 + msgid "Why are you appealing?" 8064 + msgstr "" 8065 + 8066 + #: src/components/ReportDialog/SelectReportOptionView.tsx:42 8067 + msgid "Why should this content be reviewed?" 8068 + msgstr "" 8069 + 8070 + #: src/components/ReportDialog/SelectReportOptionView.tsx:55 8071 + msgid "Why should this feed be reviewed?" 8072 + msgstr "" 8073 + 8074 + #: src/components/ReportDialog/SelectReportOptionView.tsx:52 8075 + msgid "Why should this list be reviewed?" 8076 + msgstr "" 8077 + 8078 + #: src/components/ReportDialog/SelectReportOptionView.tsx:61 8079 + msgid "Why should this message be reviewed?" 8080 + msgstr "" 8081 + 8082 + #: src/components/ReportDialog/SelectReportOptionView.tsx:49 8083 + msgid "Why should this post be reviewed?" 8084 + msgstr "" 8085 + 8086 + #: src/components/ReportDialog/SelectReportOptionView.tsx:58 8087 + msgid "Why should this starter pack be reviewed?" 8088 + msgstr "" 8089 + 8090 + #: src/components/ReportDialog/SelectReportOptionView.tsx:46 8091 + msgid "Why should this user be reviewed?" 8092 + msgstr "" 8093 + 8094 + #: src/screens/Messages/components/MessageInput.tsx:149 8095 + #: src/screens/Messages/components/MessageInput.web.tsx:214 8096 + msgid "Write a message" 8097 + msgstr "Scribe un message" 8098 + 8099 + #: src/view/com/composer/Composer.tsx:832 8100 + msgid "Write post" 8101 + msgstr "Scriber message" 8102 + 8103 + #: src/view/com/composer/Composer.tsx:742 8104 + #: src/view/com/post-thread/PostThreadComposePrompt.tsx:69 8105 + msgid "Write your reply" 8106 + msgstr "Scribe tu responsa" 8107 + 8108 + #: src/screens/Onboarding/index.tsx:25 8109 + #: src/screens/Onboarding/state.ts:116 8110 + msgid "Writers" 8111 + msgstr "" 8112 + 8113 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:337 8114 + msgid "Wrong DID returned from server. Received: {0}" 8115 + msgstr "" 8116 + 8117 + #: src/view/com/composer/select-language/SuggestedLanguage.tsx:86 8118 + msgid "Yes" 8119 + msgstr "Si" 8120 + 8121 + #: src/screens/Settings/components/DeactivateAccountDialog.tsx:106 8122 + #: src/screens/Settings/components/DeactivateAccountDialog.tsx:108 8123 + msgid "Yes, deactivate" 8124 + msgstr "Si, disactivar" 8125 + 8126 + #: src/screens/StarterPack/StarterPackScreen.tsx:662 8127 + msgid "Yes, delete this starter pack" 8128 + msgstr "" 8129 + 8130 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:724 8131 + msgid "Yes, detach" 8132 + msgstr "" 8133 + 8134 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:734 8135 + msgid "Yes, hide" 8136 + msgstr "Si, celar" 8137 + 8138 + #: src/screens/Deactivated.tsx:146 8139 + msgid "Yes, reactivate my account" 8140 + msgstr "Si, reactivar mi conto" 8141 + 8142 + #: src/components/dms/DateDivider.tsx:46 8143 + msgid "Yesterday" 8144 + msgstr "Heri" 8145 + 8146 + #: src/screens/List/ListHiddenScreen.tsx:150 8147 + msgid "you" 8148 + msgstr "tu" 8149 + 8150 + #: src/components/NewskieDialog.tsx:43 8151 + msgid "You" 8152 + msgstr "Tu" 8153 + 8154 + #: src/screens/SignupQueued.tsx:157 8155 + msgid "You are in line." 8156 + msgstr "" 8157 + 8158 + #: src/view/com/composer/state/video.ts:410 8159 + msgid "You are not allowed to upload videos." 8160 + msgstr "Tu non es permitte incargar videos." 8161 + 8162 + #: src/view/com/profile/ProfileFollows.tsx:94 8163 + msgid "You are not following anyone." 8164 + msgstr "" 8165 + 8166 + #: src/view/com/posts/FollowingEmptyState.tsx:63 8167 + #: src/view/com/posts/FollowingEndOfFeed.tsx:64 8168 + msgid "You can also discover new Custom Feeds to follow." 8169 + msgstr "" 8170 + 8171 + #: src/view/com/modals/DeleteAccount.tsx:198 8172 + msgid "You can also temporarily deactivate your account instead, and reactivate it at any time." 8173 + msgstr "" 8174 + 8175 + #: src/screens/Messages/Settings.tsx:111 8176 + msgid "You can continue ongoing conversations regardless of which setting you choose." 8177 + msgstr "" 8178 + 8179 + #: src/screens/Login/index.tsx:155 8180 + #: src/screens/Login/PasswordUpdatedForm.tsx:26 8181 + msgid "You can now sign in with your new password." 8182 + msgstr "" 8183 + 8184 + #: src/screens/Deactivated.tsx:132 8185 + msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." 8186 + msgstr "" 8187 + 8188 + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:81 8189 + msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings.</0>" 8190 + msgstr "" 8191 + 8192 + #: src/components/interstitials/Trending.tsx:130 8193 + #: src/components/interstitials/TrendingVideos.tsx:139 8194 + #: src/screens/Search/components/ExploreTrendingTopics.tsx:136 8195 + #: src/view/shell/desktop/SidebarTrendingTopics.tsx:109 8196 + msgid "You can update this later from your settings." 8197 + msgstr "" 8198 + 8199 + #: src/view/com/profile/ProfileFollowers.tsx:94 8200 + msgid "You do not have any followers." 8201 + msgstr "" 8202 + 8203 + #: src/screens/Profile/KnownFollowers.tsx:109 8204 + msgid "You don't follow any users who follow @{name}." 8205 + msgstr "" 8206 + 8207 + #: src/view/com/modals/InviteCodes.tsx:67 8208 + msgid "You don't have any invite codes yet! We'll send you some when you've been on Bluesky for a little longer." 8209 + msgstr "" 8210 + 8211 + #: src/view/screens/SavedFeeds.tsx:137 8212 + msgid "You don't have any pinned feeds." 8213 + msgstr "" 8214 + 8215 + #: src/view/screens/SavedFeeds.tsx:177 8216 + msgid "You don't have any saved feeds." 8217 + msgstr "" 8218 + 8219 + #: src/view/com/post-thread/PostThread.tsx:268 8220 + msgid "You have blocked the author or you have been blocked by the author." 8221 + msgstr "Tu ha blocate le autor o tu ha essite blocate per le autor." 8222 + 8223 + #: src/components/dms/MessagesListBlockedFooter.tsx:65 8224 + msgid "You have blocked this user" 8225 + msgstr "Tu ha blocate iste usator" 8226 + 8227 + #: src/components/moderation/ModerationDetailsDialog.tsx:71 8228 + #: src/lib/moderation/useModerationCauseDescription.ts:55 8229 + #: src/lib/moderation/useModerationCauseDescription.ts:63 8230 + msgid "You have blocked this user. You cannot view their content." 8231 + msgstr "" 8232 + 8233 + #: src/screens/Login/SetNewPasswordForm.tsx:48 8234 + #: src/screens/Login/SetNewPasswordForm.tsx:91 8235 + #: src/view/com/modals/ChangePassword.tsx:88 8236 + #: src/view/com/modals/ChangePassword.tsx:122 8237 + msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." 8238 + msgstr "" 8239 + 8240 + #: src/lib/moderation/useModerationCauseDescription.ts:114 8241 + msgid "You have hidden this post" 8242 + msgstr "Tu ha celate iste message" 8243 + 8244 + #: src/components/moderation/ModerationDetailsDialog.tsx:109 8245 + msgid "You have hidden this post." 8246 + msgstr "Tu ha celate iste message." 8247 + 8248 + #: src/components/moderation/ModerationDetailsDialog.tsx:102 8249 + #: src/lib/moderation/useModerationCauseDescription.ts:97 8250 + msgid "You have muted this account." 8251 + msgstr "Tu ha silentiate iste conto." 8252 + 8253 + #: src/lib/moderation/useModerationCauseDescription.ts:91 8254 + msgid "You have muted this user" 8255 + msgstr "Tu ha silentiate iste usator" 8256 + 8257 + #: src/screens/Messages/ChatList.tsx:198 8258 + msgid "You have no conversations yet. Start one!" 8259 + msgstr "" 8260 + 8261 + #: src/view/com/feeds/ProfileFeedgens.tsx:143 8262 + msgid "You have no feeds." 8263 + msgstr "" 8264 + 8265 + #: src/view/com/lists/MyLists.tsx:81 8266 + #: src/view/com/lists/ProfileLists.tsx:139 8267 + msgid "You have no lists." 8268 + msgstr "" 8269 + 8270 + #: src/view/screens/ModerationBlockedAccounts.tsx:129 8271 + 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." 8272 + msgstr "" 8273 + 8274 + #: src/view/screens/ModerationMutedAccounts.tsx:128 8275 + 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." 8276 + msgstr "" 8277 + 8278 + #: src/components/Lists.tsx:57 8279 + msgid "You have reached the end" 8280 + msgstr "" 8281 + 8282 + #: src/lib/media/video/upload.shared.ts:56 8283 + msgid "You have temporarily reached the limit for video uploads. Please try again later." 8284 + msgstr "" 8285 + 8286 + #: src/components/StarterPack/ProfileStarterPacks.tsx:240 8287 + msgid "You haven't created a starter pack yet!" 8288 + msgstr "" 8289 + 8290 + #: src/components/dialogs/MutedWords.tsx:398 8291 + msgid "You haven't muted any words or tags yet" 8292 + msgstr "" 8293 + 8294 + #: src/components/moderation/ModerationDetailsDialog.tsx:116 8295 + #: src/lib/moderation/useModerationCauseDescription.ts:125 8296 + msgid "You hid this reply." 8297 + msgstr "" 8298 + 8299 + #: src/components/moderation/LabelsOnMeDialog.tsx:78 8300 + msgid "You may appeal non-self labels if you feel they were placed in error." 8301 + msgstr "" 8302 + 8303 + #: src/components/moderation/LabelsOnMeDialog.tsx:83 8304 + msgid "You may appeal these labels if you feel they were placed in error." 8305 + msgstr "" 8306 + 8307 + #: src/screens/StarterPack/Wizard/State.tsx:79 8308 + msgid "You may only add up to {STARTER_PACK_MAX_SIZE} profiles" 8309 + msgstr "" 8310 + 8311 + #: src/screens/StarterPack/Wizard/State.tsx:97 8312 + msgid "You may only add up to 3 feeds" 8313 + msgstr "Tu pote solmente adder usque 3 fluxos" 8314 + 8315 + #: src/lib/media/picker.shared.ts:22 8316 + msgid "You may only select up to 4 images" 8317 + msgstr "Tu pote selectionar solmente 4 imagines" 8318 + 8319 + #: src/screens/Signup/StepInfo/Policies.tsx:106 8320 + msgid "You must be 13 years of age or older to sign up." 8321 + msgstr "" 8322 + 8323 + #: src/components/StarterPack/ProfileStarterPacks.tsx:323 8324 + msgid "You must be following at least seven other people to generate a starter pack." 8325 + msgstr "" 8326 + 8327 + #: src/components/StarterPack/QrCodeDialog.tsx:60 8328 + msgid "You must grant access to your photo library to save a QR code" 8329 + msgstr "" 8330 + 8331 + #: src/components/StarterPack/ShareDialog.tsx:68 8332 + msgid "You must grant access to your photo library to save the image." 8333 + msgstr "" 8334 + 8335 + #: src/components/ReportDialog/SubmitView.tsx:211 8336 + msgid "You must select at least one labeler for a report" 8337 + msgstr "" 8338 + 8339 + #: src/screens/Deactivated.tsx:127 8340 + msgid "You previously deactivated @{0}." 8341 + msgstr "" 8342 + 8343 + #: src/screens/Settings/Settings.tsx:257 8344 + #: src/view/shell/desktop/LeftNav.tsx:206 8345 + msgid "You will be signed out of all your accounts." 8346 + msgstr "" 8347 + 8348 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:217 8349 + msgid "You will no longer receive notifications for this thread" 8350 + msgstr "" 8351 + 8352 + #: src/view/com/util/forms/PostDropdownBtnMenuItems.tsx:213 8353 + msgid "You will now receive notifications for this thread" 8354 + msgstr "" 8355 + 8356 + #: src/screens/Login/SetNewPasswordForm.tsx:104 8357 + msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." 8358 + msgstr "" 8359 + 8360 + #: src/screens/Messages/components/ChatListItem.tsx:139 8361 + msgid "You: {0}" 8362 + msgstr "" 8363 + 8364 + #: src/screens/Messages/components/ChatListItem.tsx:168 8365 + msgid "You: {defaultEmbeddedContentMessage}" 8366 + msgstr "" 8367 + 8368 + #: src/screens/Messages/components/ChatListItem.tsx:161 8369 + msgid "You: {short}" 8370 + msgstr "" 8371 + 8372 + #: src/screens/Signup/index.tsx:107 8373 + msgid "You'll follow the suggested users and feeds once you finish creating your account!" 8374 + msgstr "" 8375 + 8376 + #: src/screens/Signup/index.tsx:112 8377 + msgid "You'll follow the suggested users once you finish creating your account!" 8378 + msgstr "" 8379 + 8380 + #: src/screens/StarterPack/StarterPackLandingScreen.tsx:232 8381 + msgid "You'll follow these people and {0} others" 8382 + msgstr "" 8383 + 8384 + #: src/screens/StarterPack/StarterPackLandingScreen.tsx:230 8385 + msgid "You'll follow these people right away" 8386 + msgstr "" 8387 + 8388 + #: src/components/dialogs/VerifyEmailDialog.tsx:178 8389 + msgid "You'll receive an email at <0>{0}</0> to verify it's you." 8390 + msgstr "" 8391 + 8392 + #: src/screens/StarterPack/StarterPackLandingScreen.tsx:270 8393 + msgid "You'll stay updated with these feeds" 8394 + msgstr "" 8395 + 8396 + #: src/screens/SignupQueued.tsx:127 8397 + msgid "You're in line" 8398 + msgstr "Tu es in fila" 8399 + 8400 + #: src/screens/Deactivated.tsx:89 8401 + #: src/screens/Settings/components/DeactivateAccountDialog.tsx:54 8402 + msgid "You're logged in with an App Password. Please log in with your main password to continue deactivating your account." 8403 + msgstr "" 8404 + 8405 + #: src/screens/Onboarding/StepFinished.tsx:242 8406 + msgid "You're ready to go!" 8407 + msgstr "Toto preste!" 8408 + 8409 + #: src/components/moderation/ModerationDetailsDialog.tsx:106 8410 + #: src/lib/moderation/useModerationCauseDescription.ts:106 8411 + msgid "You've chosen to hide a word or tag within this post." 8412 + msgstr "" 8413 + 8414 + #: src/state/shell/progress-guide.tsx:234 8415 + msgid "You've found some people to follow" 8416 + msgstr "Tu ha trovate alicun personas a sequer" 8417 + 8418 + #: src/view/com/posts/FollowingEndOfFeed.tsx:44 8419 + msgid "You've reached the end of your feed! Find some more accounts to follow." 8420 + msgstr "" 8421 + 8422 + #: src/view/com/composer/state/video.ts:421 8423 + msgid "You've reached your daily limit for video uploads (too many bytes)" 8424 + msgstr "" 8425 + 8426 + #: src/view/com/composer/state/video.ts:425 8427 + msgid "You've reached your daily limit for video uploads (too many videos)" 8428 + msgstr "" 8429 + 8430 + #: src/screens/VideoFeed/index.tsx:1082 8431 + msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" 8432 + msgstr "" 8433 + 8434 + #: src/screens/Signup/index.tsx:140 8435 + msgid "Your account" 8436 + msgstr "Tu conto" 8437 + 8438 + #: src/view/com/modals/DeleteAccount.tsx:84 8439 + msgid "Your account has been deleted" 8440 + msgstr "Tu conto ha essite supprimite" 8441 + 8442 + #: src/screens/Takendown.tsx:146 8443 + msgid "Your account has been suspended" 8444 + msgstr "" 8445 + 8446 + #: src/view/com/composer/state/video.ts:429 8447 + msgid "Your account is not yet old enough to upload videos. Please try again later." 8448 + msgstr "" 8449 + 8450 + #: src/screens/Settings/components/ExportCarDialog.tsx:65 8451 + 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." 8452 + msgstr "" 8453 + 8454 + #: src/screens/Takendown.tsx:214 8455 + 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." 8456 + msgstr "" 8457 + 8458 + #: src/screens/Takendown.tsx:154 8459 + msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." 8460 + msgstr "" 8461 + 8462 + #: src/screens/Signup/StepInfo/index.tsx:205 8463 + msgid "Your birth date" 8464 + msgstr "Tu data de anniversario" 8465 + 8466 + #: src/view/com/util/post-embeds/VideoEmbed.web.tsx:195 8467 + msgid "Your browser does not support the video format. Please try a different browser." 8468 + msgstr "Tu navigator non supporta le formato de video. Retenta con un navigator differente." 8469 + 8470 + #: src/screens/Messages/components/ChatDisabled.tsx:25 8471 + msgid "Your chats have been disabled" 8472 + msgstr "Tu chats ha essite dishabilitate" 8473 + 8474 + #: src/view/com/modals/InAppBrowserConsent.tsx:44 8475 + msgid "Your choice will be saved, but can be changed later in settings." 8476 + msgstr "" 8477 + 8478 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:494 8479 + 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." 8480 + msgstr "" 8481 + 8482 + #: src/screens/Login/ForgotPasswordForm.tsx:51 8483 + #: src/screens/Signup/state.ts:203 8484 + #: src/screens/Signup/StepInfo/index.tsx:108 8485 + #: src/view/com/modals/ChangePassword.tsx:55 8486 + msgid "Your email appears to be invalid." 8487 + msgstr "" 8488 + 8489 + #: src/view/com/modals/ChangeEmail.tsx:120 8490 + msgid "Your email has been updated but not verified. As a next step, please verify your new email." 8491 + msgstr "" 8492 + 8493 + #: src/view/com/modals/VerifyEmail.tsx:122 8494 + msgid "Your email has not yet been verified. This is an important security step which we recommend." 8495 + msgstr "" 8496 + 8497 + #: src/state/shell/progress-guide.tsx:213 8498 + msgid "Your first like!" 8499 + msgstr "Tu prime me place!" 8500 + 8501 + #: src/view/com/posts/FollowingEmptyState.tsx:43 8502 + msgid "Your following feed is empty! Follow more users to see what's happening." 8503 + msgstr "Tu fluxo de sequites es vacue! Seque plus de usatores pro vider lo que passa." 8504 + 8505 + #: src/screens/Settings/components/ChangeHandleDialog.tsx:221 8506 + msgid "Your full handle will be <0>@{0}</0>" 8507 + msgstr "Tu nomine de usator complete sera <0>@{0}</0>" 8508 + 8509 + #: src/screens/Signup/StepHandle.tsx:129 8510 + msgid "Your full username will be" 8511 + msgstr "Tu nomine complete de usator sera" 8512 + 8513 + #: src/components/dialogs/MutedWords.tsx:369 8514 + msgid "Your muted words" 8515 + msgstr "Tu parolas silentiate" 8516 + 8517 + #: src/view/com/modals/ChangePassword.tsx:158 8518 + msgid "Your password has been changed successfully!" 8519 + msgstr "Tu contrasigno ha essite cambiate con successo!" 8520 + 8521 + #: src/view/com/composer/Composer.tsx:485 8522 + msgid "Your post has been published" 8523 + msgstr "Tu message ha essite publicate" 8524 + 8525 + #: src/view/com/composer/Composer.tsx:482 8526 + msgid "Your posts have been published" 8527 + msgstr "Tu messages ha essite publicate" 8528 + 8529 + #: src/screens/Onboarding/StepFinished.tsx:257 8530 + msgid "Your posts, likes, and blocks are public. Mutes are private." 8531 + msgstr "" 8532 + 8533 + #: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 8534 + 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." 8535 + msgstr "" 8536 + 8537 + #: src/view/com/composer/Composer.tsx:484 8538 + msgid "Your reply has been published" 8539 + msgstr "Tu responsa ha essite publicate" 8540 + 8541 + #: src/components/dms/ReportDialog.tsx:198 8542 + msgid "Your report will be sent to the Bluesky Moderation Service" 8543 + msgstr "Tu reporto sera inviate al Servicio de Moderation de Bluesky"