···78 'Network request failed',
79 'Failed to fetch',
80 'Load failed',
081]
8283export function isNetworkError(e: unknown) {
···78 'Network request failed',
79 'Failed to fetch',
80 'Load failed',
81+ 'Upstream service unreachable',
82]
8384export function isNetworkError(e: unknown) {
+4-1
src/lib/notifications/notifications.ts
···78import {PUBLIC_APPVIEW_DID, PUBLIC_STAGING_APPVIEW_DID} from '#/lib/constants'
9import {logger as notyLogger} from '#/lib/notifications/util'
010import {isNative} from '#/platform/detection'
11import {useAgeAssuranceContext} from '#/state/ageAssurance'
12import {type SessionAccount, useAgent, useSession} from '#/state/session'
···4748 notyLogger.debug(`registerPushToken: success`)
49 } catch (error) {
50- notyLogger.error(`registerPushToken: failed`, {safeMessage: error})
0051 }
52}
53
···78import {PUBLIC_APPVIEW_DID, PUBLIC_STAGING_APPVIEW_DID} from '#/lib/constants'
9import {logger as notyLogger} from '#/lib/notifications/util'
10+import {isNetworkError} from '#/lib/strings/errors'
11import {isNative} from '#/platform/detection'
12import {useAgeAssuranceContext} from '#/state/ageAssurance'
13import {type SessionAccount, useAgent, useSession} from '#/state/session'
···4849 notyLogger.debug(`registerPushToken: success`)
50 } catch (error) {
51+ if (!isNetworkError(error)) {
52+ notyLogger.error(`registerPushToken: failed`, {safeMessage: error})
53+ }
54 }
55}
56
+1
src/lib/strings/errors.ts
···31 'Network request failed',
32 'Failed to fetch',
33 'Load failed',
034]
3536export function isNetworkError(e: unknown) {
···31 'Network request failed',
32 'Failed to fetch',
33 'Load failed',
34+ 'Upstream service unreachable',
35]
3637export function isNetworkError(e: unknown) {
+18-18
src/locale/locales/an/messages.po
···8"Language: an\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Aragonese\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky no puede confirmar l'autenticidat d'a data declarada."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Libros"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Explorar mas cuentas"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Revisar mas canals"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Explorar mas sucherencias"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Explora mas sucherencias"
1532···3741msgid "Fitness"
3742msgstr "Exercicio"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Mensaches"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Veyer emplegos en Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Belatras canals que podrían fer-te goyo"
8270···8511msgid "Suggestive"
8512msgstr "Suchestivo"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "I ha habiu un problema en obtener las notificacions. Toca aquí pa intentar de nuevo."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "I ha habiu un problema en obtener las publicacions. Toca aquí pa intentar de nuevo."
8843
···8"Language: an\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Aragonese\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky no puede confirmar l'autenticidat d'a data declarada."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Libros"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Explorar mas cuentas"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Revisar mas canals"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Explorar mas sucherencias"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Explora mas sucherencias"
1532···3741msgid "Fitness"
3742msgstr "Exercicio"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Mensaches"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Veyer emplegos en Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Belatras canals que podrían fer-te goyo"
8270···8511msgid "Suggestive"
8512msgstr "Suchestivo"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "I ha habiu un problema en obtener las notificacions. Toca aquí pa intentar de nuevo."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "I ha habiu un problema en obtener las publicacions. Toca aquí pa intentar de nuevo."
8843
+49-49
src/locale/locales/ar/messages.po
···8"Language: ar_SA\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Arabic, Saudi Arabia\n"
14"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
···877msgstr ""
878879#. the default tab in the interests tab bar
880-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:153
881#: src/view/screens/Notifications.tsx:88
882msgid "All"
883msgstr ""
···990msgid "An error occurred while compressing the video."
991msgstr ""
992993-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:175
994-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:75
995msgid "An error occurred while fetching suggested accounts."
996msgstr ""
997···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr ""
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1825msgid "Choose Post Languages"
1826msgstr ""
18271828-#: src/screens/Onboarding/StepFinished/index.tsx:424
1829msgid "Choose the algorithms that power your custom feeds."
1830msgstr ""
1831···2051msgid "Community Guidelines"
2052msgstr ""
20532054-#: src/screens/Onboarding/StepFinished/index.tsx:339
2055-#: src/screens/Onboarding/StepFinished/index.tsx:437
2056msgid "Complete onboarding and start using your account"
2057msgstr ""
2058···2207#: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:170
2208#: src/screens/Onboarding/StepInterests/index.tsx:94
2209#: src/screens/Onboarding/StepProfile/index.tsx:280
2210-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:253
2211-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:123
2212msgid "Continue"
2213msgstr ""
2214···22262227#: src/screens/Onboarding/StepInterests/index.tsx:91
2228#: src/screens/Onboarding/StepProfile/index.tsx:277
2229-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:250
2230-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:120
2231#: src/screens/Signup/BackNextButtons.tsx:60
2232msgid "Continue to next step"
2233msgstr ""
···3456msgid "Failed to delete starter pack"
3457msgstr ""
34583459-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:125
3460msgid "Failed to follow all suggested accounts, please try again"
3461msgstr ""
3462···3700msgid "Filter who you receive notifications from"
3701msgstr ""
37023703-#: src/screens/Onboarding/StepFinished/index.tsx:345
3704-#: src/screens/Onboarding/StepFinished/index.tsx:440
3705msgid "Finalizing"
3706msgstr ""
3707···3741msgid "Fitness"
3742msgstr ""
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
37583759-#: src/screens/Onboarding/StepFinished/index.tsx:420
3760msgid "Flexible"
3761msgstr ""
3762···3798msgid "Follow account"
3799msgstr ""
38003801-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:242
3802#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:156
3803#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:163
3804#: src/screens/StarterPack/StarterPackScreen.tsx:438
···3806msgid "Follow all"
3807msgstr ""
38083809-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:239
3810msgid "Follow all accounts"
3811msgstr ""
3812···3822msgid "Follow back"
3823msgstr ""
38243825-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:120
3826msgid "Followed all accounts!"
3827msgstr ""
3828···3923msgid "For the best experience, we recommend using the theme font."
3924msgstr ""
39253926-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:300
3927#: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:91
3928msgid "For You"
3929msgstr ""
···4817msgid "Let's get your password reset!"
4818msgstr ""
48194820-#: src/screens/Onboarding/StepFinished/index.tsx:347
4821-#: src/screens/Onboarding/StepFinished/index.tsx:440
4822msgid "Let's go!"
4823msgstr ""
4824···5197msgid "Messages"
5198msgstr ""
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···5464msgid "Need to report a copyright violation?"
5465msgstr ""
54665467-#: src/screens/Onboarding/StepFinished/index.tsx:408
5468msgid "Never lose access to your followers or data."
5469msgstr ""
5470···5591#: src/screens/Login/LoginForm.tsx:350
5592#: src/screens/Login/SetNewPasswordForm.tsx:182
5593#: src/screens/Login/SetNewPasswordForm.tsx:188
5594-#: src/screens/Onboarding/StepFinished/index.tsx:340
5595-#: src/screens/Onboarding/StepFinished/index.tsx:349
5596#: src/screens/Settings/components/AddAppPasswordDialog.tsx:157
5597#: src/screens/Settings/components/AddAppPasswordDialog.tsx:165
5598#: src/screens/Signup/BackNextButtons.tsx:67
···5947msgid "Oops!"
5948msgstr ""
59495950-#: src/screens/Onboarding/StepFinished/index.tsx:404
5951msgid "Open"
5952msgstr ""
5953···6678msgid "Profile updated"
6679msgstr ""
66806681-#: src/screens/Onboarding/StepFinished/index.tsx:390
6682msgid "Public"
6683msgstr ""
6684···7369#: src/screens/Messages/ChatList.tsx:292
7370#: src/screens/Messages/components/MessageListError.tsx:25
7371#: src/screens/Messages/Inbox.tsx:219
7372-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:216
7373-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
7374-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:98
7375-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:101
7376#: src/screens/PostThread/components/ThreadError.tsx:80
7377#: src/screens/PostThread/components/ThreadError.tsx:86
7378#: src/screens/Signup/BackNextButtons.tsx:53
···82278228#: src/screens/Onboarding/StepFinished/index.tsx:306
8229#: src/screens/Onboarding/StepFinished/index.tsx:328
8230-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:229
8231-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:111
8232#: src/screens/StarterPack/Wizard/index.tsx:218
8233msgid "Skip"
8234msgstr ""
···8238msgid "Skip introduction and start using your account"
8239msgstr ""
82408241-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:226
8242-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:108
8243-msgid "Skip this flow"
8244msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
···8318msgid "Something wrong? Let us know."
8319msgstr ""
83208321-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:183
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323msgstr ""
8324···8501#. Accounts suggested to the user for them to follow
8502#. Accounts suggested to the user for them to follow
8503#: src/components/FeedInterstitials.tsx:385
8504-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136
8505-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:48
8506msgid "Suggested for you"
8507msgstr ""
8508···8511msgid "Suggestive"
8512msgstr ""
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···10066msgid "We have sent another verification email to <0>{0}</0>."
10067msgstr ""
1006810069-#: src/screens/Onboarding/StepFinished/index.tsx:382
10070msgid "We hope you have a wonderful time. Remember, Bluesky is:"
10071msgstr ""
10072···10708msgid "You're in line"
10709msgstr ""
1071010711-#: src/screens/Onboarding/StepFinished/index.tsx:379
10712msgid "You're ready to go!"
10713msgstr ""
10714···10880msgid "Your posts were sent"
10881msgstr ""
1088210883-#: src/screens/Onboarding/StepFinished/index.tsx:394
10884msgid "Your posts, likes, and blocks are public. Mutes are private."
10885msgstr ""
10886
···8"Language: ar_SA\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Arabic, Saudi Arabia\n"
14"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
···877msgstr ""
878879#. the default tab in the interests tab bar
880+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146
881#: src/view/screens/Notifications.tsx:88
882msgid "All"
883msgstr ""
···990msgid "An error occurred while compressing the video."
991msgstr ""
992993+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:168
994+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:66
995msgid "An error occurred while fetching suggested accounts."
996msgstr ""
997···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr ""
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1825msgid "Choose Post Languages"
1826msgstr ""
18271828+#: src/screens/Onboarding/StepFinished/index.tsx:425
1829msgid "Choose the algorithms that power your custom feeds."
1830msgstr ""
1831···2051msgid "Community Guidelines"
2052msgstr ""
20532054+#: src/screens/Onboarding/StepFinished/index.tsx:340
2055+#: src/screens/Onboarding/StepFinished/index.tsx:438
2056msgid "Complete onboarding and start using your account"
2057msgstr ""
2058···2207#: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:170
2208#: src/screens/Onboarding/StepInterests/index.tsx:94
2209#: src/screens/Onboarding/StepProfile/index.tsx:280
2210+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:246
2211+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:114
2212msgid "Continue"
2213msgstr ""
2214···22262227#: src/screens/Onboarding/StepInterests/index.tsx:91
2228#: src/screens/Onboarding/StepProfile/index.tsx:277
2229+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:243
2230+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:111
2231#: src/screens/Signup/BackNextButtons.tsx:60
2232msgid "Continue to next step"
2233msgstr ""
···3456msgid "Failed to delete starter pack"
3457msgstr ""
34583459+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:118
3460msgid "Failed to follow all suggested accounts, please try again"
3461msgstr ""
3462···3700msgid "Filter who you receive notifications from"
3701msgstr ""
37023703+#: src/screens/Onboarding/StepFinished/index.tsx:346
3704+#: src/screens/Onboarding/StepFinished/index.tsx:441
3705msgid "Finalizing"
3706msgstr ""
3707···3741msgid "Fitness"
3742msgstr ""
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
37583759+#: src/screens/Onboarding/StepFinished/index.tsx:421
3760msgid "Flexible"
3761msgstr ""
3762···3798msgid "Follow account"
3799msgstr ""
38003801+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:235
3802#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:156
3803#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:163
3804#: src/screens/StarterPack/StarterPackScreen.tsx:438
···3806msgid "Follow all"
3807msgstr ""
38083809+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:232
3810msgid "Follow all accounts"
3811msgstr ""
3812···3822msgid "Follow back"
3823msgstr ""
38243825+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:113
3826msgid "Followed all accounts!"
3827msgstr ""
3828···3923msgid "For the best experience, we recommend using the theme font."
3924msgstr ""
39253926+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:293
3927#: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:91
3928msgid "For You"
3929msgstr ""
···4817msgid "Let's get your password reset!"
4818msgstr ""
48194820+#: src/screens/Onboarding/StepFinished/index.tsx:348
4821+#: src/screens/Onboarding/StepFinished/index.tsx:441
4822msgid "Let's go!"
4823msgstr ""
4824···5197msgid "Messages"
5198msgstr ""
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···5464msgid "Need to report a copyright violation?"
5465msgstr ""
54665467+#: src/screens/Onboarding/StepFinished/index.tsx:409
5468msgid "Never lose access to your followers or data."
5469msgstr ""
5470···5591#: src/screens/Login/LoginForm.tsx:350
5592#: src/screens/Login/SetNewPasswordForm.tsx:182
5593#: src/screens/Login/SetNewPasswordForm.tsx:188
5594+#: src/screens/Onboarding/StepFinished/index.tsx:341
5595+#: src/screens/Onboarding/StepFinished/index.tsx:350
5596#: src/screens/Settings/components/AddAppPasswordDialog.tsx:157
5597#: src/screens/Settings/components/AddAppPasswordDialog.tsx:165
5598#: src/screens/Signup/BackNextButtons.tsx:67
···5947msgid "Oops!"
5948msgstr ""
59495950+#: src/screens/Onboarding/StepFinished/index.tsx:405
5951msgid "Open"
5952msgstr ""
5953···6678msgid "Profile updated"
6679msgstr ""
66806681+#: src/screens/Onboarding/StepFinished/index.tsx:391
6682msgid "Public"
6683msgstr ""
6684···7369#: src/screens/Messages/ChatList.tsx:292
7370#: src/screens/Messages/components/MessageListError.tsx:25
7371#: src/screens/Messages/Inbox.tsx:219
7372+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:209
7373+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:212
7374+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:89
7375+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92
7376#: src/screens/PostThread/components/ThreadError.tsx:80
7377#: src/screens/PostThread/components/ThreadError.tsx:86
7378#: src/screens/Signup/BackNextButtons.tsx:53
···82278228#: src/screens/Onboarding/StepFinished/index.tsx:306
8229#: src/screens/Onboarding/StepFinished/index.tsx:328
8230+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:222
8231+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:102
8232#: src/screens/StarterPack/Wizard/index.tsx:218
8233msgid "Skip"
8234msgstr ""
···8238msgid "Skip introduction and start using your account"
8239msgstr ""
82408241+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243+msgid "Skip to next step"
8244msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
···8318msgid "Something wrong? Let us know."
8319msgstr ""
83208321+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323msgstr ""
8324···8501#. Accounts suggested to the user for them to follow
8502#. Accounts suggested to the user for them to follow
8503#: src/components/FeedInterstitials.tsx:385
8504+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:129
8505+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:39
8506msgid "Suggested for you"
8507msgstr ""
8508···8511msgid "Suggestive"
8512msgstr ""
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···10066msgid "We have sent another verification email to <0>{0}</0>."
10067msgstr ""
1006810069+#: src/screens/Onboarding/StepFinished/index.tsx:383
10070msgid "We hope you have a wonderful time. Remember, Bluesky is:"
10071msgstr ""
10072···10708msgid "You're in line"
10709msgstr ""
1071010711+#: src/screens/Onboarding/StepFinished/index.tsx:380
10712msgid "You're ready to go!"
10713msgstr ""
10714···10880msgid "Your posts were sent"
10881msgstr ""
1088210883+#: src/screens/Onboarding/StepFinished/index.tsx:395
10884msgid "Your posts, likes, and blocks are public. Mutes are private."
10885msgstr ""
10886
+18-18
src/locale/locales/ast/messages.po
···8"Language: ast\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Asturian\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky nun pue verificar l'autenticidá de la data indicada."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Llibros"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Restolar más cuentes na páxina «Esploración»"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Restolar más feeds na páxina «Esploración»"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Restolar más suxerencies"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Restolar más suxerencies na páxina «Esploración»"
1532···3741msgid "Fitness"
3742msgstr ""
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Mensaxes"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr ""
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr ""
8270···8511msgid "Suggestive"
8512msgstr "Suxerente"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Hebo un problema al catar los avisos. Toca equí pa volver tentalo."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Hebo un problema al catar les publicaciones. Toca equí pa volver tentalo."
8843
···8"Language: ast\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Asturian\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky nun pue verificar l'autenticidá de la data indicada."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Llibros"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Restolar más cuentes na páxina «Esploración»"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Restolar más feeds na páxina «Esploración»"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Restolar más suxerencies"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Restolar más suxerencies na páxina «Esploración»"
1532···3741msgid "Fitness"
3742msgstr ""
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Mensaxes"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr ""
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr ""
8270···8511msgid "Suggestive"
8512msgstr "Suxerente"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Hebo un problema al catar los avisos. Toca equí pa volver tentalo."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Hebo un problema al catar les publicaciones. Toca equí pa volver tentalo."
8843
+49-49
src/locale/locales/az/messages.po
···8"Language: az\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:32\n"
12"Last-Translator: \n"
13"Language-Team: Azerbaijani\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···877msgstr ""
878879#. the default tab in the interests tab bar
880-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:153
881#: src/view/screens/Notifications.tsx:88
882msgid "All"
883msgstr ""
···990msgid "An error occurred while compressing the video."
991msgstr ""
992993-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:175
994-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:75
995msgid "An error occurred while fetching suggested accounts."
996msgstr ""
997···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr ""
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1825msgid "Choose Post Languages"
1826msgstr ""
18271828-#: src/screens/Onboarding/StepFinished/index.tsx:424
1829msgid "Choose the algorithms that power your custom feeds."
1830msgstr ""
1831···2051msgid "Community Guidelines"
2052msgstr ""
20532054-#: src/screens/Onboarding/StepFinished/index.tsx:339
2055-#: src/screens/Onboarding/StepFinished/index.tsx:437
2056msgid "Complete onboarding and start using your account"
2057msgstr ""
2058···2207#: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:170
2208#: src/screens/Onboarding/StepInterests/index.tsx:94
2209#: src/screens/Onboarding/StepProfile/index.tsx:280
2210-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:253
2211-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:123
2212msgid "Continue"
2213msgstr ""
2214···22262227#: src/screens/Onboarding/StepInterests/index.tsx:91
2228#: src/screens/Onboarding/StepProfile/index.tsx:277
2229-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:250
2230-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:120
2231#: src/screens/Signup/BackNextButtons.tsx:60
2232msgid "Continue to next step"
2233msgstr ""
···3456msgid "Failed to delete starter pack"
3457msgstr ""
34583459-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:125
3460msgid "Failed to follow all suggested accounts, please try again"
3461msgstr ""
3462···3700msgid "Filter who you receive notifications from"
3701msgstr ""
37023703-#: src/screens/Onboarding/StepFinished/index.tsx:345
3704-#: src/screens/Onboarding/StepFinished/index.tsx:440
3705msgid "Finalizing"
3706msgstr ""
3707···3741msgid "Fitness"
3742msgstr ""
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
37583759-#: src/screens/Onboarding/StepFinished/index.tsx:420
3760msgid "Flexible"
3761msgstr ""
3762···3798msgid "Follow account"
3799msgstr ""
38003801-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:242
3802#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:156
3803#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:163
3804#: src/screens/StarterPack/StarterPackScreen.tsx:438
···3806msgid "Follow all"
3807msgstr ""
38083809-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:239
3810msgid "Follow all accounts"
3811msgstr ""
3812···3822msgid "Follow back"
3823msgstr ""
38243825-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:120
3826msgid "Followed all accounts!"
3827msgstr ""
3828···3923msgid "For the best experience, we recommend using the theme font."
3924msgstr ""
39253926-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:300
3927#: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:91
3928msgid "For You"
3929msgstr ""
···4817msgid "Let's get your password reset!"
4818msgstr ""
48194820-#: src/screens/Onboarding/StepFinished/index.tsx:347
4821-#: src/screens/Onboarding/StepFinished/index.tsx:440
4822msgid "Let's go!"
4823msgstr ""
4824···5197msgid "Messages"
5198msgstr ""
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···5464msgid "Need to report a copyright violation?"
5465msgstr ""
54665467-#: src/screens/Onboarding/StepFinished/index.tsx:408
5468msgid "Never lose access to your followers or data."
5469msgstr ""
5470···5591#: src/screens/Login/LoginForm.tsx:350
5592#: src/screens/Login/SetNewPasswordForm.tsx:182
5593#: src/screens/Login/SetNewPasswordForm.tsx:188
5594-#: src/screens/Onboarding/StepFinished/index.tsx:340
5595-#: src/screens/Onboarding/StepFinished/index.tsx:349
5596#: src/screens/Settings/components/AddAppPasswordDialog.tsx:157
5597#: src/screens/Settings/components/AddAppPasswordDialog.tsx:165
5598#: src/screens/Signup/BackNextButtons.tsx:67
···5947msgid "Oops!"
5948msgstr ""
59495950-#: src/screens/Onboarding/StepFinished/index.tsx:404
5951msgid "Open"
5952msgstr ""
5953···6678msgid "Profile updated"
6679msgstr ""
66806681-#: src/screens/Onboarding/StepFinished/index.tsx:390
6682msgid "Public"
6683msgstr ""
6684···7369#: src/screens/Messages/ChatList.tsx:292
7370#: src/screens/Messages/components/MessageListError.tsx:25
7371#: src/screens/Messages/Inbox.tsx:219
7372-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:216
7373-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
7374-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:98
7375-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:101
7376#: src/screens/PostThread/components/ThreadError.tsx:80
7377#: src/screens/PostThread/components/ThreadError.tsx:86
7378#: src/screens/Signup/BackNextButtons.tsx:53
···82278228#: src/screens/Onboarding/StepFinished/index.tsx:306
8229#: src/screens/Onboarding/StepFinished/index.tsx:328
8230-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:229
8231-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:111
8232#: src/screens/StarterPack/Wizard/index.tsx:218
8233msgid "Skip"
8234msgstr ""
···8238msgid "Skip introduction and start using your account"
8239msgstr ""
82408241-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:226
8242-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:108
8243-msgid "Skip this flow"
8244msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
···8318msgid "Something wrong? Let us know."
8319msgstr ""
83208321-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:183
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323msgstr ""
8324···8501#. Accounts suggested to the user for them to follow
8502#. Accounts suggested to the user for them to follow
8503#: src/components/FeedInterstitials.tsx:385
8504-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136
8505-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:48
8506msgid "Suggested for you"
8507msgstr ""
8508···8511msgid "Suggestive"
8512msgstr ""
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···10066msgid "We have sent another verification email to <0>{0}</0>."
10067msgstr ""
1006810069-#: src/screens/Onboarding/StepFinished/index.tsx:382
10070msgid "We hope you have a wonderful time. Remember, Bluesky is:"
10071msgstr ""
10072···10708msgid "You're in line"
10709msgstr ""
1071010711-#: src/screens/Onboarding/StepFinished/index.tsx:379
10712msgid "You're ready to go!"
10713msgstr ""
10714···10880msgid "Your posts were sent"
10881msgstr ""
1088210883-#: src/screens/Onboarding/StepFinished/index.tsx:394
10884msgid "Your posts, likes, and blocks are public. Mutes are private."
10885msgstr ""
10886
···8"Language: az\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Azerbaijani\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···877msgstr ""
878879#. the default tab in the interests tab bar
880+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146
881#: src/view/screens/Notifications.tsx:88
882msgid "All"
883msgstr ""
···990msgid "An error occurred while compressing the video."
991msgstr ""
992993+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:168
994+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:66
995msgid "An error occurred while fetching suggested accounts."
996msgstr ""
997···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr ""
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1825msgid "Choose Post Languages"
1826msgstr ""
18271828+#: src/screens/Onboarding/StepFinished/index.tsx:425
1829msgid "Choose the algorithms that power your custom feeds."
1830msgstr ""
1831···2051msgid "Community Guidelines"
2052msgstr ""
20532054+#: src/screens/Onboarding/StepFinished/index.tsx:340
2055+#: src/screens/Onboarding/StepFinished/index.tsx:438
2056msgid "Complete onboarding and start using your account"
2057msgstr ""
2058···2207#: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:170
2208#: src/screens/Onboarding/StepInterests/index.tsx:94
2209#: src/screens/Onboarding/StepProfile/index.tsx:280
2210+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:246
2211+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:114
2212msgid "Continue"
2213msgstr ""
2214···22262227#: src/screens/Onboarding/StepInterests/index.tsx:91
2228#: src/screens/Onboarding/StepProfile/index.tsx:277
2229+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:243
2230+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:111
2231#: src/screens/Signup/BackNextButtons.tsx:60
2232msgid "Continue to next step"
2233msgstr ""
···3456msgid "Failed to delete starter pack"
3457msgstr ""
34583459+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:118
3460msgid "Failed to follow all suggested accounts, please try again"
3461msgstr ""
3462···3700msgid "Filter who you receive notifications from"
3701msgstr ""
37023703+#: src/screens/Onboarding/StepFinished/index.tsx:346
3704+#: src/screens/Onboarding/StepFinished/index.tsx:441
3705msgid "Finalizing"
3706msgstr ""
3707···3741msgid "Fitness"
3742msgstr ""
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
37583759+#: src/screens/Onboarding/StepFinished/index.tsx:421
3760msgid "Flexible"
3761msgstr ""
3762···3798msgid "Follow account"
3799msgstr ""
38003801+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:235
3802#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:156
3803#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:163
3804#: src/screens/StarterPack/StarterPackScreen.tsx:438
···3806msgid "Follow all"
3807msgstr ""
38083809+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:232
3810msgid "Follow all accounts"
3811msgstr ""
3812···3822msgid "Follow back"
3823msgstr ""
38243825+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:113
3826msgid "Followed all accounts!"
3827msgstr ""
3828···3923msgid "For the best experience, we recommend using the theme font."
3924msgstr ""
39253926+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:293
3927#: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:91
3928msgid "For You"
3929msgstr ""
···4817msgid "Let's get your password reset!"
4818msgstr ""
48194820+#: src/screens/Onboarding/StepFinished/index.tsx:348
4821+#: src/screens/Onboarding/StepFinished/index.tsx:441
4822msgid "Let's go!"
4823msgstr ""
4824···5197msgid "Messages"
5198msgstr ""
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···5464msgid "Need to report a copyright violation?"
5465msgstr ""
54665467+#: src/screens/Onboarding/StepFinished/index.tsx:409
5468msgid "Never lose access to your followers or data."
5469msgstr ""
5470···5591#: src/screens/Login/LoginForm.tsx:350
5592#: src/screens/Login/SetNewPasswordForm.tsx:182
5593#: src/screens/Login/SetNewPasswordForm.tsx:188
5594+#: src/screens/Onboarding/StepFinished/index.tsx:341
5595+#: src/screens/Onboarding/StepFinished/index.tsx:350
5596#: src/screens/Settings/components/AddAppPasswordDialog.tsx:157
5597#: src/screens/Settings/components/AddAppPasswordDialog.tsx:165
5598#: src/screens/Signup/BackNextButtons.tsx:67
···5947msgid "Oops!"
5948msgstr ""
59495950+#: src/screens/Onboarding/StepFinished/index.tsx:405
5951msgid "Open"
5952msgstr ""
5953···6678msgid "Profile updated"
6679msgstr ""
66806681+#: src/screens/Onboarding/StepFinished/index.tsx:391
6682msgid "Public"
6683msgstr ""
6684···7369#: src/screens/Messages/ChatList.tsx:292
7370#: src/screens/Messages/components/MessageListError.tsx:25
7371#: src/screens/Messages/Inbox.tsx:219
7372+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:209
7373+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:212
7374+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:89
7375+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92
7376#: src/screens/PostThread/components/ThreadError.tsx:80
7377#: src/screens/PostThread/components/ThreadError.tsx:86
7378#: src/screens/Signup/BackNextButtons.tsx:53
···82278228#: src/screens/Onboarding/StepFinished/index.tsx:306
8229#: src/screens/Onboarding/StepFinished/index.tsx:328
8230+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:222
8231+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:102
8232#: src/screens/StarterPack/Wizard/index.tsx:218
8233msgid "Skip"
8234msgstr ""
···8238msgid "Skip introduction and start using your account"
8239msgstr ""
82408241+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243+msgid "Skip to next step"
8244msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
···8318msgid "Something wrong? Let us know."
8319msgstr ""
83208321+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323msgstr ""
8324···8501#. Accounts suggested to the user for them to follow
8502#. Accounts suggested to the user for them to follow
8503#: src/components/FeedInterstitials.tsx:385
8504+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:129
8505+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:39
8506msgid "Suggested for you"
8507msgstr ""
8508···8511msgid "Suggestive"
8512msgstr ""
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···10066msgid "We have sent another verification email to <0>{0}</0>."
10067msgstr ""
1006810069+#: src/screens/Onboarding/StepFinished/index.tsx:383
10070msgid "We hope you have a wonderful time. Remember, Bluesky is:"
10071msgstr ""
10072···10708msgid "You're in line"
10709msgstr ""
1071010711+#: src/screens/Onboarding/StepFinished/index.tsx:380
10712msgid "You're ready to go!"
10713msgstr ""
10714···10880msgid "Your posts were sent"
10881msgstr ""
1088210883+#: src/screens/Onboarding/StepFinished/index.tsx:395
10884msgid "Your posts, likes, and blocks are public. Mutes are private."
10885msgstr ""
10886
+49-49
src/locale/locales/bn/messages.po
···8"Language: bn\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Bengali\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···877msgstr ""
878879#. the default tab in the interests tab bar
880-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:153
881#: src/view/screens/Notifications.tsx:88
882msgid "All"
883msgstr ""
···990msgid "An error occurred while compressing the video."
991msgstr ""
992993-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:175
994-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:75
995msgid "An error occurred while fetching suggested accounts."
996msgstr ""
997···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr ""
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1825msgid "Choose Post Languages"
1826msgstr ""
18271828-#: src/screens/Onboarding/StepFinished/index.tsx:424
1829msgid "Choose the algorithms that power your custom feeds."
1830msgstr ""
1831···2051msgid "Community Guidelines"
2052msgstr ""
20532054-#: src/screens/Onboarding/StepFinished/index.tsx:339
2055-#: src/screens/Onboarding/StepFinished/index.tsx:437
2056msgid "Complete onboarding and start using your account"
2057msgstr ""
2058···2207#: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:170
2208#: src/screens/Onboarding/StepInterests/index.tsx:94
2209#: src/screens/Onboarding/StepProfile/index.tsx:280
2210-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:253
2211-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:123
2212msgid "Continue"
2213msgstr ""
2214···22262227#: src/screens/Onboarding/StepInterests/index.tsx:91
2228#: src/screens/Onboarding/StepProfile/index.tsx:277
2229-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:250
2230-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:120
2231#: src/screens/Signup/BackNextButtons.tsx:60
2232msgid "Continue to next step"
2233msgstr ""
···3456msgid "Failed to delete starter pack"
3457msgstr ""
34583459-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:125
3460msgid "Failed to follow all suggested accounts, please try again"
3461msgstr ""
3462···3700msgid "Filter who you receive notifications from"
3701msgstr ""
37023703-#: src/screens/Onboarding/StepFinished/index.tsx:345
3704-#: src/screens/Onboarding/StepFinished/index.tsx:440
3705msgid "Finalizing"
3706msgstr ""
3707···3741msgid "Fitness"
3742msgstr ""
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
37583759-#: src/screens/Onboarding/StepFinished/index.tsx:420
3760msgid "Flexible"
3761msgstr ""
3762···3798msgid "Follow account"
3799msgstr ""
38003801-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:242
3802#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:156
3803#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:163
3804#: src/screens/StarterPack/StarterPackScreen.tsx:438
···3806msgid "Follow all"
3807msgstr ""
38083809-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:239
3810msgid "Follow all accounts"
3811msgstr ""
3812···3822msgid "Follow back"
3823msgstr ""
38243825-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:120
3826msgid "Followed all accounts!"
3827msgstr ""
3828···3923msgid "For the best experience, we recommend using the theme font."
3924msgstr ""
39253926-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:300
3927#: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:91
3928msgid "For You"
3929msgstr ""
···4817msgid "Let's get your password reset!"
4818msgstr ""
48194820-#: src/screens/Onboarding/StepFinished/index.tsx:347
4821-#: src/screens/Onboarding/StepFinished/index.tsx:440
4822msgid "Let's go!"
4823msgstr ""
4824···5197msgid "Messages"
5198msgstr ""
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···5464msgid "Need to report a copyright violation?"
5465msgstr ""
54665467-#: src/screens/Onboarding/StepFinished/index.tsx:408
5468msgid "Never lose access to your followers or data."
5469msgstr ""
5470···5591#: src/screens/Login/LoginForm.tsx:350
5592#: src/screens/Login/SetNewPasswordForm.tsx:182
5593#: src/screens/Login/SetNewPasswordForm.tsx:188
5594-#: src/screens/Onboarding/StepFinished/index.tsx:340
5595-#: src/screens/Onboarding/StepFinished/index.tsx:349
5596#: src/screens/Settings/components/AddAppPasswordDialog.tsx:157
5597#: src/screens/Settings/components/AddAppPasswordDialog.tsx:165
5598#: src/screens/Signup/BackNextButtons.tsx:67
···5947msgid "Oops!"
5948msgstr ""
59495950-#: src/screens/Onboarding/StepFinished/index.tsx:404
5951msgid "Open"
5952msgstr ""
5953···6678msgid "Profile updated"
6679msgstr ""
66806681-#: src/screens/Onboarding/StepFinished/index.tsx:390
6682msgid "Public"
6683msgstr ""
6684···7369#: src/screens/Messages/ChatList.tsx:292
7370#: src/screens/Messages/components/MessageListError.tsx:25
7371#: src/screens/Messages/Inbox.tsx:219
7372-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:216
7373-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
7374-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:98
7375-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:101
7376#: src/screens/PostThread/components/ThreadError.tsx:80
7377#: src/screens/PostThread/components/ThreadError.tsx:86
7378#: src/screens/Signup/BackNextButtons.tsx:53
···82278228#: src/screens/Onboarding/StepFinished/index.tsx:306
8229#: src/screens/Onboarding/StepFinished/index.tsx:328
8230-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:229
8231-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:111
8232#: src/screens/StarterPack/Wizard/index.tsx:218
8233msgid "Skip"
8234msgstr ""
···8238msgid "Skip introduction and start using your account"
8239msgstr ""
82408241-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:226
8242-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:108
8243-msgid "Skip this flow"
8244msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
···8318msgid "Something wrong? Let us know."
8319msgstr ""
83208321-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:183
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323msgstr ""
8324···8501#. Accounts suggested to the user for them to follow
8502#. Accounts suggested to the user for them to follow
8503#: src/components/FeedInterstitials.tsx:385
8504-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136
8505-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:48
8506msgid "Suggested for you"
8507msgstr ""
8508···8511msgid "Suggestive"
8512msgstr ""
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···10066msgid "We have sent another verification email to <0>{0}</0>."
10067msgstr ""
1006810069-#: src/screens/Onboarding/StepFinished/index.tsx:382
10070msgid "We hope you have a wonderful time. Remember, Bluesky is:"
10071msgstr ""
10072···10708msgid "You're in line"
10709msgstr ""
1071010711-#: src/screens/Onboarding/StepFinished/index.tsx:379
10712msgid "You're ready to go!"
10713msgstr ""
10714···10880msgid "Your posts were sent"
10881msgstr ""
1088210883-#: src/screens/Onboarding/StepFinished/index.tsx:394
10884msgid "Your posts, likes, and blocks are public. Mutes are private."
10885msgstr ""
10886
···8"Language: bn\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Bengali\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···877msgstr ""
878879#. the default tab in the interests tab bar
880+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146
881#: src/view/screens/Notifications.tsx:88
882msgid "All"
883msgstr ""
···990msgid "An error occurred while compressing the video."
991msgstr ""
992993+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:168
994+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:66
995msgid "An error occurred while fetching suggested accounts."
996msgstr ""
997···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr ""
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1825msgid "Choose Post Languages"
1826msgstr ""
18271828+#: src/screens/Onboarding/StepFinished/index.tsx:425
1829msgid "Choose the algorithms that power your custom feeds."
1830msgstr ""
1831···2051msgid "Community Guidelines"
2052msgstr ""
20532054+#: src/screens/Onboarding/StepFinished/index.tsx:340
2055+#: src/screens/Onboarding/StepFinished/index.tsx:438
2056msgid "Complete onboarding and start using your account"
2057msgstr ""
2058···2207#: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:170
2208#: src/screens/Onboarding/StepInterests/index.tsx:94
2209#: src/screens/Onboarding/StepProfile/index.tsx:280
2210+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:246
2211+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:114
2212msgid "Continue"
2213msgstr ""
2214···22262227#: src/screens/Onboarding/StepInterests/index.tsx:91
2228#: src/screens/Onboarding/StepProfile/index.tsx:277
2229+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:243
2230+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:111
2231#: src/screens/Signup/BackNextButtons.tsx:60
2232msgid "Continue to next step"
2233msgstr ""
···3456msgid "Failed to delete starter pack"
3457msgstr ""
34583459+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:118
3460msgid "Failed to follow all suggested accounts, please try again"
3461msgstr ""
3462···3700msgid "Filter who you receive notifications from"
3701msgstr ""
37023703+#: src/screens/Onboarding/StepFinished/index.tsx:346
3704+#: src/screens/Onboarding/StepFinished/index.tsx:441
3705msgid "Finalizing"
3706msgstr ""
3707···3741msgid "Fitness"
3742msgstr ""
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
37583759+#: src/screens/Onboarding/StepFinished/index.tsx:421
3760msgid "Flexible"
3761msgstr ""
3762···3798msgid "Follow account"
3799msgstr ""
38003801+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:235
3802#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:156
3803#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:163
3804#: src/screens/StarterPack/StarterPackScreen.tsx:438
···3806msgid "Follow all"
3807msgstr ""
38083809+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:232
3810msgid "Follow all accounts"
3811msgstr ""
3812···3822msgid "Follow back"
3823msgstr ""
38243825+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:113
3826msgid "Followed all accounts!"
3827msgstr ""
3828···3923msgid "For the best experience, we recommend using the theme font."
3924msgstr ""
39253926+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:293
3927#: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:91
3928msgid "For You"
3929msgstr ""
···4817msgid "Let's get your password reset!"
4818msgstr ""
48194820+#: src/screens/Onboarding/StepFinished/index.tsx:348
4821+#: src/screens/Onboarding/StepFinished/index.tsx:441
4822msgid "Let's go!"
4823msgstr ""
4824···5197msgid "Messages"
5198msgstr ""
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···5464msgid "Need to report a copyright violation?"
5465msgstr ""
54665467+#: src/screens/Onboarding/StepFinished/index.tsx:409
5468msgid "Never lose access to your followers or data."
5469msgstr ""
5470···5591#: src/screens/Login/LoginForm.tsx:350
5592#: src/screens/Login/SetNewPasswordForm.tsx:182
5593#: src/screens/Login/SetNewPasswordForm.tsx:188
5594+#: src/screens/Onboarding/StepFinished/index.tsx:341
5595+#: src/screens/Onboarding/StepFinished/index.tsx:350
5596#: src/screens/Settings/components/AddAppPasswordDialog.tsx:157
5597#: src/screens/Settings/components/AddAppPasswordDialog.tsx:165
5598#: src/screens/Signup/BackNextButtons.tsx:67
···5947msgid "Oops!"
5948msgstr ""
59495950+#: src/screens/Onboarding/StepFinished/index.tsx:405
5951msgid "Open"
5952msgstr ""
5953···6678msgid "Profile updated"
6679msgstr ""
66806681+#: src/screens/Onboarding/StepFinished/index.tsx:391
6682msgid "Public"
6683msgstr ""
6684···7369#: src/screens/Messages/ChatList.tsx:292
7370#: src/screens/Messages/components/MessageListError.tsx:25
7371#: src/screens/Messages/Inbox.tsx:219
7372+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:209
7373+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:212
7374+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:89
7375+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92
7376#: src/screens/PostThread/components/ThreadError.tsx:80
7377#: src/screens/PostThread/components/ThreadError.tsx:86
7378#: src/screens/Signup/BackNextButtons.tsx:53
···82278228#: src/screens/Onboarding/StepFinished/index.tsx:306
8229#: src/screens/Onboarding/StepFinished/index.tsx:328
8230+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:222
8231+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:102
8232#: src/screens/StarterPack/Wizard/index.tsx:218
8233msgid "Skip"
8234msgstr ""
···8238msgid "Skip introduction and start using your account"
8239msgstr ""
82408241+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243+msgid "Skip to next step"
8244msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
···8318msgid "Something wrong? Let us know."
8319msgstr ""
83208321+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323msgstr ""
8324···8501#. Accounts suggested to the user for them to follow
8502#. Accounts suggested to the user for them to follow
8503#: src/components/FeedInterstitials.tsx:385
8504+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:129
8505+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:39
8506msgid "Suggested for you"
8507msgstr ""
8508···8511msgid "Suggestive"
8512msgstr ""
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···10066msgid "We have sent another verification email to <0>{0}</0>."
10067msgstr ""
1006810069+#: src/screens/Onboarding/StepFinished/index.tsx:383
10070msgid "We hope you have a wonderful time. Remember, Bluesky is:"
10071msgstr ""
10072···10708msgid "You're in line"
10709msgstr ""
1071010711+#: src/screens/Onboarding/StepFinished/index.tsx:380
10712msgid "You're ready to go!"
10713msgstr ""
10714···10880msgid "Your posts were sent"
10881msgstr ""
1088210883+#: src/screens/Onboarding/StepFinished/index.tsx:395
10884msgid "Your posts, likes, and blocks are public. Mutes are private."
10885msgstr ""
10886
+19-19
src/locale/locales/ca/messages.po
···8"Language: ca\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Catalan\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Almenys 8 caràcters"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky no pot confirmar l'autenticitat de la data declarada."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Llibres"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Explora més comptes a la pàgina Explora"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Explora més canals a la pàgina Explora"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Explora més recomanacions"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Explora més recomanacions a la pàgina Explora"
1532···3741msgid "Fitness"
3742msgstr "Exercici"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Negre pla"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Blau pla"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Blanc pla"
···5197msgid "Messages"
5198msgstr "Missatges"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Mitjanit"
···7630msgid "See jobs at Bluesky"
7631msgstr "Veure les feines a Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Veure més"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Algunes de les teves verificacions no són vàlides."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Alguns altres canals que potser t'agradaran"
8270···8511msgid "Suggestive"
8512msgstr "Suggerent"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Alba"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Ocàs"
···8837msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquí per a tornar-ho a provar."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquí per a tornar-ho a provar."
8843
···8"Language: ca\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Catalan\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Almenys 8 caràcters"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky no pot confirmar l'autenticitat de la data declarada."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Llibres"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Explora més comptes a la pàgina Explora"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Explora més canals a la pàgina Explora"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Explora més recomanacions"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Explora més recomanacions a la pàgina Explora"
1532···3741msgid "Fitness"
3742msgstr "Exercici"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Negre pla"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Blau pla"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Blanc pla"
···5197msgid "Messages"
5198msgstr "Missatges"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Mitjanit"
···7630msgid "See jobs at Bluesky"
7631msgstr "Veure les feines a Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Veure més"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Salta al pas següent"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Algunes de les teves verificacions no són vàlides."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Alguns altres canals que potser t'agradaran"
8270···8511msgid "Suggestive"
8512msgstr "Suggerent"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Alba"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Ocàs"
···8837msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquí per a tornar-ho a provar."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquí per a tornar-ho a provar."
8843
+21-21
src/locale/locales/cy/messages.po
···8"Language: cy\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:32\n"
12"Last-Translator: \n"
13"Language-Team: Welsh\n"
14"Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n == 3) ? 3 : ((n == 6) ? 4 : 5))));\n"
···1269msgid "At least 8 characters"
1270msgstr "O leiaf 8 nod"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Dyw Bluesky ddim yn gallu cadarnhau dilysrwydd y dyddiad honedig."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic ™"
···1513msgid "Books"
1514msgstr "Llyfrau"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Porwch ragor o gyfrifon ar y dudalen Archwilio"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Porwch ragor o ffrydiau ar y dudalen Archwilio"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Pori ragor o awgrymiadau"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Porwch ragor o awgrymiadau ar y dudalen Archwilio"
1532···37113712#: src/lib/interests.ts:60
3713msgid "Finance"
3714-msgstr ""
37153716#: src/view/com/posts/CustomFeedEmptyState.tsx:48
3717#: src/view/com/posts/FollowingEmptyState.tsx:53
···3741msgid "Fitness"
3742msgstr "Ffitrwydd"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Du Disglein"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Glas Disglein"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Gwyn Disglein"
···5197msgid "Messages"
5198msgstr "Negeseuon"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Canol Nos"
···7630msgid "See jobs at Bluesky"
7631msgstr "Gweld swyddi yn Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Gweld rhagor"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Mae rhai o'ch dilysiadau'n annilys."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Rhai ffrydiau eraill efallai y byddwch yn eu hoffi"
8270···83208321#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323-msgstr ""
83248325#: src/App.native.tsx:128
8326#: src/App.web.tsx:100
···8511msgid "Suggestive"
8512msgstr "Awgrymiadol"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Codiad Haul"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Machlud Haul"
···8837msgstr "Bu anhawster wrth geisio cael hysbysiadau. Tapiwch yma i geisio eto."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Bu anhawster wrth nôl postiadau. Tapiwch yma i geisio eto."
8843
···8"Language: cy\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Welsh\n"
14"Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n == 3) ? 3 : ((n == 6) ? 4 : 5))));\n"
···1269msgid "At least 8 characters"
1270msgstr "O leiaf 8 nod"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Dyw Bluesky ddim yn gallu cadarnhau dilysrwydd y dyddiad honedig."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic ™"
···1513msgid "Books"
1514msgstr "Llyfrau"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Porwch ragor o gyfrifon ar y dudalen Archwilio"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Porwch ragor o ffrydiau ar y dudalen Archwilio"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Pori ragor o awgrymiadau"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Porwch ragor o awgrymiadau ar y dudalen Archwilio"
1532···37113712#: src/lib/interests.ts:60
3713msgid "Finance"
3714+msgstr "Cyllid"
37153716#: src/view/com/posts/CustomFeedEmptyState.tsx:48
3717#: src/view/com/posts/FollowingEmptyState.tsx:53
···3741msgid "Fitness"
3742msgstr "Ffitrwydd"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Du Disglein"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Glas Disglein"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Gwyn Disglein"
···5197msgid "Messages"
5198msgstr "Negeseuon"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Canol Nos"
···7630msgid "See jobs at Bluesky"
7631msgstr "Gweld swyddi yn Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Gweld rhagor"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Mynd i'r cam nesaf"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Mae rhai o'ch dilysiadau'n annilys."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Rhai ffrydiau eraill efallai y byddwch yn eu hoffi"
8270···83208321#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323+msgstr "Ymddiheuriadau, does dim modd i ni lwytho awgrymiadau cyfrifon ar hyn o bryd."
83248325#: src/App.native.tsx:128
8326#: src/App.web.tsx:100
···8511msgid "Suggestive"
8512msgstr "Awgrymiadol"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Codiad Haul"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Machlud Haul"
···8837msgstr "Bu anhawster wrth geisio cael hysbysiadau. Tapiwch yma i geisio eto."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Bu anhawster wrth nôl postiadau. Tapiwch yma i geisio eto."
8843
+29-29
src/locale/locales/da/messages.po
···8"Language: da\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Danish\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Mindst 8 tegn"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Nordlys"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky kan ikke bekræfte den anførte datos gyldighed."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Bøger"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Se flere konti under Udforsk"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Se flere feeds under Udforsk"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Se flere forslag"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Se flere forslag under Udforsk"
1532···29332934#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:354
2935msgid "e.g. Spammers"
2936-msgstr ""
29372938#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:357
2939msgid "e.g. The posters who never miss."
2940-msgstr ""
29412942#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:358
2943msgid "e.g. Users that repeatedly reply with ads."
2944-msgstr ""
29452946#: src/screens/Settings/AccountSettings.tsx:145
2947#: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252
···37113712#: src/lib/interests.ts:60
3713msgid "Finance"
3714-msgstr ""
37153716#: src/view/com/posts/CustomFeedEmptyState.tsx:48
3717#: src/view/com/posts/FollowingEmptyState.tsx:53
···3741msgid "Fitness"
3742msgstr "Motion"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Flad sort"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Flad blå"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Flad hvid"
···41404141#: src/view/com/posts/PostFeedReason.tsx:38
4142msgid "Go to feed"
4143-msgstr ""
41444145#: src/screens/Login/ForgotPasswordForm.tsx:165
4146msgid "Go to next"
···4569#: src/components/PostControls/PostMenu/PostMenuItems.tsx:365
4570msgctxt "toast"
4571msgid "Invalid interaction settings."
4572-msgstr ""
45734574#: src/components/moderation/ReportDialog/index.tsx:73
4575msgid "Invalid report subject"
···5197msgid "Messages"
5198msgstr "Beskeder"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Midnat"
···72607261#: src/view/com/posts/PostFeedReason.tsx:77
7262msgid "Reposted by {reposter}"
7263-msgstr ""
72647265#: src/view/com/posts/PostFeedReason.tsx:91
7266msgid "Reposted by <0><1>{reposter}</1></0>"
7267-msgstr ""
72687269#: src/view/com/posts/PostFeedReason.tsx:77
7270#: src/view/com/posts/PostFeedReason.tsx:89
···7630msgid "See jobs at Bluesky"
7631msgstr "Se jobs hos Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Se flere"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Nogle af dine verifikationer er ugyldige."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Nogle andre feeds, du måske kan lide"
8270···83208321#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323-msgstr ""
83248325#: src/App.native.tsx:128
8326#: src/App.web.tsx:100
···8511msgid "Suggestive"
8512msgstr "Seksuelle undertoner"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Solopgang"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Solnedgang"
···8837msgstr "Notifikationer kunne ikke indlæses. Tryk her for at prøve igen."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Opslag kunne ikke indlæses. Tryk her for at prøve igen."
8843···10417#: src/components/PostControls/PostMenu/PostMenuItems.tsx:357
10418msgctxt "toast"
10419msgid "You can hide a maximum of {MAX_HIDDEN_REPLIES} replies."
10420-msgstr ""
1042110422#: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:148
10423msgid "You can now choose to be notified when specific people post. If there’s someone you want timely updates from, go to their profile and find the new bell icon near the follow button."
···8"Language: da\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Danish\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Mindst 8 tegn"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Nordlys"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky kan ikke bekræfte den anførte datos gyldighed."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Bøger"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Se flere konti under Udforsk"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Se flere feeds under Udforsk"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Se flere forslag"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Se flere forslag under Udforsk"
1532···29332934#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:354
2935msgid "e.g. Spammers"
2936+msgstr "fx Spammere"
29372938#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:357
2939msgid "e.g. The posters who never miss."
2940+msgstr "fx Profiler, der altid rammer plet."
29412942#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:358
2943msgid "e.g. Users that repeatedly reply with ads."
2944+msgstr "fx Brugere, der laver for mange reklameopslag."
29452946#: src/screens/Settings/AccountSettings.tsx:145
2947#: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252
···37113712#: src/lib/interests.ts:60
3713msgid "Finance"
3714+msgstr "Økonomi"
37153716#: src/view/com/posts/CustomFeedEmptyState.tsx:48
3717#: src/view/com/posts/FollowingEmptyState.tsx:53
···3741msgid "Fitness"
3742msgstr "Motion"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Flad sort"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Flad blå"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Flad hvid"
···41404141#: src/view/com/posts/PostFeedReason.tsx:38
4142msgid "Go to feed"
4143+msgstr "Gå til feed"
41444145#: src/screens/Login/ForgotPasswordForm.tsx:165
4146msgid "Go to next"
···4569#: src/components/PostControls/PostMenu/PostMenuItems.tsx:365
4570msgctxt "toast"
4571msgid "Invalid interaction settings."
4572+msgstr "Ugyldige interaktionsindstillinger."
45734574#: src/components/moderation/ReportDialog/index.tsx:73
4575msgid "Invalid report subject"
···5197msgid "Messages"
5198msgstr "Beskeder"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Midnat"
···72607261#: src/view/com/posts/PostFeedReason.tsx:77
7262msgid "Reposted by {reposter}"
7263+msgstr "Videredelt af {reposter}"
72647265#: src/view/com/posts/PostFeedReason.tsx:91
7266msgid "Reposted by <0><1>{reposter}</1></0>"
7267+msgstr "Videredelt af <0><1>{reposter}</1></0>"
72687269#: src/view/com/posts/PostFeedReason.tsx:77
7270#: src/view/com/posts/PostFeedReason.tsx:89
···7630msgid "See jobs at Bluesky"
7631msgstr "Se jobs hos Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Se flere"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Spring til næste trin"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Nogle af dine verifikationer er ugyldige."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Nogle andre feeds, du måske kan lide"
8270···83208321#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323+msgstr "Beklager, vi kan ikke indlæse forslag lige nu."
83248325#: src/App.native.tsx:128
8326#: src/App.web.tsx:100
···8511msgid "Suggestive"
8512msgstr "Seksuelle undertoner"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Solopgang"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Solnedgang"
···8837msgstr "Notifikationer kunne ikke indlæses. Tryk her for at prøve igen."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Opslag kunne ikke indlæses. Tryk her for at prøve igen."
8843···10417#: src/components/PostControls/PostMenu/PostMenuItems.tsx:357
10418msgctxt "toast"
10419msgid "You can hide a maximum of {MAX_HIDDEN_REPLIES} replies."
10420+msgstr "Du kan skjule højst {MAX_HIDDEN_REPLIES} svar."
1042110422#: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:148
10423msgid "You can now choose to be notified when specific people post. If there’s someone you want timely updates from, go to their profile and find the new bell icon near the follow button."
+24-24
src/locale/locales/de/messages.po
···8"Language: de\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: German\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Mindestens 8 Zeichen"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky kann die Echtheit des angegebenen Datums nicht bestätigen."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Bücher"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Finde weitere Accounts auf der Entdecken-Seite"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Stöbere auf der Seite „Explore” in weiteren Feeds"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Weitere Vorschläge anzeigen"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Stöbere auf der Seite „Explore” nach weiteren Vorschlägen"
1532···37113712#: src/lib/interests.ts:60
3713msgid "Finance"
3714-msgstr ""
37153716#: src/view/com/posts/CustomFeedEmptyState.tsx:48
3717#: src/view/com/posts/FollowingEmptyState.tsx:53
···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Flaches Schwarz"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Flaches Blau"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Flaches Weiß"
···41404141#: src/view/com/posts/PostFeedReason.tsx:38
4142msgid "Go to feed"
4143-msgstr ""
41444145#: src/screens/Login/ForgotPasswordForm.tsx:165
4146msgid "Go to next"
···5197msgid "Messages"
5198msgstr "Nachrichten"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Mitternacht"
···72607261#: src/view/com/posts/PostFeedReason.tsx:77
7262msgid "Reposted by {reposter}"
7263-msgstr ""
72647265#: src/view/com/posts/PostFeedReason.tsx:91
7266msgid "Reposted by <0><1>{reposter}</1></0>"
7267-msgstr ""
72687269#: src/view/com/posts/PostFeedReason.tsx:77
7270#: src/view/com/posts/PostFeedReason.tsx:89
···7630msgid "See jobs at Bluesky"
7631msgstr "Sieh dir Jobs bei Bluesky an"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Mehr sehen"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Einige deiner Verifizierungen sind ungültig."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Einige andere Feeds, die dir gefallen könnten"
8270···83208321#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323-msgstr ""
83248325#: src/App.native.tsx:128
8326#: src/App.web.tsx:100
···8511msgid "Suggestive"
8512msgstr "Suggestiv"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Sonnenaufgang"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Sonnenuntergang"
···8837msgstr "Beim Abrufen von Mitteilung ist ein Problem aufgetreten. Tippe hier, um es erneut zu versuchen."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Beim Abrufen von Posts ist ein Problem aufgetreten. Tippe hier, um es erneut zu versuchen."
8843
···8"Language: de\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: German\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Mindestens 8 Zeichen"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky kann die Echtheit des angegebenen Datums nicht bestätigen."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Bücher"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Finde weitere Accounts auf der Entdecken-Seite"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Stöbere auf der Seite „Explore” in weiteren Feeds"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Weitere Vorschläge anzeigen"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Stöbere auf der Seite „Explore” nach weiteren Vorschlägen"
1532···37113712#: src/lib/interests.ts:60
3713msgid "Finance"
3714+msgstr "Finanzen"
37153716#: src/view/com/posts/CustomFeedEmptyState.tsx:48
3717#: src/view/com/posts/FollowingEmptyState.tsx:53
···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Flaches Schwarz"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Flaches Blau"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Flaches Weiß"
···41404141#: src/view/com/posts/PostFeedReason.tsx:38
4142msgid "Go to feed"
4143+msgstr "Zum Feed gehen"
41444145#: src/screens/Login/ForgotPasswordForm.tsx:165
4146msgid "Go to next"
···5197msgid "Messages"
5198msgstr "Nachrichten"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Mitternacht"
···72607261#: src/view/com/posts/PostFeedReason.tsx:77
7262msgid "Reposted by {reposter}"
7263+msgstr "Repostet von {reposter}"
72647265#: src/view/com/posts/PostFeedReason.tsx:91
7266msgid "Reposted by <0><1>{reposter}</1></0>"
7267+msgstr "Repostet von <0><1>{reposter}</1></0>"
72687269#: src/view/com/posts/PostFeedReason.tsx:77
7270#: src/view/com/posts/PostFeedReason.tsx:89
···7630msgid "See jobs at Bluesky"
7631msgstr "Sieh dir Jobs bei Bluesky an"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Mehr sehen"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Zum nächsten Schritt springen"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Einige deiner Verifizierungen sind ungültig."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Einige andere Feeds, die dir gefallen könnten"
8270···83208321#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323+msgstr "Leider können derzeit keine Account-Vorschläge geladen werden."
83248325#: src/App.native.tsx:128
8326#: src/App.web.tsx:100
···8511msgid "Suggestive"
8512msgstr "Suggestiv"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Sonnenaufgang"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Sonnenuntergang"
···8837msgstr "Beim Abrufen von Mitteilung ist ein Problem aufgetreten. Tippe hier, um es erneut zu versuchen."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Beim Abrufen von Posts ist ein Problem aufgetreten. Tippe hier, um es erneut zu versuchen."
8843
+18-18
src/locale/locales/el/messages.po
···8"Language: el\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Greek\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Το Bluesky δεν μπορεί να επιβεβαιώσει την αυθεντικότητα της ημερομηνίας που δηλώθηκε."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Βιβλία"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Περιηγηθείτε σε περισσότερους λογαριασμούς στην σελίδα Εξερεύνησης"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Περιηγηθείτε σε περισσότερες ροές στην σελίδα Εξερεύνησης"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Περιηγηθείτε σε περισσότερες προτάσεις"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Περιηγηθείτε σε περισσότερες προτάσεις στην σελίδα Εξερεύνησης"
1532···3741msgid "Fitness"
3742msgstr "Φυσική κατάσταση"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Μηνύματα"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Δείτε θέσεις εργασίας στο Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Κάποιες άλλες ροές που μπορεί να σας αρέσουν"
8270···8511msgid "Suggestive"
8512msgstr "Προκλητικό"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Παρουσιάστηκε πρόβλημα λήψης ειδοποιήσεων. Πατήστε εδώ για να δοκιμάσετε ξανά."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Παρουσιάστηκε πρόβλημα λήψης αναρτήσεων. Πατήστε εδώ για να δοκιμάσετε ξανά."
8843
···8"Language: el\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Greek\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Το Bluesky δεν μπορεί να επιβεβαιώσει την αυθεντικότητα της ημερομηνίας που δηλώθηκε."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Βιβλία"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Περιηγηθείτε σε περισσότερους λογαριασμούς στην σελίδα Εξερεύνησης"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Περιηγηθείτε σε περισσότερες ροές στην σελίδα Εξερεύνησης"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Περιηγηθείτε σε περισσότερες προτάσεις"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Περιηγηθείτε σε περισσότερες προτάσεις στην σελίδα Εξερεύνησης"
1532···3741msgid "Fitness"
3742msgstr "Φυσική κατάσταση"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Μηνύματα"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Δείτε θέσεις εργασίας στο Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Κάποιες άλλες ροές που μπορεί να σας αρέσουν"
8270···8511msgid "Suggestive"
8512msgstr "Προκλητικό"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Παρουσιάστηκε πρόβλημα λήψης ειδοποιήσεων. Πατήστε εδώ για να δοκιμάσετε ξανά."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Παρουσιάστηκε πρόβλημα λήψης αναρτήσεων. Πατήστε εδώ για να δοκιμάσετε ξανά."
8843
+21-21
src/locale/locales/en-GB/messages.po
···8"Language: en_GB\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: English, United Kingdom\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "At least 8 characters"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky cannot confirm the authenticity of the claimed date."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Books"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Browse more accounts on the Explore page"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Browse more feeds on the Explore page"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Browse more suggestions"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Browse more suggestions on the Explore page"
1532···37113712#: src/lib/interests.ts:60
3713msgid "Finance"
3714-msgstr ""
37153716#: src/view/com/posts/CustomFeedEmptyState.tsx:48
3717#: src/view/com/posts/FollowingEmptyState.tsx:53
···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Flat Black"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Flat Blue"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Flat White"
···5197msgid "Messages"
5198msgstr "Messages"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Midnight"
···7630msgid "See jobs at Bluesky"
7631msgstr "See jobs at Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "See more"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Some of your verifications are invalid."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Some other feeds you might like"
8270···83208321#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323-msgstr ""
83248325#: src/App.native.tsx:128
8326#: src/App.web.tsx:100
···8511msgid "Suggestive"
8512msgstr "Suggestive"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Sunrise"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Sunset"
···8837msgstr "There was an issue fetching notifications. Tap here to try again."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "There was an issue fetching posts. Tap here to try again."
8843
···8"Language: en_GB\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: English, United Kingdom\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "At least 8 characters"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky cannot confirm the authenticity of the claimed date."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Books"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Browse more accounts on the Explore page"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Browse more feeds on the Explore page"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Browse more suggestions"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Browse more suggestions on the Explore page"
1532···37113712#: src/lib/interests.ts:60
3713msgid "Finance"
3714+msgstr "Finance"
37153716#: src/view/com/posts/CustomFeedEmptyState.tsx:48
3717#: src/view/com/posts/FollowingEmptyState.tsx:53
···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Flat Black"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Flat Blue"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Flat White"
···5197msgid "Messages"
5198msgstr "Messages"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Midnight"
···7630msgid "See jobs at Bluesky"
7631msgstr "See jobs at Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "See more"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Skip to next step"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Some of your verifications are invalid."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Some other feeds you might like"
8270···83208321#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323+msgstr "Sorry, we're unable to load account suggestions at this time."
83248325#: src/App.native.tsx:128
8326#: src/App.web.tsx:100
···8511msgid "Suggestive"
8512msgstr "Suggestive"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Sunrise"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Sunset"
···8837msgstr "There was an issue fetching notifications. Tap here to try again."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "There was an issue fetching posts. Tap here to try again."
8843
+9-9
src/locale/locales/en/messages.po
···1508msgid "Books"
1509msgstr ""
15101511-#: src/components/FeedInterstitials.tsx:431
1512msgid "Browse more accounts on the Explore page"
1513msgstr ""
15141515-#: src/components/FeedInterstitials.tsx:559
1516msgid "Browse more feeds on the Explore page"
1517msgstr ""
15181519-#: src/components/FeedInterstitials.tsx:540
1520-#: src/components/FeedInterstitials.tsx:543
1521msgid "Browse more suggestions"
1522msgstr ""
15231524-#: src/components/FeedInterstitials.tsx:568
1525msgid "Browse more suggestions on the Explore page"
1526msgstr ""
1527···7625msgid "See jobs at Bluesky"
7626msgstr ""
76277628-#: src/components/FeedInterstitials.tsx:394
7629-#: src/components/FeedInterstitials.tsx:445
7630msgid "See more"
7631msgstr ""
7632···8259msgid "Some of your verifications are invalid."
8260msgstr ""
82618262-#: src/components/FeedInterstitials.tsx:522
8263msgid "Some other feeds you might like"
8264msgstr ""
8265···8832msgstr ""
88338834#: src/screens/Search/Explore.tsx:993
8835-#: src/view/com/posts/PostFeed.tsx:709
8836msgid "There was an issue fetching posts. Tap here to try again."
8837msgstr ""
8838
···1508msgid "Books"
1509msgstr ""
15101511+#: src/components/FeedInterstitials.tsx:436
1512msgid "Browse more accounts on the Explore page"
1513msgstr ""
15141515+#: src/components/FeedInterstitials.tsx:569
1516msgid "Browse more feeds on the Explore page"
1517msgstr ""
15181519+#: src/components/FeedInterstitials.tsx:550
1520+#: src/components/FeedInterstitials.tsx:553
1521msgid "Browse more suggestions"
1522msgstr ""
15231524+#: src/components/FeedInterstitials.tsx:578
1525msgid "Browse more suggestions on the Explore page"
1526msgstr ""
1527···7625msgid "See jobs at Bluesky"
7626msgstr ""
76277628+#: src/components/FeedInterstitials.tsx:399
7629+#: src/components/FeedInterstitials.tsx:455
7630msgid "See more"
7631msgstr ""
7632···8259msgid "Some of your verifications are invalid."
8260msgstr ""
82618262+#: src/components/FeedInterstitials.tsx:532
8263msgid "Some other feeds you might like"
8264msgstr ""
8265···8832msgstr ""
88338834#: src/screens/Search/Explore.tsx:993
8835+#: src/view/com/posts/PostFeed.tsx:712
8836msgid "There was an issue fetching posts. Tap here to try again."
8837msgstr ""
8838
+19-19
src/locale/locales/eo/messages.po
···8"Language: eo\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Esperanto\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Almenaŭ 8 signoj"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Nordobrilo"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky ne povas konfirmi la aŭtentecon de la donita dato."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Libroj"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Foliumi pli da kontoj sur la paĝo Esplori"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Foliumi pli da fluoj sur la paĝo Esplori"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Foliumi pli da proponoj"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Foliumi pli da proponoj sur la paĝo Esplori"
1532···3741msgid "Fitness"
3742msgstr "Fizika bontenado"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Plata nigra"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Plata blua"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Plata blanka"
···5197msgid "Messages"
5198msgstr "Mesaĝoj"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Noktomezo"
···7630msgid "See jobs at Bluesky"
7631msgstr "Vidu laborpostenojn ĉe Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Vidi pli"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Iuj de viaj konfirmoj estas nevalidaj."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Kelkaj aliaj fluoj, kiuj eble plaĉos al vi"
8270···8511msgid "Suggestive"
8512msgstr "Maldeca"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Sunleviĝo"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Sunsubiro"
···8837msgstr "Estis problemo ŝargante sciigojn. Tuŝetu ĉi tie por reprovi."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Estis problemo ŝargante afiŝojn. Tuŝeti ĉi tie por reprovi."
8843
···8"Language: eo\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Esperanto\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Almenaŭ 8 signoj"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Nordobrilo"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky ne povas konfirmi la aŭtentecon de la donita dato."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Libroj"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Foliumi pli da kontoj sur la paĝo Esplori"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Foliumi pli da fluoj sur la paĝo Esplori"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Foliumi pli da proponoj"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Foliumi pli da proponoj sur la paĝo Esplori"
1532···3741msgid "Fitness"
3742msgstr "Fizika bontenado"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Plata nigra"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Plata blua"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Plata blanka"
···5197msgid "Messages"
5198msgstr "Mesaĝoj"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Noktomezo"
···7630msgid "See jobs at Bluesky"
7631msgstr "Vidu laborpostenojn ĉe Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Vidi pli"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Preterpasi al sekva paŝo"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Iuj de viaj konfirmoj estas nevalidaj."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Kelkaj aliaj fluoj, kiuj eble plaĉos al vi"
8270···8511msgid "Suggestive"
8512msgstr "Maldeca"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Sunleviĝo"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Sunsubiro"
···8837msgstr "Estis problemo ŝargante sciigojn. Tuŝetu ĉi tie por reprovi."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Estis problemo ŝargante afiŝojn. Tuŝeti ĉi tie por reprovi."
8843
+18-18
src/locale/locales/es/messages.po
···8"Language: es\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Spanish\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky no puede confirmar la autenticidad de la fecha declarada."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Clásico™"
···1513msgid "Books"
1514msgstr "Libros"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Explorar más cuentas en la página Explorar"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Ver más feeds en la página Explorar"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Explorar más sugerencias"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Busca más sugerencias en la página Explorar"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Negro plano"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Azul plano"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Blanco"
···5197msgid "Messages"
5198msgstr "Mensajes"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Medianoche"
···7630msgid "See jobs at Bluesky"
7631msgstr "Ver empleos en Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Algunas de tus verificaciones no son válidas."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Otros feeds que podrían gustarte"
8270···8511msgid "Suggestive"
8512msgstr "Sugestivo"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Amanecer"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Atardecer"
···8837msgstr "Hubo un problema al obtener las notificaciones. Toca aquí para intentar de nuevo."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Hubo un problema al obtener las publicaciones. Toca aquí para intentar de nuevo."
8843
···8"Language: es\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Spanish\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky no puede confirmar la autenticidad de la fecha declarada."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Clásico™"
···1513msgid "Books"
1514msgstr "Libros"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Explorar más cuentas en la página Explorar"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Ver más feeds en la página Explorar"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Explorar más sugerencias"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Busca más sugerencias en la página Explorar"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Negro plano"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Azul plano"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Blanco"
···5197msgid "Messages"
5198msgstr "Mensajes"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Medianoche"
···7630msgid "See jobs at Bluesky"
7631msgstr "Ver empleos en Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Algunas de tus verificaciones no son válidas."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Otros feeds que podrían gustarte"
8270···8511msgid "Suggestive"
8512msgstr "Sugestivo"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Amanecer"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Atardecer"
···8837msgstr "Hubo un problema al obtener las notificaciones. Toca aquí para intentar de nuevo."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Hubo un problema al obtener las publicaciones. Toca aquí para intentar de nuevo."
8843
+19-19
src/locale/locales/eu/messages.po
···8"Language: eu\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Basque\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Gutxienez 8 karaktere"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky-k ezin du baieztatu erreklamatutako dataren benetakotasuna."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Liburuak"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Nabigatu kontu gehiagotatik Arakatu orrian"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Nabigatu feed gehiagotatik Arakatu orrian"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Nabigatu proposamen gehiagotatik"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Nabigatu proposamen gehiagotatik Arakatu orrian"
1532···3741msgid "Fitness"
3742msgstr "Sasoia"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Beltz laua"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Urdin laua"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Zuri laua"
···5197msgid "Messages"
5198msgstr "Mezuak"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Gauerdia"
···7630msgid "See jobs at Bluesky"
7631msgstr "Ikusi Bluesky-n lanpostuak"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Ikusi gehiago"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Zure egiaztapenetako batzuk baliogabeak dira."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Gustatuko litzaizukeen beste feed batzuk"
8270···8511msgid "Suggestive"
8512msgstr "Lizuna"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Egunsentia"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Ilunabarra"
···8837msgstr "Arazo bat izan da jakinarazpenak eskuratzean. Sakatu hemen berriro saiatzeko."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Arazo bat izan da postak eskuratzean. Sakatu hemen berriro saiatzeko."
8843
···8"Language: eu\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Basque\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Gutxienez 8 karaktere"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky-k ezin du baieztatu erreklamatutako dataren benetakotasuna."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Liburuak"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Nabigatu kontu gehiagotatik Arakatu orrian"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Nabigatu feed gehiagotatik Arakatu orrian"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Nabigatu proposamen gehiagotatik"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Nabigatu proposamen gehiagotatik Arakatu orrian"
1532···3741msgid "Fitness"
3742msgstr "Sasoia"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Beltz laua"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Urdin laua"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Zuri laua"
···5197msgid "Messages"
5198msgstr "Mezuak"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Gauerdia"
···7630msgid "See jobs at Bluesky"
7631msgstr "Ikusi Bluesky-n lanpostuak"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Ikusi gehiago"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Hurrengo urratsera joan"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Zure egiaztapenetako batzuk baliogabeak dira."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Gustatuko litzaizukeen beste feed batzuk"
8270···8511msgid "Suggestive"
8512msgstr "Lizuna"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Egunsentia"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Ilunabarra"
···8837msgstr "Arazo bat izan da jakinarazpenak eskuratzean. Sakatu hemen berriro saiatzeko."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Arazo bat izan da postak eskuratzean. Sakatu hemen berriro saiatzeko."
8843
+18-18
src/locale/locales/fi/messages.po
···8"Language: fi\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Finnish\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky ei voi vahvistaa väitetyn päivämäärän oikeellisuutta."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Kirjat"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Selaa lisää tilejä Explore-sivulla"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Selaa lisää syötteitä Explore-sivulla"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Selaa lisää ehdotuksia"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Selaa lisää ehdotuksia Explore-sivulla"
1532···3741msgid "Fitness"
3742msgstr "Kuntoilu"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Viestit"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Katso Blueskyn työpaikat"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Muita syötteitä, joista saattaisit pitää"
8270···8511msgid "Suggestive"
8512msgstr "Vihjaileva"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Ilmoitusten hakemisessa ilmeni ongelma. Napauta tästä yrittääksesi uudelleen."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Julkaisujen hakemisessa ilmeni ongelma. Napauta tästä yrittääksesi uudelleen."
8843
···8"Language: fi\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Finnish\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky ei voi vahvistaa väitetyn päivämäärän oikeellisuutta."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Kirjat"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Selaa lisää tilejä Explore-sivulla"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Selaa lisää syötteitä Explore-sivulla"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Selaa lisää ehdotuksia"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Selaa lisää ehdotuksia Explore-sivulla"
1532···3741msgid "Fitness"
3742msgstr "Kuntoilu"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Viestit"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Katso Blueskyn työpaikat"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Muita syötteitä, joista saattaisit pitää"
8270···8511msgid "Suggestive"
8512msgstr "Vihjaileva"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Ilmoitusten hakemisessa ilmeni ongelma. Napauta tästä yrittääksesi uudelleen."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Julkaisujen hakemisessa ilmeni ongelma. Napauta tästä yrittääksesi uudelleen."
8843
+19-19
src/locale/locales/fr/messages.po
···8"Language: fr\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: French\n"
14"Plural-Forms: nplurals=2; plural=(n > 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Au moins 8 caractères"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurores"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky ne peut pas confirmer l’authenticité de la date déclarée."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Livres"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Parcourir d’autres comptes sur la page « Explorer »"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Parcourir d’autres fils d’actu sur la page « Explorer »"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Parcourir d’autres suggestions"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Parcourir d’autres suggestions sur la page « Explorer »"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Noir plat"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Bleu plat"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Blanc plat"
···5197msgid "Messages"
5198msgstr "Messages"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Minuit"
···7630msgid "See jobs at Bluesky"
7631msgstr "Voir les offres d’emploi chez Bluesky (en anglais)"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Voir plus"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Certaines de vos vérifications ne sont pas valides."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Quelques autres fils d’actu qui pourraient vous intéresser"
8270···8511msgid "Suggestive"
8512msgstr "Suggestif"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Lever du soleil"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Coucher du soleil"
···8837msgstr "Il y a eu un problème lors de la récupération des notifications. Appuyez ici pour réessayer."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Il y a eu un problème lors de la récupération des posts. Appuyez ici pour réessayer."
8843
···8"Language: fr\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: French\n"
14"Plural-Forms: nplurals=2; plural=(n > 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Au moins 8 caractères"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurores"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky ne peut pas confirmer l’authenticité de la date déclarée."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Livres"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Parcourir d’autres comptes sur la page « Explorer »"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Parcourir d’autres fils d’actu sur la page « Explorer »"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Parcourir d’autres suggestions"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Parcourir d’autres suggestions sur la page « Explorer »"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Noir plat"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Bleu plat"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Blanc plat"
···5197msgid "Messages"
5198msgstr "Messages"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Minuit"
···7630msgid "See jobs at Bluesky"
7631msgstr "Voir les offres d’emploi chez Bluesky (en anglais)"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Voir plus"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Sauter à l’étape d’après"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Certaines de vos vérifications ne sont pas valides."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Quelques autres fils d’actu qui pourraient vous intéresser"
8270···8511msgid "Suggestive"
8512msgstr "Suggestif"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Lever du soleil"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Coucher du soleil"
···8837msgstr "Il y a eu un problème lors de la récupération des notifications. Appuyez ici pour réessayer."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Il y a eu un problème lors de la récupération des posts. Appuyez ici pour réessayer."
8843
+18-18
src/locale/locales/fy/messages.po
···8"Language: fy\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Frisian\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky kin de wierheid fan dizze datum net befêstigje."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Boeken"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Blêdzje troch brûkers op de ûntdekkingsside"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Blêdzje troch feeds op de ûntdekkingsside"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Blêdzje troch mear suggestjes"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Blêdzje troch mear suggestjes op de ûntdekkingsside"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Plat swart"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Plat blau"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Plat wyt"
···5197msgid "Messages"
5198msgstr "Berjochten"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Middernacht"
···7630msgid "See jobs at Bluesky"
7631msgstr "Fakatueres by Bluesky bejen"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Mear toane"
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Guon fan dyn ferifikaasjes binne ûnjildich."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Inkelde oare feeds dêr’tsto miskien wol oer meist"
8270···8511msgid "Suggestive"
8512msgstr "Suggestyf"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Sinneopgong"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Sinneûndergong"
···8837msgstr "Der is in probleem bard by it opheljen fan meldingen. Tik hjir om it opnij te probearjen."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Der is in probleem bard by it opheljen fan berjochten. Tik hjir om it opnij te probearjen."
8843
···8"Language: fy\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Frisian\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky kin de wierheid fan dizze datum net befêstigje."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Boeken"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Blêdzje troch brûkers op de ûntdekkingsside"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Blêdzje troch feeds op de ûntdekkingsside"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Blêdzje troch mear suggestjes"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Blêdzje troch mear suggestjes op de ûntdekkingsside"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Plat swart"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Plat blau"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Plat wyt"
···5197msgid "Messages"
5198msgstr "Berjochten"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Middernacht"
···7630msgid "See jobs at Bluesky"
7631msgstr "Fakatueres by Bluesky bejen"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Mear toane"
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Guon fan dyn ferifikaasjes binne ûnjildich."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Inkelde oare feeds dêr’tsto miskien wol oer meist"
8270···8511msgid "Suggestive"
8512msgstr "Suggestyf"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Sinneopgong"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Sinneûndergong"
···8837msgstr "Der is in probleem bard by it opheljen fan meldingen. Tik hjir om it opnij te probearjen."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Der is in probleem bard by it opheljen fan berjochten. Tik hjir om it opnij te probearjen."
8843
+18-18
src/locale/locales/ga/messages.po
···8"Language: ga\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Irish\n"
14"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Ní féidir le Bluesky an dáta maíte a dheimhniú."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Leabhair"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Tabhair súil ar thuilleadh cuntas ar an leathanach Taiscéalaíocht"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Tabhair súil ar thuilleadh fothaí ar an leathanach Taiscéalaíocht"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Tabhair súil ar thuilleadh moltaí"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Tabhair súil ar thuilleadh moltaí ar an leathanach Taiscéalaíocht"
1532···3741msgid "Fitness"
3742msgstr "Folláine"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Teachtaireachtaí"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Féach ar phostanna le Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Fothaí eile a mbeadh suim agat iontu"
8270···8511msgid "Suggestive"
8512msgstr "Gáirsiúil"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Bhí fadhb ann maidir le fógraí a fháil. Tapáil anseo le triail eile a bhaint as."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Bhí fadhb ann maidir le postálacha a fháil. Tapáil anseo le triail eile a bhaint as."
8843
···8"Language: ga\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Irish\n"
14"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Ní féidir le Bluesky an dáta maíte a dheimhniú."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Leabhair"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Tabhair súil ar thuilleadh cuntas ar an leathanach Taiscéalaíocht"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Tabhair súil ar thuilleadh fothaí ar an leathanach Taiscéalaíocht"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Tabhair súil ar thuilleadh moltaí"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Tabhair súil ar thuilleadh moltaí ar an leathanach Taiscéalaíocht"
1532···3741msgid "Fitness"
3742msgstr "Folláine"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Teachtaireachtaí"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Féach ar phostanna le Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Fothaí eile a mbeadh suim agat iontu"
8270···8511msgid "Suggestive"
8512msgstr "Gáirsiúil"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Bhí fadhb ann maidir le fógraí a fháil. Tapáil anseo le triail eile a bhaint as."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Bhí fadhb ann maidir le postálacha a fháil. Tapáil anseo le triail eile a bhaint as."
8843
+18-18
src/locale/locales/gd/messages.po
···8"Language: gd\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Scottish Gaelic\n"
14"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n>2 && n<20) ? 2 : 3;\n"
···1269msgid "At least 8 characters"
1270msgstr "Co-dhiù 8 caractaran"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Chan urrainn dha Bluesky dearbhadh gu bheil an ceann-là a thathar a’ cumail a-mach fìor."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Leabhraichean"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Rùraich barrachd chunntasan air an duilleag “Rùraich”"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Rùraich barrachd inbhirean air an duilleag “Rùraich”"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Brabhsaich barrachd mholaidhean"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Rùraich barrachd mholaidhean air an duilleag “Rùraich”"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Dubh gun chaisead"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Gorm gun chaisead"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Geal gun chaisead"
···5197msgid "Messages"
5198msgstr "Teachdaireachdan"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Meadhan-oidhche"
···7630msgid "See jobs at Bluesky"
7631msgstr "Faic dè na dreuchdan bàna aig Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Seall an còrr"
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Tha cuid dhen dearbhadh a rinn thu mì-dhligheach."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Inbhir eile a chòrdas riut ma dh’fhaoidte"
8270···8511msgid "Suggestive"
8512msgstr "Leth-fheiseil"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Èirigh na grèine"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Laighe na grèine"
···8837msgstr "Cha b’ urrainn dhuinn na brathan fhaighinn dhut. Thoir gnogag airson feuchainn ris a-rithist."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Cha b’ urrainn dhuinn na puist fhaighinn dhut. Thoir gnogag airson feuchainn ris a-rithist."
8843
···8"Language: gd\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Scottish Gaelic\n"
14"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n>2 && n<20) ? 2 : 3;\n"
···1269msgid "At least 8 characters"
1270msgstr "Co-dhiù 8 caractaran"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Chan urrainn dha Bluesky dearbhadh gu bheil an ceann-là a thathar a’ cumail a-mach fìor."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Leabhraichean"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Rùraich barrachd chunntasan air an duilleag “Rùraich”"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Rùraich barrachd inbhirean air an duilleag “Rùraich”"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Brabhsaich barrachd mholaidhean"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Rùraich barrachd mholaidhean air an duilleag “Rùraich”"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Dubh gun chaisead"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Gorm gun chaisead"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Geal gun chaisead"
···5197msgid "Messages"
5198msgstr "Teachdaireachdan"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Meadhan-oidhche"
···7630msgid "See jobs at Bluesky"
7631msgstr "Faic dè na dreuchdan bàna aig Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Seall an còrr"
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Tha cuid dhen dearbhadh a rinn thu mì-dhligheach."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Inbhir eile a chòrdas riut ma dh’fhaoidte"
8270···8511msgid "Suggestive"
8512msgstr "Leth-fheiseil"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Èirigh na grèine"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Laighe na grèine"
···8837msgstr "Cha b’ urrainn dhuinn na brathan fhaighinn dhut. Thoir gnogag airson feuchainn ris a-rithist."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Cha b’ urrainn dhuinn na puist fhaighinn dhut. Thoir gnogag airson feuchainn ris a-rithist."
8843
+18-18
src/locale/locales/gl/messages.po
···8"Language: gl\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Galician\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky non pode confirmar a autenticidade da data solicitada."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Libros"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Explorar máis contas"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Revisar máis canles"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Explorar máis suxerencias"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Explora máis suxerencias na páxina Explorar"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Mensaxes"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Ver empregos en Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Algunha outra canle poderiache gustar"
8270···8511msgid "Suggestive"
8512msgstr "Suxestivo"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Houbo un problema ao recuperar as notificacións. Toca aquí para tentalo de novo."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Houbo un problema ao recuperar os chíos. Toca aquí para tentalo de novo."
8843
···8"Language: gl\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Galician\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky non pode confirmar a autenticidade da data solicitada."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Libros"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Explorar máis contas"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Revisar máis canles"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Explorar máis suxerencias"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Explora máis suxerencias na páxina Explorar"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Mensaxes"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Ver empregos en Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Algunha outra canle poderiache gustar"
8270···8511msgid "Suggestive"
8512msgstr "Suxestivo"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Houbo un problema ao recuperar as notificacións. Toca aquí para tentalo de novo."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Houbo un problema ao recuperar os chíos. Toca aquí para tentalo de novo."
8843
+18-18
src/locale/locales/hi/messages.po
···8"Language: hi\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Hindi\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky दावा किए गए तिथि के प्रामाणिकता की पुष्टि नहीं कर सकता।"
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "किताबें"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "एक्सप्लोर पृष्ठ पर और खाते देखें"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "एक्सप्लोर पृष्ठ पर और सूची देखें"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "और सुझाव देखें"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "एक्सप्लोर पृष्ठ पर और सुझाव देखें"
1532···3741msgid "Fitness"
3742msgstr "स्वास्थ्य"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "संदेश"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Bluesky में नौकरियाँ देखें"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "कुछ अन्य फ़ीड जो आपको शायद पसंद आएँ"
8270···8511msgid "Suggestive"
8512msgstr "भड़काऊ"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "अधिसूचनाएँ लाने में समस्या हुई। फिर प्रयास करने के लिए यहाँ दबाएँ।"
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "पोस्ट लाने में समस्या हुई। फिर प्रयास करने के लिए यहाँ दबाएँ।"
8843
···8"Language: hi\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Hindi\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky दावा किए गए तिथि के प्रामाणिकता की पुष्टि नहीं कर सकता।"
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "किताबें"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "एक्सप्लोर पृष्ठ पर और खाते देखें"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "एक्सप्लोर पृष्ठ पर और सूची देखें"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "और सुझाव देखें"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "एक्सप्लोर पृष्ठ पर और सुझाव देखें"
1532···3741msgid "Fitness"
3742msgstr "स्वास्थ्य"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "संदेश"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Bluesky में नौकरियाँ देखें"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "कुछ अन्य फ़ीड जो आपको शायद पसंद आएँ"
8270···8511msgid "Suggestive"
8512msgstr "भड़काऊ"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "अधिसूचनाएँ लाने में समस्या हुई। फिर प्रयास करने के लिए यहाँ दबाएँ।"
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "पोस्ट लाने में समस्या हुई। फिर प्रयास करने के लिए यहाँ दबाएँ।"
8843
+20-20
src/locale/locales/hu/messages.po
···8"Language: hu\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Hungarian\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Adj meg legalább 8 karaktert"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Sarki Fény"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "A Bluesky nem tudja megerősíteni a létrehozás dátumát."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Klasszikus Bluesky"
···1513msgid "Books"
1514msgstr "Könyvek"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "További fiókokat a Felfedezés oldalon találsz"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "További hírfolyamokat a Felfedezés oldalon találsz"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "További javaslatok"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "További javaslatokat a Felfedezés oldalon találsz"
1532···36603661#: src/screens/SavedFeeds.tsx:215
3662msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide</0> for more information."
3663-msgstr ""
36643665#: src/components/FeedCard.tsx:282
3666#: src/screens/SavedFeeds.tsx:90
···3741msgid "Fitness"
3742msgstr "Fitnesz"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Egyszerű Fekete"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Egyszerű Kék"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Egyszerű Fehér"
···5197msgid "Messages"
5198msgstr "Üzenetek"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Éjfél"
···7630msgid "See jobs at Bluesky"
7631msgstr "Állások a Blueskynál"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Továbbiak"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "A hitelesítéseidnek egy része érvénytelen."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "További ajánlott hírfolyamok"
8270···8511msgid "Suggestive"
8512msgstr "Felnőtt tartalom"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Alkonyat"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Szürkület"
···8839msgstr "Az értesítések frissítése meghiúsult. Koppints ide az újrapróbálkozáshoz."
88408841#: src/screens/Search/Explore.tsx:993
8842-#: src/view/com/posts/PostFeed.tsx:709
8843msgid "There was an issue fetching posts. Tap here to try again."
8844msgstr "A bejegyzések lekérése meghiúsult. Koppints ide az újrapróbálkozáshoz."
8845
···8"Language: hu\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Hungarian\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Adj meg legalább 8 karaktert"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Sarki Fény"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "A Bluesky nem tudja megerősíteni a létrehozás dátumát."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Klasszikus Bluesky"
···1513msgid "Books"
1514msgstr "Könyvek"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "További fiókokat a Felfedezés oldalon találsz"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "További hírfolyamokat a Felfedezés oldalon találsz"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "További javaslatok"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "További javaslatokat a Felfedezés oldalon találsz"
1532···36603661#: src/screens/SavedFeeds.tsx:215
3662msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide</0> for more information."
3663+msgstr "A hírfolyamok olyan egyéni algoritmusok, amelyeket felhasználók építenek egy kis programozási tudással. További információért <0>lásd az útmutatót</0> (angol nyelven)."
36643665#: src/components/FeedCard.tsx:282
3666#: src/screens/SavedFeeds.tsx:90
···3741msgid "Fitness"
3742msgstr "Fitnesz"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Egyszerű Fekete"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Egyszerű Kék"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Egyszerű Fehér"
···5197msgid "Messages"
5198msgstr "Üzenetek"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Éjfél"
···7630msgid "See jobs at Bluesky"
7631msgstr "Állások a Blueskynál"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Továbbiak"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Lépés kihagyása"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "A hitelesítéseidnek egy része érvénytelen."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "További ajánlott hírfolyamok"
8270···8511msgid "Suggestive"
8512msgstr "Felnőtt tartalom"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Alkonyat"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Szürkület"
···8839msgstr "Az értesítések frissítése meghiúsult. Koppints ide az újrapróbálkozáshoz."
88408841#: src/screens/Search/Explore.tsx:993
8842+#: src/view/com/posts/PostFeed.tsx:712
8843msgid "There was an issue fetching posts. Tap here to try again."
8844msgstr "A bejegyzések lekérése meghiúsult. Koppints ide az újrapróbálkozáshoz."
8845
+18-18
src/locale/locales/ia/messages.po
···8"Language: ia\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:32\n"
12"Last-Translator: \n"
13"Language-Team: Interlingua\n"
14"Plural-Forms: nplurals=2; plural=(n > 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky non pote confirmar le authenticitate del data declarate."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Libros"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Percurre altere contos super le pagina Explorar"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Percurre altere canales super le pagina Explorar"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Percurrer plus suggestiones"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Percurre plus suggestiones super le pagina Explorar"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Nigro"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Blau"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Blanco"
···5197msgid "Messages"
5198msgstr "Messages"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Medienocte"
···7630msgid "See jobs at Bluesky"
7631msgstr "Vider offertas de empleo a Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Alcunes de tu verificationes es invalide."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Alcun altere canales que pote placer te"
8270···8511msgid "Suggestive"
8512msgstr "Suggestive"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Levar del sol"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Poner del sol"
···8837msgstr "Il ha habite un problema durante le recuperation del notificationes. Tocca hic pro tentar de novo."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Il ha habite un problema durante le recuperation del publicationes. Tocca hic pro tentar de novo."
8843
···8"Language: ia\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Interlingua\n"
14"Plural-Forms: nplurals=2; plural=(n > 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky non pote confirmar le authenticitate del data declarate."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Libros"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Percurre altere contos super le pagina Explorar"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Percurre altere canales super le pagina Explorar"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Percurrer plus suggestiones"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Percurre plus suggestiones super le pagina Explorar"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Nigro"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Blau"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Blanco"
···5197msgid "Messages"
5198msgstr "Messages"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Medienocte"
···7630msgid "See jobs at Bluesky"
7631msgstr "Vider offertas de empleo a Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Alcunes de tu verificationes es invalide."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Alcun altere canales que pote placer te"
8270···8511msgid "Suggestive"
8512msgstr "Suggestive"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Levar del sol"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Poner del sol"
···8837msgstr "Il ha habite un problema durante le recuperation del notificationes. Tocca hic pro tentar de novo."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Il ha habite un problema durante le recuperation del publicationes. Tocca hic pro tentar de novo."
8843
+18-18
src/locale/locales/id/messages.po
···8"Language: id\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Indonesian\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky tidak dapat memastikan keaslian tanggal yang diklaim."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Buku"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Jelajahi akun lainnya pada halaman Jelajah"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Jelajahi feed lainnya pada halaman Jelajah"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Jelajahi saran lainnya"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Jelajahi saran lainnya pada halaman Jelajah"
1532···3741msgid "Fitness"
3742msgstr "Kebugaran"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Hitam Flat"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Biru Flat"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Putih Flat"
···5197msgid "Messages"
5198msgstr "Pesan"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Tengah malam"
···7630msgid "See jobs at Bluesky"
7631msgstr "Lihat lowongan pekerjaan di Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Beberapa dari verifikasi Anda tidak valid."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Beberapa feed lain yang mungkin Anda suka"
8270···8511msgid "Suggestive"
8512msgstr "Sugestif"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Terbit"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Terbenam"
···8837msgstr "Ada masalah saat mengambil notifikasi. Ketuk di sini untuk mencoba lagi."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Ada masalah saat mengambil postingan. Ketuk di sini untuk mencoba lagi."
8843
···8"Language: id\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Indonesian\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky tidak dapat memastikan keaslian tanggal yang diklaim."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Buku"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Jelajahi akun lainnya pada halaman Jelajah"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Jelajahi feed lainnya pada halaman Jelajah"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Jelajahi saran lainnya"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Jelajahi saran lainnya pada halaman Jelajah"
1532···3741msgid "Fitness"
3742msgstr "Kebugaran"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Hitam Flat"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Biru Flat"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Putih Flat"
···5197msgid "Messages"
5198msgstr "Pesan"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Tengah malam"
···7630msgid "See jobs at Bluesky"
7631msgstr "Lihat lowongan pekerjaan di Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Beberapa dari verifikasi Anda tidak valid."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Beberapa feed lain yang mungkin Anda suka"
8270···8511msgid "Suggestive"
8512msgstr "Sugestif"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Terbit"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Terbenam"
···8837msgstr "Ada masalah saat mengambil notifikasi. Ketuk di sini untuk mencoba lagi."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Ada masalah saat mengambil postingan. Ketuk di sini untuk mencoba lagi."
8843
+19-19
src/locale/locales/it/messages.po
···8"Language: it\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Italian\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Almeno 8 caratteri"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky non può confermare l'autenticità della data dichiarata."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Libri"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Scopri altri account nella pagina Esplora"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Scopri nuovi feed nella pagina Esplora"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Scopri nuovi suggerimenti"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Scopri nuovi suggerimenti nella pagina Esplora"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Nero"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Blu"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Bianco"
···5197msgid "Messages"
5198msgstr "Messaggi"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Mezzanotte"
···7630msgid "See jobs at Bluesky"
7631msgstr "Vedi offerte di lavoro in Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Vedi di più"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Alcune delle tue verifiche non sono valide."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Altri feed che potrebbero piacerti"
8270···8511msgid "Suggestive"
8512msgstr "Suggestivo"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Alba"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Tramonto"
···8837msgstr "Si è verificato un problema durante il recupero delle notifiche. Tocca qui per riprovare."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Si è verificato un problema nel recupero dei post. Tocca qui per riprovare."
8843
···8"Language: it\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Italian\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Almeno 8 caratteri"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky non può confermare l'autenticità della data dichiarata."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Libri"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Scopri altri account nella pagina Esplora"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Scopri nuovi feed nella pagina Esplora"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Scopri nuovi suggerimenti"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Scopri nuovi suggerimenti nella pagina Esplora"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Nero"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Blu"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Bianco"
···5197msgid "Messages"
5198msgstr "Messaggi"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Mezzanotte"
···7630msgid "See jobs at Bluesky"
7631msgstr "Vedi offerte di lavoro in Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Vedi di più"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Vai al passo successivo"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Alcune delle tue verifiche non sono valide."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Altri feed che potrebbero piacerti"
8270···8511msgid "Suggestive"
8512msgstr "Suggestivo"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Alba"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Tramonto"
···8837msgstr "Si è verificato un problema durante il recupero delle notifiche. Tocca qui per riprovare."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Si è verificato un problema nel recupero dei post. Tocca qui per riprovare."
8843
+21-21
src/locale/locales/ja/messages.po
···8"Language: ja\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Japanese\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr "少なくとも8文字"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "オーロラ"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Blueskyでは、この投稿日時の信憑性を確認できません。"
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "書籍"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "検索ページでさらにアカウントを見る"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "検索ページでさらにフィードを見る"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "さらにおすすめを見る"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "検索ページでさらにおすすめを見る"
1532···37113712#: src/lib/interests.ts:60
3713msgid "Finance"
3714-msgstr ""
37153716#: src/view/com/posts/CustomFeedEmptyState.tsx:48
3717#: src/view/com/posts/FollowingEmptyState.tsx:53
···3741msgid "Fitness"
3742msgstr "フィットネス"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "フラット ブラック"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "フラット ブルー"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "フラット ホワイト"
···5197msgid "Messages"
5198msgstr "メッセージ"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "ミッドナイト"
···7630msgid "See jobs at Bluesky"
7631msgstr "Blueskyの求人を見る"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "もっと見る"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "認証の一部が無効です。"
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "お好みかもしれない他のフィード"
8270···83208321#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323-msgstr ""
83248325#: src/App.native.tsx:128
8326#: src/App.web.tsx:100
···8511msgid "Suggestive"
8512msgstr "きわどい"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "サンライズ"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "サンセット"
···8837msgstr "通知の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。"
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "投稿の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。"
8843
···8"Language: ja\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Japanese\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr "少なくとも8文字"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "オーロラ"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Blueskyでは、この投稿日時の信憑性を確認できません。"
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "書籍"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "検索ページでさらにアカウントを見る"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "検索ページでさらにフィードを見る"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "さらにおすすめを見る"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "検索ページでさらにおすすめを見る"
1532···37113712#: src/lib/interests.ts:60
3713msgid "Finance"
3714+msgstr "ファイナンス"
37153716#: src/view/com/posts/CustomFeedEmptyState.tsx:48
3717#: src/view/com/posts/FollowingEmptyState.tsx:53
···3741msgid "Fitness"
3742msgstr "フィットネス"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "フラット ブラック"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "フラット ブルー"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "フラット ホワイト"
···5197msgid "Messages"
5198msgstr "メッセージ"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "ミッドナイト"
···7630msgid "See jobs at Bluesky"
7631msgstr "Blueskyの求人を見る"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "もっと見る"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "次のステップへスキップ"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "認証の一部が無効です。"
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "お好みかもしれない他のフィード"
8270···83208321#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323+msgstr "申し訳ありません。現在、アカウントのおすすめを読み込むことができません。"
83248325#: src/App.native.tsx:128
8326#: src/App.web.tsx:100
···8511msgid "Suggestive"
8512msgstr "きわどい"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "サンライズ"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "サンセット"
···8837msgstr "通知の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。"
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "投稿の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。"
8843
+49-49
src/locale/locales/kab/messages.po
···8"Language: kab\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Kabyle\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···877msgstr ""
878879#. the default tab in the interests tab bar
880-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:153
881#: src/view/screens/Notifications.tsx:88
882msgid "All"
883msgstr ""
···990msgid "An error occurred while compressing the video."
991msgstr ""
992993-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:175
994-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:75
995msgid "An error occurred while fetching suggested accounts."
996msgstr ""
997···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr ""
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1825msgid "Choose Post Languages"
1826msgstr ""
18271828-#: src/screens/Onboarding/StepFinished/index.tsx:424
1829msgid "Choose the algorithms that power your custom feeds."
1830msgstr ""
1831···2051msgid "Community Guidelines"
2052msgstr ""
20532054-#: src/screens/Onboarding/StepFinished/index.tsx:339
2055-#: src/screens/Onboarding/StepFinished/index.tsx:437
2056msgid "Complete onboarding and start using your account"
2057msgstr ""
2058···2207#: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:170
2208#: src/screens/Onboarding/StepInterests/index.tsx:94
2209#: src/screens/Onboarding/StepProfile/index.tsx:280
2210-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:253
2211-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:123
2212msgid "Continue"
2213msgstr ""
2214···22262227#: src/screens/Onboarding/StepInterests/index.tsx:91
2228#: src/screens/Onboarding/StepProfile/index.tsx:277
2229-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:250
2230-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:120
2231#: src/screens/Signup/BackNextButtons.tsx:60
2232msgid "Continue to next step"
2233msgstr ""
···3456msgid "Failed to delete starter pack"
3457msgstr ""
34583459-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:125
3460msgid "Failed to follow all suggested accounts, please try again"
3461msgstr ""
3462···3700msgid "Filter who you receive notifications from"
3701msgstr ""
37023703-#: src/screens/Onboarding/StepFinished/index.tsx:345
3704-#: src/screens/Onboarding/StepFinished/index.tsx:440
3705msgid "Finalizing"
3706msgstr ""
3707···3741msgid "Fitness"
3742msgstr ""
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
37583759-#: src/screens/Onboarding/StepFinished/index.tsx:420
3760msgid "Flexible"
3761msgstr ""
3762···3798msgid "Follow account"
3799msgstr ""
38003801-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:242
3802#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:156
3803#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:163
3804#: src/screens/StarterPack/StarterPackScreen.tsx:438
···3806msgid "Follow all"
3807msgstr ""
38083809-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:239
3810msgid "Follow all accounts"
3811msgstr ""
3812···3822msgid "Follow back"
3823msgstr ""
38243825-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:120
3826msgid "Followed all accounts!"
3827msgstr ""
3828···3923msgid "For the best experience, we recommend using the theme font."
3924msgstr ""
39253926-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:300
3927#: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:91
3928msgid "For You"
3929msgstr ""
···4817msgid "Let's get your password reset!"
4818msgstr ""
48194820-#: src/screens/Onboarding/StepFinished/index.tsx:347
4821-#: src/screens/Onboarding/StepFinished/index.tsx:440
4822msgid "Let's go!"
4823msgstr ""
4824···5197msgid "Messages"
5198msgstr ""
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···5464msgid "Need to report a copyright violation?"
5465msgstr ""
54665467-#: src/screens/Onboarding/StepFinished/index.tsx:408
5468msgid "Never lose access to your followers or data."
5469msgstr ""
5470···5591#: src/screens/Login/LoginForm.tsx:350
5592#: src/screens/Login/SetNewPasswordForm.tsx:182
5593#: src/screens/Login/SetNewPasswordForm.tsx:188
5594-#: src/screens/Onboarding/StepFinished/index.tsx:340
5595-#: src/screens/Onboarding/StepFinished/index.tsx:349
5596#: src/screens/Settings/components/AddAppPasswordDialog.tsx:157
5597#: src/screens/Settings/components/AddAppPasswordDialog.tsx:165
5598#: src/screens/Signup/BackNextButtons.tsx:67
···5947msgid "Oops!"
5948msgstr ""
59495950-#: src/screens/Onboarding/StepFinished/index.tsx:404
5951msgid "Open"
5952msgstr ""
5953···6678msgid "Profile updated"
6679msgstr ""
66806681-#: src/screens/Onboarding/StepFinished/index.tsx:390
6682msgid "Public"
6683msgstr ""
6684···7369#: src/screens/Messages/ChatList.tsx:292
7370#: src/screens/Messages/components/MessageListError.tsx:25
7371#: src/screens/Messages/Inbox.tsx:219
7372-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:216
7373-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
7374-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:98
7375-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:101
7376#: src/screens/PostThread/components/ThreadError.tsx:80
7377#: src/screens/PostThread/components/ThreadError.tsx:86
7378#: src/screens/Signup/BackNextButtons.tsx:53
···82278228#: src/screens/Onboarding/StepFinished/index.tsx:306
8229#: src/screens/Onboarding/StepFinished/index.tsx:328
8230-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:229
8231-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:111
8232#: src/screens/StarterPack/Wizard/index.tsx:218
8233msgid "Skip"
8234msgstr ""
···8238msgid "Skip introduction and start using your account"
8239msgstr ""
82408241-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:226
8242-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:108
8243-msgid "Skip this flow"
8244msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
···8318msgid "Something wrong? Let us know."
8319msgstr ""
83208321-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:183
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323msgstr ""
8324···8501#. Accounts suggested to the user for them to follow
8502#. Accounts suggested to the user for them to follow
8503#: src/components/FeedInterstitials.tsx:385
8504-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136
8505-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:48
8506msgid "Suggested for you"
8507msgstr ""
8508···8511msgid "Suggestive"
8512msgstr ""
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···10066msgid "We have sent another verification email to <0>{0}</0>."
10067msgstr ""
1006810069-#: src/screens/Onboarding/StepFinished/index.tsx:382
10070msgid "We hope you have a wonderful time. Remember, Bluesky is:"
10071msgstr ""
10072···10708msgid "You're in line"
10709msgstr ""
1071010711-#: src/screens/Onboarding/StepFinished/index.tsx:379
10712msgid "You're ready to go!"
10713msgstr ""
10714···10880msgid "Your posts were sent"
10881msgstr ""
1088210883-#: src/screens/Onboarding/StepFinished/index.tsx:394
10884msgid "Your posts, likes, and blocks are public. Mutes are private."
10885msgstr ""
10886
···8"Language: kab\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Kabyle\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···877msgstr ""
878879#. the default tab in the interests tab bar
880+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146
881#: src/view/screens/Notifications.tsx:88
882msgid "All"
883msgstr ""
···990msgid "An error occurred while compressing the video."
991msgstr ""
992993+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:168
994+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:66
995msgid "An error occurred while fetching suggested accounts."
996msgstr ""
997···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr ""
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1825msgid "Choose Post Languages"
1826msgstr ""
18271828+#: src/screens/Onboarding/StepFinished/index.tsx:425
1829msgid "Choose the algorithms that power your custom feeds."
1830msgstr ""
1831···2051msgid "Community Guidelines"
2052msgstr ""
20532054+#: src/screens/Onboarding/StepFinished/index.tsx:340
2055+#: src/screens/Onboarding/StepFinished/index.tsx:438
2056msgid "Complete onboarding and start using your account"
2057msgstr ""
2058···2207#: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:170
2208#: src/screens/Onboarding/StepInterests/index.tsx:94
2209#: src/screens/Onboarding/StepProfile/index.tsx:280
2210+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:246
2211+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:114
2212msgid "Continue"
2213msgstr ""
2214···22262227#: src/screens/Onboarding/StepInterests/index.tsx:91
2228#: src/screens/Onboarding/StepProfile/index.tsx:277
2229+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:243
2230+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:111
2231#: src/screens/Signup/BackNextButtons.tsx:60
2232msgid "Continue to next step"
2233msgstr ""
···3456msgid "Failed to delete starter pack"
3457msgstr ""
34583459+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:118
3460msgid "Failed to follow all suggested accounts, please try again"
3461msgstr ""
3462···3700msgid "Filter who you receive notifications from"
3701msgstr ""
37023703+#: src/screens/Onboarding/StepFinished/index.tsx:346
3704+#: src/screens/Onboarding/StepFinished/index.tsx:441
3705msgid "Finalizing"
3706msgstr ""
3707···3741msgid "Fitness"
3742msgstr ""
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
37583759+#: src/screens/Onboarding/StepFinished/index.tsx:421
3760msgid "Flexible"
3761msgstr ""
3762···3798msgid "Follow account"
3799msgstr ""
38003801+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:235
3802#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:156
3803#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:163
3804#: src/screens/StarterPack/StarterPackScreen.tsx:438
···3806msgid "Follow all"
3807msgstr ""
38083809+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:232
3810msgid "Follow all accounts"
3811msgstr ""
3812···3822msgid "Follow back"
3823msgstr ""
38243825+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:113
3826msgid "Followed all accounts!"
3827msgstr ""
3828···3923msgid "For the best experience, we recommend using the theme font."
3924msgstr ""
39253926+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:293
3927#: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:91
3928msgid "For You"
3929msgstr ""
···4817msgid "Let's get your password reset!"
4818msgstr ""
48194820+#: src/screens/Onboarding/StepFinished/index.tsx:348
4821+#: src/screens/Onboarding/StepFinished/index.tsx:441
4822msgid "Let's go!"
4823msgstr ""
4824···5197msgid "Messages"
5198msgstr ""
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···5464msgid "Need to report a copyright violation?"
5465msgstr ""
54665467+#: src/screens/Onboarding/StepFinished/index.tsx:409
5468msgid "Never lose access to your followers or data."
5469msgstr ""
5470···5591#: src/screens/Login/LoginForm.tsx:350
5592#: src/screens/Login/SetNewPasswordForm.tsx:182
5593#: src/screens/Login/SetNewPasswordForm.tsx:188
5594+#: src/screens/Onboarding/StepFinished/index.tsx:341
5595+#: src/screens/Onboarding/StepFinished/index.tsx:350
5596#: src/screens/Settings/components/AddAppPasswordDialog.tsx:157
5597#: src/screens/Settings/components/AddAppPasswordDialog.tsx:165
5598#: src/screens/Signup/BackNextButtons.tsx:67
···5947msgid "Oops!"
5948msgstr ""
59495950+#: src/screens/Onboarding/StepFinished/index.tsx:405
5951msgid "Open"
5952msgstr ""
5953···6678msgid "Profile updated"
6679msgstr ""
66806681+#: src/screens/Onboarding/StepFinished/index.tsx:391
6682msgid "Public"
6683msgstr ""
6684···7369#: src/screens/Messages/ChatList.tsx:292
7370#: src/screens/Messages/components/MessageListError.tsx:25
7371#: src/screens/Messages/Inbox.tsx:219
7372+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:209
7373+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:212
7374+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:89
7375+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92
7376#: src/screens/PostThread/components/ThreadError.tsx:80
7377#: src/screens/PostThread/components/ThreadError.tsx:86
7378#: src/screens/Signup/BackNextButtons.tsx:53
···82278228#: src/screens/Onboarding/StepFinished/index.tsx:306
8229#: src/screens/Onboarding/StepFinished/index.tsx:328
8230+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:222
8231+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:102
8232#: src/screens/StarterPack/Wizard/index.tsx:218
8233msgid "Skip"
8234msgstr ""
···8238msgid "Skip introduction and start using your account"
8239msgstr ""
82408241+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243+msgid "Skip to next step"
8244msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
···8318msgid "Something wrong? Let us know."
8319msgstr ""
83208321+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323msgstr ""
8324···8501#. Accounts suggested to the user for them to follow
8502#. Accounts suggested to the user for them to follow
8503#: src/components/FeedInterstitials.tsx:385
8504+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:129
8505+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:39
8506msgid "Suggested for you"
8507msgstr ""
8508···8511msgid "Suggestive"
8512msgstr ""
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···10066msgid "We have sent another verification email to <0>{0}</0>."
10067msgstr ""
1006810069+#: src/screens/Onboarding/StepFinished/index.tsx:383
10070msgid "We hope you have a wonderful time. Remember, Bluesky is:"
10071msgstr ""
10072···10708msgid "You're in line"
10709msgstr ""
1071010711+#: src/screens/Onboarding/StepFinished/index.tsx:380
10712msgid "You're ready to go!"
10713msgstr ""
10714···10880msgid "Your posts were sent"
10881msgstr ""
1088210883+#: src/screens/Onboarding/StepFinished/index.tsx:395
10884msgid "Your posts, likes, and blocks are public. Mutes are private."
10885msgstr ""
10886
+18-18
src/locale/locales/km/messages.po
···8"Language: km\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Khmer\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky មិនអាចបញ្ជាក់ពីភាពត្រឹមត្រូវនៃកាលបរិច្ឆេទដែលបានទាមទារនោះទេ"
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "សៀវភៅ"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "រកមើលគណនីច្រើនទៀតនៅលើទំព័ររុករក"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "រកមើលព័ត៌មានបន្ថែមនៅលើទំព័ររុករក"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "រកមើលការណែនាំបន្ថែម"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "រកមើលការណែនាំបន្ថែមនៅលើទំព័ររុករក"
1532···3741msgid "Fitness"
3742msgstr "សម្បទា"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "សារ"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "មើលការងារនៅ Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "មតិព័ត៌មានផ្សេងទៀតដែលអ្នកប្រហែលជាចូលចិត្ត"
8270···8511msgid "Suggestive"
8512msgstr "ណែនាំ"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "មានបញ្ហាក្នុងការទាញយកការជូនដំណឹង។ ចុចទីនេះដើម្បីព្យាយាមម្តងទៀត"
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "មានបញ្ហាក្នុងការទាញយកសារបង្ហោះ។ ចុចទីនេះដើម្បីព្យាយាមម្តងទៀត"
8843
···8"Language: km\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Khmer\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky មិនអាចបញ្ជាក់ពីភាពត្រឹមត្រូវនៃកាលបរិច្ឆេទដែលបានទាមទារនោះទេ"
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "សៀវភៅ"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "រកមើលគណនីច្រើនទៀតនៅលើទំព័ររុករក"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "រកមើលព័ត៌មានបន្ថែមនៅលើទំព័ររុករក"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "រកមើលការណែនាំបន្ថែម"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "រកមើលការណែនាំបន្ថែមនៅលើទំព័ររុករក"
1532···3741msgid "Fitness"
3742msgstr "សម្បទា"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "សារ"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "មើលការងារនៅ Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "មតិព័ត៌មានផ្សេងទៀតដែលអ្នកប្រហែលជាចូលចិត្ត"
8270···8511msgid "Suggestive"
8512msgstr "ណែនាំ"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "មានបញ្ហាក្នុងការទាញយកការជូនដំណឹង។ ចុចទីនេះដើម្បីព្យាយាមម្តងទៀត"
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "មានបញ្ហាក្នុងការទាញយកសារបង្ហោះ។ ចុចទីនេះដើម្បីព្យាយាមម្តងទៀត"
8843
+19-19
src/locale/locales/ko/messages.po
···8"Language: ko\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Korean\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr "8자 이상"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "오로라"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky는 해당 날짜의 진위를 확인할 수 없습니다."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "책"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "탐색 페이지에서 더 많은 계정 찾아보기"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "탐색 페이지에서 더 많은 피드 찾아보기"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "더 많은 추천 찾아보기"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "탐색 페이지에서 더 많은 추천 찾아보기"
1532···3741msgid "Fitness"
3742msgstr "건강"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "플랫 블랙"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "플랫 블루"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "플랫 화이트"
···5197msgid "Messages"
5198msgstr "메시지"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "심야"
···7630msgid "See jobs at Bluesky"
7631msgstr "Bluesky에 지원하기"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "더 보기"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "일부 인증이 유효하지 않습니다."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "좋아할 만한 다른 피드"
8270···8511msgid "Suggestive"
8512msgstr "외설적"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "일출"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "일몰"
···8837msgstr "알림을 가져오는 동안 문제가 발생했습니다. 다시 시도하려면 이곳을 탭하세요."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "게시물을 가져오는 동안 문제가 발생했습니다. 다시 시도하려면 이곳을 탭하세요."
8843
···8"Language: ko\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Korean\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr "8자 이상"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "오로라"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky는 해당 날짜의 진위를 확인할 수 없습니다."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "책"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "탐색 페이지에서 더 많은 계정 찾아보기"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "탐색 페이지에서 더 많은 피드 찾아보기"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "더 많은 추천 찾아보기"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "탐색 페이지에서 더 많은 추천 찾아보기"
1532···3741msgid "Fitness"
3742msgstr "건강"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "플랫 블랙"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "플랫 블루"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "플랫 화이트"
···5197msgid "Messages"
5198msgstr "메시지"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "심야"
···7630msgid "See jobs at Bluesky"
7631msgstr "Bluesky에 지원하기"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "더 보기"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "다음 단계로 건너뛰기"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "일부 인증이 유효하지 않습니다."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "좋아할 만한 다른 피드"
8270···8511msgid "Suggestive"
8512msgstr "외설적"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "일출"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "일몰"
···8837msgstr "알림을 가져오는 동안 문제가 발생했습니다. 다시 시도하려면 이곳을 탭하세요."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "게시물을 가져오는 동안 문제가 발생했습니다. 다시 시도하려면 이곳을 탭하세요."
8843
+49-49
src/locale/locales/lt/messages.po
···8"Language: lt\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Lithuanian\n"
14"Plural-Forms: nplurals=4; plural=(n%10==1 && (n%100>19 || n%100<11) ? 0 : (n%10>=2 && n%10<=9) && (n%100>19 || n%100<11) ? 1 : n%1!=0 ? 2: 3);\n"
···877msgstr ""
878879#. the default tab in the interests tab bar
880-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:153
881#: src/view/screens/Notifications.tsx:88
882msgid "All"
883msgstr ""
···990msgid "An error occurred while compressing the video."
991msgstr ""
992993-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:175
994-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:75
995msgid "An error occurred while fetching suggested accounts."
996msgstr ""
997···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr ""
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1825msgid "Choose Post Languages"
1826msgstr ""
18271828-#: src/screens/Onboarding/StepFinished/index.tsx:424
1829msgid "Choose the algorithms that power your custom feeds."
1830msgstr ""
1831···2051msgid "Community Guidelines"
2052msgstr ""
20532054-#: src/screens/Onboarding/StepFinished/index.tsx:339
2055-#: src/screens/Onboarding/StepFinished/index.tsx:437
2056msgid "Complete onboarding and start using your account"
2057msgstr ""
2058···2207#: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:170
2208#: src/screens/Onboarding/StepInterests/index.tsx:94
2209#: src/screens/Onboarding/StepProfile/index.tsx:280
2210-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:253
2211-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:123
2212msgid "Continue"
2213msgstr ""
2214···22262227#: src/screens/Onboarding/StepInterests/index.tsx:91
2228#: src/screens/Onboarding/StepProfile/index.tsx:277
2229-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:250
2230-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:120
2231#: src/screens/Signup/BackNextButtons.tsx:60
2232msgid "Continue to next step"
2233msgstr ""
···3456msgid "Failed to delete starter pack"
3457msgstr ""
34583459-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:125
3460msgid "Failed to follow all suggested accounts, please try again"
3461msgstr ""
3462···3700msgid "Filter who you receive notifications from"
3701msgstr ""
37023703-#: src/screens/Onboarding/StepFinished/index.tsx:345
3704-#: src/screens/Onboarding/StepFinished/index.tsx:440
3705msgid "Finalizing"
3706msgstr ""
3707···3741msgid "Fitness"
3742msgstr ""
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
37583759-#: src/screens/Onboarding/StepFinished/index.tsx:420
3760msgid "Flexible"
3761msgstr ""
3762···3798msgid "Follow account"
3799msgstr ""
38003801-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:242
3802#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:156
3803#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:163
3804#: src/screens/StarterPack/StarterPackScreen.tsx:438
···3806msgid "Follow all"
3807msgstr ""
38083809-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:239
3810msgid "Follow all accounts"
3811msgstr ""
3812···3822msgid "Follow back"
3823msgstr ""
38243825-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:120
3826msgid "Followed all accounts!"
3827msgstr ""
3828···3923msgid "For the best experience, we recommend using the theme font."
3924msgstr ""
39253926-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:300
3927#: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:91
3928msgid "For You"
3929msgstr ""
···4817msgid "Let's get your password reset!"
4818msgstr ""
48194820-#: src/screens/Onboarding/StepFinished/index.tsx:347
4821-#: src/screens/Onboarding/StepFinished/index.tsx:440
4822msgid "Let's go!"
4823msgstr ""
4824···5197msgid "Messages"
5198msgstr ""
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···5464msgid "Need to report a copyright violation?"
5465msgstr ""
54665467-#: src/screens/Onboarding/StepFinished/index.tsx:408
5468msgid "Never lose access to your followers or data."
5469msgstr ""
5470···5591#: src/screens/Login/LoginForm.tsx:350
5592#: src/screens/Login/SetNewPasswordForm.tsx:182
5593#: src/screens/Login/SetNewPasswordForm.tsx:188
5594-#: src/screens/Onboarding/StepFinished/index.tsx:340
5595-#: src/screens/Onboarding/StepFinished/index.tsx:349
5596#: src/screens/Settings/components/AddAppPasswordDialog.tsx:157
5597#: src/screens/Settings/components/AddAppPasswordDialog.tsx:165
5598#: src/screens/Signup/BackNextButtons.tsx:67
···5947msgid "Oops!"
5948msgstr ""
59495950-#: src/screens/Onboarding/StepFinished/index.tsx:404
5951msgid "Open"
5952msgstr ""
5953···6678msgid "Profile updated"
6679msgstr ""
66806681-#: src/screens/Onboarding/StepFinished/index.tsx:390
6682msgid "Public"
6683msgstr ""
6684···7369#: src/screens/Messages/ChatList.tsx:292
7370#: src/screens/Messages/components/MessageListError.tsx:25
7371#: src/screens/Messages/Inbox.tsx:219
7372-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:216
7373-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
7374-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:98
7375-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:101
7376#: src/screens/PostThread/components/ThreadError.tsx:80
7377#: src/screens/PostThread/components/ThreadError.tsx:86
7378#: src/screens/Signup/BackNextButtons.tsx:53
···82278228#: src/screens/Onboarding/StepFinished/index.tsx:306
8229#: src/screens/Onboarding/StepFinished/index.tsx:328
8230-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:229
8231-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:111
8232#: src/screens/StarterPack/Wizard/index.tsx:218
8233msgid "Skip"
8234msgstr ""
···8238msgid "Skip introduction and start using your account"
8239msgstr ""
82408241-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:226
8242-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:108
8243-msgid "Skip this flow"
8244msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
···8318msgid "Something wrong? Let us know."
8319msgstr ""
83208321-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:183
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323msgstr ""
8324···8501#. Accounts suggested to the user for them to follow
8502#. Accounts suggested to the user for them to follow
8503#: src/components/FeedInterstitials.tsx:385
8504-#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:136
8505-#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:48
8506msgid "Suggested for you"
8507msgstr ""
8508···8511msgid "Suggestive"
8512msgstr ""
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···10066msgid "We have sent another verification email to <0>{0}</0>."
10067msgstr ""
1006810069-#: src/screens/Onboarding/StepFinished/index.tsx:382
10070msgid "We hope you have a wonderful time. Remember, Bluesky is:"
10071msgstr ""
10072···10708msgid "You're in line"
10709msgstr ""
1071010711-#: src/screens/Onboarding/StepFinished/index.tsx:379
10712msgid "You're ready to go!"
10713msgstr ""
10714···10880msgid "Your posts were sent"
10881msgstr ""
1088210883-#: src/screens/Onboarding/StepFinished/index.tsx:394
10884msgid "Your posts, likes, and blocks are public. Mutes are private."
10885msgstr ""
10886
···8"Language: lt\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Lithuanian\n"
14"Plural-Forms: nplurals=4; plural=(n%10==1 && (n%100>19 || n%100<11) ? 0 : (n%10>=2 && n%10<=9) && (n%100>19 || n%100<11) ? 1 : n%1!=0 ? 2: 3);\n"
···877msgstr ""
878879#. the default tab in the interests tab bar
880+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:146
881#: src/view/screens/Notifications.tsx:88
882msgid "All"
883msgstr ""
···990msgid "An error occurred while compressing the video."
991msgstr ""
992993+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:168
994+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:66
995msgid "An error occurred while fetching suggested accounts."
996msgstr ""
997···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr ""
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1825msgid "Choose Post Languages"
1826msgstr ""
18271828+#: src/screens/Onboarding/StepFinished/index.tsx:425
1829msgid "Choose the algorithms that power your custom feeds."
1830msgstr ""
1831···2051msgid "Community Guidelines"
2052msgstr ""
20532054+#: src/screens/Onboarding/StepFinished/index.tsx:340
2055+#: src/screens/Onboarding/StepFinished/index.tsx:438
2056msgid "Complete onboarding and start using your account"
2057msgstr ""
2058···2207#: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:170
2208#: src/screens/Onboarding/StepInterests/index.tsx:94
2209#: src/screens/Onboarding/StepProfile/index.tsx:280
2210+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:246
2211+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:114
2212msgid "Continue"
2213msgstr ""
2214···22262227#: src/screens/Onboarding/StepInterests/index.tsx:91
2228#: src/screens/Onboarding/StepProfile/index.tsx:277
2229+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:243
2230+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:111
2231#: src/screens/Signup/BackNextButtons.tsx:60
2232msgid "Continue to next step"
2233msgstr ""
···3456msgid "Failed to delete starter pack"
3457msgstr ""
34583459+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:118
3460msgid "Failed to follow all suggested accounts, please try again"
3461msgstr ""
3462···3700msgid "Filter who you receive notifications from"
3701msgstr ""
37023703+#: src/screens/Onboarding/StepFinished/index.tsx:346
3704+#: src/screens/Onboarding/StepFinished/index.tsx:441
3705msgid "Finalizing"
3706msgstr ""
3707···3741msgid "Fitness"
3742msgstr ""
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
37583759+#: src/screens/Onboarding/StepFinished/index.tsx:421
3760msgid "Flexible"
3761msgstr ""
3762···3798msgid "Follow account"
3799msgstr ""
38003801+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:235
3802#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:156
3803#: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:163
3804#: src/screens/StarterPack/StarterPackScreen.tsx:438
···3806msgid "Follow all"
3807msgstr ""
38083809+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:232
3810msgid "Follow all accounts"
3811msgstr ""
3812···3822msgid "Follow back"
3823msgstr ""
38243825+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:113
3826msgid "Followed all accounts!"
3827msgstr ""
3828···3923msgid "For the best experience, we recommend using the theme font."
3924msgstr ""
39253926+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:293
3927#: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:91
3928msgid "For You"
3929msgstr ""
···4817msgid "Let's get your password reset!"
4818msgstr ""
48194820+#: src/screens/Onboarding/StepFinished/index.tsx:348
4821+#: src/screens/Onboarding/StepFinished/index.tsx:441
4822msgid "Let's go!"
4823msgstr ""
4824···5197msgid "Messages"
5198msgstr ""
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···5464msgid "Need to report a copyright violation?"
5465msgstr ""
54665467+#: src/screens/Onboarding/StepFinished/index.tsx:409
5468msgid "Never lose access to your followers or data."
5469msgstr ""
5470···5591#: src/screens/Login/LoginForm.tsx:350
5592#: src/screens/Login/SetNewPasswordForm.tsx:182
5593#: src/screens/Login/SetNewPasswordForm.tsx:188
5594+#: src/screens/Onboarding/StepFinished/index.tsx:341
5595+#: src/screens/Onboarding/StepFinished/index.tsx:350
5596#: src/screens/Settings/components/AddAppPasswordDialog.tsx:157
5597#: src/screens/Settings/components/AddAppPasswordDialog.tsx:165
5598#: src/screens/Signup/BackNextButtons.tsx:67
···5947msgid "Oops!"
5948msgstr ""
59495950+#: src/screens/Onboarding/StepFinished/index.tsx:405
5951msgid "Open"
5952msgstr ""
5953···6678msgid "Profile updated"
6679msgstr ""
66806681+#: src/screens/Onboarding/StepFinished/index.tsx:391
6682msgid "Public"
6683msgstr ""
6684···7369#: src/screens/Messages/ChatList.tsx:292
7370#: src/screens/Messages/components/MessageListError.tsx:25
7371#: src/screens/Messages/Inbox.tsx:219
7372+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:209
7373+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:212
7374+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:89
7375+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:92
7376#: src/screens/PostThread/components/ThreadError.tsx:80
7377#: src/screens/PostThread/components/ThreadError.tsx:86
7378#: src/screens/Signup/BackNextButtons.tsx:53
···82278228#: src/screens/Onboarding/StepFinished/index.tsx:306
8229#: src/screens/Onboarding/StepFinished/index.tsx:328
8230+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:222
8231+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:102
8232#: src/screens/StarterPack/Wizard/index.tsx:218
8233msgid "Skip"
8234msgstr ""
···8238msgid "Skip introduction and start using your account"
8239msgstr ""
82408241+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243+msgid "Skip to next step"
8244msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
···8318msgid "Something wrong? Let us know."
8319msgstr ""
83208321+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323msgstr ""
8324···8501#. Accounts suggested to the user for them to follow
8502#. Accounts suggested to the user for them to follow
8503#: src/components/FeedInterstitials.tsx:385
8504+#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:129
8505+#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:39
8506msgid "Suggested for you"
8507msgstr ""
8508···8511msgid "Suggestive"
8512msgstr ""
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···10066msgid "We have sent another verification email to <0>{0}</0>."
10067msgstr ""
1006810069+#: src/screens/Onboarding/StepFinished/index.tsx:383
10070msgid "We hope you have a wonderful time. Remember, Bluesky is:"
10071msgstr ""
10072···10708msgid "You're in line"
10709msgstr ""
1071010711+#: src/screens/Onboarding/StepFinished/index.tsx:380
10712msgid "You're ready to go!"
10713msgstr ""
10714···10880msgid "Your posts were sent"
10881msgstr ""
1088210883+#: src/screens/Onboarding/StepFinished/index.tsx:395
10884msgid "Your posts, likes, and blocks are public. Mutes are private."
10885msgstr ""
10886
+18-18
src/locale/locales/ne/messages.po
···8"Language: ne\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Nepali\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "ब्लूस्काईले दाबी गरिएको मितिको प्रामाणिकता पुष्टि गर्न सक्दैन।"
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "पुस्तकहरू"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "एक्सप्लोर पृष्ठमा थप खाता ब्राउज गर्नुहोस्"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "एक्सप्लोर पृष्ठमा थप फिड ब्राउज गर्नुहोस्"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "थप सुझावहरू ब्राउज गर्नुहोस्"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "एक्सप्लोर पृष्ठमा थप सुझावहरू ब्राउज गर्नुहोस्"
1532···3741msgid "Fitness"
3742msgstr "फिटनेस"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "सन्देशहरू"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Bluesky मा जागिरहरू हेर्नुहोस्।"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "तपाईंलाई मन पर्ने अन्य फीडहरू"
8270···8511msgid "Suggestive"
8512msgstr "सुझावात्मक"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "सूचनाहरू प्राप्त गर्न समस्या आयो। पुन: प्रयास गर्न यहाँ ट्याप गर्नुहोस्।"
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "पोस्टहरू प्राप्त गर्न समस्या आयो। पुन: प्रयास गर्न यहाँ ट्याप गर्नुहोस्।"
8843
···8"Language: ne\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Nepali\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "ब्लूस्काईले दाबी गरिएको मितिको प्रामाणिकता पुष्टि गर्न सक्दैन।"
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "पुस्तकहरू"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "एक्सप्लोर पृष्ठमा थप खाता ब्राउज गर्नुहोस्"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "एक्सप्लोर पृष्ठमा थप फिड ब्राउज गर्नुहोस्"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "थप सुझावहरू ब्राउज गर्नुहोस्"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "एक्सप्लोर पृष्ठमा थप सुझावहरू ब्राउज गर्नुहोस्"
1532···3741msgid "Fitness"
3742msgstr "फिटनेस"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "सन्देशहरू"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Bluesky मा जागिरहरू हेर्नुहोस्।"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "तपाईंलाई मन पर्ने अन्य फीडहरू"
8270···8511msgid "Suggestive"
8512msgstr "सुझावात्मक"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "सूचनाहरू प्राप्त गर्न समस्या आयो। पुन: प्रयास गर्न यहाँ ट्याप गर्नुहोस्।"
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "पोस्टहरू प्राप्त गर्न समस्या आयो। पुन: प्रयास गर्न यहाँ ट्याप गर्नुहोस्।"
8843
+18-18
src/locale/locales/nl/messages.po
···8"Language: nl\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Dutch\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky kan de echtheid van de geclaimde datum niet bevestigen."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Boeken"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Blader door meer accounts op de pagina Verkennen"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Blader door meer feeds op de pagina Verkennen"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Blader door meer suggesties"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Blader door meer suggesties op de pagina Verkennen"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Privéberichten"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Vacatures bij Bluesky bekijken"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Enkele andere feeds die je wellicht leuk vindt"
8270···8511msgid "Suggestive"
8512msgstr "Suggestief"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Er is een probleem opgetreden bij het ophalen van meldingen. Tik hier om het opnieuw te proberen."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Er is een probleem opgetreden bij het ophalen van berichten. Tik hier om het opnieuw te proberen."
8843
···8"Language: nl\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Dutch\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky kan de echtheid van de geclaimde datum niet bevestigen."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Boeken"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Blader door meer accounts op de pagina Verkennen"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Blader door meer feeds op de pagina Verkennen"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Blader door meer suggesties"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Blader door meer suggesties op de pagina Verkennen"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Privéberichten"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Vacatures bij Bluesky bekijken"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Enkele andere feeds die je wellicht leuk vindt"
8270···8511msgid "Suggestive"
8512msgstr "Suggestief"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Er is een probleem opgetreden bij het ophalen van meldingen. Tik hier om het opnieuw te proberen."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Er is een probleem opgetreden bij het ophalen van berichten. Tik hier om het opnieuw te proberen."
8843
+18-18
src/locale/locales/pl/messages.po
···8"Language: pl\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Polish\n"
14"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky nie może potwierdzić autentyczności podanej daty."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Książki"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Wyświetl więcej kont na stronie Eksploruj"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Wyświetl więcej kanałów na stronie Eksploruj"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Wyświetl więcej polecanych"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Wyświetl więcej rekomendacji na stronie Eksploruj"
1532···3741msgid "Fitness"
3742msgstr "Aktywność fizyczna"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Wiadomości"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Zobacz oferty pracy w Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Inne kanały, które mogą ci się spodobać"
8270···8511msgid "Suggestive"
8512msgstr "Sugestywne"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Wystąpił problem podczas wczytywania powiadomień. Kliknij tutaj, aby spróbować ponownie."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Wystąpił problem podczas wczytywania wpisów. Kliknij tutaj, aby spróbować ponownie."
8843
···8"Language: pl\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Polish\n"
14"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky nie może potwierdzić autentyczności podanej daty."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Książki"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Wyświetl więcej kont na stronie Eksploruj"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Wyświetl więcej kanałów na stronie Eksploruj"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Wyświetl więcej polecanych"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Wyświetl więcej rekomendacji na stronie Eksploruj"
1532···3741msgid "Fitness"
3742msgstr "Aktywność fizyczna"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Wiadomości"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Zobacz oferty pracy w Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Inne kanały, które mogą ci się spodobać"
8270···8511msgid "Suggestive"
8512msgstr "Sugestywne"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Wystąpił problem podczas wczytywania powiadomień. Kliknij tutaj, aby spróbować ponownie."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Wystąpił problem podczas wczytywania wpisów. Kliknij tutaj, aby spróbować ponownie."
8843
+18-18
src/locale/locales/pt-BR/messages.po
···8"Language: pt\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Portuguese, Brazilian\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "No mínimo 8 caracteres"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "O Bluesky não pode confirmar que a data mostrada é legítima."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Livros"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Navegue por mais contas na página Explorar"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Navegue por mais feeds na página Explorar"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Navegar por mais sugestões"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Navegue por mais sugestões na página Explorar"
1532···3741msgid "Fitness"
3742msgstr "Atividades físicas"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Preto Sólido"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Azul Sólido"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Branco Sólido"
···5197msgid "Messages"
5198msgstr "Mensagens"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Meia-noite"
···7630msgid "See jobs at Bluesky"
7631msgstr "Veja empregos na Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Ver mais"
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Algumas de suas verificações são inválidas."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Alguns outros feeds que você pode gostar"
8270···8511msgid "Suggestive"
8512msgstr "Sugestivo"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Alvorada"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Entardecer"
···8837msgstr "Tivemos um problema ao carregar notificações. Toque aqui para tentar de novo."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Tivemos um problema ao carregar as postagens. Toque aqui para tentar de novo."
8843
···8"Language: pt\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Portuguese, Brazilian\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "No mínimo 8 caracteres"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "O Bluesky não pode confirmar que a data mostrada é legítima."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Livros"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Navegue por mais contas na página Explorar"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Navegue por mais feeds na página Explorar"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Navegar por mais sugestões"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Navegue por mais sugestões na página Explorar"
1532···3741msgid "Fitness"
3742msgstr "Atividades físicas"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Preto Sólido"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Azul Sólido"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Branco Sólido"
···5197msgid "Messages"
5198msgstr "Mensagens"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Meia-noite"
···7630msgid "See jobs at Bluesky"
7631msgstr "Veja empregos na Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Ver mais"
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Algumas de suas verificações são inválidas."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Alguns outros feeds que você pode gostar"
8270···8511msgid "Suggestive"
8512msgstr "Sugestivo"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Alvorada"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Entardecer"
···8837msgstr "Tivemos um problema ao carregar notificações. Toque aqui para tentar de novo."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Tivemos um problema ao carregar as postagens. Toque aqui para tentar de novo."
8843
+19-19
src/locale/locales/pt-PT/messages.po
···8"Language: pt\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Portuguese\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "No mínimo 8 caracteres"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "O Bluesky não pode confirmar a veracidade da data aplicada."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Livros"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Procure mais contas na página Explorar"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Procure mais feeds na página Explorar"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Procurar mais sugestões"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Procure mais sugestões na página Explorar"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Preto sólido"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Azul sólido"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Branco sólido"
···5197msgid "Messages"
5198msgstr "Mensagens"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Meia-noite"
···7630msgid "See jobs at Bluesky"
7631msgstr "Ver empregos no Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Ver mais"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Algumas das suas verificações são inválidas."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Outros feeds que talvez possa gostar"
8270···8511msgid "Suggestive"
8512msgstr "Sugestivo"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Nascer do sol"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Pôr do sol"
···8837msgstr "Houve um problema ao obter as notificações. Toque aqui para tentar novamente."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Houve um problema ao obter as publicações. Toque aqui para tentar novamente."
8843
···8"Language: pt\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Portuguese\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "No mínimo 8 caracteres"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "O Bluesky não pode confirmar a veracidade da data aplicada."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Livros"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Procure mais contas na página Explorar"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Procure mais feeds na página Explorar"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Procurar mais sugestões"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Procure mais sugestões na página Explorar"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Preto sólido"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Azul sólido"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Branco sólido"
···5197msgid "Messages"
5198msgstr "Mensagens"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Meia-noite"
···7630msgid "See jobs at Bluesky"
7631msgstr "Ver empregos no Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Ver mais"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Saltar para o próximo passo"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Algumas das suas verificações são inválidas."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Outros feeds que talvez possa gostar"
8270···8511msgid "Suggestive"
8512msgstr "Sugestivo"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Nascer do sol"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Pôr do sol"
···8837msgstr "Houve um problema ao obter as notificações. Toque aqui para tentar novamente."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Houve um problema ao obter as publicações. Toque aqui para tentar novamente."
8843
+19-19
src/locale/locales/ro/messages.po
···8"Language: ro\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Romanian\n"
14"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
···1269msgid "At least 8 characters"
1270msgstr "Cel puțin 8 caractere"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky nu poate confirma autenticitatea datei revendicate."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Cărți"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Răsfoiți mai multe conturi pe pagina Explorare"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Răsfoiți mai multe fluxuri pe pagina Explorare"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Răsfoiți mai multe sugestii"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Răsfoiți mai multe sugestii pe pagina Explorare"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Negru Plat"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Albastru Plat"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Alb Plat"
···5197msgid "Messages"
5198msgstr "Mesaje"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Miezul nopții"
···7630msgid "See jobs at Bluesky"
7631msgstr "Vedeți locuri de muncă la Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Vedeți mai multe"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Unele dintre verificările dvs. sunt invalide."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Alte fluxuri care v-ar putea plăcea"
8270···8511msgid "Suggestive"
8512msgstr "Sugestiv"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Răsărit"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Apus de soare"
···8837msgstr "A apărut o problemă la preluarea notificărilor. Atingeți aici pentru a încerca din nou."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "A apărut o problemă la preluarea postărilor. Atingeți aici pentru a încerca din nou."
8843
···8"Language: ro\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Romanian\n"
14"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
···1269msgid "At least 8 characters"
1270msgstr "Cel puțin 8 caractere"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky nu poate confirma autenticitatea datei revendicate."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Cărți"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Răsfoiți mai multe conturi pe pagina Explorare"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Răsfoiți mai multe fluxuri pe pagina Explorare"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Răsfoiți mai multe sugestii"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Răsfoiți mai multe sugestii pe pagina Explorare"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Negru Plat"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Albastru Plat"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Alb Plat"
···5197msgid "Messages"
5198msgstr "Mesaje"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Miezul nopții"
···7630msgid "See jobs at Bluesky"
7631msgstr "Vedeți locuri de muncă la Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Vedeți mai multe"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Omiteți la pasul următor"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Unele dintre verificările dvs. sunt invalide."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Alte fluxuri care v-ar putea plăcea"
8270···8511msgid "Suggestive"
8512msgstr "Sugestiv"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Răsărit"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Apus de soare"
···8837msgstr "A apărut o problemă la preluarea notificărilor. Atingeți aici pentru a încerca din nou."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "A apărut o problemă la preluarea postărilor. Atingeți aici pentru a încerca din nou."
8843
+18-18
src/locale/locales/ru/messages.po
···8"Language: ru\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Russian\n"
14"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
···1269msgid "At least 8 characters"
1270msgstr "Как минимум 8 символов"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Аврора"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky не может подтвердить подлинность заявленной даты."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Книги"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Просмотреть другие учётные записи на странице Explore"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Просмотреть другие ленты на странице Explore"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Просмотреть другие предложения"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Просмотрите другие предложения на странице Explore"
1532···3741msgid "Fitness"
3742msgstr "Фитнес"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Плоский черный"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Плоский синий"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Плоский белый"
···5197msgid "Messages"
5198msgstr "Сообщения"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Полночь"
···7630msgid "See jobs at Bluesky"
7631msgstr "Посмотреть вакансии в Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Подробнее"
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Некоторые из ваших верификаций недействительны."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Некоторые другие ленты, которые могут вам понравиться"
8270···8511msgid "Suggestive"
8512msgstr "Неприличный"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Восход"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Закат"
···8837msgstr "Возникла проблема с загрузкой уведомлений. Нажмите здесь, чтобы повторить попытку."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Возникла проблема с загрузкой постов. Нажмите здесь, чтобы повторить попытку."
8843
···8"Language: ru\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Russian\n"
14"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
···1269msgid "At least 8 characters"
1270msgstr "Как минимум 8 символов"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Аврора"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky не может подтвердить подлинность заявленной даты."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Книги"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Просмотреть другие учётные записи на странице Explore"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Просмотреть другие ленты на странице Explore"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Просмотреть другие предложения"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Просмотрите другие предложения на странице Explore"
1532···3741msgid "Fitness"
3742msgstr "Фитнес"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Плоский черный"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Плоский синий"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Плоский белый"
···5197msgid "Messages"
5198msgstr "Сообщения"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Полночь"
···7630msgid "See jobs at Bluesky"
7631msgstr "Посмотреть вакансии в Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Подробнее"
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Некоторые из ваших верификаций недействительны."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Некоторые другие ленты, которые могут вам понравиться"
8270···8511msgid "Suggestive"
8512msgstr "Неприличный"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Восход"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Закат"
···8837msgstr "Возникла проблема с загрузкой уведомлений. Нажмите здесь, чтобы повторить попытку."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Возникла проблема с загрузкой постов. Нажмите здесь, чтобы повторить попытку."
8843
+19-19
src/locale/locales/sv/messages.po
···8"Language: sv\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Swedish\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Minst 8 tecken"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Norrsken"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky kan inte bekräfta äktheten av det angivna datumet."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Böcker"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Bläddra bland fler konton på Utforska-sidan"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Bläddra bland fler flöden på Utforska-sidan"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Bläddra bland fler förslag"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Bläddra bland fler förslag på Utforska-sidan"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Matt svart"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Matt blå"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Matt vit"
···5197msgid "Messages"
5198msgstr "Meddelanden"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Midnatt"
···7630msgid "See jobs at Bluesky"
7631msgstr "Se jobb på Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Se fler"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Några av dina verifieringar är ogiltiga."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Några andra flöden som du kanske gillar"
8270···8511msgid "Suggestive"
8512msgstr "Suggestivt"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Soluppgång"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Solnedgång"
···8837msgstr "Ett problem uppstod med att hämta notiser. Tryck här för att försöka igen."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Ett problem uppstod med att hämta inlägg. Tryck här för att försöka igen."
8843
···8"Language: sv\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Swedish\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···1269msgid "At least 8 characters"
1270msgstr "Minst 8 tecken"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Norrsken"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky kan inte bekräfta äktheten av det angivna datumet."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Böcker"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Bläddra bland fler konton på Utforska-sidan"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Bläddra bland fler flöden på Utforska-sidan"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Bläddra bland fler förslag"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Bläddra bland fler förslag på Utforska-sidan"
1532···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Matt svart"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Matt blå"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Matt vit"
···5197msgid "Messages"
5198msgstr "Meddelanden"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Midnatt"
···7630msgid "See jobs at Bluesky"
7631msgstr "Se jobb på Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Se fler"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Hoppa till nästa steg"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Några av dina verifieringar är ogiltiga."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Några andra flöden som du kanske gillar"
8270···8511msgid "Suggestive"
8512msgstr "Suggestivt"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Soluppgång"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Solnedgång"
···8837msgstr "Ett problem uppstod med att hämta notiser. Tryck här för att försöka igen."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Ett problem uppstod med att hämta inlägg. Tryck här för att försöka igen."
8843
+18-18
src/locale/locales/th/messages.po
···8"Language: th\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Thai\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr ""
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "หนังสือ"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "เรียกดูบัญชีเพิ่มเติมในหน้าค้นหา"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "เรียกดูฟีดเพิ่มเติมในหน้าค้นหา"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "เรียกดูข้อเสนอเพิ่มเติม"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "เรียกดูข้อเสนอเพิ่มเติมในหน้าค้นหา"
1532···3741msgid "Fitness"
3742msgstr "ฟิตเนส"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "ข้อความ"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "มองหางานใน Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "ฟีดอื่น ๆ ที่คุณอาจชอบ"
8270···8511msgid "Suggestive"
8512msgstr "ชี้นำ"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "เกิดปัญหาในการดึงการแจ้งเตือน คลิกที่นี่เพื่อลองอีกครั้ง"
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "เกิดปัญหาในการดึงโพสต์ คลิกที่นี่เพื่อลองอีกครั้ง"
8843
···8"Language: th\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Thai\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr ""
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "หนังสือ"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "เรียกดูบัญชีเพิ่มเติมในหน้าค้นหา"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "เรียกดูฟีดเพิ่มเติมในหน้าค้นหา"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "เรียกดูข้อเสนอเพิ่มเติม"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "เรียกดูข้อเสนอเพิ่มเติมในหน้าค้นหา"
1532···3741msgid "Fitness"
3742msgstr "ฟิตเนส"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "ข้อความ"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "มองหางานใน Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "ฟีดอื่น ๆ ที่คุณอาจชอบ"
8270···8511msgid "Suggestive"
8512msgstr "ชี้นำ"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "เกิดปัญหาในการดึงการแจ้งเตือน คลิกที่นี่เพื่อลองอีกครั้ง"
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "เกิดปัญหาในการดึงโพสต์ คลิกที่นี่เพื่อลองอีกครั้ง"
8843
+32-32
src/locale/locales/tr/messages.po
···8"Language: tr\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Turkish\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···576577#: src/view/com/composer/select-language/SuggestedLanguage.tsx:178
578msgid "Accept this language suggestion"
579-msgstr ""
580581#: src/screens/Settings/AccessibilitySettings.tsx:44
582#: src/screens/Settings/Settings.tsx:220
···1269msgid "At least 8 characters"
1270msgstr "En az 8 karakter"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Kuzey Işıkları"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky iddia edilen tarihin doğruluğunu onaylayamaz."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Klasik™"
···1513msgid "Books"
1514msgstr "Kitaplar"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Keşfet sayfasında daha fazla kullanıcı bul"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Keşfet sayfasında daha fazla akış bul"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Daha çok öneriye göz at"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Keşfet sayfasında daha çok öneriye göz at"
1532···29332934#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:354
2935msgid "e.g. Spammers"
2936-msgstr ""
29372938#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:357
2939msgid "e.g. The posters who never miss."
2940-msgstr ""
29412942#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:358
2943msgid "e.g. Users that repeatedly reply with ads."
2944-msgstr ""
29452946#: src/screens/Settings/AccountSettings.tsx:145
2947#: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252
···37113712#: src/lib/interests.ts:60
3713msgid "Finance"
3714-msgstr ""
37153716#: src/view/com/posts/CustomFeedEmptyState.tsx:48
3717#: src/view/com/posts/FollowingEmptyState.tsx:53
···3741msgid "Fitness"
3742msgstr "Fitness"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Düz Siyah"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Düz Mavi"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Düz Beyaz"
···41404141#: src/view/com/posts/PostFeedReason.tsx:38
4142msgid "Go to feed"
4143-msgstr ""
41444145#: src/screens/Login/ForgotPasswordForm.tsx:165
4146msgid "Go to next"
···4569#: src/components/PostControls/PostMenu/PostMenuItems.tsx:365
4570msgctxt "toast"
4571msgid "Invalid interaction settings."
4572-msgstr ""
45734574#: src/components/moderation/ReportDialog/index.tsx:73
4575msgid "Invalid report subject"
···49184919#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380
4920msgid "List avatar"
4921-msgstr ""
49224923#: src/screens/ProfileList/components/SubscribeMenu.tsx:50
4924msgctxt "toast"
···5197msgid "Messages"
5198msgstr "Mesajlar"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Gece yarısı"
···72607261#: src/view/com/posts/PostFeedReason.tsx:77
7262msgid "Reposted by {reposter}"
7263-msgstr ""
72647265#: src/view/com/posts/PostFeedReason.tsx:91
7266msgid "Reposted by <0><1>{reposter}</1></0>"
7267-msgstr ""
72687269#: src/view/com/posts/PostFeedReason.tsx:77
7270#: src/view/com/posts/PostFeedReason.tsx:89
···7630msgid "See jobs at Bluesky"
7631msgstr "Bluesky'daki iş fırsatlarını görün"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "Daha fazlasını gör"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Doğrulamalarınızdan bazıları geçersiz."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Beğenebileceğiniz diğer akışlar"
8270···83208321#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323-msgstr ""
83248325#: src/App.native.tsx:128
8326#: src/App.web.tsx:100
···8511msgid "Suggestive"
8512msgstr "Tehlikeli"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Gün doğumu"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Gün batımı"
···87728773#: src/view/com/composer/select-language/SuggestedLanguage.tsx:119
8774msgid "The post you're replying to was marked as being written in {suggestedLanguageName} by its author. Would you like to reply in <0>{suggestedLanguageName}</0>?"
8775-msgstr ""
87768777#: src/view/screens/PrivacyPolicy.tsx:38
8778msgid "The Privacy Policy has been moved to <0/>"
···8837msgstr "Bildirimleri almakta bir sorun oluştu. Tekrar denemek için buraya dokunun."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Gönderileri almakta bir sorun oluştu. Tekrar denemek için buraya dokunun."
8843···10417#: src/components/PostControls/PostMenu/PostMenuItems.tsx:357
10418msgctxt "toast"
10419msgid "You can hide a maximum of {MAX_HIDDEN_REPLIES} replies."
10420-msgstr ""
1042110422#: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:148
10423msgid "You can now choose to be notified when specific people post. If there’s someone you want timely updates from, go to their profile and find the new bell icon near the follow button."
···8"Language: tr\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Turkish\n"
14"Plural-Forms: nplurals=2; plural=(n != 1);\n"
···576577#: src/view/com/composer/select-language/SuggestedLanguage.tsx:178
578msgid "Accept this language suggestion"
579+msgstr "Bu dil önerisini kabul et"
580581#: src/screens/Settings/AccessibilitySettings.tsx:44
582#: src/screens/Settings/Settings.tsx:220
···1269msgid "At least 8 characters"
1270msgstr "En az 8 karakter"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Kuzey Işıkları"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky iddia edilen tarihin doğruluğunu onaylayamaz."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Klasik™"
···1513msgid "Books"
1514msgstr "Kitaplar"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Keşfet sayfasında daha fazla kullanıcı bul"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Keşfet sayfasında daha fazla akış bul"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Daha çok öneriye göz at"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Keşfet sayfasında daha çok öneriye göz at"
1532···29332934#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:354
2935msgid "e.g. Spammers"
2936+msgstr "örn: Spamcılar"
29372938#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:357
2939msgid "e.g. The posters who never miss."
2940+msgstr "örn: Asla kaçırmayan göndericiler."
29412942#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:358
2943msgid "e.g. Users that repeatedly reply with ads."
2944+msgstr "örn: Reklamlarla tekrar tekrar yanıt veren kullanıcılar."
29452946#: src/screens/Settings/AccountSettings.tsx:145
2947#: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252
···37113712#: src/lib/interests.ts:60
3713msgid "Finance"
3714+msgstr "Finans"
37153716#: src/view/com/posts/CustomFeedEmptyState.tsx:48
3717#: src/view/com/posts/FollowingEmptyState.tsx:53
···3741msgid "Fitness"
3742msgstr "Fitness"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Düz Siyah"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Düz Mavi"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Düz Beyaz"
···41404141#: src/view/com/posts/PostFeedReason.tsx:38
4142msgid "Go to feed"
4143+msgstr "Akışa git"
41444145#: src/screens/Login/ForgotPasswordForm.tsx:165
4146msgid "Go to next"
···4569#: src/components/PostControls/PostMenu/PostMenuItems.tsx:365
4570msgctxt "toast"
4571msgid "Invalid interaction settings."
4572+msgstr "Geçersiz etkileşim ayarları."
45734574#: src/components/moderation/ReportDialog/index.tsx:73
4575msgid "Invalid report subject"
···49184919#: src/components/dialogs/lists/CreateOrEditListDialog.tsx:380
4920msgid "List avatar"
4921+msgstr "Liste avatarı"
49224923#: src/screens/ProfileList/components/SubscribeMenu.tsx:50
4924msgctxt "toast"
···5197msgid "Messages"
5198msgstr "Mesajlar"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Gece yarısı"
···72607261#: src/view/com/posts/PostFeedReason.tsx:77
7262msgid "Reposted by {reposter}"
7263+msgstr "{reposter} tarafından yeniden gönderilmiş"
72647265#: src/view/com/posts/PostFeedReason.tsx:91
7266msgid "Reposted by <0><1>{reposter}</1></0>"
7267+msgstr "<0><1>{reposter}</1></0> tarafından yeniden gönderilmiş"
72687269#: src/view/com/posts/PostFeedReason.tsx:77
7270#: src/view/com/posts/PostFeedReason.tsx:89
···7630msgid "See jobs at Bluesky"
7631msgstr "Bluesky'daki iş fırsatlarını görün"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "Daha fazlasını gör"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "Sonraki adıma atla"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "Doğrulamalarınızdan bazıları geçersiz."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Beğenebileceğiniz diğer akışlar"
8270···83208321#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176
8322msgid "Sorry, we're unable to load account suggestions at this time."
8323+msgstr "Üzgünüz, hesap önerilerini şu anda yükleyemiyoruz."
83248325#: src/App.native.tsx:128
8326#: src/App.web.tsx:100
···8511msgid "Suggestive"
8512msgstr "Tehlikeli"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Gün doğumu"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Gün batımı"
···87728773#: src/view/com/composer/select-language/SuggestedLanguage.tsx:119
8774msgid "The post you're replying to was marked as being written in {suggestedLanguageName} by its author. Would you like to reply in <0>{suggestedLanguageName}</0>?"
8775+msgstr "Yanıtlamakta olduğunuz gönderi, yazarı tarafından {suggestedLanguageName} dilinde işaretlenmiş. Siz de <0>{suggestedLanguageName}</0> dilinde yanıtlamak ister misiniz?"
87768777#: src/view/screens/PrivacyPolicy.tsx:38
8778msgid "The Privacy Policy has been moved to <0/>"
···8837msgstr "Bildirimleri almakta bir sorun oluştu. Tekrar denemek için buraya dokunun."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Gönderileri almakta bir sorun oluştu. Tekrar denemek için buraya dokunun."
8843···10417#: src/components/PostControls/PostMenu/PostMenuItems.tsx:357
10418msgctxt "toast"
10419msgid "You can hide a maximum of {MAX_HIDDEN_REPLIES} replies."
10420+msgstr "En fazla {MAX_HIDDEN_REPLIES} yanıt gizleyebilirsiniz."
1042110422#: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:148
10423msgid "You can now choose to be notified when specific people post. If there’s someone you want timely updates from, go to their profile and find the new bell icon near the follow button."
+18-18
src/locale/locales/uk/messages.po
···8"Language: uk\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:32\n"
12"Last-Translator: \n"
13"Language-Team: Ukrainian\n"
14"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky не може підтвердити автентичність зазначеної дати."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Книги"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Переглянути більше облікових записів на сторінці Відкриття"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Переглянути більше стрічок на сторінці Відкриття"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Переглянути більше пропозицій"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Переглянути більше запропонованого на сторінці Відкриття"
1532···3741msgid "Fitness"
3742msgstr "Фітнес"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Повідомлення"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Переглянути вакансії у Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Інші стрічки, які можуть вам сподобатися"
8270···8511msgid "Suggestive"
8512msgstr "Непристойний"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Виникла проблема з завантаженням сповіщень. Натисніть тут, щоб повторити спробу."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Виникла проблема з завантаженням постів. Натисніть тут, щоб повторити спробу."
8843
···8"Language: uk\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Ukrainian\n"
14"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr ""
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky не може підтвердити автентичність зазначеної дати."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr ""
···1513msgid "Books"
1514msgstr "Книги"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Переглянути більше облікових записів на сторінці Відкриття"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Переглянути більше стрічок на сторінці Відкриття"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Переглянути більше пропозицій"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Переглянути більше запропонованого на сторінці Відкриття"
1532···3741msgid "Fitness"
3742msgstr "Фітнес"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr ""
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr ""
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr ""
···5197msgid "Messages"
5198msgstr "Повідомлення"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr ""
···7630msgid "See jobs at Bluesky"
7631msgstr "Переглянути вакансії у Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr ""
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Інші стрічки, які можуть вам сподобатися"
8270···8511msgid "Suggestive"
8512msgstr "Непристойний"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr ""
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr ""
···8837msgstr "Виникла проблема з завантаженням сповіщень. Натисніть тут, щоб повторити спробу."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Виникла проблема з завантаженням постів. Натисніть тут, щоб повторити спробу."
8843
+18-18
src/locale/locales/vi/messages.po
···8"Language: vi\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:32\n"
12"Last-Translator: \n"
13"Language-Team: Vietnamese\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky không thể xác nhận tính xác thực của ngày được tuyên bố."
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Sách"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Xem nhiều tài khoản hơn trên trang Khám phá"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Xem nhiều bảng tin hơn trên trang Khám phá"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "Xem thêm đề xuất"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Xem thêm đề xuất trên trang Khám phá"
1532···3741msgid "Fitness"
3742msgstr "Thể hình"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Thuần đen"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Thuần xanh"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Thuần trắng"
···5197msgid "Messages"
5198msgstr "Tin nhắn"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Nửa đêm"
···7630msgid "See jobs at Bluesky"
7631msgstr "Xem công việc tại Bluesky"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Một vài xác minh của bạn không hợp lệ."
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "Một số bảng tin khác bạn có thể thích"
8270···8511msgid "Suggestive"
8512msgstr "Đề xuất"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Bình minh"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Hoàng hôn"
···8837msgstr "Có vấn đề khi tải thông báo. Nhấn vào đây để thử lại."
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Có vấn đề khi tải bài đăng. Nhấn vào đây để thử lại."
8843
···8"Language: vi\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:27\n"
12"Last-Translator: \n"
13"Language-Team: Vietnamese\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr ""
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "Aurora"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky không thể xác nhận tính xác thực của ngày được tuyên bố."
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "Sách"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "Xem nhiều tài khoản hơn trên trang Khám phá"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "Xem nhiều bảng tin hơn trên trang Khám phá"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "Xem thêm đề xuất"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "Xem thêm đề xuất trên trang Khám phá"
1532···3741msgid "Fitness"
3742msgstr "Thể hình"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "Thuần đen"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "Thuần xanh"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "Thuần trắng"
···5197msgid "Messages"
5198msgstr "Tin nhắn"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "Nửa đêm"
···7630msgid "See jobs at Bluesky"
7631msgstr "Xem công việc tại Bluesky"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr ""
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "Một vài xác minh của bạn không hợp lệ."
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "Một số bảng tin khác bạn có thể thích"
8270···8511msgid "Suggestive"
8512msgstr "Đề xuất"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "Bình minh"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "Hoàng hôn"
···8837msgstr "Có vấn đề khi tải thông báo. Nhấn vào đây để thử lại."
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "Có vấn đề khi tải bài đăng. Nhấn vào đây để thử lại."
8843
+18-18
src/locale/locales/zh-CN/messages.po
···8"Language: zh\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Chinese Simplified\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr "至少应含有 8 个字符"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "极光"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky 无法确认帖文发布时间的真实性。"
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky 经典™"
···1513msgid "Books"
1514msgstr "书籍"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "在探索页面浏览更多账户"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "在探索页面浏览更多动态源"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "浏览更多建议"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "在探索页面浏览更多建议"
1532···3741msgid "Fitness"
3742msgstr "健康"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "哑光黑"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "哑光蓝"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "哑光白"
···5197msgid "Messages"
5198msgstr "私信"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "午夜"
···7630msgid "See jobs at Bluesky"
7631msgstr "查看 Bluesky 的工作职缺"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "浏览更多"
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "你当前被授予的部分认证无效。"
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "其他你可能喜欢的动态源"
8270···8511msgid "Suggestive"
8512msgstr "性暗示"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "日出"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "日落"
···8837msgstr "刷新通知时出现问题,点击重试。"
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "刷新帖文时出现问题,点击重试。"
8843
···8"Language: zh\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Chinese Simplified\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr "至少应含有 8 个字符"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "极光"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky 无法确认帖文发布时间的真实性。"
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky 经典™"
···1513msgid "Books"
1514msgstr "书籍"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "在探索页面浏览更多账户"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "在探索页面浏览更多动态源"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "浏览更多建议"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "在探索页面浏览更多建议"
1532···3741msgid "Fitness"
3742msgstr "健康"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "哑光黑"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "哑光蓝"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "哑光白"
···5197msgid "Messages"
5198msgstr "私信"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "午夜"
···7630msgid "See jobs at Bluesky"
7631msgstr "查看 Bluesky 的工作职缺"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "浏览更多"
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "你当前被授予的部分认证无效。"
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "其他你可能喜欢的动态源"
8270···8511msgid "Suggestive"
8512msgstr "性暗示"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "日出"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "日落"
···8837msgstr "刷新通知时出现问题,点击重试。"
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "刷新帖文时出现问题,点击重试。"
8843
+19-19
src/locale/locales/zh-HK/messages.po
···8"Language: zh\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Chinese Traditional, Hong Kong\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr "至少 8 個字元"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "極光"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky 無法確認貼文發布日期嘅真實性。"
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "書"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "喺探索頁面瀏覽更多帳號"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "喺探索頁面瀏覽更多動態源"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "瀏覽更多建議"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "喺探索頁面瀏覽更多建議"
1532···3741msgid "Fitness"
3742msgstr "健康"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "啞黑"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "啞藍"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "啞白"
···5197msgid "Messages"
5198msgstr "傾偈"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "半夜"
···7630msgid "See jobs at Bluesky"
7631msgstr "喺 Bluesky 度搵工"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "瀏覽更多"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244-msgstr ""
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "你目前被授予嘅部分驗證無效。"
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "其他可能都會啱你心水嘅動態源"
8270···8511msgid "Suggestive"
8512msgstr "性暗示"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "日出"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "日落"
···8837msgstr "攞緊通知嗰陣出咗問題,撳呢度試多次。"
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "攞緊帖文嗰陣出咗問題,撳呢度試多次。"
8843
···8"Language: zh\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Chinese Traditional, Hong Kong\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr "至少 8 個字元"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "極光"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky 無法確認貼文發布日期嘅真實性。"
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky Classic™"
···1513msgid "Books"
1514msgstr "書"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "喺探索頁面瀏覽更多帳號"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "喺探索頁面瀏覽更多動態源"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "瀏覽更多建議"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "喺探索頁面瀏覽更多建議"
1532···3741msgid "Fitness"
3742msgstr "健康"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "啞黑"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "啞藍"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "啞白"
···5197msgid "Messages"
5198msgstr "傾偈"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "半夜"
···7630msgid "See jobs at Bluesky"
7631msgstr "喺 Bluesky 度搵工"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "瀏覽更多"
7637···8241#: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219
8242#: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99
8243msgid "Skip to next step"
8244+msgstr "跳到下一步"
82458246#: src/screens/Settings/AppearanceSettings.tsx:165
8247msgid "Smaller"
···8264msgid "Some of your verifications are invalid."
8265msgstr "你目前被授予嘅部分驗證無效。"
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "其他可能都會啱你心水嘅動態源"
8270···8511msgid "Suggestive"
8512msgstr "性暗示"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "日出"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "日落"
···8837msgstr "攞緊通知嗰陣出咗問題,撳呢度試多次。"
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "攞緊帖文嗰陣出咗問題,撳呢度試多次。"
8843
+18-18
src/locale/locales/zh-TW/messages.po
···8"Language: zh\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11-"PO-Revision-Date: 2025-10-16 16:31\n"
12"Last-Translator: \n"
13"Language-Team: Chinese Traditional\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr "至少 8 個字元"
12711272-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:58
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "極光"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky 無法確認貼文發布日期的真實性。"
14601461-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:175
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky 經典™"
···1513msgid "Books"
1514msgstr "書籍"
15151516-#: src/components/FeedInterstitials.tsx:431
1517msgid "Browse more accounts on the Explore page"
1518msgstr "在探索頁面瀏覽更多帳號"
15191520-#: src/components/FeedInterstitials.tsx:559
1521msgid "Browse more feeds on the Explore page"
1522msgstr "在探索頁面瀏覽更多動態源"
15231524-#: src/components/FeedInterstitials.tsx:540
1525-#: src/components/FeedInterstitials.tsx:543
1526msgid "Browse more suggestions"
1527msgstr "瀏覽更多建議"
15281529-#: src/components/FeedInterstitials.tsx:568
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "在探索頁面瀏覽更多建議"
1532···3741msgid "Fitness"
3742msgstr "健康"
37433744-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:159
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "消光黑"
37483749-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:127
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "消光藍"
37533754-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:143
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "消光白"
···5197msgid "Messages"
5198msgstr "訊息"
51995200-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:111
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "午夜"
···7630msgid "See jobs at Bluesky"
7631msgstr "瀏覽在 Bluesky 的工作機會"
76327633-#: src/components/FeedInterstitials.tsx:394
7634-#: src/components/FeedInterstitials.tsx:445
7635msgid "See more"
7636msgstr "檢視更多"
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "您目前被授予的部分驗證無效。"
82668267-#: src/components/FeedInterstitials.tsx:522
8268msgid "Some other feeds you might like"
8269msgstr "其他您可能喜歡的動態源"
8270···8511msgid "Suggestive"
8512msgstr "性暗示"
85138514-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:82
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "日出"
85188519-#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:96
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "日落"
···8837msgstr "取得通知時發生問題,按這裡重試。"
88388839#: src/screens/Search/Explore.tsx:993
8840-#: src/view/com/posts/PostFeed.tsx:709
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "取得貼文時發生問題,按這裡重試。"
8843
···8"Language: zh\n"
9"Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n"
10"Report-Msgid-Bugs-To: \n"
11+"PO-Revision-Date: 2025-10-22 19:26\n"
12"Last-Translator: \n"
13"Language-Team: Chinese Traditional\n"
14"Plural-Forms: nplurals=1; plural=0;\n"
···1269msgid "At least 8 characters"
1270msgstr "至少 8 個字元"
12711272+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62
1273msgctxt "Name of app icon variant"
1274msgid "Aurora"
1275msgstr "極光"
···1458msgid "Bluesky cannot confirm the authenticity of the claimed date."
1459msgstr "Bluesky 無法確認貼文發布日期的真實性。"
14601461+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179
1462msgctxt "Name of app icon variant"
1463msgid "Bluesky Classic™"
1464msgstr "Bluesky 經典™"
···1513msgid "Books"
1514msgstr "書籍"
15151516+#: src/components/FeedInterstitials.tsx:436
1517msgid "Browse more accounts on the Explore page"
1518msgstr "在探索頁面瀏覽更多帳號"
15191520+#: src/components/FeedInterstitials.tsx:569
1521msgid "Browse more feeds on the Explore page"
1522msgstr "在探索頁面瀏覽更多動態源"
15231524+#: src/components/FeedInterstitials.tsx:550
1525+#: src/components/FeedInterstitials.tsx:553
1526msgid "Browse more suggestions"
1527msgstr "瀏覽更多建議"
15281529+#: src/components/FeedInterstitials.tsx:578
1530msgid "Browse more suggestions on the Explore page"
1531msgstr "在探索頁面瀏覽更多建議"
1532···3741msgid "Fitness"
3742msgstr "健康"
37433744+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163
3745msgctxt "Name of app icon variant"
3746msgid "Flat Black"
3747msgstr "消光黑"
37483749+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131
3750msgctxt "Name of app icon variant"
3751msgid "Flat Blue"
3752msgstr "消光藍"
37533754+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147
3755msgctxt "Name of app icon variant"
3756msgid "Flat White"
3757msgstr "消光白"
···5197msgid "Messages"
5198msgstr "訊息"
51995200+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115
5201msgctxt "Name of app icon variant"
5202msgid "Midnight"
5203msgstr "午夜"
···7630msgid "See jobs at Bluesky"
7631msgstr "瀏覽在 Bluesky 的工作機會"
76327633+#: src/components/FeedInterstitials.tsx:399
7634+#: src/components/FeedInterstitials.tsx:455
7635msgid "See more"
7636msgstr "檢視更多"
7637···8264msgid "Some of your verifications are invalid."
8265msgstr "您目前被授予的部分驗證無效。"
82668267+#: src/components/FeedInterstitials.tsx:532
8268msgid "Some other feeds you might like"
8269msgstr "其他您可能喜歡的動態源"
8270···8511msgid "Suggestive"
8512msgstr "性暗示"
85138514+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86
8515msgctxt "Name of app icon variant"
8516msgid "Sunrise"
8517msgstr "日出"
85188519+#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100
8520msgctxt "Name of app icon variant"
8521msgid "Sunset"
8522msgstr "日落"
···8837msgstr "取得通知時發生問題,按這裡重試。"
88388839#: src/screens/Search/Explore.tsx:993
8840+#: src/view/com/posts/PostFeed.tsx:712
8841msgid "There was an issue fetching posts. Tap here to try again."
8842msgstr "取得貼文時發生問題,按這裡重試。"
8843
···11import throttle from 'lodash.throttle'
1213import {PROD_FEEDS, STAGING_FEEDS} from '#/lib/constants'
14-import {isNetworkError} from '#/lib/hooks/useCleanError'
15import {Logger} from '#/logger'
16import {
17 type FeedSourceFeedInfo,
···129 },
130 },
131 )
132- .catch((e: any) => {
133- if (!isNetworkError(e)) {
134- logger.warn('Failed to send feed interactions', {error: e})
135- }
136- })
137138 // Send to Statsig
139 if (aggregatedStats.current === null) {
···11import throttle from 'lodash.throttle'
1213import {PROD_FEEDS, STAGING_FEEDS} from '#/lib/constants'
014import {Logger} from '#/logger'
15import {
16 type FeedSourceFeedInfo,
···128 },
129 },
130 )
131+ .catch(() => {}) // ignore upstream errors
0000132133 // Send to Statsig
134 if (aggregatedStats.current === null) {
+19-37
src/state/queries/post-feed.ts
···30import {aggregateUserInterests} from '#/lib/api/feed/utils'
31import {FeedTuner, type FeedTunerFn} from '#/lib/api/feed-manip'
32import {DISCOVER_FEED_URI} from '#/lib/constants'
33-import {BSKY_FEED_OWNER_DIDS} from '#/lib/constants'
34import {logger} from '#/logger'
35import {useAgeAssuranceContext} from '#/state/ageAssurance'
36import {STALE} from '#/state/queries'
···211 cursor: undefined,
212 }
213214- try {
215- const res = await api.fetch({cursor, limit: fetchLimit})
216217- /*
218- * If this is a public view, we need to check if posts fail moderation.
219- * If all fail, we throw an error. If only some fail, we continue and let
220- * moderations happen later, which results in some posts being shown and
221- * some not.
222- */
223- if (!agent.session) {
224- assertSomePostsPassModeration(
225- res.feed,
226- preferences?.moderationPrefs ||
227- DEFAULT_LOGGED_OUT_PREFERENCES.moderationPrefs,
228- )
229- }
230231- return {
232- api,
233- cursor: res.cursor,
234- feed: res.feed,
235- fetchedAt: Date.now(),
236- }
237- } catch (e) {
238- const feedDescParts = feedDesc.split('|')
239- const feedOwnerDid = new AtUri(feedDescParts[1]).hostname
240-241- if (
242- feedDescParts[0] === 'feedgen' &&
243- BSKY_FEED_OWNER_DIDS.includes(feedOwnerDid)
244- ) {
245- logger.error(`Bluesky feed may be offline: ${feedOwnerDid}`, {
246- feedDesc,
247- jsError: e,
248- })
249- }
250-251- throw e
252 }
253 },
254 initialPageParam: undefined,
···30import {aggregateUserInterests} from '#/lib/api/feed/utils'
31import {FeedTuner, type FeedTunerFn} from '#/lib/api/feed-manip'
32import {DISCOVER_FEED_URI} from '#/lib/constants'
033import {logger} from '#/logger'
34import {useAgeAssuranceContext} from '#/state/ageAssurance'
35import {STALE} from '#/state/queries'
···210 cursor: undefined,
211 }
212213+ const res = await api.fetch({cursor, limit: fetchLimit})
0214215+ /*
216+ * If this is a public view, we need to check if posts fail moderation.
217+ * If all fail, we throw an error. If only some fail, we continue and let
218+ * moderations happen later, which results in some posts being shown and
219+ * some not.
220+ */
221+ if (!agent.session) {
222+ assertSomePostsPassModeration(
223+ res.feed,
224+ preferences?.moderationPrefs ||
225+ DEFAULT_LOGGED_OUT_PREFERENCES.moderationPrefs,
226+ )
227+ }
228229+ return {
230+ api,
231+ cursor: res.cursor,
232+ feed: res.feed,
233+ fetchedAt: Date.now(),
0000000000000000234 }
235 },
236 initialPageParam: undefined,
+4-1
src/view/com/posts/PostFeed.tsx
···32import {useInitialNumToRender} from '#/lib/hooks/useInitialNumToRender'
33import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback'
34import {logEvent} from '#/lib/statsig/statsig'
035import {logger} from '#/logger'
36import {isIOS, isNative, isWeb} from '#/platform/detection'
37import {listenPostCreated} from '#/state/events'
···360 }
361 }
362 } catch (e) {
363- logger.error('Poll latest failed', {feed, message: String(e)})
00364 }
365 })
366
···32import {useInitialNumToRender} from '#/lib/hooks/useInitialNumToRender'
33import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback'
34import {logEvent} from '#/lib/statsig/statsig'
35+import {isNetworkError} from '#/lib/strings/errors'
36import {logger} from '#/logger'
37import {isIOS, isNative, isWeb} from '#/platform/detection'
38import {listenPostCreated} from '#/state/events'
···361 }
362 }
363 } catch (e) {
364+ if (!isNetworkError(e)) {
365+ logger.error('Poll latest failed', {feed, message: String(e)})
366+ }
367 }
368 })
369