From bd2849d9257f57cc6edcbef18fbd5749e8d1844e Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 29 Jun 2026 12:42:23 -0500 Subject: [PATCH] Release Prep 1.126.0 (#11015) --- __e2e__/flows/curate-lists.yml | 3 +- __e2e__/flows/profile-screen.yml | 3 +- __e2e__/flows/search-screen.yml | 6 +- dev-env/package.json | 4 +- dev-env/pnpm-lock.yaml | 86 +- src/locale/locales/an/messages.po | 1301 +++-- src/locale/locales/ar/messages.po | 1447 +++-- src/locale/locales/ast/messages.po | 1301 +++-- src/locale/locales/az/messages.po | 1447 +++-- src/locale/locales/bn/messages.po | 1447 +++-- src/locale/locales/br/messages.po | 1447 +++-- src/locale/locales/ca/messages.po | 1341 +++-- src/locale/locales/cs/messages.po | 7468 ++++++++++++++------------ src/locale/locales/cy/messages.po | 1375 +++-- src/locale/locales/da/messages.po | 1355 +++-- src/locale/locales/de/messages.po | 1343 +++-- src/locale/locales/el/messages.po | 1301 +++-- src/locale/locales/en-GB/messages.po | 1311 +++-- src/locale/locales/en/messages.po | 8 +- src/locale/locales/eo/messages.po | 1399 +++-- src/locale/locales/es/messages.po | 1317 +++-- src/locale/locales/eu/messages.po | 1339 +++-- src/locale/locales/fi/messages.po | 1301 +++-- src/locale/locales/fr/messages.po | 1343 +++-- src/locale/locales/fy/messages.po | 1303 +++-- src/locale/locales/ga/messages.po | 1301 +++-- src/locale/locales/gd/messages.po | 1305 +++-- src/locale/locales/gl/messages.po | 1301 +++-- src/locale/locales/haw/messages.po | 1447 +++-- src/locale/locales/hi/messages.po | 1301 +++-- src/locale/locales/hu/messages.po | 1367 +++-- src/locale/locales/ia/messages.po | 1303 +++-- src/locale/locales/id/messages.po | 1303 +++-- src/locale/locales/it/messages.po | 1351 +++-- src/locale/locales/ja/messages.po | 1353 +++-- src/locale/locales/kab/messages.po | 1447 +++-- src/locale/locales/km/messages.po | 1301 +++-- src/locale/locales/ko/messages.po | 1341 +++-- src/locale/locales/lt/messages.po | 1447 +++-- src/locale/locales/lv/messages.po | 1447 +++-- src/locale/locales/ne/messages.po | 1301 +++-- src/locale/locales/nl/messages.po | 1301 +++-- src/locale/locales/pl/messages.po | 1301 +++-- src/locale/locales/pt-BR/messages.po | 1359 +++-- src/locale/locales/pt-PT/messages.po | 1345 +++-- src/locale/locales/ro/messages.po | 1313 +++-- src/locale/locales/ru/messages.po | 1303 +++-- src/locale/locales/sv/messages.po | 1391 +++-- src/locale/locales/th/messages.po | 1301 +++-- src/locale/locales/tr/messages.po | 1353 +++-- src/locale/locales/uk/messages.po | 1301 +++-- src/locale/locales/vi/messages.po | 1303 +++-- src/locale/locales/zh-CN/messages.po | 1351 +++-- src/locale/locales/zh-HK/messages.po | 1493 +++-- src/locale/locales/zh-TW/messages.po | 1521 ++++-- src/screens/Search/Shell.tsx | 1 + 56 files changed, 44839 insertions(+), 27710 deletions(-) diff --git a/__e2e__/flows/curate-lists.yml b/__e2e__/flows/curate-lists.yml index cc97b0fd72..35ad11a107 100644 --- a/__e2e__/flows/curate-lists.yml +++ b/__e2e__/flows/curate-lists.yml @@ -135,7 +135,8 @@ appId: xyz.blueskyweb.app - tapOn: id: "bottomBarSearchBtn" -- tapOn: "Search for posts, users[,]? or feeds" +- tapOn: + id: "searchScreenInput" - inputText: "bob" - tapOn: id: "searchAutoCompleteResult-bob.test" diff --git a/__e2e__/flows/profile-screen.yml b/__e2e__/flows/profile-screen.yml index a20302dacc..be12c1d196 100644 --- a/__e2e__/flows/profile-screen.yml +++ b/__e2e__/flows/profile-screen.yml @@ -15,7 +15,8 @@ appId: xyz.blueskyweb.app id: "bottomBarSearchBtn" - tapOn: id: "bottomBarSearchBtn" -- tapOn: "Search for posts, users[,]? or feeds" +- tapOn: + id: "searchScreenInput" - inputText: "b" - tapOn: id: "searchAutoCompleteResult-bob.test" diff --git a/__e2e__/flows/search-screen.yml b/__e2e__/flows/search-screen.yml index 13a1b06fa2..a75b3a2ed6 100644 --- a/__e2e__/flows/search-screen.yml +++ b/__e2e__/flows/search-screen.yml @@ -15,8 +15,10 @@ appId: xyz.blueskyweb.app id: "bottomBarSearchBtn" - tapOn: id: "bottomBarSearchBtn" -- assertVisible: "Search for posts, users[,]? or feeds" -- tapOn: "Search for posts, users[,]? or feeds" +- assertVisible: + id: "searchScreenInput" +- tapOn: + id: "searchScreenInput" - inputText: "b" - tapOn: id: "searchAutoCompleteResult-bob.test" diff --git a/dev-env/package.json b/dev-env/package.json index 58fe9a5d87..e77ad1dfab 100644 --- a/dev-env/package.json +++ b/dev-env/package.json @@ -6,8 +6,8 @@ "start": "NODE_ENV=development ./dev-infra/with-test-redis-and-db.sh node ./mock-server.ts" }, "dependencies": { - "@atproto/api": "^0.20.0", - "@atproto/dev-env": "^0.5.0", + "@atproto/api": "^0.20.22", + "@atproto/dev-env": "^0.5.3", "typescript": "^6.0.3" }, "devDependencies": { diff --git a/dev-env/pnpm-lock.yaml b/dev-env/pnpm-lock.yaml index 572a128c5f..4d89fde115 100644 --- a/dev-env/pnpm-lock.yaml +++ b/dev-env/pnpm-lock.yaml @@ -208,10 +208,10 @@ importers: .: dependencies: '@atproto/api': - specifier: ^0.20.0 - version: 0.20.5 + specifier: ^0.20.22 + version: 0.20.22 '@atproto/dev-env': - specifier: ^0.5.0 + specifier: ^0.5.3 version: 0.5.3 typescript: specifier: ^6.0.3 @@ -257,8 +257,8 @@ packages: resolution: {integrity: sha512-nmjM83KucbRnz/CDSXQX6FLH/GP93XjcI1u5WFlomPscmeOAP1+9AOVsMQlKmh27I3hgaSOdCr03GJjAIpuPZQ==} engines: {node: '>=22'} - '@atproto/api@0.20.5': - resolution: {integrity: sha512-VqkRYKR9vRRk36NhtytJz5TPhNtR1hczCcfM+bWoOK6MBvWUT8HwelufrycFAIbFIH7n4ws+5UbnLYpTIBQZ6Q==} + '@atproto/api@0.20.22': + resolution: {integrity: sha512-TdT9ktYc0FMmMZ8HjkMz13QcSCcYiesCGN81mFZd5owQASHVM9GBtAAmzpkrPyZhUkiIjgh/nUHk8xWVu+4dVA==} engines: {node: '>=22'} '@atproto/aws@0.3.0': @@ -277,6 +277,10 @@ packages: resolution: {integrity: sha512-ReWnkuZdDU/74/I47gaI26uxQjHmpq4edp41NnZZQ5vIIKGb7Ei6pZHzDTUD9JURo109SKrPx9RMP2IQm0fOKA==} engines: {node: '>=22'} + '@atproto/common-web@0.5.2': + resolution: {integrity: sha512-oO0JEvM7MM7iXMngq6V51IJlzBZFhFJoDjnGnQT75EO94/8Q5hnM/LP+a8KyWjcBcpcSZwQ0bukNv9phZONdGA==} + engines: {node: '>=22'} + '@atproto/common@0.1.0': resolution: {integrity: sha512-OB5tWE2R19jwiMIs2IjQieH5KTUuMb98XGCn9h3xuu6NanwjlmbCYMv08fMYwIp3UQ6jcq//84cDT3Bu6fJD+A==} @@ -331,6 +335,10 @@ packages: resolution: {integrity: sha512-/xza8nU/YhtzhETnHL3QKKofaJ28/0NCzhT7LaYoUkm8EgypWp5ykEtmW52yLhQM2JF6fVa25g1soQmNTGqtSg==} engines: {node: '>=22'} + '@atproto/lex-data@0.1.3': + resolution: {integrity: sha512-ysqMYW6cIKce52/+EIbTa+I4pLqZQSBP9aGImN88vAQtd1oZBKPmut6dQk00xSQ8PW9REJRuIHNSFAF4HD+fsw==} + engines: {node: '>=22'} + '@atproto/lex-document@0.1.0': resolution: {integrity: sha512-I2q2iwK8RnSHkBeAj5xdJNYdHiUQqlkbbleBSJKJXlYOYy5y86dWRo9IfE0l9E3qZ3/zvy1ydlEZmZupEt0FGg==} engines: {node: '>=22'} @@ -343,6 +351,10 @@ packages: resolution: {integrity: sha512-oWUrRMwFyWpmi/5k1Se3xBTbP06XdxBS5iFuUz9LmqItaPXwrWRD87a9ldPvINQ/A2/mn7J6/qug8sDVlhD+vQ==} engines: {node: '>=22'} + '@atproto/lex-json@0.1.2': + resolution: {integrity: sha512-58nIjoWX0c8T5fcoPPmIaShxKZgfPMhNmrprtR7GuN4PzyMwm59A3CLlKAzzR+vjI3IidEMU+enpLuwUT8L+Nw==} + engines: {node: '>=22'} + '@atproto/lex-resolver@0.1.0': resolution: {integrity: sha512-zliMiRW4ttSNFreKxyvSpaYQjeWrKpV/lutnXI9BNE8Ysgnw8Rltm0bR7kG/y0OlyClxhhU/vAG+OR8NpjhU1Q==} engines: {node: '>=22'} @@ -360,6 +372,10 @@ packages: resolution: {integrity: sha512-voNfNED5KUxn3vpo7N5DMRblBDfWf7kSfdKhJFC1RrLCxg38YbBzzURNVQJ32bp13Oot8kYfyXBWxTgtKLvw8w==} engines: {node: '>=22'} + '@atproto/lexicon@0.7.3': + resolution: {integrity: sha512-WP6ct2rjNCKSJN/VFc+8x6JQ7PvRMlfHUlmQM5hzvE3a6nOjm6kwSicjSIV/QldurdRGJ4FCQZ3uZu9Wqt4SxQ==} + engines: {node: '>=22'} + '@atproto/oauth-provider-api@0.6.0': resolution: {integrity: sha512-wFioPBgI71v4PuEwYmIYPp4GNOyaRw1UX8FJq0AiNuUGMbqCjdd7ImSsG4b43hsHr5wOsMirsWyccjUEdhb+yQ==} engines: {node: '>=22'} @@ -400,6 +416,10 @@ packages: resolution: {integrity: sha512-kA4dQDoMPpWCH8N0Q4KoSq024u5MkVfDVa8DdhyLjGA72z/khbOf1jXKPv7NIL2oEc9aj7geKELdvqyf4ogopA==} engines: {node: '>=22'} + '@atproto/syntax@0.6.3': + resolution: {integrity: sha512-io7Ck4o+40iFXhetHYoEtok2gZ8cWcJ1yRftEHe5AmAF0dSGcYmclbx5GatVew59taw+eSG7Ty5D3llop/0BhA==} + engines: {node: '>=22'} + '@atproto/ws-client@0.1.0': resolution: {integrity: sha512-8qG+A+htxEHpDJRgtYNUExUOejDwU4nE2SEJCFLiTc1G+s0GbFaeg7Fk5drQA9tLMHQWoU9uqIr1YQpJyvJs8w==} engines: {node: '>=22'} @@ -412,6 +432,10 @@ packages: resolution: {integrity: sha512-NJy02bIKrWlE2NQkRV1kT0Cj0ixbuxlF/MejBdo4cPWAa9v3oZexvAcjjb0zaOYeABkaU14iyIhvn2G4e/oLpw==} engines: {node: '>=22'} + '@atproto/xrpc@0.8.2': + resolution: {integrity: sha512-geLqJwazZuCGnae68KZppciS8DujhGvYtpc/aAj16XpHkUCf5Ds64H1IPrV0uv7SFvd/IAuMZAXZS4GIpfp1iw==} + engines: {node: '>=22'} + '@aws-crypto/crc32@5.2.0': resolution: {integrity: sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==} engines: {node: '>=16.0.0'} @@ -2110,12 +2134,12 @@ snapshots: - supports-color - utf-8-validate - '@atproto/api@0.20.5': + '@atproto/api@0.20.22': dependencies: - '@atproto/common-web': 0.5.0 - '@atproto/lexicon': 0.7.1 - '@atproto/syntax': 0.6.1 - '@atproto/xrpc': 0.8.0 + '@atproto/common-web': 0.5.2 + '@atproto/lexicon': 0.7.3 + '@atproto/syntax': 0.6.3 + '@atproto/xrpc': 0.8.2 await-lock: 3.0.0 multiformats: 13.4.2 tlds: 1.261.0 @@ -2140,7 +2164,7 @@ snapshots: dependencies: '@atproto-labs/fetch-node': 0.3.0 '@atproto-labs/xrpc-utils': 0.1.0 - '@atproto/api': 0.20.5 + '@atproto/api': 0.20.22 '@atproto/common': 0.6.1 '@atproto/crypto': 0.5.0 '@atproto/did': 0.4.0 @@ -2210,6 +2234,13 @@ snapshots: '@atproto/syntax': 0.6.1 zod: 3.25.76 + '@atproto/common-web@0.5.2': + dependencies: + '@atproto/lex-data': 0.1.3 + '@atproto/lex-json': 0.1.2 + '@atproto/syntax': 0.6.3 + zod: 3.25.76 + '@atproto/common@0.1.0': dependencies: '@ipld/dag-cbor': 7.0.3 @@ -2248,7 +2279,7 @@ snapshots: '@atproto/dev-env@0.5.3': dependencies: - '@atproto/api': 0.20.5 + '@atproto/api': 0.20.22 '@atproto/bsky': 0.0.234 '@atproto/bsync': 0.0.27 '@atproto/common-web': 0.5.0 @@ -2323,6 +2354,13 @@ snapshots: uint8arrays: 5.1.1 unicode-segmenter: 0.14.5 + '@atproto/lex-data@0.1.3': + dependencies: + multiformats: 13.4.2 + tslib: 2.8.1 + uint8arrays: 5.1.1 + unicode-segmenter: 0.14.5 + '@atproto/lex-document@0.1.0': dependencies: '@atproto/lex-schema': 0.1.1 @@ -2345,6 +2383,11 @@ snapshots: '@atproto/lex-data': 0.1.1 tslib: 2.8.1 + '@atproto/lex-json@0.1.2': + dependencies: + '@atproto/lex-data': 0.1.3 + tslib: 2.8.1 + '@atproto/lex-resolver@0.1.0': dependencies: '@atproto-labs/did-resolver': 0.3.0 @@ -2382,6 +2425,13 @@ snapshots: multiformats: 13.4.2 zod: 3.25.76 + '@atproto/lexicon@0.7.3': + dependencies: + '@atproto/common-web': 0.5.2 + '@atproto/syntax': 0.6.3 + multiformats: 13.4.2 + zod: 3.25.76 + '@atproto/oauth-provider-api@0.6.0': dependencies: '@atproto/jwk': 0.7.0 @@ -2436,7 +2486,7 @@ snapshots: '@atproto/ozone@0.1.176': dependencies: - '@atproto/api': 0.20.5 + '@atproto/api': 0.20.22 '@atproto/common': 0.6.1 '@atproto/crypto': 0.5.0 '@atproto/identity': 0.5.0 @@ -2551,6 +2601,11 @@ snapshots: iso-datestring-validator: 2.2.2 tslib: 2.8.1 + '@atproto/syntax@0.6.3': + dependencies: + iso-datestring-validator: 2.2.2 + tslib: 2.8.1 + '@atproto/ws-client@0.1.0': dependencies: '@atproto/common': 0.6.1 @@ -2586,6 +2641,11 @@ snapshots: '@atproto/lexicon': 0.7.1 zod: 3.25.76 + '@atproto/xrpc@0.8.2': + dependencies: + '@atproto/lexicon': 0.7.3 + zod: 3.25.76 + '@aws-crypto/crc32@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 diff --git a/src/locale/locales/an/messages.po b/src/locale/locales/an/messages.po index ffcdf0a743..3b02e0835e 100644 --- a/src/locale/locales/an/messages.po +++ b/src/locale/locales/an/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: an\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Aragonese\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(tien conteniu incrustau)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(sin correu-e)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# horas}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "S'ha meso {0, plural, one {# etiqueta} other {# etiquetas}} a esta cuenta" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "S'ha meso {0, plural, one {# etiqueta} other {# etiquetas}} en este conteniu" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# segundo} other {# segundos}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# elemento no leyiu} other {# elementos no leyius}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "{0} de 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} t'han seguiu" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "<0>Tu y<1> <2>{0} s'incluyen en o tuyo paquet d'inicio" msgid "⚠Invalid Handle" msgstr "⚠Identificador no valido" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Cuenta no silenciada" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "Anyadir texto alternativo" msgid "Add alt text (optional)" msgstr "Anyadir texto alternativo (opcional)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Anyadir texto alternativo (opcional)" msgid "Add another account" msgstr "Anyadir una atra cuenta" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Anyadir una atra publicación" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "Abanzau" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Toz" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Toz los idiomas" @@ -1367,6 +1422,15 @@ msgstr "Toz los idiomas" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Totas las tuyas canals alzadas, en un solo puesto." @@ -1380,13 +1444,13 @@ msgstr "Permite l'acceso a los tuyos mensaches directos" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "Sesión ya iniciada como @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Texto alternativo" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Texto alternativo" @@ -1489,7 +1553,7 @@ msgstr "I ha habiu una error" msgid "An error occurred" msgstr "I ha habiu una error" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "I ha habiu una error en comprimir lo video." @@ -1535,11 +1599,11 @@ msgstr "I ha habiu una error en alzar lo codigo QR!" msgid "An error occurred while trying to follow all" msgstr "I ha habiu una error mientres intentaba seguir a toz" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "Animals" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF animau" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "Publicación archivada" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Yes seguro que deseyas sacar esto d'as tuyas canals?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Seguro que quiers eliminar esta publicación?" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "Dezaga" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Blocau" @@ -2091,10 +2178,6 @@ msgstr "Las cuentas blocadas no podrán responder en os tuyos filos, mencionar-t msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Las cuentas blocadas no podrán responder en os tuyos filos, mencionar-te ni interactuar con tu de garra traza. No veyerás lo suyo conteniu y no podrán veyer lo tuyo." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Si blocas un etiquetador encara podrán seguir aplicando etiquetas a la tuya cuenta." @@ -2111,11 +2194,21 @@ msgstr "Si blocas a etiquetador encara podrán seguir aplicando etiquetas a la t msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky no puede confirmar l'autenticidat d'a data declarada." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Cancelar la reactivación y zarrar la sesión" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Cancelar busqueda" @@ -2411,7 +2505,7 @@ msgstr "Subtítols (.vtt)" msgid "Captions & alt text" msgstr "Subtítols y texto alternativo" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "Cambiar l'icono de l'aplicación" msgid "Change app icon to \"{0}\"" msgstr "Cambiar l'icono de l'aplicación a \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "Chat silenciau" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Achustes de chat" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Configuración de chat" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat no silenciau" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "Tría la tuya propia linia temporal! Las canals creadas per la comunidat msgid "Choose your password" msgstr "Tría la tuya clau" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Lo tuyo identificador" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Borrar toz los datos d'almagacenamiento" @@ -2673,6 +2779,10 @@ msgstr "Borrar toz los datos d'almagacenamiento" msgid "Clear all storage data (restart after this)" msgstr "Borrar toz los datos d'almagacenamiento (reiniciar dimpués d'esto)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Fe clic pa reintentar mensache fallido" @@ -2755,6 +2865,7 @@ msgstr "Fe clic pa reintentar mensache fallido" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Fe clic pa reintentar mensache fallido" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Zarrar este dialogo" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Zarra l'alerta d'actualización de clau" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" @@ -2886,7 +2996,7 @@ msgstr "Comprimir la lista d'usuarios" msgid "Collapses list of users for a given notification" msgstr "Comprimir la lista d'usuarios pa una notificación en particular" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Directrices d'a comunidat" msgid "Complete onboarding and start using your account" msgstr "Completa la incorporación y prencipia a usar la tuya cuenta" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Completa lo desafío" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Redactar una nueva publicación" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2936,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "Redactar la respuesta" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Comprimindo video..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Contactar con soporte" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Versión de compilación copiada a lo portafuellas" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Copiar texto d'o mensache" @@ -3341,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Crea un paquet d'inicio pa yo" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Crear cuenta" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Crea una cuenta" @@ -3549,7 +3668,7 @@ msgstr "Data de naixencia" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "Borrar conversa" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Borrar pa yo" @@ -3645,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "Borrar mensache" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Borrar mensache pa yo" @@ -3655,7 +3774,7 @@ msgstr "Borrar la mía cuenta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Borrar una publicación" @@ -3676,7 +3795,7 @@ msgstr "Borrar esta lista?" msgid "Delete this post?" msgstr "Borrar esta publicación?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Eliminau" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Achustar quí puede interactuar con esta publicación" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Tenue" @@ -3806,9 +3925,9 @@ msgstr "Desactivau" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Descartar" msgid "Discard changes?" msgstr "Descartar cambios?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Descartar borrador?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Descartar la publicación?" @@ -3864,7 +3983,7 @@ msgstr "Descartar" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Descartar error" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "Listo" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Duración:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Editar achustes d'interacción d'a publicación" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Editar lo perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Editar lo perfil" @@ -4268,7 +4387,7 @@ msgstr "Incrustar publicación" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incrusta esta publicación en o tuyo puesto web. Simplament copia lo siguient fragmento y apega-lo en o codigo HTML d'o tuyo puesto web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Reproductor de video incrustau" @@ -4308,8 +4427,8 @@ msgstr "Reproducir multimedia de" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "Escribe la tuya clau" msgid "Enter your username and password" msgstr "Escribe lo tuyo identificador y clau" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Cambia a pantalla completa" @@ -4408,7 +4527,7 @@ msgstr "Cambia a pantalla completa" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4438,7 +4557,7 @@ msgstr "I ha habiu una error en alzar lo fichero" msgid "Error receiving captcha response." msgstr "Error en recibir la respuesta d'o captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4450,26 +4569,38 @@ msgstr "Toz pueden responder" msgid "Everybody can reply to this post." msgstr "Toz pueden responder a esta publicación." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Toz" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Toz" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Toz" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Excluyir a los usuarios que sigues" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Imáchens sexuals explicitas." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4626,6 +4757,7 @@ msgstr "No s'ha puesto cambiar l'identificador. Torna-lo a intentar." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "Error en cargar las preferencias de canals" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "Error en cargar las sucherencias de seguimiento" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4789,6 +4921,10 @@ msgstr "Error en clavar la publicación." msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "Error en actualizar las canals" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Error en actualizar los achustes" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "Fichero alzau exitosament!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtrar d'as canals" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filtrar la busqueda per idioma" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrar la busqueda per idioma (actualment: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "Trobar chent a qui seguir" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "De <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Chenera un paquet d'inicio" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "Obtiene aduya" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Tiens problemas?" @@ -5973,7 +6144,7 @@ msgstr "Tenemos problemas pa cargar estes datos. Debaixo trobarás mas detalles. msgid "Hmmmm, we couldn't load that moderation service." msgstr "Pareixe que somos tenendo problemas pa cargar estes datos. Mira debaixo pa mas detalles. Si este problema sigue, per favor contacta-nos." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Aguarte! Somos dando acceso a videos gradualment, y encara yes en a lista d'espera. Torna a consultar luego!" @@ -6102,12 +6273,12 @@ msgstr "Si yes un desenrollador/a, puez alochar lo tuyo propio servidor." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Si yes mirando de cambiar lo tuyo identificador u correu electronico, fe-lo antes de desactivar la tuya cuenta." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Imachen" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Nombre d'usuario u clau no validos" @@ -6334,7 +6539,6 @@ msgstr "Codigo d'invitación" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "No s'accepta lo codigo d'invitación. Compreba que l'has escrito correctament y torna-lo a intentar." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Invitacions, pero personals" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Nomás yes tu per agora! Anyade mas personas a lo tuyo paquet d'inicio buscando alto." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID de fayena: {0}" @@ -6469,8 +6672,8 @@ msgstr "Une-te a la conversa" msgid "Journalism" msgstr "Periodismo" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "Etiquetas en a tuya cuenta" msgid "Labels on your content" msgstr "Etiquetas en o tuyo conteniu" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Achustes d'Idiomas" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Zaguero" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "Aprender-ne mas" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "Le fa goyo a {0, plural, one {# usuario} other {# usuarios}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Le fa goyo a {likeCount, plural, one {# usuario} other {# usuarios}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Me fa goyo" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "Cargar notificacions nuevas" msgid "Load new posts" msgstr "Cargar publicacions nuevas" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "Chestiona las tuyas parolas y etiquetas silenciadas" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Marcar como leyiu" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Multimedia" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "usuarios mencionaus" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Mencions" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menú" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mensache eliminau" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7193,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "Mensache d'o servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Campo de dentrada de mensache" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Lo mensache ye masiau largo" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7215,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "Mensaches" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Mosica" msgid "Mute" msgstr "Silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "No importa, crea un identificador per yo" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Nuevo" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nuevo" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Nuevo chat" @@ -7574,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "Nuevo identificador" msgid "New list" msgstr "Nueva lista" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Siguient" msgid "Next image" msgstr "Imachen nueva" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "Encara no i hai notificacions!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "No i hai citas encara" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "No s'ha trobau resultaus" msgid "No results found for \"{query}\"" msgstr "No s'ha trobau resultaus pa \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7868,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "Desnudez no sexual" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Achustes de notificación" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Sons de notificación" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Amortar" @@ -8017,7 +8257,7 @@ msgstr "D'acuerdo" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Falta lo texto alternativo d'uno u mas GIFs." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Falta lo texto alternativo en una u cuantas imáchens." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Falta lo texto alternativo d'uno u mas videos." @@ -8083,7 +8323,7 @@ msgstr "Nomás {0} puede responder." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Nomás s'admiten fichers WebVTT (.vtt)" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Ui!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Ubrir lo creyador de avatares" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Ubrir lo menú lateral" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Ubrir selector d'emoji" @@ -8280,7 +8535,7 @@ msgstr "Ubre un dialogo pa anyadir una advertencia de conteniu a la tuya publica msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Ubre lo fluxo pa crear una nueva cuenta de Bluesky" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Ubre lo fluxo pa iniciar sesión en a tuya cuenta existent de Bluesky" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Clau actualizada" msgid "Password updated!" msgstr "Clau actualizada!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pausar" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Pausar video" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Personas" @@ -8550,17 +8805,17 @@ msgstr "Personas seguidas per @{0}" msgid "People following @{0}" msgstr "Personas seguindo a @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Fotografía" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Canals clavadas" msgid "Pinned to your feeds" msgstr "Las tuyas canals clavadas" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Reproducir" @@ -8668,7 +8924,7 @@ msgstr "Reproducir" msgid "Play {0}" msgstr "Reproducir {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "Reproducir video" msgid "Play Video" msgstr "Reproducir Video" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Reproduce u pausa lo GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Reproduce u pausa lo video" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Per favor, completa la verificación CAPTCHA." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Politica" msgid "Porn" msgstr "Pornografía" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Publicar" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Publicar-lo tot" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Publicación desclavada" msgid "Posts" msgstr "Publicacions" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Las publicacions pueden estar silenciadas seguntes lo suyo texto, las suyas etiquetas u las dos cosas. Recomendamos privar parolas comuns que amaneixcan en muitas publicacions, ya que podría resultar que no s'amuestre garra publicación." @@ -9067,11 +9327,11 @@ msgstr "Politica de privacidat" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Procesando video..." @@ -9083,7 +9343,7 @@ msgstr "Procesando..." msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Listas publicas y compartibles pa blocar u silenciar a usuarios de vez." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "La publicación citada s'ha deseparau correctament" msgid "Quote posts disabled" msgstr "Citas deshabilitadas" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citas" @@ -9238,9 +9498,14 @@ msgstr "Reactivar la tuya cuenta" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Motivo d'o recurso" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Recargar conversacions" @@ -9379,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9427,6 +9692,11 @@ msgstr "Eliminar la canal" msgid "Remove feed?" msgstr "Eliminar la canal?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Eliminar la imachen" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Sacar parola silenciada d'a tuya lista" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Eliminar perfil" @@ -9507,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Eliminau per autor" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Eliminau per tu" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Respuestas" @@ -9609,12 +9884,12 @@ msgstr "Respuestas deshabilitadas" msgid "Replies to this post are disabled." msgstr "Las respuestas en esta publicación son deshabilitadas." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Responder" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -9652,7 +9927,7 @@ msgstr "Visibilidat d'a respuesta actualizada" msgid "Reply was successfully hidden" msgstr "La respuesta s'ha amagau correctament" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Denunciar canal" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Denunciar mensache" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Tornau a publicar per tu" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "Republicacions d'esta publicación" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Reintenta la zaguera acción, que presentó una error" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Alzar cambios" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Alzau en as tuyas canals" msgid "Say hello!" msgstr "Di ola!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Desplazar enta alto" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Buscar" @@ -10186,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Mira publicacions, usuarios u canals" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Buscar GIFs" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "Mirar en publicacions" msgid "Search profiles" msgstr "Buscar perfils" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Mirar..." @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "Triar cuenta" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "Triar idiomas de conteniu" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Tría d'una cuenta existent" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Tría per cuánto tiempo s'habría de silenciar esta parola." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Tría los tuyos intereses d'as opcions contino" msgid "Select your preferred language for translations in your feed." msgstr "Tría en qué idioma deseyas traducir las publicacions d'a tuya canal." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Ninviar comentarios" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Ninviar mensache" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Ninviar vía mensache directo" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Estableix lo correu electronico pa restablir la clau" msgid "Settings" msgstr "Achustes" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Compartir codigo QR" msgid "Share this feed" msgstr "Comparte esta canal" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Compartir este paquet d'inicio" @@ -10726,7 +11027,7 @@ msgstr "Prebador de Preferencias Compartidas" msgid "Show" msgstr "Veyer" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Veyer texto alternativo" @@ -10864,13 +11165,13 @@ msgstr "Amuestra lo conteniu" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Se requiere iniciar sesión" msgid "Signed in as @{0}" msgstr "Sesión iniciada como @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Blincar" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11223,7 +11529,7 @@ msgstr "Pachina d'estau" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Paso {0} de {1}" @@ -11295,11 +11601,11 @@ msgstr "Subscribi-te a @{0} pa usar estas etiquetas:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Suscribir-se a lo etiquetador" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Suscribir-se a este etiquetador" @@ -11345,6 +11651,10 @@ msgstr "Sucheriu pa tu" msgid "Suggestive" msgstr "Suchestivo" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "La Politica de privacidat s'ha tresladau a <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "I hai habiu una tongada de nuevos usuarios en Bluesky! Activaremos la tu msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Estes achustes nomás afectan a la canal \"Seguindo\"" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "Esta lista ye vueda." msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Esta publicación será amagada d'as canals y filos. Esto no se puede desfer." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "L'autor d'esta publicación ha deshabilitau las citas de publicacions." @@ -12271,7 +12601,7 @@ msgstr "Hue" msgid "Toggle to enable or disable adult content" msgstr "Alternar habilitar u deshabilitar conteniu pa adultos" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Activa/desactiva lo son" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Alto" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "Televisión" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Autorización con dos factors (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Escribe lo tuyo mensache aquí" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Tipo:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "No se puede contactar con o tuyo furnidor. Compreba la tuya connexión a Internet." @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Deixar de silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Dar-se de baixa" @@ -12691,7 +13024,7 @@ msgstr "Dar-se de baixa" msgid "Unsubscribe from list" msgstr "Dar-se de baixa d'a lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Dar-se de baixa d'este etiquetador" @@ -12703,10 +13036,15 @@ msgstr "Dau de baixa d'a lista" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Puyar dende los tuyos fichers" msgid "Upload from Library" msgstr "Puyar dende la biblioteca" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Cargando imáchens..." msgid "Uploading link thumbnail..." msgstr "Cargando thumbnail d'o vinclo..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Cargando video..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Lo video no s'ha puesto procesar" @@ -13084,12 +13422,12 @@ msgstr "Video no trobau." msgid "Video settings" msgstr "Configuración d'o video" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Video cargau" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Video: {0}" @@ -13097,11 +13435,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videos" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "Veyer mas" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "Veyer las tuyas cuentas silenciadas" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Veyer la imachen completa" @@ -13391,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "No hemos puesto determinar si tiens permiso pa puyar videos. Per favor, torna a intentar-lo. xxxxxxxxxxxxxxxxxxxxxxxxxx" @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Vai, no hemos puesto resolver esta lista. Si esto persiste, per favor co msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Vai, pero no hemos puesto cargar las tuyas parolas silenciadas en este momento. Per favor, intenta de nuevo." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Vai! La publicación a la cual yes respondendo ha estau eliminada." @@ -13536,8 +13876,13 @@ msgstr "Cuáls son los tuyos intereses?" msgid "What do you want to call your starter pack?" msgstr "Cómo quiers clamar a lo tuyo paquet d'inicio?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Qué fas?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Vai!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Redacta una publicación" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Redacta una respuesta" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "No tiens permiso pa puyar videos." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Puez continar las conversacions en curso independientment d'a configuración que tríes." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Agora puez iniciar sesión con a tuya nueva clau." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Puez actualizar-lo mas enta debant dende la tuya configuración." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Has alcanzau temporalment lo limite de puyadas de videos. Torna a intentar-lo mas enta debant." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Has de seguir a lo menos a siet personas mas pa chenerar un paquet d'ini msgid "You must grant access to your photo library to save a QR code" msgstr "Has d'atorgar acceso a la tuya biblioteca de fotos pa alzar un codigo QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Malas que remates de crear la tuya cuenta podrás seguir usuarios y canals sucheridas!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Prencipiarás a seguir a los usuarios sucherius malas que remates de crear la tuya cuenta!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Has harribau a la fin d'a tuya canal! Troba mas cuentas pa seguir." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Has alcanzau lo tuyo limite diario de carga de videos (masiaus bytes)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Has alcanzau lo tuyo limite diario de carga de videos (masiaus videos)" @@ -14209,7 +14558,7 @@ msgstr "Has alcanzau lo tuyo limite diario de carga de videos (masiaus videos)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Ya has visto toz los videos que i heba. Y si te descansas una mica?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "La tuya cuenta" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "La tuya cuenta ye estada suspendida" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "La tuya cuenta encara no tiene prou antiguidat como pa puyar videos. Torna a intentar-lo mas enta debant." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "La tuya ha de tener a lo menos 8 carácters." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Lo tuyo perfil, publicacions, canals y listas no tornarán a estar visibles pa atros usuarios de Bluesky. Puez reactivar la tuya cuenta dentrando-ie en cualsequier momento." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "La tuya denuncia se ninviará a <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/ar/messages.po b/src/locale/locales/ar/messages.po index 7c68a46bfb..6e068e23b6 100644 --- a/src/locale/locales/ar/messages.po +++ b/src/locale/locales/ar/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ar_SA\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Arabic, Saudi Arabia\n" "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" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:876 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:878 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:335 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:712 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:330 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,155 +473,159 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:389 +#: src/view/com/notifications/NotificationFeedItem.tsx:395 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:298 +#: src/view/com/notifications/NotificationFeedItem.tsx:304 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:494 +#: src/view/com/notifications/NotificationFeedItem.tsx:500 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:467 +#: src/view/com/notifications/NotificationFeedItem.tsx:473 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:322 +#: src/view/com/notifications/NotificationFeedItem.tsx:328 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:518 +#: src/view/com/notifications/NotificationFeedItem.tsx:524 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:413 +#: src/view/com/notifications/NotificationFeedItem.tsx:419 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:442 +#: src/view/com/notifications/NotificationFeedItem.tsx:448 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:348 +#: src/view/com/notifications/NotificationFeedItem.tsx:354 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:382 +#: src/view/com/notifications/NotificationFeedItem.tsx:388 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:487 +#: src/view/com/notifications/NotificationFeedItem.tsx:493 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:460 +#: src/view/com/notifications/NotificationFeedItem.tsx:466 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:315 +#: src/view/com/notifications/NotificationFeedItem.tsx:321 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:511 +#: src/view/com/notifications/NotificationFeedItem.tsx:517 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:406 +#: src/view/com/notifications/NotificationFeedItem.tsx:412 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:435 +#: src/view/com/notifications/NotificationFeedItem.tsx:441 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:822 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:818 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:816 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "" msgid "⚠Invalid Handle" msgstr "" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "" msgid "Add alt text (optional)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "" @@ -1380,13 +1444,13 @@ msgstr "" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "" msgid "Alt text" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "" @@ -1489,7 +1553,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "" @@ -1535,11 +1599,11 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1592,8 +1656,8 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:52 #: src/components/ProfileCard.tsx:508 #: src/components/ProfileCard.tsx:530 -#: src/view/com/notifications/NotificationFeedItem.tsx:802 -#: src/view/com/notifications/NotificationFeedItem.tsx:824 +#: src/view/com/notifications/NotificationFeedItem.tsx:808 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "An issue occurred, please try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "" @@ -2091,10 +2178,6 @@ msgstr "" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "" -#: src/components/dms/MessageItem.tsx:869 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -2111,11 +2194,21 @@ msgstr "" msgid "Blog" msgstr "" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "" @@ -2411,7 +2505,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "" msgid "Choose your password" msgstr "" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "" @@ -2673,6 +2779,10 @@ msgstr "" msgid "Clear all storage data (restart after this)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:631 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "" @@ -2755,6 +2865,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2816,17 +2926,13 @@ msgstr "" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2834,7 +2940,7 @@ msgstr "" msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "" @@ -2866,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "" @@ -2878,19 +2984,19 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2921,7 +3027,7 @@ msgstr "" msgid "Complete onboarding and start using your account" msgstr "" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "" @@ -2932,7 +3038,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2940,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "" @@ -2998,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "" @@ -3138,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3231,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "" @@ -3345,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3367,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3407,11 +3522,11 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3422,7 +3537,7 @@ msgstr "" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "" @@ -3553,7 +3668,7 @@ msgstr "" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3636,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "" @@ -3649,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "" @@ -3659,7 +3774,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1630 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "" @@ -3680,7 +3795,7 @@ msgstr "" msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "" @@ -3701,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:884 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3753,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -3810,9 +3925,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1413 -#: src/view/com/composer/Composer.tsx:1457 -#: src/view/com/composer/Composer.tsx:1663 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3823,14 +3938,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "" @@ -3868,7 +3983,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "" @@ -3958,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3979,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/dms/MessageItem.tsx:525 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4049,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4180,12 +4295,12 @@ msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "" @@ -4272,7 +4387,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "" @@ -4312,8 +4427,8 @@ msgstr "" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4404,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4412,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4442,7 +4557,7 @@ msgstr "" msgid "Error receiving captcha response." msgstr "" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4454,26 +4569,38 @@ msgstr "" msgid "Everybody can reply to this post." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "" @@ -4491,7 +4618,7 @@ msgstr "" msgid "Expand alt text" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "" @@ -4547,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4558,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4606,8 +4733,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:88 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4630,6 +4757,7 @@ msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4702,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4721,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4739,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4771,12 +4898,13 @@ msgstr "" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4793,6 +4921,10 @@ msgstr "" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4802,8 +4934,8 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:73 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4834,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4902,7 +5034,7 @@ msgstr "" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "" @@ -4977,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5011,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5085,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:700 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5141,8 +5294,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:429 #: src/screens/VideoFeed/index.tsx:866 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow" msgstr "" @@ -5197,8 +5350,8 @@ msgstr "" #: src/components/ProfileCard.tsx:542 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "" @@ -5256,8 +5409,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 #: src/screens/VideoFeed/index.tsx:864 -#: src/view/com/notifications/NotificationFeedItem.tsx:846 -#: src/view/com/notifications/NotificationFeedItem.tsx:863 +#: src/view/com/notifications/NotificationFeedItem.tsx:852 +#: src/view/com/notifications/NotificationFeedItem.tsx:869 msgid "Following" msgstr "" @@ -5272,7 +5425,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:498 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:267 -#: src/view/com/notifications/NotificationFeedItem.tsx:795 +#: src/view/com/notifications/NotificationFeedItem.tsx:801 msgid "Following {0}" msgstr "" @@ -5365,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5378,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "" @@ -5418,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5486,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5570,7 +5737,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -5690,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5788,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "" @@ -5852,7 +6019,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "" @@ -5927,7 +6094,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "" @@ -5977,7 +6144,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" @@ -6106,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6122,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6137,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6205,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "" @@ -6338,7 +6539,6 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6346,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6412,7 +6611,7 @@ msgid "Invites, but personal" msgstr "" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6433,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2520 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "" @@ -6473,8 +6672,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6483,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6522,6 +6716,10 @@ msgstr "" msgid "Labels on your content" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "" @@ -6547,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "" @@ -6566,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6769,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6958,9 +7166,7 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7069,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7089,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7106,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "" @@ -7141,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7182,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:625 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7197,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7219,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:724 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:719 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7347,7 +7554,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7519,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7531,21 +7737,26 @@ msgctxt "action" msgid "New" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:546 +#: src/view/com/notifications/NotificationFeedItem.tsx:552 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "" @@ -7578,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7612,6 +7823,18 @@ msgstr "" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7633,11 +7856,11 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:552 +#: src/view/com/notifications/NotificationFeedItem.tsx:558 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} " msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:537 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -7685,7 +7908,7 @@ msgstr "" msgid "Next image" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7759,7 +7982,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:521 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:293 -#: src/view/com/notifications/NotificationFeedItem.tsx:817 +#: src/view/com/notifications/NotificationFeedItem.tsx:823 msgid "No longer following {0}" msgstr "" @@ -7783,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7826,6 +8049,10 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7860,10 +8087,18 @@ msgstr "" msgid "No results found for \"{query}\"" msgstr "" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7872,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:880 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7919,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7958,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7998,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "" @@ -8021,7 +8257,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:731 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8054,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:864 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:659 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:871 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "" @@ -8087,7 +8323,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:234 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8096,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8123,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "" @@ -8144,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "" @@ -8174,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "" @@ -8284,7 +8535,7 @@ msgstr "" msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8317,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8333,7 +8584,7 @@ msgstr "" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8387,7 +8638,7 @@ msgstr "" msgid "Opens this draft in the composer" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:1131 +#: src/view/com/notifications/NotificationFeedItem.tsx:1143 #: src/view/com/util/UserAvatar.tsx:621 msgid "Opens this profile" msgstr "" @@ -8517,12 +8768,12 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8531,7 +8782,7 @@ msgid "Pause video" msgstr "" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "" @@ -8554,17 +8805,17 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8578,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8614,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8662,7 +8914,7 @@ msgstr "" msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "" @@ -8672,7 +8924,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8685,11 +8937,11 @@ msgstr "" msgid "Play Video" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8726,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8869,7 +9121,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "" @@ -8889,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8986,6 +9238,10 @@ msgstr "" msgid "Posts" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" @@ -9071,11 +9327,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "" @@ -9087,7 +9343,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9121,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1792 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9192,10 +9448,10 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "" @@ -9242,9 +9498,14 @@ msgstr "" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9295,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9308,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9343,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "" @@ -9383,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9431,6 +9692,11 @@ msgstr "" msgid "Remove feed?" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9470,11 +9736,16 @@ msgstr "" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "" @@ -9511,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "" @@ -9588,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:892 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:893 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "" @@ -9613,12 +9884,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "" @@ -9656,7 +9927,7 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9689,7 +9960,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "" @@ -9787,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9797,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9817,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9830,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9938,9 +10209,9 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10019,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10088,13 +10359,13 @@ msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:141 -#: src/view/com/notifications/NotificationFeedItem.tsx:899 -#: src/view/com/notifications/NotificationFeedItem.tsx:924 +#: src/view/com/notifications/NotificationFeedItem.tsx:905 +#: src/view/com/notifications/NotificationFeedItem.tsx:930 msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10124,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:783 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10135,8 +10406,11 @@ msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:546 +#: src/screens/Search/Shell.tsx:688 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10190,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10229,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10323,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10361,6 +10635,11 @@ msgstr "" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "" @@ -10392,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10460,11 +10739,11 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10495,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "" @@ -10530,7 +10808,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10578,7 +10856,7 @@ msgstr "" msgid "Settings" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10586,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10635,7 +10923,7 @@ msgstr "" msgid "Sexually Suggestive" msgstr "" -#: src/components/Link.tsx:433 +#: src/components/Link.tsx:428 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 #: src/components/StarterPack/QrCodeDialog.tsx:198 @@ -10688,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10697,6 +10990,10 @@ msgstr "" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:575 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "" @@ -10730,7 +11027,7 @@ msgstr "" msgid "Show" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -10868,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10953,6 +11250,11 @@ msgstr "" msgid "Signed in as @{0}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10970,7 +11272,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10984,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11041,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:332 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11109,8 +11411,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.native.tsx:139 -#: src/App.web.tsx:118 +#: src/App.native.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11227,7 +11529,7 @@ msgstr "" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "" @@ -11299,11 +11601,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11349,6 +11651,10 @@ msgstr "" msgid "Suggestive" msgstr "" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11421,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:670 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11478,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:635 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11491,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:358 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11673,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11836,10 +12142,25 @@ msgstr "" msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11963,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12067,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:668 -#: src/components/dms/MessageItem.tsx:697 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:667 -#: src/components/dms/MessageItem.tsx:693 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12111,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1043 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "" @@ -12275,7 +12601,7 @@ msgstr "" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12292,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "" @@ -12308,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12364,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12397,12 +12726,12 @@ msgstr "" msgid "TV" msgstr "" -#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 -msgid "Two-factor authentication (2FA)" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" +#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 +msgid "Two-factor authentication (2FA)" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 @@ -12427,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "" @@ -12467,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:735 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12600,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12686,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" @@ -12695,7 +13024,7 @@ msgstr "" msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -12707,10 +13036,15 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12795,7 +13129,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12809,7 +13143,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "" @@ -13044,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "" @@ -13088,12 +13422,12 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "" @@ -13101,11 +13435,13 @@ msgstr "" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13127,7 +13463,7 @@ msgstr "" #: src/screens/Profile/components/ProfileFeedHeader.tsx:454 #: src/screens/Search/components/SearchProfileCard.tsx:36 #: src/screens/VideoFeed/index.tsx:809 -#: src/view/com/notifications/NotificationFeedItem.tsx:613 +#: src/view/com/notifications/NotificationFeedItem.tsx:619 msgid "View {0}'s profile" msgstr "" @@ -13194,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13268,8 +13604,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13395,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -13464,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13481,8 +13817,8 @@ msgstr "" msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13490,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -13540,8 +13876,13 @@ msgstr "" msgid "What do you want to call your starter pack?" msgstr "" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13568,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "" @@ -13627,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1439 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13636,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "" @@ -13707,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:708 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13745,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "" @@ -13790,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "" @@ -13813,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13825,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13842,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13852,8 +14193,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13962,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1434 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14037,7 +14378,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14059,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:325 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14073,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:811 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14121,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" @@ -14189,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14197,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" @@ -14213,7 +14558,7 @@ msgstr "" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -14225,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -14261,11 +14606,11 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "" @@ -14357,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14382,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1140 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14395,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/ast/messages.po b/src/locale/locales/ast/messages.po index 9b80070db0..7772e08943 100644 --- a/src/locale/locales/ast/messages.po +++ b/src/locale/locales/ast/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ast\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Asturian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(contién elementos incrustaos)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(ensin direición de corréu)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# hores}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {Aplicóse # etiqueta} other {Aplicáronse # etiquetes}} a esta cuenta" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {Aplicóse # etiqueta} other {Aplicáronse # etiquetes}} a esti conteníu" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# segundu} other {# segundos}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {hores}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minutu} other {minutos}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} siguiéronte" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "<0>Tu y <1><2>{0} tais incluyíos nel paquete d'iniciación" msgid "⚠Invalid Handle" msgstr "⚠L'indicador ye inválidu" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "" msgid "Add alt text (optional)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "" msgid "Add another account" msgstr "Amestar otra cuenta" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Amestar otra publicación" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "Opciones avanzaes" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Too" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Toles llingües" @@ -1367,6 +1422,15 @@ msgstr "Toles llingües" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Tolos feeds que guardesti, nun llugar." @@ -1380,13 +1444,13 @@ msgstr "Permitir l'accesu a los mensaxes direutos" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "Yá aniciesti la sesión como @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Testu alternativu" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Testu alternativu" @@ -1489,7 +1553,7 @@ msgstr "Prodúxose un error" msgid "An error occurred" msgstr "Prodúxose un error" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Prodúxose un error mentanto se comprimía'l videu." @@ -1535,11 +1599,11 @@ msgstr "¡Prodúxose un error mentanto se guardaba'l códigu QR!" msgid "An error occurred while trying to follow all" msgstr "Prodúxose un error al tentar de siguir a toles cuentes" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "Animales" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF animáu" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "Archivóse la publicación" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "¿De xuru que quies quitar esti elementu de los tos feeds?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "¿De xuru que quies escartar esta publicación?" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "Atrás" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Bloquióse" @@ -2091,10 +2178,6 @@ msgstr "Les cuentes bloquiaes nun puen responder nos tos filos, mentante nin int msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Les cuentes bloquiaes nun puen responder nos tos filos, mentante nin interactuar contigo de nenguna forma. Tampoco vas ver el so conteníu nin ellos el de to." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "El bloquéu nun impide qu'esti etiquetador aplique etiquetes a la to cuenta." @@ -2111,11 +2194,21 @@ msgstr "El bloquéu nun impide que les etiquetes s'apliquen a la to cuenta, mas msgid "Blog" msgstr "Blogue" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky nun pue verificar l'autenticidá de la data indicada." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "" @@ -2411,7 +2505,7 @@ msgstr "Sotítulos (.vtt)" msgid "Captions & alt text" msgstr "Sotítulos y testu alternativu" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "Silencióse la charra" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Configuración de la charra" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Configuración de les charres" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "La charra dexó de tar silenciada" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "¡Escueyi les llinies temporales que quieras! Feeds creaos pola comunid msgid "Choose your password" msgstr "Escueyi una contraseña" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "L'identificador" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "" @@ -2673,6 +2779,10 @@ msgstr "" msgid "Clear all storage data (restart after this)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Calca pa volver unviar el mensaxe que falló" @@ -2755,6 +2865,7 @@ msgstr "Calca pa volver unviar el mensaxe que falló" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Calca pa volver unviar el mensaxe que falló" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Zarrar esti diálogu" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" @@ -2886,7 +2996,7 @@ msgstr "Contrayer la llista d'usuarios" msgid "Collapses list of users for a given notification" msgstr "Contrái la llista d'usuarios d'una notificación apurrida" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Pautes de la Comunidá" msgid "Complete onboarding and start using your account" msgstr "" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Completa'l retu" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2936,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Comprimiendo'l videu…" @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "La versión de la compilación copióse nel cartafueyu" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Copiar el testu del mensaxe" @@ -3341,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Crear una cuenta" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "" @@ -3549,7 +3668,7 @@ msgstr "Data de nacencia" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Desaniciar pa min" @@ -3645,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "" @@ -3655,7 +3774,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Desaniciar la publicación" @@ -3676,7 +3795,7 @@ msgstr "¿Quies desaniciar esta llista?" msgid "Delete this post?" msgstr "¿Quies desaniciar esti artículu?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Diálogu: configura quién pue interactuar con esta publicación" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Lleve" @@ -3806,9 +3925,9 @@ msgstr "Desactivóse" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Escartar" msgid "Discard changes?" msgstr "¿Quies escartar los cambeos?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "¿Quies escartar el borrador?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "¿Quies escartar la publicación?" @@ -3864,7 +3983,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Escartar l'error" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "Fecho" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Duración:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Edición del perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Editar el perfil" @@ -4268,7 +4387,7 @@ msgstr "Incrustar la publicación" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incrusta esta publicación nel to sitiu web. Namás copia'l fragmentu de testu siguiente y apiégalu nel códigu HTML del sitiu web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "" @@ -4308,8 +4427,8 @@ msgstr "Activar los reproductores multimedia de:" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "Introduz l'identificador y la contraseña de to" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4408,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4438,7 +4557,7 @@ msgstr "Prodúxose un error mentanto se guardaba'l ficheru" msgid "Error receiving captcha response." msgstr "" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4450,26 +4569,38 @@ msgstr "Tol mundu pue responder" msgid "Everybody can reply to this post." msgstr "Tol mundu pue responder a esta publicación." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Tol mundu" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Tol mundu" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Tol mundu" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Imáxenes sexuales esplícites." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4626,6 +4757,7 @@ msgstr "El cambéu del identificador falló. Volvi tentalo." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "La carga de les preferencies de los feeds falló" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "La carga de los perfiles suxeríos falló" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4789,6 +4921,10 @@ msgstr "Nun se pudo fixar la publicación" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "L'anovamientu de los feeds falló" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "L'anovamientu de la configuración falló" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "¡El ficheru guardóse correutamente!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Xeneración d'un paquete d'iniciación" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "¿Tienes dalgún problema?" @@ -5973,7 +6144,7 @@ msgstr "Umm… Paez que tenemos problemes pa cargar estos datos. Consulta abaxo msgid "Hmmmm, we couldn't load that moderation service." msgstr "Umm… Nun pudimos cargar el serviciu de moderación." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" @@ -6102,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Si tentes de camudar l'identificador o la direición de corréu, failo enantes de desactivar la cuenta." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Imaxe" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "" @@ -6334,7 +6539,6 @@ msgstr "Códigu d'invitación" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Refugóse'l códigu d'invitación. Comprueba que lu introduxeres correutamente y volvi tentalo." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Invitaciones, mas personales" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "¡Namás tas tu! Amiesta más persones al paquete d'iniciación buscando arriba." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID de trabayu: {0}" @@ -6469,8 +6672,8 @@ msgstr "Xúnite a la conversación" msgid "Journalism" msgstr "Periodismu" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "" msgid "Labels on your content" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Configuración de llingua" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Lo último" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "{0, plural, one {Prestó-y a # usuariu} other {Prestó-yos a # usuarios} msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "{likeCount, plural, one {Prestó-y a # usuariu} other {Prestó-yos a # usuarios}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Préstames" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "Cargar los avisos nuevos" msgid "Load new posts" msgstr "Cargar les publicaciones nueves" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Marcar como lleíu" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Conteníu multimedia" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Menciones" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menú" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Desanicióse'l mensaxe" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7193,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "Mensaxe del sirvidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "El mensaxe ye mui llongu" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7215,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "Mensaxes" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Música" msgid "Mute" msgstr "Desactivar el volume" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Crear un identificador" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Nueva" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nueva" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Charra nueva" @@ -7574,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "Identificador nuevu" msgid "New list" msgstr "Llista nueva" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Siguiente" msgid "Next image" msgstr "Imaxe siguiente" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "¡Nun hai nengún avisu!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "Nun hai nenguna cita" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "Nun s'atopó nengún resultáu" msgid "No results found for \"{query}\"" msgstr "Nun s'atopó nengún resultáu pa: {query}" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7868,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Soníos d'avisu" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Non" @@ -8017,7 +8257,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "A unu o más GIFs fálta-yos el testu alternativu." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "A una o más imáxenes fálta-yos el testu alternativu." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "A unu o más vídeos fálta-yos el testu alternativu." @@ -8083,7 +8323,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Namás son compatibles los ficheros WebVTT (.vtt)" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "¡Meca!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Abrir el creador d'avatares" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Abrir el selector de fustaxes" @@ -8280,7 +8535,7 @@ msgstr "" msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Anovóse la contraseña" msgid "Password updated!" msgstr "¡Anovóse la configuración!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Persones" @@ -8550,17 +8805,17 @@ msgstr "Persones siguíes por @{0}" msgid "People following @{0}" msgstr "Persones que siguen a @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Fotografía" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Feeds fixaos" msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "" @@ -8668,7 +8924,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "" msgid "Play Video" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Completa'l captcha de verificación." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Política" msgid "Porn" msgstr "Pornu" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Publicar" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Publicar too" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Lliberóse la publicación" msgid "Posts" msgstr "Publicaciones" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" @@ -9067,11 +9327,11 @@ msgstr "Política de privacidá" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Procesando'l videu…" @@ -9083,7 +9343,7 @@ msgstr "Procesando…" msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "La cita separtóse correutamente" msgid "Quote posts disabled" msgstr "Desactiváronse les cites" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Cites" @@ -9238,9 +9498,14 @@ msgstr "" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Volver cargar les conversaciones" @@ -9379,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9427,6 +9692,11 @@ msgstr "" msgid "Remove feed?" msgstr "¿Quies quitar el feed?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "" @@ -9507,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Rempuestes" @@ -9609,12 +9884,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Responder" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -9652,7 +9927,7 @@ msgstr "Anovóse la visibilidá de les rempuestes" msgid "Reply was successfully hidden" msgstr "La rempuesta escondióse correutamente" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Informar del feed" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Republiquesti" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "Republicaciones d'esta publicación" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Volvi tentar la última aición, la que produxo l'error" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Guardar los cambeos" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Guardóse nos tos feeds" msgid "Say hello!" msgstr "¡Saluda!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Buscar" @@ -10186,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Seleiciona una cuenta esistente" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "Seleiciona la llingua que prefieres pa les traducciones del feed." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Unviar per mensaxe direutu" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "" msgid "Settings" msgstr "Configuración" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Compartir el códigu QR" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "" @@ -10726,7 +11027,7 @@ msgstr "" msgid "Show" msgstr "Amosar" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Amosar el testu alternativu" @@ -10864,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "" msgid "Signed in as @{0}" msgstr "Aniciesti la sesión como @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Saltar" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11223,7 +11529,7 @@ msgstr "Páxina d'estáu" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Pasu {0} de {1}" @@ -11295,11 +11601,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11345,6 +11651,10 @@ msgstr "Suxerencies pa ti" msgid "Suggestive" msgstr "Suxerente" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "La política de privacidá treslladóse a <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "¡Hebo una cantidá escomanada d'usuarios nuevos en Bluesky! Vamos activ msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Esta configuración namás s'aplica al feed «Siguiendo»." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "Esta llista ta balera." msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Esta publicación nun va apaecer nos feeds nin nos filos. Esta aición nun se pue desfacer." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "L'autor d'esta publicación desactivó les cites." @@ -12271,7 +12601,7 @@ msgstr "Güei" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Lo destacao" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Autenticación en dos pasos (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Escribi'l to mensaxe equí" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Tipu:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "" @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Dase de baxa" @@ -12691,7 +13024,7 @@ msgstr "Dase de baxa" msgid "Unsubscribe from list" msgstr "Dase de baxa de la llista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Dase de baxa d'esti etiquetador" @@ -12703,10 +13036,15 @@ msgstr "Diéstite de baxa d'esta llista" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Xubir dende Ficheros" msgid "Upload from Library" msgstr "Xubir dende Biblioteca" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Xubiendo les imáxenes…" msgid "Uploading link thumbnail..." msgstr "Xubiendo la miniatura del enllaz…" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Xubiendo'l videu…" @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Videu" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Nun se pudo procesar el videu" @@ -13084,12 +13422,12 @@ msgstr "Nun s'atopó'l videu." msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Xubióse'l videu" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Videu: {0}" @@ -13097,11 +13435,13 @@ msgstr "Videu: {0}" msgid "Videos" msgstr "Vídeos" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "Ver más" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13391,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Nun fuimos a determinar si tienes permisu pa xubir vídeos. Volvi tentalo." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Nun fuimos a resolver esta llista. Si sigue'l problema, ponte en contaut msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Nesti momentu nun fuimos a cargar la llista de pallabres silenciaes. Volvi tentalo." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Desanicióse la publicación a la que tas respondiendo." @@ -13536,8 +13876,13 @@ msgstr "¿Qué t'interesa?" msgid "What do you want to call your starter pack?" msgstr "¿Cómo quies llamar al paquete d'iniciación?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "¿Que pasó?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "¡Meca!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Escribir una rempuesta" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Nun tienes permisu pa xubir vídeos." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Pues siguir coles conversaciones que tengas en cursu independientemente de la opción qu'escueyas." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Yá pues aniciar la sesión cola contraseña nueva." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Algamesti temporalmente la llende vídeos xubíos. Volvi tentalo dempués." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Tienes de siguir a, polo menos, siete persones más pa xenerar un paquet msgid "You must grant access to your photo library to save a QR code" msgstr "Tienes de conceder l'accesu a la biblioteca de semeyes pa guardar un códigu QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Namás qu'acabes de crear la cuenta, vas siguir a los usuarios y feeds suxeríos." -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Namás qu'acabes de crear la cuenta, vas sigur a los usuarios suxeríos." @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "¡Algamesti la fin del feed! Atopa dalgunes cuentes más y síguiles." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Algamesti la llende diaria de vídeos xubíos (milenta bytes)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Algamesti la llende diaria de vídeos xubíos (milenta vídeos)" @@ -14209,7 +14558,7 @@ msgstr "Algamesti la llende diaria de vídeos xubíos (milenta vídeos)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "La cuenta" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "La cuenta nun tien abonda antigüedá como pa xubir vídeos. Volvi tentalo dempués." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "El perfil, les publicaciones, los feeds y les llistes yá nun van ser visibles pa otros usuarios de Bluesky. Pues volver activar la cuenta en cualesquier momentu aniciando la sesión." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/az/messages.po b/src/locale/locales/az/messages.po index ee3d0b3a23..fc07775030 100644 --- a/src/locale/locales/az/messages.po +++ b/src/locale/locales/az/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: az\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Azerbaijani\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:876 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:878 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:335 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:712 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:330 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,155 +473,159 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:389 +#: src/view/com/notifications/NotificationFeedItem.tsx:395 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:298 +#: src/view/com/notifications/NotificationFeedItem.tsx:304 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:494 +#: src/view/com/notifications/NotificationFeedItem.tsx:500 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:467 +#: src/view/com/notifications/NotificationFeedItem.tsx:473 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:322 +#: src/view/com/notifications/NotificationFeedItem.tsx:328 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:518 +#: src/view/com/notifications/NotificationFeedItem.tsx:524 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:413 +#: src/view/com/notifications/NotificationFeedItem.tsx:419 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:442 +#: src/view/com/notifications/NotificationFeedItem.tsx:448 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:348 +#: src/view/com/notifications/NotificationFeedItem.tsx:354 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:382 +#: src/view/com/notifications/NotificationFeedItem.tsx:388 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:487 +#: src/view/com/notifications/NotificationFeedItem.tsx:493 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:460 +#: src/view/com/notifications/NotificationFeedItem.tsx:466 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:315 +#: src/view/com/notifications/NotificationFeedItem.tsx:321 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:511 +#: src/view/com/notifications/NotificationFeedItem.tsx:517 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:406 +#: src/view/com/notifications/NotificationFeedItem.tsx:412 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:435 +#: src/view/com/notifications/NotificationFeedItem.tsx:441 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:822 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:818 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:816 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "" msgid "⚠Invalid Handle" msgstr "" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "" msgid "Add alt text (optional)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "" @@ -1380,13 +1444,13 @@ msgstr "" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "" msgid "Alt text" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "" @@ -1489,7 +1553,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "" @@ -1535,11 +1599,11 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1592,8 +1656,8 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:52 #: src/components/ProfileCard.tsx:508 #: src/components/ProfileCard.tsx:530 -#: src/view/com/notifications/NotificationFeedItem.tsx:802 -#: src/view/com/notifications/NotificationFeedItem.tsx:824 +#: src/view/com/notifications/NotificationFeedItem.tsx:808 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "An issue occurred, please try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "" @@ -2091,10 +2178,6 @@ msgstr "" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "" -#: src/components/dms/MessageItem.tsx:869 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -2111,11 +2194,21 @@ msgstr "" msgid "Blog" msgstr "" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "" @@ -2411,7 +2505,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "" msgid "Choose your password" msgstr "" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "" @@ -2673,6 +2779,10 @@ msgstr "" msgid "Clear all storage data (restart after this)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:631 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "" @@ -2755,6 +2865,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2816,17 +2926,13 @@ msgstr "" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2834,7 +2940,7 @@ msgstr "" msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "" @@ -2866,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "" @@ -2878,19 +2984,19 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2921,7 +3027,7 @@ msgstr "" msgid "Complete onboarding and start using your account" msgstr "" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "" @@ -2932,7 +3038,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2940,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "" @@ -2998,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "" @@ -3138,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3231,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "" @@ -3345,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3367,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3407,11 +3522,11 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3422,7 +3537,7 @@ msgstr "" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "" @@ -3553,7 +3668,7 @@ msgstr "" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3636,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "" @@ -3649,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "" @@ -3659,7 +3774,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1630 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "" @@ -3680,7 +3795,7 @@ msgstr "" msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "" @@ -3701,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:884 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3753,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -3810,9 +3925,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1413 -#: src/view/com/composer/Composer.tsx:1457 -#: src/view/com/composer/Composer.tsx:1663 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3823,14 +3938,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "" @@ -3868,7 +3983,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "" @@ -3958,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3979,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/dms/MessageItem.tsx:525 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4049,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4180,12 +4295,12 @@ msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "" @@ -4272,7 +4387,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "" @@ -4312,8 +4427,8 @@ msgstr "" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4404,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4412,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4442,7 +4557,7 @@ msgstr "" msgid "Error receiving captcha response." msgstr "" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4454,26 +4569,38 @@ msgstr "" msgid "Everybody can reply to this post." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "" @@ -4491,7 +4618,7 @@ msgstr "" msgid "Expand alt text" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "" @@ -4547,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4558,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4606,8 +4733,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:88 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4630,6 +4757,7 @@ msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4702,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4721,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4739,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4771,12 +4898,13 @@ msgstr "" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4793,6 +4921,10 @@ msgstr "" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4802,8 +4934,8 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:73 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4834,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4902,7 +5034,7 @@ msgstr "" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "" @@ -4977,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5011,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5085,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:700 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5141,8 +5294,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:429 #: src/screens/VideoFeed/index.tsx:866 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow" msgstr "" @@ -5197,8 +5350,8 @@ msgstr "" #: src/components/ProfileCard.tsx:542 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "" @@ -5256,8 +5409,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 #: src/screens/VideoFeed/index.tsx:864 -#: src/view/com/notifications/NotificationFeedItem.tsx:846 -#: src/view/com/notifications/NotificationFeedItem.tsx:863 +#: src/view/com/notifications/NotificationFeedItem.tsx:852 +#: src/view/com/notifications/NotificationFeedItem.tsx:869 msgid "Following" msgstr "" @@ -5272,7 +5425,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:498 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:267 -#: src/view/com/notifications/NotificationFeedItem.tsx:795 +#: src/view/com/notifications/NotificationFeedItem.tsx:801 msgid "Following {0}" msgstr "" @@ -5365,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5378,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "" @@ -5418,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5486,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5570,7 +5737,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -5690,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5788,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "" @@ -5852,7 +6019,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "" @@ -5927,7 +6094,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "" @@ -5977,7 +6144,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" @@ -6106,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6122,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6137,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6205,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "" @@ -6338,7 +6539,6 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6346,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6412,7 +6611,7 @@ msgid "Invites, but personal" msgstr "" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6433,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2520 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "" @@ -6473,8 +6672,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6483,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6522,6 +6716,10 @@ msgstr "" msgid "Labels on your content" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "" @@ -6547,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "" @@ -6566,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6769,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6958,9 +7166,7 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7069,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7089,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7106,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "" @@ -7141,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7182,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:625 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7197,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7219,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:724 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:719 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7347,7 +7554,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7519,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7531,21 +7737,26 @@ msgctxt "action" msgid "New" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:546 +#: src/view/com/notifications/NotificationFeedItem.tsx:552 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "" @@ -7578,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7612,6 +7823,18 @@ msgstr "" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7633,11 +7856,11 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:552 +#: src/view/com/notifications/NotificationFeedItem.tsx:558 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} " msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:537 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -7685,7 +7908,7 @@ msgstr "" msgid "Next image" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7759,7 +7982,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:521 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:293 -#: src/view/com/notifications/NotificationFeedItem.tsx:817 +#: src/view/com/notifications/NotificationFeedItem.tsx:823 msgid "No longer following {0}" msgstr "" @@ -7783,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7826,6 +8049,10 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7860,10 +8087,18 @@ msgstr "" msgid "No results found for \"{query}\"" msgstr "" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7872,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:880 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7919,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7958,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7998,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "" @@ -8021,7 +8257,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:731 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8054,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:864 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:659 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:871 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "" @@ -8087,7 +8323,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:234 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8096,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8123,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "" @@ -8144,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "" @@ -8174,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "" @@ -8284,7 +8535,7 @@ msgstr "" msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8317,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8333,7 +8584,7 @@ msgstr "" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8387,7 +8638,7 @@ msgstr "" msgid "Opens this draft in the composer" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:1131 +#: src/view/com/notifications/NotificationFeedItem.tsx:1143 #: src/view/com/util/UserAvatar.tsx:621 msgid "Opens this profile" msgstr "" @@ -8517,12 +8768,12 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8531,7 +8782,7 @@ msgid "Pause video" msgstr "" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "" @@ -8554,17 +8805,17 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8578,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8614,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8662,7 +8914,7 @@ msgstr "" msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "" @@ -8672,7 +8924,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8685,11 +8937,11 @@ msgstr "" msgid "Play Video" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8726,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8869,7 +9121,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "" @@ -8889,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8986,6 +9238,10 @@ msgstr "" msgid "Posts" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" @@ -9071,11 +9327,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "" @@ -9087,7 +9343,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9121,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1792 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9192,10 +9448,10 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "" @@ -9242,9 +9498,14 @@ msgstr "" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9295,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9308,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9343,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "" @@ -9383,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9431,6 +9692,11 @@ msgstr "" msgid "Remove feed?" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9470,11 +9736,16 @@ msgstr "" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "" @@ -9511,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "" @@ -9588,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:892 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:893 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "" @@ -9613,12 +9884,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "" @@ -9656,7 +9927,7 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9689,7 +9960,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "" @@ -9787,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9797,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9817,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9830,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9938,9 +10209,9 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10019,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10088,13 +10359,13 @@ msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:141 -#: src/view/com/notifications/NotificationFeedItem.tsx:899 -#: src/view/com/notifications/NotificationFeedItem.tsx:924 +#: src/view/com/notifications/NotificationFeedItem.tsx:905 +#: src/view/com/notifications/NotificationFeedItem.tsx:930 msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10124,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:783 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10135,8 +10406,11 @@ msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:546 +#: src/screens/Search/Shell.tsx:688 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10190,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10229,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10323,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10361,6 +10635,11 @@ msgstr "" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "" @@ -10392,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10460,11 +10739,11 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10495,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "" @@ -10530,7 +10808,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10578,7 +10856,7 @@ msgstr "" msgid "Settings" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10586,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10635,7 +10923,7 @@ msgstr "" msgid "Sexually Suggestive" msgstr "" -#: src/components/Link.tsx:433 +#: src/components/Link.tsx:428 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 #: src/components/StarterPack/QrCodeDialog.tsx:198 @@ -10688,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10697,6 +10990,10 @@ msgstr "" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:575 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "" @@ -10730,7 +11027,7 @@ msgstr "" msgid "Show" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -10868,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10953,6 +11250,11 @@ msgstr "" msgid "Signed in as @{0}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10970,7 +11272,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10984,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11041,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:332 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11109,8 +11411,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.native.tsx:139 -#: src/App.web.tsx:118 +#: src/App.native.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11227,7 +11529,7 @@ msgstr "" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "" @@ -11299,11 +11601,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11349,6 +11651,10 @@ msgstr "" msgid "Suggestive" msgstr "" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11421,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:670 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11478,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:635 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11491,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:358 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11673,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11836,10 +12142,25 @@ msgstr "" msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11963,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12067,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:668 -#: src/components/dms/MessageItem.tsx:697 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:667 -#: src/components/dms/MessageItem.tsx:693 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12111,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1043 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "" @@ -12275,7 +12601,7 @@ msgstr "" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12292,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "" @@ -12308,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12364,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12397,12 +12726,12 @@ msgstr "" msgid "TV" msgstr "" -#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 -msgid "Two-factor authentication (2FA)" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" +#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 +msgid "Two-factor authentication (2FA)" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 @@ -12427,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "" @@ -12467,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:735 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12600,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12686,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" @@ -12695,7 +13024,7 @@ msgstr "" msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -12707,10 +13036,15 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12795,7 +13129,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12809,7 +13143,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "" @@ -13044,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "" @@ -13088,12 +13422,12 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "" @@ -13101,11 +13435,13 @@ msgstr "" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13127,7 +13463,7 @@ msgstr "" #: src/screens/Profile/components/ProfileFeedHeader.tsx:454 #: src/screens/Search/components/SearchProfileCard.tsx:36 #: src/screens/VideoFeed/index.tsx:809 -#: src/view/com/notifications/NotificationFeedItem.tsx:613 +#: src/view/com/notifications/NotificationFeedItem.tsx:619 msgid "View {0}'s profile" msgstr "" @@ -13194,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13268,8 +13604,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13395,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -13464,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13481,8 +13817,8 @@ msgstr "" msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13490,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -13540,8 +13876,13 @@ msgstr "" msgid "What do you want to call your starter pack?" msgstr "" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13568,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "" @@ -13627,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1439 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13636,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "" @@ -13707,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:708 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13745,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "" @@ -13790,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "" @@ -13813,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13825,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13842,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13852,8 +14193,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13962,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1434 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14037,7 +14378,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14059,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:325 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14073,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:811 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14121,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" @@ -14189,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14197,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" @@ -14213,7 +14558,7 @@ msgstr "" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -14225,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -14261,11 +14606,11 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "" @@ -14357,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14382,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1140 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14395,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/bn/messages.po b/src/locale/locales/bn/messages.po index cf8c10cb4a..565fac94d5 100644 --- a/src/locale/locales/bn/messages.po +++ b/src/locale/locales/bn/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: bn\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Bengali\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:876 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:878 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:335 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:712 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:330 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,155 +473,159 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:389 +#: src/view/com/notifications/NotificationFeedItem.tsx:395 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:298 +#: src/view/com/notifications/NotificationFeedItem.tsx:304 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:494 +#: src/view/com/notifications/NotificationFeedItem.tsx:500 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:467 +#: src/view/com/notifications/NotificationFeedItem.tsx:473 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:322 +#: src/view/com/notifications/NotificationFeedItem.tsx:328 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:518 +#: src/view/com/notifications/NotificationFeedItem.tsx:524 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:413 +#: src/view/com/notifications/NotificationFeedItem.tsx:419 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:442 +#: src/view/com/notifications/NotificationFeedItem.tsx:448 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:348 +#: src/view/com/notifications/NotificationFeedItem.tsx:354 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:382 +#: src/view/com/notifications/NotificationFeedItem.tsx:388 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:487 +#: src/view/com/notifications/NotificationFeedItem.tsx:493 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:460 +#: src/view/com/notifications/NotificationFeedItem.tsx:466 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:315 +#: src/view/com/notifications/NotificationFeedItem.tsx:321 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:511 +#: src/view/com/notifications/NotificationFeedItem.tsx:517 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:406 +#: src/view/com/notifications/NotificationFeedItem.tsx:412 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:435 +#: src/view/com/notifications/NotificationFeedItem.tsx:441 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:822 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:818 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:816 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "" msgid "⚠Invalid Handle" msgstr "" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "" msgid "Add alt text (optional)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "" @@ -1380,13 +1444,13 @@ msgstr "" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "" msgid "Alt text" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "" @@ -1489,7 +1553,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "" @@ -1535,11 +1599,11 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1592,8 +1656,8 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:52 #: src/components/ProfileCard.tsx:508 #: src/components/ProfileCard.tsx:530 -#: src/view/com/notifications/NotificationFeedItem.tsx:802 -#: src/view/com/notifications/NotificationFeedItem.tsx:824 +#: src/view/com/notifications/NotificationFeedItem.tsx:808 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "An issue occurred, please try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "" @@ -2091,10 +2178,6 @@ msgstr "" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "" -#: src/components/dms/MessageItem.tsx:869 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -2111,11 +2194,21 @@ msgstr "" msgid "Blog" msgstr "" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "" @@ -2411,7 +2505,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "" msgid "Choose your password" msgstr "" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "" @@ -2673,6 +2779,10 @@ msgstr "" msgid "Clear all storage data (restart after this)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:631 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "" @@ -2755,6 +2865,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2816,17 +2926,13 @@ msgstr "" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2834,7 +2940,7 @@ msgstr "" msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "" @@ -2866,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "" @@ -2878,19 +2984,19 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2921,7 +3027,7 @@ msgstr "" msgid "Complete onboarding and start using your account" msgstr "" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "" @@ -2932,7 +3038,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2940,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "" @@ -2998,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "" @@ -3138,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3231,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "" @@ -3345,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3367,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3407,11 +3522,11 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3422,7 +3537,7 @@ msgstr "" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "" @@ -3553,7 +3668,7 @@ msgstr "" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3636,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "" @@ -3649,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "" @@ -3659,7 +3774,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1630 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "" @@ -3680,7 +3795,7 @@ msgstr "" msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "" @@ -3701,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:884 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3753,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -3810,9 +3925,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1413 -#: src/view/com/composer/Composer.tsx:1457 -#: src/view/com/composer/Composer.tsx:1663 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3823,14 +3938,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "" @@ -3868,7 +3983,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "" @@ -3958,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3979,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/dms/MessageItem.tsx:525 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4049,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4180,12 +4295,12 @@ msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "" @@ -4272,7 +4387,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "" @@ -4312,8 +4427,8 @@ msgstr "" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4404,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4412,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4442,7 +4557,7 @@ msgstr "" msgid "Error receiving captcha response." msgstr "" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4454,26 +4569,38 @@ msgstr "" msgid "Everybody can reply to this post." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "" @@ -4491,7 +4618,7 @@ msgstr "" msgid "Expand alt text" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "" @@ -4547,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4558,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4606,8 +4733,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:88 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4630,6 +4757,7 @@ msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4702,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4721,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4739,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4771,12 +4898,13 @@ msgstr "" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4793,6 +4921,10 @@ msgstr "" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4802,8 +4934,8 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:73 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4834,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4902,7 +5034,7 @@ msgstr "" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "" @@ -4977,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5011,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5085,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:700 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5141,8 +5294,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:429 #: src/screens/VideoFeed/index.tsx:866 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow" msgstr "" @@ -5197,8 +5350,8 @@ msgstr "" #: src/components/ProfileCard.tsx:542 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "" @@ -5256,8 +5409,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 #: src/screens/VideoFeed/index.tsx:864 -#: src/view/com/notifications/NotificationFeedItem.tsx:846 -#: src/view/com/notifications/NotificationFeedItem.tsx:863 +#: src/view/com/notifications/NotificationFeedItem.tsx:852 +#: src/view/com/notifications/NotificationFeedItem.tsx:869 msgid "Following" msgstr "" @@ -5272,7 +5425,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:498 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:267 -#: src/view/com/notifications/NotificationFeedItem.tsx:795 +#: src/view/com/notifications/NotificationFeedItem.tsx:801 msgid "Following {0}" msgstr "" @@ -5365,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5378,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "" @@ -5418,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5486,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5570,7 +5737,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -5690,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5788,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "" @@ -5852,7 +6019,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "" @@ -5927,7 +6094,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "" @@ -5977,7 +6144,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" @@ -6106,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6122,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6137,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6205,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "" @@ -6338,7 +6539,6 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6346,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6412,7 +6611,7 @@ msgid "Invites, but personal" msgstr "" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6433,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2520 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "" @@ -6473,8 +6672,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6483,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6522,6 +6716,10 @@ msgstr "" msgid "Labels on your content" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "" @@ -6547,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "" @@ -6566,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6769,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6958,9 +7166,7 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7069,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7089,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7106,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "" @@ -7141,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7182,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:625 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7197,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7219,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:724 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:719 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7347,7 +7554,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7519,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7531,21 +7737,26 @@ msgctxt "action" msgid "New" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:546 +#: src/view/com/notifications/NotificationFeedItem.tsx:552 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "" @@ -7578,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7612,6 +7823,18 @@ msgstr "" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7633,11 +7856,11 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:552 +#: src/view/com/notifications/NotificationFeedItem.tsx:558 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} " msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:537 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -7685,7 +7908,7 @@ msgstr "" msgid "Next image" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7759,7 +7982,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:521 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:293 -#: src/view/com/notifications/NotificationFeedItem.tsx:817 +#: src/view/com/notifications/NotificationFeedItem.tsx:823 msgid "No longer following {0}" msgstr "" @@ -7783,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7826,6 +8049,10 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7860,10 +8087,18 @@ msgstr "" msgid "No results found for \"{query}\"" msgstr "" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7872,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:880 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7919,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7958,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7998,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "" @@ -8021,7 +8257,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:731 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8054,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:864 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:659 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:871 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "" @@ -8087,7 +8323,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:234 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8096,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8123,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "" @@ -8144,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "" @@ -8174,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "" @@ -8284,7 +8535,7 @@ msgstr "" msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8317,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8333,7 +8584,7 @@ msgstr "" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8387,7 +8638,7 @@ msgstr "" msgid "Opens this draft in the composer" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:1131 +#: src/view/com/notifications/NotificationFeedItem.tsx:1143 #: src/view/com/util/UserAvatar.tsx:621 msgid "Opens this profile" msgstr "" @@ -8517,12 +8768,12 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8531,7 +8782,7 @@ msgid "Pause video" msgstr "" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "" @@ -8554,17 +8805,17 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8578,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8614,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8662,7 +8914,7 @@ msgstr "" msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "" @@ -8672,7 +8924,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8685,11 +8937,11 @@ msgstr "" msgid "Play Video" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8726,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8869,7 +9121,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "" @@ -8889,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8986,6 +9238,10 @@ msgstr "" msgid "Posts" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" @@ -9071,11 +9327,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "" @@ -9087,7 +9343,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9121,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1792 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9192,10 +9448,10 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "" @@ -9242,9 +9498,14 @@ msgstr "" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9295,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9308,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9343,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "" @@ -9383,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9431,6 +9692,11 @@ msgstr "" msgid "Remove feed?" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9470,11 +9736,16 @@ msgstr "" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "" @@ -9511,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "" @@ -9588,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:892 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:893 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "" @@ -9613,12 +9884,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "" @@ -9656,7 +9927,7 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9689,7 +9960,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "" @@ -9787,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9797,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9817,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9830,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9938,9 +10209,9 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10019,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10088,13 +10359,13 @@ msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:141 -#: src/view/com/notifications/NotificationFeedItem.tsx:899 -#: src/view/com/notifications/NotificationFeedItem.tsx:924 +#: src/view/com/notifications/NotificationFeedItem.tsx:905 +#: src/view/com/notifications/NotificationFeedItem.tsx:930 msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10124,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:783 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10135,8 +10406,11 @@ msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:546 +#: src/screens/Search/Shell.tsx:688 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10190,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10229,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10323,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10361,6 +10635,11 @@ msgstr "" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "" @@ -10392,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10460,11 +10739,11 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10495,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "" @@ -10530,7 +10808,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10578,7 +10856,7 @@ msgstr "" msgid "Settings" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10586,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10635,7 +10923,7 @@ msgstr "" msgid "Sexually Suggestive" msgstr "" -#: src/components/Link.tsx:433 +#: src/components/Link.tsx:428 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 #: src/components/StarterPack/QrCodeDialog.tsx:198 @@ -10688,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10697,6 +10990,10 @@ msgstr "" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:575 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "" @@ -10730,7 +11027,7 @@ msgstr "" msgid "Show" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -10868,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10953,6 +11250,11 @@ msgstr "" msgid "Signed in as @{0}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10970,7 +11272,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10984,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11041,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:332 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11109,8 +11411,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.native.tsx:139 -#: src/App.web.tsx:118 +#: src/App.native.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11227,7 +11529,7 @@ msgstr "" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "" @@ -11299,11 +11601,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11349,6 +11651,10 @@ msgstr "" msgid "Suggestive" msgstr "" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11421,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:670 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11478,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:635 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11491,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:358 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11673,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11836,10 +12142,25 @@ msgstr "" msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11963,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12067,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:668 -#: src/components/dms/MessageItem.tsx:697 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:667 -#: src/components/dms/MessageItem.tsx:693 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12111,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1043 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "" @@ -12275,7 +12601,7 @@ msgstr "" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12292,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "" @@ -12308,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12364,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12397,12 +12726,12 @@ msgstr "" msgid "TV" msgstr "" -#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 -msgid "Two-factor authentication (2FA)" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" +#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 +msgid "Two-factor authentication (2FA)" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 @@ -12427,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "" @@ -12467,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:735 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12600,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12686,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" @@ -12695,7 +13024,7 @@ msgstr "" msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -12707,10 +13036,15 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12795,7 +13129,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12809,7 +13143,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "" @@ -13044,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "" @@ -13088,12 +13422,12 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "" @@ -13101,11 +13435,13 @@ msgstr "" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13127,7 +13463,7 @@ msgstr "" #: src/screens/Profile/components/ProfileFeedHeader.tsx:454 #: src/screens/Search/components/SearchProfileCard.tsx:36 #: src/screens/VideoFeed/index.tsx:809 -#: src/view/com/notifications/NotificationFeedItem.tsx:613 +#: src/view/com/notifications/NotificationFeedItem.tsx:619 msgid "View {0}'s profile" msgstr "" @@ -13194,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13268,8 +13604,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13395,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -13464,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13481,8 +13817,8 @@ msgstr "" msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13490,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -13540,8 +13876,13 @@ msgstr "" msgid "What do you want to call your starter pack?" msgstr "" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13568,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "" @@ -13627,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1439 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13636,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "" @@ -13707,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:708 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13745,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "" @@ -13790,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "" @@ -13813,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13825,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13842,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13852,8 +14193,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13962,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1434 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14037,7 +14378,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14059,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:325 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14073,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:811 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14121,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" @@ -14189,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14197,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" @@ -14213,7 +14558,7 @@ msgstr "" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -14225,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -14261,11 +14606,11 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "" @@ -14357,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14382,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1140 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14395,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/br/messages.po b/src/locale/locales/br/messages.po index 3a6528cfeb..2de8fa9d7d 100644 --- a/src/locale/locales/br/messages.po +++ b/src/locale/locales/br/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: br\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Breton\n" "Plural-Forms: nplurals=5; plural=(n%10==1 && (n%100!=11 || n%100!=71 || n%100!=91) ? 0 : n%10==2 && (n%100!=12 || n%100!=72 || n%100!=92) ? 1 : ((n%10>=3 && n%10<=4) || n%10==9) && ((n%100 < 10 || n%100 > 19) || (n%100 < 70 || n%100 > 79) || (n%100 < 90 || n%100 > 99)) ? 2 : (n!=0 && n%1;\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:876 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:878 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:335 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:712 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:330 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,155 +473,159 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:389 +#: src/view/com/notifications/NotificationFeedItem.tsx:395 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:298 +#: src/view/com/notifications/NotificationFeedItem.tsx:304 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:494 +#: src/view/com/notifications/NotificationFeedItem.tsx:500 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:467 +#: src/view/com/notifications/NotificationFeedItem.tsx:473 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:322 +#: src/view/com/notifications/NotificationFeedItem.tsx:328 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:518 +#: src/view/com/notifications/NotificationFeedItem.tsx:524 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:413 +#: src/view/com/notifications/NotificationFeedItem.tsx:419 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:442 +#: src/view/com/notifications/NotificationFeedItem.tsx:448 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:348 +#: src/view/com/notifications/NotificationFeedItem.tsx:354 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:382 +#: src/view/com/notifications/NotificationFeedItem.tsx:388 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:487 +#: src/view/com/notifications/NotificationFeedItem.tsx:493 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:460 +#: src/view/com/notifications/NotificationFeedItem.tsx:466 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:315 +#: src/view/com/notifications/NotificationFeedItem.tsx:321 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:511 +#: src/view/com/notifications/NotificationFeedItem.tsx:517 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:406 +#: src/view/com/notifications/NotificationFeedItem.tsx:412 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:435 +#: src/view/com/notifications/NotificationFeedItem.tsx:441 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:822 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:818 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:816 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "" msgid "⚠Invalid Handle" msgstr "" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "" msgid "Add alt text (optional)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "" @@ -1380,13 +1444,13 @@ msgstr "" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "" msgid "Alt text" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "" @@ -1489,7 +1553,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "" @@ -1535,11 +1599,11 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1592,8 +1656,8 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:52 #: src/components/ProfileCard.tsx:508 #: src/components/ProfileCard.tsx:530 -#: src/view/com/notifications/NotificationFeedItem.tsx:802 -#: src/view/com/notifications/NotificationFeedItem.tsx:824 +#: src/view/com/notifications/NotificationFeedItem.tsx:808 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "An issue occurred, please try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "" @@ -2091,10 +2178,6 @@ msgstr "" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "" -#: src/components/dms/MessageItem.tsx:869 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -2111,11 +2194,21 @@ msgstr "" msgid "Blog" msgstr "" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "" @@ -2411,7 +2505,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "" msgid "Choose your password" msgstr "" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "" @@ -2673,6 +2779,10 @@ msgstr "" msgid "Clear all storage data (restart after this)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:631 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "" @@ -2755,6 +2865,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2816,17 +2926,13 @@ msgstr "" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2834,7 +2940,7 @@ msgstr "" msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "" @@ -2866,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "" @@ -2878,19 +2984,19 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2921,7 +3027,7 @@ msgstr "" msgid "Complete onboarding and start using your account" msgstr "" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "" @@ -2932,7 +3038,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2940,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "" @@ -2998,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "" @@ -3138,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3231,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "" @@ -3345,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3367,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3407,11 +3522,11 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3422,7 +3537,7 @@ msgstr "" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "" @@ -3553,7 +3668,7 @@ msgstr "" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3636,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "" @@ -3649,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "" @@ -3659,7 +3774,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1630 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "" @@ -3680,7 +3795,7 @@ msgstr "" msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "" @@ -3701,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:884 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3753,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -3810,9 +3925,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1413 -#: src/view/com/composer/Composer.tsx:1457 -#: src/view/com/composer/Composer.tsx:1663 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3823,14 +3938,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "" @@ -3868,7 +3983,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "" @@ -3958,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3979,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/dms/MessageItem.tsx:525 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4049,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4180,12 +4295,12 @@ msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "" @@ -4272,7 +4387,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "" @@ -4312,8 +4427,8 @@ msgstr "" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4404,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4412,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4442,7 +4557,7 @@ msgstr "" msgid "Error receiving captcha response." msgstr "" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4454,26 +4569,38 @@ msgstr "" msgid "Everybody can reply to this post." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "" @@ -4491,7 +4618,7 @@ msgstr "" msgid "Expand alt text" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "" @@ -4547,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4558,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4606,8 +4733,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:88 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4630,6 +4757,7 @@ msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4702,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4721,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4739,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4771,12 +4898,13 @@ msgstr "" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4793,6 +4921,10 @@ msgstr "" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4802,8 +4934,8 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:73 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4834,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4902,7 +5034,7 @@ msgstr "" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "" @@ -4977,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5011,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5085,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:700 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5141,8 +5294,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:429 #: src/screens/VideoFeed/index.tsx:866 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow" msgstr "" @@ -5197,8 +5350,8 @@ msgstr "" #: src/components/ProfileCard.tsx:542 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "" @@ -5256,8 +5409,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 #: src/screens/VideoFeed/index.tsx:864 -#: src/view/com/notifications/NotificationFeedItem.tsx:846 -#: src/view/com/notifications/NotificationFeedItem.tsx:863 +#: src/view/com/notifications/NotificationFeedItem.tsx:852 +#: src/view/com/notifications/NotificationFeedItem.tsx:869 msgid "Following" msgstr "" @@ -5272,7 +5425,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:498 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:267 -#: src/view/com/notifications/NotificationFeedItem.tsx:795 +#: src/view/com/notifications/NotificationFeedItem.tsx:801 msgid "Following {0}" msgstr "" @@ -5365,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5378,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "" @@ -5418,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5486,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5570,7 +5737,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -5690,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5788,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "" @@ -5852,7 +6019,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "" @@ -5927,7 +6094,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "" @@ -5977,7 +6144,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" @@ -6106,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6122,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6137,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6205,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "" @@ -6338,7 +6539,6 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6346,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6412,7 +6611,7 @@ msgid "Invites, but personal" msgstr "" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6433,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2520 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "" @@ -6473,8 +6672,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6483,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6522,6 +6716,10 @@ msgstr "" msgid "Labels on your content" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "" @@ -6547,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "" @@ -6566,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6769,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6958,9 +7166,7 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7069,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7089,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7106,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "" @@ -7141,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7182,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:625 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7197,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7219,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:724 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:719 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7347,7 +7554,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7519,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7531,21 +7737,26 @@ msgctxt "action" msgid "New" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:546 +#: src/view/com/notifications/NotificationFeedItem.tsx:552 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "" @@ -7578,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7612,6 +7823,18 @@ msgstr "" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7633,11 +7856,11 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:552 +#: src/view/com/notifications/NotificationFeedItem.tsx:558 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} " msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:537 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -7685,7 +7908,7 @@ msgstr "" msgid "Next image" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7759,7 +7982,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:521 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:293 -#: src/view/com/notifications/NotificationFeedItem.tsx:817 +#: src/view/com/notifications/NotificationFeedItem.tsx:823 msgid "No longer following {0}" msgstr "" @@ -7783,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7826,6 +8049,10 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7860,10 +8087,18 @@ msgstr "" msgid "No results found for \"{query}\"" msgstr "" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7872,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:880 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7919,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7958,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7998,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "" @@ -8021,7 +8257,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:731 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8054,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:864 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:659 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:871 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "" @@ -8087,7 +8323,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:234 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8096,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8123,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "" @@ -8144,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "" @@ -8174,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "" @@ -8284,7 +8535,7 @@ msgstr "" msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8317,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8333,7 +8584,7 @@ msgstr "" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8387,7 +8638,7 @@ msgstr "" msgid "Opens this draft in the composer" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:1131 +#: src/view/com/notifications/NotificationFeedItem.tsx:1143 #: src/view/com/util/UserAvatar.tsx:621 msgid "Opens this profile" msgstr "" @@ -8517,12 +8768,12 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8531,7 +8782,7 @@ msgid "Pause video" msgstr "" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "" @@ -8554,17 +8805,17 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8578,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8614,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8662,7 +8914,7 @@ msgstr "" msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "" @@ -8672,7 +8924,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8685,11 +8937,11 @@ msgstr "" msgid "Play Video" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8726,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8869,7 +9121,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "" @@ -8889,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8986,6 +9238,10 @@ msgstr "" msgid "Posts" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" @@ -9071,11 +9327,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "" @@ -9087,7 +9343,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9121,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1792 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9192,10 +9448,10 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "" @@ -9242,9 +9498,14 @@ msgstr "" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9295,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9308,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9343,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "" @@ -9383,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9431,6 +9692,11 @@ msgstr "" msgid "Remove feed?" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9470,11 +9736,16 @@ msgstr "" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "" @@ -9511,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "" @@ -9588,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:892 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:893 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "" @@ -9613,12 +9884,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "" @@ -9656,7 +9927,7 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9689,7 +9960,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "" @@ -9787,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9797,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9817,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9830,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9938,9 +10209,9 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10019,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10088,13 +10359,13 @@ msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:141 -#: src/view/com/notifications/NotificationFeedItem.tsx:899 -#: src/view/com/notifications/NotificationFeedItem.tsx:924 +#: src/view/com/notifications/NotificationFeedItem.tsx:905 +#: src/view/com/notifications/NotificationFeedItem.tsx:930 msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10124,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:783 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10135,8 +10406,11 @@ msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:546 +#: src/screens/Search/Shell.tsx:688 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10190,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10229,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10323,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10361,6 +10635,11 @@ msgstr "" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "" @@ -10392,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10460,11 +10739,11 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10495,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "" @@ -10530,7 +10808,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10578,7 +10856,7 @@ msgstr "" msgid "Settings" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10586,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10635,7 +10923,7 @@ msgstr "" msgid "Sexually Suggestive" msgstr "" -#: src/components/Link.tsx:433 +#: src/components/Link.tsx:428 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 #: src/components/StarterPack/QrCodeDialog.tsx:198 @@ -10688,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10697,6 +10990,10 @@ msgstr "" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:575 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "" @@ -10730,7 +11027,7 @@ msgstr "" msgid "Show" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -10868,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10953,6 +11250,11 @@ msgstr "" msgid "Signed in as @{0}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10970,7 +11272,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10984,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11041,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:332 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11109,8 +11411,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.native.tsx:139 -#: src/App.web.tsx:118 +#: src/App.native.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11227,7 +11529,7 @@ msgstr "" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "" @@ -11299,11 +11601,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11349,6 +11651,10 @@ msgstr "" msgid "Suggestive" msgstr "" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11421,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:670 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11478,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:635 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11491,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:358 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11673,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11836,10 +12142,25 @@ msgstr "" msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11963,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12067,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:668 -#: src/components/dms/MessageItem.tsx:697 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:667 -#: src/components/dms/MessageItem.tsx:693 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12111,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1043 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "" @@ -12275,7 +12601,7 @@ msgstr "" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12292,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "" @@ -12308,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12364,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12397,12 +12726,12 @@ msgstr "" msgid "TV" msgstr "" -#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 -msgid "Two-factor authentication (2FA)" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" +#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 +msgid "Two-factor authentication (2FA)" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 @@ -12427,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "" @@ -12467,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:735 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12600,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12686,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" @@ -12695,7 +13024,7 @@ msgstr "" msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -12707,10 +13036,15 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12795,7 +13129,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12809,7 +13143,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "" @@ -13044,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "" @@ -13088,12 +13422,12 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "" @@ -13101,11 +13435,13 @@ msgstr "" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13127,7 +13463,7 @@ msgstr "" #: src/screens/Profile/components/ProfileFeedHeader.tsx:454 #: src/screens/Search/components/SearchProfileCard.tsx:36 #: src/screens/VideoFeed/index.tsx:809 -#: src/view/com/notifications/NotificationFeedItem.tsx:613 +#: src/view/com/notifications/NotificationFeedItem.tsx:619 msgid "View {0}'s profile" msgstr "" @@ -13194,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13268,8 +13604,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13395,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -13464,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13481,8 +13817,8 @@ msgstr "" msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13490,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -13540,8 +13876,13 @@ msgstr "" msgid "What do you want to call your starter pack?" msgstr "" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13568,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "" @@ -13627,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1439 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13636,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "" @@ -13707,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:708 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13745,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "" @@ -13790,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "" @@ -13813,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13825,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13842,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13852,8 +14193,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13962,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1434 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14037,7 +14378,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14059,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:325 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14073,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:811 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14121,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" @@ -14189,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14197,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" @@ -14213,7 +14558,7 @@ msgstr "" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -14225,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -14261,11 +14606,11 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "" @@ -14357,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14382,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1140 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14395,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/ca/messages.po b/src/locale/locales/ca/messages.po index 50e55a335e..a035d0d917 100644 --- a/src/locale/locales/ca/messages.po +++ b/src/locale/locales/ca/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ca\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Catalan\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" categoria (activa)A" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(missatge bloquejat amagat)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(enllaç d'invitació al xat)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(té contingut incrustat)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(missatge suprimit)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(enllaç d'invitació a xat desactivat)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(enllaç d'invitació al xat invàlid)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(sense correu)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(sense text)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(publicació citada)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, one {# etiqueta del compte} other {# etiquetes del compte}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, one {# etiqueta de contingut} other {# etiquetes de contingut}}" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {# amic trobat!} other {# amics trobats!}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# hores}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# etiqueta s'ha} other {# etiquetes s'han}} aplicat a aquest compte" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# etiqueta s'ha} other {# etiquetes s'han}} aplicat a aquest contingut" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {# nova sol·licitud} other {# noves sol·licituds}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# persona ha} other {# persones han}} reaccionat– {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# segon} other {# segons}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# element sense llegir} other {# elements sense llegir}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} seguint" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} t'ha bloquejat" @@ -277,10 +305,16 @@ msgstr "{0} de 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} ha reaccionat amb {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} elements sense llegir" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} ha estat eliminat" msgid "{0} was removed from the group" msgstr "{0} ha estat eliminat del grup" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, one {membre} other {membres}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "{0}+" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "{0}+ sol·licituds" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {# actualització de xat} other {# actualitzacions d msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {# nova sol·licitud} other {# noves sol·licituds}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# sol·licitud} other {# sol·licituds}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {hores}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} other {minuts}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} t'han seguit" @@ -677,17 +733,17 @@ msgstr "{profileName} es va unir a Bluesky, utilitzant un Starter Pack, fa {time msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} ha respost" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName} ha respost a {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName} t'ha respost" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> t'ha afegit" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Inicia la sessió<1> o <2>crea un compte<3> <4>per cercar notícies, esports, política, jocs de paraules i tot el que passa a Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>Tu i<1> <2>{0} esteu inclosos al teu starter pack" msgid "⚠Invalid Handle" msgstr "⚠Identificador invàlid" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Accepta la sol·licitud" msgid "Accept this language suggestion" msgstr "Accepta aquest suggeriment d'idioma" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Converses acceptades" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Accés sol·licitat! El propietari del grup revisarà la teva sol·licitud." @@ -1050,9 +1091,9 @@ msgstr "Compte no silenciat" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Els comptes amb una marca de verificació blava<0><1/>poden verificar-ne altres. Bluesky selecciona aquests verificadors de confiança." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Activitat d'altres persones" @@ -1108,6 +1149,10 @@ msgstr "Afegeix text alternatiu" msgid "Add alt text (optional)" msgstr "Afegeix text alternatiu (opcional)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Afegeix text alternatiu (opcional)" msgid "Add another account" msgstr "Afegeix un altre compte" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Afegeix una altra publicació" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Afegeix una altra publicació al fil" @@ -1141,6 +1186,10 @@ msgstr "Afegeix una etiqueta d'automatització al compte" msgid "Add emoji reaction" msgstr "Afegeix una reacció d'emoji" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Afegeix membres al grup del xat" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Afegeix imatge" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Afegeix imatges a la publicació" @@ -1312,6 +1361,11 @@ msgstr "Contingut d'abús sexual per a adults" msgid "Advanced" msgstr "Avançat" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Garantia d'edat" @@ -1337,6 +1391,7 @@ msgstr "josepmaria@exemple.cat" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Totes" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Segueixes a tots els amics!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Tots els idiomes" @@ -1367,6 +1422,15 @@ msgstr "Tots els idiomes" msgid "All languages will be shown in your feeds." msgstr "Tots els idiomes es mostraran als teus canals." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Tots els canals que has desat, en un sol lloc." @@ -1380,13 +1444,13 @@ msgstr "Permet l'accés als teus missatges directes" msgid "Allow anyone to reply" msgstr "Permet respondre a tothom" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Permet missatges directes de" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Permet invitacions a grups de xat de" @@ -1440,10 +1504,10 @@ msgstr "Ja tens un compte?" msgid "Already signed in as @{0}" msgstr "Ja estàs registrat com a @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Text alternatiu" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Text alternatiu" @@ -1489,7 +1553,7 @@ msgstr "Hi ha hagut un error" msgid "An error occurred" msgstr "Hi ha hagut un error" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Hi ha hagut un error mentre es comprimia el vídeo." @@ -1535,11 +1599,11 @@ msgstr "S'ha produït un error en desar el codi QR!" msgid "An error occurred while trying to follow all" msgstr "S'ha produït un error en intentar seguir-ho tot" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Hi ha hagut un error mentre es pujava el vídeo. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "S'ha produït un error en penjar el vídeo. Comprova la teva connexió a Internet i torna-ho a provar." @@ -1626,7 +1690,7 @@ msgstr "Benestar animal" msgid "Animals" msgstr "Animals" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF animat" @@ -1638,6 +1702,11 @@ msgstr "Comunicat" msgid "Announcing verification on Bluesky" msgstr "Anunciant la verificació a Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Qualsevol" @@ -1781,6 +1850,24 @@ msgstr "Publicació arxivada" msgid "Are you really, really sure?" msgstr "N'estàs realment segur, de debò?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Segur que vols eliminar-ho dels teus canals?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Segur que vols retirar la teva sol·licitud per a unir-te a {0}?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Estàs segur que vols descartar aquesta publicació?" @@ -1904,7 +1991,7 @@ msgstr "Disponible" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Disponible" msgid "Back" msgstr "Endarrere" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Torna als xats" @@ -1961,10 +2048,10 @@ msgstr "Abans de poder rebre notificacions de les publicacions de {name}, primer #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Bloqueja l'usuari i/o elimina aquesta conversa" msgid "Block user and/or leave this conversation" msgstr "Bloqueja l'usuari i/o abandona aquesta conversa" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Bloquejada" @@ -2091,10 +2178,6 @@ msgstr "Els comptes bloquejats no poden respondre cap fil teu, ni anomenar-te ni msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Els comptes bloquejats no poden respondre a cap fil teu, ni anomenar-te ni interactuar amb tu de cap manera. No veuràs mai el seu contingut ni ells el teu." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "El bloqueig no evita que aquest etiquetador apliqui etiquetes al teu compte." @@ -2111,11 +2194,21 @@ msgstr "Bloquejar no evitarà que s'apliquin etiquetes al teu compte, però no d msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky no pot confirmar l'autenticitat de la data declarada." @@ -2340,7 +2433,7 @@ msgstr "Cal accés a la càmera" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Cal accés a la càmera" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Cal accés a la càmera" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2389,9 +2483,9 @@ msgstr "Cancel·la la reactivació i surt" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "Cancel·la la resposta" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Cancel·la la cerca" @@ -2411,7 +2505,7 @@ msgstr "Subtítols (.vtt)" msgid "Captions & alt text" msgstr "Subtítols i text alternatiu" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "carrusel" @@ -2435,7 +2529,7 @@ msgstr "Canvia la icona de l'aplicació" msgid "Change app icon to \"{0}\"" msgstr "Canvia la icona de l'aplicació a \"{0}\\" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Canvia l'idioma de l'aplicació" @@ -2518,11 +2612,11 @@ msgstr "L'enllaç d'invitació al xat ja no està disponible" msgid "Chat locked" msgstr "Xat tancat" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Missatges del xat - silenciats" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Missatges del xat - amb so" @@ -2536,6 +2630,12 @@ msgstr "Xat silenciat" msgid "Chat not found." msgstr "No s'ha trobat el xat." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "Opcions de xat" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Els propietaris del xat no poden abandonar un xat grupal." @@ -2548,22 +2648,22 @@ msgstr "El remitent no segueix el destinatari del xat." msgid "Chat request inbox" msgstr "Safata de sol·licituds de xat" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Sol·licituds de xat" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Configuració del xat" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Configuració del xat" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Xat no silenciat" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Xats" @@ -2661,10 +2761,16 @@ msgstr "Tria la teva pròpia línia de temps! Els canals creats per la comunitat msgid "Choose your password" msgstr "Tria la teva contrasenya" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "El teu identificador d'usuari" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Esborra totes les dades emmagatzemades" @@ -2673,6 +2779,10 @@ msgstr "Esborra totes les dades emmagatzemades" msgid "Clear all storage data (restart after this)" msgstr "Esborra totes les dades emmagatzemades (i després reinicia)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Fes clic per a mostrar l'enllaç d'invitació a aquest xat de grup" msgid "Click to open tag menu for {0}" msgstr "Fes clic per a obrir el menú d'etiquetes per a {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Clica aquí per provar d'enviar el missatge de nou" @@ -2755,6 +2865,7 @@ msgstr "Clica aquí per provar d'enviar el missatge de nou" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Clica aquí per provar d'enviar el missatge de nou" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Tanca el bàner" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Tanca el bàner de sol·licituds entrants" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Tanca aquest diàleg" @@ -2874,7 +2984,7 @@ msgstr "Tanca la finestra emergent de benvinguda" msgid "Closes password update alert" msgstr "Tanca l'alerta d'actualització de contrasenya" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Tanca l'editor de la publicació i descarta l'esborrany" @@ -2886,7 +2996,7 @@ msgstr "Plega la llista d'usuaris" msgid "Collapses list of users for a given notification" msgstr "Plega la llista d'usuaris per una notificació concreta" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Color" @@ -2917,7 +3027,7 @@ msgstr "Directrius de la comunitat" msgid "Complete onboarding and start using your account" msgstr "Finalitza el registre i comença a utilitzar el teu compte" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Completa la prova" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Crea una nova publicació" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Crear publicacions de fins a {0, plural, one {}other {# caràcters}} de longitud" @@ -2936,11 +3046,11 @@ msgstr "Crear publicacions de fins a {0, plural, one {}other {# caràcters}} de msgid "Compose reply" msgstr "Redacta una resposta" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "Comprimint el GIF..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Comprimint el vídeo..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Contacta amb el nostre equip de suport" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Contacta amb suport" @@ -3134,8 +3244,12 @@ msgstr "No s'ha trobat la conversa." msgid "Copied build version to clipboard" msgstr "Número de versió copiat en memòria" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Copia l'enllaç al perfil" msgid "Copy link to starter pack" msgstr "Copia l'enllaç a l'starter pack" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Copia el text del missatge" @@ -3341,7 +3455,7 @@ msgstr "No s'han pogut desar els canvis: {0}" msgid "Could not share – please try again" msgstr "No s'ha pogut copiar – torna-ho a provar" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "No s'ha pogut actualitzar la configuració de notificacions" @@ -3363,6 +3477,11 @@ msgstr "No s'han pogut carregar els GIFs" msgid "Country code" msgstr "Codi de país" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Crea un starter pack per a mi" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Registra't" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Crea un compte" @@ -3549,7 +3668,7 @@ msgstr "Data de naixement" msgid "Dawn" msgstr "Alba" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Dia" @@ -3632,7 +3751,7 @@ msgstr "Suprimeix contactes" msgid "Delete conversation" msgstr "Elimina la conversa" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Elimina-ho per mi" @@ -3645,7 +3764,7 @@ msgstr "Elimina la llista" msgid "Delete message" msgstr "Elimina el missatge" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Elimina el missatge per mi" @@ -3655,7 +3774,7 @@ msgstr "Elimina el meu compte" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Elimina la publicació" @@ -3676,7 +3795,7 @@ msgstr "Vols eliminar aquesta llista?" msgid "Delete this post?" msgstr "Vols eliminar aquesta publicació?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Eliminat" @@ -3697,10 +3816,6 @@ msgstr "Eliminat per Plivo després de la verificació" msgid "Deleted list" msgstr "Llista eliminada" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "El dispositiu no ha pogut traduir :(" msgid "Dialog: adjust who can interact with this post" msgstr "Diàleg: ajusta qui pot interactuar amb aquesta publicació" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Tènue" @@ -3806,9 +3925,9 @@ msgstr "Desactivat" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Descarta" msgid "Discard changes?" msgstr "Vols descartar els canvis?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Vols descartar l'esborrany?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Vols descartar la publicació?" @@ -3864,7 +3983,7 @@ msgstr "Descarta" msgid "Dismiss banner" msgstr "Ignora el bàner" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Descarta l'error" @@ -3954,13 +4073,13 @@ msgstr "No pateixis! Tots els missatges i la configuració existents es desen i #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "No pateixis! Tots els missatges i la configuració existents es desen i msgid "Done" msgstr "Fet" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Fes un toc doble o premeu llargament el missatge per a afegir una reacció" @@ -4045,7 +4164,7 @@ msgstr "A causa de les lleis de la teva regió, algunes funcions de Bluesky esta msgid "Duration:" msgstr "Durada:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Capvespre" @@ -4176,12 +4295,12 @@ msgstr "Edita les preferències de les interaccions a la publicació" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Edita el perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Edita el perfil" @@ -4268,7 +4387,7 @@ msgstr "Incrusta la publicació" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incrusta aquesta publicació al teu lloc web. Copia el fragment següent i enganxa'l al codi HTML del teu lloc web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Incrusta el reproductor de vídeo" @@ -4308,8 +4427,8 @@ msgstr "Habilita reproductors de contingut per" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Activa les notificacions per a un compte visitant el seu perfil i prement la <0>icona de la campana <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Activa les notificacions push" @@ -4400,7 +4519,7 @@ msgstr "Introdueix la teva contrasenya" msgid "Enter your username and password" msgstr "Introdueix el teu usuari i contrasenya" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Canvia a pantalla completa" @@ -4408,7 +4527,7 @@ msgstr "Canvia a pantalla completa" msgid "Entertainment" msgstr "Entreteniment" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4438,7 +4557,7 @@ msgstr "Ha ocorregut un error en desar el fitxer" msgid "Error receiving captcha response." msgstr "Error en rebre la resposta al captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Error: {error}" @@ -4450,26 +4569,38 @@ msgstr "Tothom pot respondre" msgid "Everybody can reply to this post." msgstr "Tothom pot respondre a aquesta publicació." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Tothom" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Tothom" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Tothom" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Tota la resta" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Exclou els usuaris que segueixes" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Imatges sexuals explícites." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Explora" msgid "Explore the app" msgstr "Explora l'aplicació" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Exporta les meves dades de xat" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "No s'ha pogut acceptar la sol·licitud per a unir-se" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "No s'ha pogut afegir la reacció d'emoji" @@ -4614,7 +4745,7 @@ msgstr "No s'han pogut afegir membres" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "No s'ha pogut afegir a la llista" #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" @@ -4626,6 +4757,7 @@ msgstr "No s'ha pogut canviar l'identificador. Torna-ho a provar." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "No s'ha pogut copiar l'enllaç" @@ -4698,10 +4830,6 @@ msgstr "No has pogut seguir tots els teus amics. Torna-ho a provar" msgid "Failed to hide suggestion, please check your internet connection" msgstr "No s'ha pogut amagar el suggeriment. Comprova la connexió a Internet" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "No s'ha pogut ignorar la sol·licitud d'unió" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "No s'ha pogut unir al xat de grup. Torna-ho a provar." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "No s'ha pogut abandonar el xat de grup" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "No s'han pogut carregar les converses" @@ -4735,8 +4863,11 @@ msgstr "No s'han pogut carregar els canals" msgid "Failed to load feeds preferences" msgstr "No s'han pogut carregar les preferències dels canals" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "No s'ha pogut carregar la configuració de notificacions." @@ -4767,12 +4898,13 @@ msgstr "No s'han pogut carregar els comptes suggerits" msgid "Failed to lock group chat" msgstr "No s'ha pogut bloquejar el xat de grup" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "No s'han pogut marcar tots els xats com a llegits" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "No s'han pogut marcar totes les sol·licituds com a llegides" @@ -4789,6 +4921,10 @@ msgstr "No s'ha pogut fixar la publicació" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "No s'ha pogut reconnectar Germ DM. Error: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "No s'ha pogut rebutjar la sol·licitud per a unir-se" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "No s'han pogut eliminar les dades a causa d'un error de xarxa. Comprova la connexió a Internet." @@ -4799,14 +4935,14 @@ msgid "Failed to remove data. {0}" msgstr "No s'han pogut eliminar les dades. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "No s'ha pogut eliminar la reacció d'emoji" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "No s'ha pogut eliminar de la llista" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" @@ -4830,7 +4966,7 @@ msgstr "No s'ha pogut retirar la teva sol·licitud. Torna-ho a provar." msgid "Failed to resolve location. Please try again." msgstr "La ubicació ha fallat. Torna-ho a provar." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Error en desar l'esborrany" @@ -4898,7 +5034,7 @@ msgstr "No s'han pogut actualitzar els canals" msgid "Failed to update notification declaration" msgstr "No s'ha pogut actualitzar la declaració de notificació" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "No s'ha pogut actualitzar la configuració" @@ -4973,7 +5109,7 @@ msgstr "Comentaris enviats a l'operador del canal" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Cerca actualitzacions" msgid "File saved successfully!" msgstr "Fitxer desat amb èxit" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtra-ho dels canals" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filtra la cerca per idioma" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtra la cerca per idioma (actualment: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtra qui pot optar per rebre notificacions de la teva activitat" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Filtra de qui reps notificacions" @@ -5081,7 +5238,7 @@ msgstr "Troba gent per seguir" msgid "Find people you know" msgstr "Troba gent que coneguis" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Troba publicacions, usuaris i canals a Bluesky" @@ -5361,7 +5518,8 @@ msgstr "Quatre bombolles de missatge que representen un xat de grup. Primer miss msgid "Free your feed" msgstr "Allibera el teu canal" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "De" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "De <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Genera un starter pack" @@ -5414,43 +5577,51 @@ msgstr "Germ DM reconnectat" msgid "Get help" msgstr "Aconsegueix ajuda" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Rep notificacions sobre adhesions a starter packs, verificacions i altres activitats." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Rep notificacions quan la gent et segueixi." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Rep notificacions quan a la gent li agradin les teves publicacions." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Rep notificacions quan a la gent li agradin les teves republicacions." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Rep notificacions quan la gent et mencioni." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Rep notificacions quan la gent citi les teves publicacions." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Rep notificacions quan la gent respongui a les teves publicacions." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Rep notificacions quan la gent republiqui les teves publicacions." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Rep notificacions quan la gent republiqui les teves republicacions." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "Rep notificacions quan la gent t'enviï sol·licituds de missatge." + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "Rep notificacions quan la gent t'enviï missatges." + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Rep notificacions quan hi hagi activitat als apunts als quals estàs subscrit." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Comença" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "S'ha penjat el GIF" @@ -5686,7 +5857,7 @@ msgstr "Xat de grup no silenciat" msgid "Group Chats" msgstr "Xats grupals" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Els xats grupals només estan disponibles per a usuaris de 18 anys o més." @@ -5784,7 +5955,7 @@ msgstr "Tens un codi?<0>Clica aquí." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Hem encertat la teva ubicació? <0>Toca aquí per actualitzar la teva ubicació amb el GPS." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Tens problemes?" @@ -5973,7 +6144,7 @@ msgstr "Tenim problemes per a carregar aquestes dades. Mira a continuació per a msgid "Hmmmm, we couldn't load that moderation service." msgstr "No podem carregar el servei de moderació." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Espera! A poc a poc estem donant accés al vídeo i encara estàs a la cua. Torna més tard!" @@ -6102,12 +6273,12 @@ msgstr "Si ets desenvolupador, pots allotjar el teu propi servidor." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Si vols canviar el teu identificador o el correu fes-ho abans de desactivar el compte." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Imatge" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Imatge {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Imatge {0} de {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Imatge {0} de {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "S'ha esborrat la memòria cau d'imatges, s'ha alliberat {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Galeria d'imatges, {0} imatges" @@ -6201,43 +6372,77 @@ msgstr "Importats el {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Per tal d'oferir una experiència adequada a l'edat, necessitem saber la teva data de naixement. Només cal fer-ho un sol cop i les teves dades es mantindran privades." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "Integrades a l'aplicació" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Notificacions integrades a l'aplicació" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "A l'aplicació, tothom" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "A l'aplicació, gent a qui segueixes" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "A l'aplicació, push" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "A l'aplicació, push, tothom" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "A l'aplicació, push, gent a qui segueixes" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Safata d'entrada buida" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "La safata està buida" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Nom d'usuari o contrasenya incorrectes" @@ -6334,7 +6539,6 @@ msgstr "Codi d'invitació" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Codi d'invitació rebutjat. Comprova que l'has entrat correctament i torna-ho a provar." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Convida amics" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Convida amics" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Convida a Bluesky de manera més personalitzada" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "La teva ubicació no és exacta? <0>Toca aquí per a actualitzar la teva ubicació amb GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "La teva ubicació no és exacta? <0>Toca aquí per a actualitzar la teva ubicació amb GPS." #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Ara només ets tu! Afegeix més persones al teu starter pack cercant a dalt." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "Identificador de la tasca: {0}" @@ -6469,8 +6672,8 @@ msgstr "Uneix-te a la conversa" msgid "Journalism" msgstr "Periodisme" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Continua editant" @@ -6479,11 +6682,6 @@ msgstr "Continua editant" msgid "Keep me posted" msgstr "Mantingueu-me informat/da" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Expulsa el membre" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "Lloc web de KWS" @@ -6518,6 +6716,10 @@ msgstr "Etiquetes al teu compte" msgid "Labels on your content" msgstr "Etiquetes al teu contingut" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Configuració d'idioma" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Última iniciació ara mateix" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "El més recent" @@ -6562,6 +6764,16 @@ msgstr "Més informació" msgid "Learn More" msgstr "Més informació" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Més informació sobre la garantia d'edat" @@ -6765,16 +6977,16 @@ msgstr "Li ha agradat a {0, plural, one {# usuari} other {# usuaris}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Li ha agradat a {likeCount, plural, one {# usuari} other {# usuaris}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "M'agrades" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "M'agrades de les teves republicacions" @@ -6954,9 +7166,7 @@ msgstr "Carrega noves notificacions" msgid "Load new posts" msgstr "Carrega noves publicacions" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "S'està carregant el xat…" @@ -7065,18 +7275,20 @@ msgstr "Gestiona la configuració de verificació" msgid "Manage your muted words and tags" msgstr "Gestiona les teves etiquetes i paraules silenciades" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Marca-ho tot com a llegit" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "Marca tots els xats com a llegits" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "Marca totes les sol·licituds com a llegides" @@ -7085,15 +7297,16 @@ msgstr "Marca totes les sol·licituds com a llegides" msgid "Mark as read" msgstr "Marca com a llegit" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "S'ha marcat tot com a llegit" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "S'han marcat tots els xats com a llegits" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "S'han marcat totes les sol·licituds com a llegides" @@ -7102,6 +7315,7 @@ msgstr "S'han marcat totes les sol·licituds com a llegides" msgid "Maybe later" msgstr "Potser més tard" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Imatges" @@ -7137,26 +7351,29 @@ msgstr "Els membres encara poden llegir l'historial del xat, però no poden envi msgid "mentioned users" msgstr "usuaris mencionats" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Mencions" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menú" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "Missatge" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "Missatge" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Missatge esborrat" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "No s'ha pogut enviar el missatge." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Missatge de @ {0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Missatge de @ {0}: {1}" msgid "Message from server: {0}" msgstr "Missatge del servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Camp d'entrada del missatge" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "El missatge és massa llarg" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "El missatge és massa llarg ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Opcions del missatge" @@ -7215,11 +7426,11 @@ msgstr "Opcions del missatge" msgid "Messages" msgstr "Missatges" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "Els missatges d'aquesta persona estan ocults mentre t'estigui bloquejant." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Els missatges d'aquesta persona s'oculten mentre la tinguis bloquejada." @@ -7343,7 +7554,7 @@ msgstr "Música" msgid "Mute" msgstr "Silencia" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Has d'informar d'una infracció dels drets d'autor, una sol·licitud leg msgid "Nevermind, create a handle for me" msgstr "Tant hi fa, crea'm un identificador" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Nova" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nova" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "Nou {postsCount, plural, one {publicació} other{publicacions}} de {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "Nou {postsCount, plural, one {publicació} other{publicacions}} de {firs #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Xat nou" @@ -7574,9 +7789,9 @@ msgstr "Adreça de correu nova" msgid "New Feature" msgstr "Funció nova" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Nous seguidors" @@ -7608,6 +7823,18 @@ msgstr "Nou identificador" msgid "New list" msgstr "Llista nova" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "Sol·licituds de missatges nous" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "Missatges nous" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Següent" msgid "Next image" msgstr "Següent imatge" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Nit" @@ -7779,12 +8006,12 @@ msgstr "Sense nom" msgid "No notifications yet!" msgstr "Encara no tens cap notificació" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Ningú" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Ningú" @@ -7822,6 +8049,10 @@ msgstr "Encara no té cap citació" msgid "No recent GIFs yet. Pick one to see it here." msgstr "No hi ha GIFs recents encara. Tria'n un per veure'l aquí." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Encara no hi ha respostes" @@ -7856,10 +8087,18 @@ msgstr "No s'han trobat resultats" msgid "No results found for \"{query}\"" msgstr "No s'han trobat resultats per \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "No s'han trobat resultats per a “<0>{query}”." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Cap resultat." @@ -7868,11 +8107,6 @@ msgstr "Cap resultat." msgid "No Starter Packs yet" msgstr "No hi ha Starter Packs encara" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Imatges íntimes no consentides" msgid "Non-sexual Nudity" msgstr "Nuesa no sexual" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "No disponible en aquesta plataforma" @@ -7954,26 +8193,27 @@ msgstr "Nota: Aquesta publicació només és visible per als usuaris que han ini msgid "Nothing saved yet" msgstr "Encara no hi ha res desat" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Configuració de les notificacions" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Sons de les notificacions" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "El número ha de ser un número de mòbil" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Apagat" @@ -8017,7 +8257,7 @@ msgstr "D'acord" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "Un dels destinataris seleccionats no permet xats grupals." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Un dels destinataris seleccionats t'ha bloquejat i no se li pot enviar cap missatge." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Falta el text alternatiu a un o més GIFs." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Falta el text alternatiu a una o més imatges." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "Un o més dels fitxers seleccionats no són compatibles." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Un o més dels fitxers seleccionats són massa grans. La mida màxima és de {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Una o més publicacions són massa llargues per desar-les com a esborrany. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {El nombre màxim de caràcters és de # caràcter.} other {El nombre màxim de caràcters és de # caràcters.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Falta el text alternatiu a un o més videos." @@ -8083,7 +8323,7 @@ msgstr "Només {0} poden respondre." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Només s'han afegit {0} de {1} {2, plural, one {imatge} other {imatges}}; el límit és {MAX_GALLERY_IMAGES}" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Només els administradors poden acceptar sol·licituds d'unió." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Només els administradors poden ignorar les sol·licituds d'unió." +msgid "Only admins can reject join requests." +msgstr "Només els administradors poden rebutjar les sol·licituds per a unir-se." #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Només s'hi pot unir gent a qui {0} segueix." msgid "Only people the chat owner follows can join" msgstr "Només les persones que segueix el propietari del xat poden unir-s'hi" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Només s'admeten fitxers WebVTT (.vtt)" @@ -8140,6 +8392,10 @@ msgstr "Vaja, aquest perfil no existeix. Prova d'escanejar-ne un altre." msgid "Oops!" msgstr "Ostres!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Obre el creador d'avatars" @@ -8170,9 +8426,8 @@ msgstr "Obre l'esborrany" msgid "Open drawer menu" msgstr "Obre el menú del calaix" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Obre el selector d'emojis" @@ -8280,7 +8535,7 @@ msgstr "Obre un diàleg per afegir un avís de contingut a la teva publicació" msgid "Opens a dialog to choose who can interact with this post" msgstr "Obre un quadre de diàleg per triar qui pot interactuar amb aquesta publicació" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "Obre una llista de temes de color per a la targeta QR" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Obre la càmera del dispositiu" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Obre la galeria del dispositiu per seleccionar fins a {MAX_GALLERY_IMAGES, plural, one {# imatge} other {# imatges}}, o un sol vídeo o GIF." @@ -8329,7 +8584,7 @@ msgstr "Obre el procés per a crear un nou compte de Bluesky" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Obre el procés per a iniciar sessió a un compte existent de Bluesky" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Obre la imatge completa" @@ -8513,12 +8768,12 @@ msgstr "Contrasenya actualitzada" msgid "Password updated!" msgstr "Contrasenya actualitzada!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Posa en pausa" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Pausa el GIF" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Posa en pausa el vídeo" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Gent" @@ -8550,17 +8805,17 @@ msgstr "Persones seguides per @{0}" msgid "People following @{0}" msgstr "Persones seguint a @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Gent que segueixo" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Gent que segueixo" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Gent que segueixo" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Les persones que segueixo poden sol·licitar unir-se" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Persones que segueixes" @@ -8610,7 +8866,7 @@ msgstr "Número de telèfon verificat" msgid "Photography" msgstr "Fotografia" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Tria un tema de color" @@ -8658,7 +8914,7 @@ msgstr "Canals de notícies fixats" msgid "Pinned to your feeds" msgstr "Fixat als teus canals" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Reprodueix" @@ -8668,7 +8924,7 @@ msgstr "Reprodueix" msgid "Play {0}" msgstr "Reprodueix {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Reprodueix el GIF" @@ -8681,11 +8937,11 @@ msgstr "Reprodueix el vídeo" msgid "Play Video" msgstr "Reprodueix el vídeo" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Reprodueix o posa en pausa el GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Reprodueix o posa en pausa el GIF" @@ -8722,7 +8978,7 @@ msgstr "Fes clic a l'enllaç del correu que us acabem d'enviar per verificar la msgid "Please complete the verification captcha." msgstr "Completa el captcha de verificació." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Confirma la teva adreça de correu per penjar vídeos." @@ -8865,7 +9121,7 @@ msgstr "Política" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Publica" @@ -8885,12 +9141,12 @@ msgstr "Publica una foto" msgid "Post a video" msgstr "Publica un vídeo" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Publica-ho tot" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Publica de totes maneres" @@ -8982,6 +9238,10 @@ msgstr "Publicació sense fixar" msgid "Posts" msgstr "Publicacions" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Les publicacions es poden silenciar segons el seu text, les seves etiquetes o ambdues coses. Recomanem evitar les paraules habituals que apareixen en moltes publicacions, ja que pot provocar que no es mostri cap publicació." @@ -9067,11 +9327,11 @@ msgstr "Política de privacitat" msgid "Privacy violation of a minor" msgstr "Violació de la privadesa d'un menor" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "Processant el GIF..." -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Processant el vídeo..." @@ -9083,7 +9343,7 @@ msgstr "Processant…" msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Llistes públiques i compartibles d'usuaris per silenciar o bloquejar de manera massiva." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Publica la publicació" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Publica les publicacions" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Publica les respostes" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Publica la resposta" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Notificacions push" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Push, tothom" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Push, gent a qui segueixes" @@ -9188,10 +9448,10 @@ msgstr "La publicació citada s'ha desenganxat amb èxit" msgid "Quote posts disabled" msgstr "S'han deshabilitat les citacions" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citacions" @@ -9238,10 +9498,15 @@ msgstr "Torna a activar el teu compte" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Llegeix {0, plural, one {# resposta més} other {# respostes més}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "consulta com utilitzar els filtres de cerca" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Persones reals." msgid "Reason for appeal" msgstr "Motiu de l'apel·lació" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Rebre notificacions integrades a l'aplicació" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Rebre notificacions push" @@ -9304,7 +9569,7 @@ msgstr "Rebre notificacions push" msgid "Recent GIFs" msgstr "GIFs recents" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Cerques recents" @@ -9339,8 +9604,8 @@ msgstr "Rebutja la sol·licitud de xat" msgid "Reject join request" msgstr "Rebutja la sol·licitud per a unir-te" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Carrega les converses de nou" @@ -9379,9 +9644,9 @@ msgstr "Elimina a {displayName} d'aquest xat de grup" msgid "Remove {displayName}?" msgstr "Vols eliminar {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Elimina {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Elimina el canal" msgid "Remove feed?" msgstr "Vols eliminar el canal?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Elimina del xat" @@ -9466,11 +9736,16 @@ msgstr "Elimina la imatge" msgid "Remove live status" msgstr "Elimina l'estat en directe" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "Elimina el membre" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Elimina la paraula silenciada de la teva llista" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Elimina el perfil" @@ -9507,11 +9782,11 @@ msgstr "Elimina la verificació" msgid "Remove your verification for this account?" msgstr "Vols eliminar la teva verificació d'aquest compte?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Eliminat per l'autor" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Tu l'has eliminat" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "T'ha respost" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "Missatge respost de {senderName}, toca per desplaçar-t'hi" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "Missatge respost, toca per desplaçar-t'hi" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Respostes" @@ -9609,12 +9884,12 @@ msgstr "Respostes deshabilitades" msgid "Replies to this post are disabled." msgstr "Les respostes a aquesta publicació estan deshabilitades." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Respon" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Respon" @@ -9652,7 +9927,7 @@ msgstr "S'ha actualitzat la visibilitat de la resposta" msgid "Reply was successfully hidden" msgstr "La resposta s'ha amagat amb èxit" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Informa del canal" msgid "Report list" msgstr "Denuncia la llista" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Informa del missatge" @@ -9783,9 +10058,9 @@ msgstr "Republicat per {reposter}" msgid "Reposted by you" msgstr "Republicat per tu" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Republicacions" @@ -9793,9 +10068,9 @@ msgstr "Republicacions" msgid "Reposts of this post" msgstr "Republicacions d'aquesta publicació" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Republicacions de les teves republicacions" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Demana un codi" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Sol·licitud ignorada." +msgid "Request rejected." +msgstr "Sol·licitud rebutjada." #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Sol·licitat" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Sol·licituds" @@ -9934,9 +10209,9 @@ msgstr "Torna a intentar l'última acció, que ha donat error" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Desa la data de naixement" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Desa els canvis" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Vols desar els canvis?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Desa l'esborrany" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Vols desar l'esborrany?" @@ -10089,8 +10364,8 @@ msgstr "S'ha desat als teus canals." msgid "Say hello!" msgstr "Digues hola!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Saluda a algú" @@ -10120,9 +10395,9 @@ msgstr "Desplaça't a l'esquerra" msgid "Scroll right" msgstr "Desplaça't a la dreta" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "Desplaça't fins al missatge al qual es respon" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "Desplaça't cap a dalt" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Cerca" @@ -10186,17 +10464,13 @@ msgstr "Cerca més canals" msgid "Search for people" msgstr "Cerca persones" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Cerca publicacions, usuaris o canals" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Cerca GIF" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "La cerca no està disponible actualment amb la sessió tancada" @@ -10225,6 +10499,10 @@ msgstr "Cerca publicacions" msgid "Search profiles" msgstr "Cerca perfils" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Cerca..." @@ -10319,7 +10597,7 @@ msgstr "Tria un motiu" msgid "Select account" msgstr "Selecciona el compte" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Selecciona un idioma de l'aplicació" @@ -10357,6 +10635,11 @@ msgstr "Selecciona els idiomes del contingut" msgid "Select duration" msgstr "Tria la durada" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Selecciona d'un compte existent" @@ -10388,7 +10671,7 @@ msgstr "Selecciona els membres del grup del xat" msgid "Select how long to mute this word for." msgstr "Tria per quant temps s'ha de silenciar aquesta paraula." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Selecciona els teus interessos d'entre aquestes opcions" msgid "Select your preferred language for translations in your feed." msgstr "Selecciona el teu idioma preferit per a les traduccions al teu canal." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Selecciona els teus canals de notificació preferits" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "No es permet seleccionar diversos tipus de suports." @@ -10491,8 +10774,7 @@ msgstr "Envia informe d'error" msgid "Send feedback" msgstr "Envia comentari" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Envia el missatge" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Envia per missatge directe" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Enviat a {0}" @@ -10574,7 +10856,7 @@ msgstr "Estableix un correu per a restablir la contrasenya" msgid "Settings" msgstr "Configuració" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Configuració de l'activitat d'altres persones" @@ -10582,39 +10864,49 @@ msgstr "Configuració de l'activitat d'altres persones" msgid "Settings for allowing others to be notified of your posts" msgstr "Configuració per permetre que altres persones rebin notificacions de les teves publicacions" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Configuració de les notificacions de \"m'agrada\"" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Configuració de les notificacions de mencions" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Configuració de les notificacions de nou seguidor" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Configuració de les notificacions de tota la resta" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Configuració de les notificacions de m'agrades a les teves republicacions" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "Configuració de les notificacions per a noves sol·licituds de missatge" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "Configuració de les notificacions de missatges nous" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Configuració de les notificacions de republicacions de les teves republicacions" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Configuració de les notificacions de citacions" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Configuració de les notificacions de respostes" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Configuració de les notificacions de republicacions" @@ -10684,6 +10976,11 @@ msgstr "Comparteix el meu perfil" msgid "Share post at:// URI" msgstr "Comparteix l'URI at:// de la publicació" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "Comparteix el perfil" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Comparteix el codi QR" msgid "Share this feed" msgstr "Comparteix aquest canal" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Comparteix aquest starter pack" @@ -10726,7 +11027,7 @@ msgstr "Comprovador de preferències compartides" msgid "Show" msgstr "Mostra" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Mostra el text alternatiu" @@ -10864,13 +11165,13 @@ msgstr "Mostra el contingut" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Es requereix iniciar sessió" msgid "Signed in as @{0}" msgstr "S'ha iniciat sessió com a @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Salta aquest pas" msgid "Skip contact sharing and continue to the app" msgstr "Omet la compartició de contactes i continua a l'aplicació" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Vols ometre les publicacions buides?" @@ -10980,7 +11286,7 @@ msgstr "Omet la introducció i comença a utilitzar el teu compte" msgid "Skip to next step" msgstr "Salta al pas següent" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "llisca" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Algú ha deixat el grup" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Algú ha reaccionat amb {0}" @@ -11223,7 +11529,7 @@ msgstr "Pàgina d'estat" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Pas {0} de {1}" @@ -11295,11 +11601,11 @@ msgstr "Subscriu-te a @{0} per a utilitzar aquestes etiquetes:" msgid "Subscribe to account activity" msgstr "Subscriu-te a l'activitat del compte" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Subscriu-te a l'etiquetador" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Subscriu-te a aquest etiquetador" @@ -11345,6 +11651,10 @@ msgstr "Suggeriments per tu" msgid "Suggestive" msgstr "Suggerent" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "Llum solar" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Fes la conversa privada." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Toca a continuació per a permetre que Bluesky accedeixi a la teva ubicació GPS. Farem servir aquestes dades per a determinar amb més precisió el contingut i les funcions disponibles a la teva regió." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Toca per a més detalls" @@ -11474,7 +11784,7 @@ msgstr "Toca per eliminar la teva reacció {0}" msgid "Tap to request access to join this group chat" msgstr "Toca per sol·licitar l'accés a aquest xat de grup" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Toca per tornar-ho a provar" @@ -11487,7 +11797,7 @@ msgstr "Toca per mostrar {0} reaccions" msgid "Tap to show all reactions" msgstr "Toca per mostrar totes les reaccions" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Toca per veure les reaccions" @@ -11669,8 +11979,8 @@ msgstr "L'autor ha marcat la publicació a la qual respons com a escrita en {sug msgid "The Privacy Policy has been moved to <0/>" msgstr "La política de privacitat ha estat traslladada a <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "El vídeo seleccionat té una mida superior a {VIDEO_MAX_SIZE_MB} MB. Torna-ho a provar amb un fitxer més petit." @@ -11832,10 +12142,25 @@ msgstr "Hi ha hagut una gran quantitat d'usuaris nous a Bluesky! Activarem el te msgid "These are your default settings" msgstr "Aquesta és la teva configuració predeterminada" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Aquests paràmetres només s'apliquen al canal Seguint." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "Aquest xat és seu" @@ -11959,6 +12284,11 @@ msgstr "Aquest esborrany s'eliminarà permanentment." msgid "This email is already associated with your account." msgstr "Aquest correu ja està associat amb el teu compte." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Aquesta funció permet als usuaris rebre notificacions de les teves noves publicacions i respostes. Per a qui vols habilitar-ho?" @@ -12063,13 +12393,13 @@ msgstr "Aquesta llista està buida." msgid "This message is hidden" msgstr "Aquest missatge està ocult" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Aquest missatge està ocult perquè aquest usuari t'està bloquejant." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Aquest missatge està ocult perquè heu blocat aquest usuari." @@ -12107,7 +12437,7 @@ msgstr "L'autor ha eliminat la publicació" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Aquesta publicació s'amagarà dels canals i fils. Això no es pot desfer." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "L'autor d'aquesta publicació ha deshabilitat les citacions." @@ -12271,7 +12601,7 @@ msgstr "Avui" msgid "Toggle to enable or disable adult content" msgstr "Commuta per a habilitar o deshabilitar el contingut per a adults" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Commuta el so" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Massa contactes: has superat el nombre de contactes que pots importar per trobar els teus amics" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Superior" @@ -12304,8 +12634,8 @@ msgstr "Primer les respostes principals" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Trolejar" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "La confiança sorgeix de les relacions, les comunitats i el context compartit, de manera que també estem habilitant <0>verificadors de confiança: organitzacions que poden emetre directament la verificació." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Prova un terme de cerca diferent o <0>consulta com utilitzar els filtres de cerca." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Prova-ho" msgid "TV" msgstr "Televisió" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "Crepuscle" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Autenticació de dos factors (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Escriu aquí el teu missatge" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Tipus:" @@ -12423,7 +12756,7 @@ msgstr "No es pot contactar amb el teu servei. Comprova la teva connexió a inte #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "No es pot contactar amb el teu servei. Comprova la teva connexió a internet." @@ -12463,7 +12796,7 @@ msgstr "No disponible" msgid "Unavailable feed information" msgstr "Informació del canal no disponible" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Obre aquest xat de grup" msgid "Unmute" msgstr "Deixa de silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Llista no fixada" msgid "Unsnooze email reminder" msgstr "Deixa de posposar el recordatori de correu" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Dona't de baixa" @@ -12691,7 +13024,7 @@ msgstr "Dona't de baixa" msgid "Unsubscribe from list" msgstr "Dona't de baixa d'aquesta llista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Dona't de baixa d'aquest etiquetador" @@ -12703,10 +13036,15 @@ msgstr "T'has dona't de baixa de la llista" msgid "Unsupported clipboard content" msgstr "Contingut del porta-retalls no compatible" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Tipus de vídeo no compatible: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Fins a 50 persones" @@ -12719,7 +13057,7 @@ msgstr "Actualitza" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "Actualitza {0} a les llistes" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "Actualitza el correu" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "Actualitza a les llistes" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "Puja dels Fitxers" msgid "Upload from Library" msgstr "Puja de la biblioteca" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "S'està penjant el GIF..." @@ -12805,7 +13143,7 @@ msgstr "S'estan penjant imatges..." msgid "Uploading link thumbnail..." msgstr "S'està penjant la miniatura de l'enllaç..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "S'està penjant el vídeo..." @@ -13040,12 +13378,12 @@ msgstr "Verificant..." msgid "Version {0}" msgstr "Versió {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Vídeo" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "El vídeo no s'ha pogut processar" @@ -13084,12 +13422,12 @@ msgstr "No s'ha trobat el vídeo." msgid "Video settings" msgstr "Configuració de vídeo" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Vídeo penjat" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Vídeo: {0}" @@ -13097,11 +13435,13 @@ msgstr "Vídeo: {0}" msgid "Videos" msgstr "Vídeos" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Els vídeos han de tenir una durada inferior a 3 minuts." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Veure" @@ -13190,7 +13530,7 @@ msgstr "Mostra'n més" msgid "View more trending videos" msgstr "Veure més vídeos del moment" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Veure la publicació" @@ -13264,8 +13604,8 @@ msgstr "Veure els teus comptes silenciats" msgid "View your verifications" msgstr "Veure les teves verificacions" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Veure la imatge completa" @@ -13391,7 +13731,7 @@ msgstr "Et recomanem que triïs almenys dos interessos." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Hem enviat un correu a <0>{0} amb un enllaç. Fes-hi clic per completar el procés de verificació del correu electrònic." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "No hem pogut determinar si tens permís per pujar vídeos. Torna-ho a provar." @@ -13460,7 +13800,7 @@ msgstr "Tenim problemes de xarxa, torna-ho a provar" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Estem introduint una nova capa de verificació a Bluesky: una marca de verificació fàcil de veure." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Estem molt contents que t'uneixis a nosaltres!" @@ -13477,8 +13817,8 @@ msgstr "Ho sentim, però no hem pogut resoldre aquesta llista. Si això continua msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Ho sentim, però no hem pogut carregar les teves paraules silenciades en aquest moment. Torna-ho a provar." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Ens sap greu, però la teva cerca no s'ha pogut fer. Prova-ho d'aquí una estona." @@ -13486,7 +13826,7 @@ msgstr "Ens sap greu, però la teva cerca no s'ha pogut fer. Prova-ho d'aquí un msgid "We're sorry, you cannot access this screen at this time." msgstr "Ho sentim, no pots accedir a aquesta pantalla en aquest moment." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Ho sentim! La publicació a la qual estàs responent s'ha suprimit." @@ -13536,8 +13876,13 @@ msgstr "Quins són els teus interessos?" msgid "What do you want to call your starter pack?" msgstr "Com vols anomenar al teu starter pack?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Què hi ha de nou" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Qui pot verrificar?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Vaja!" @@ -13623,7 +13968,7 @@ msgstr "Vols bloquejar aquest usuari i/o sortir d'aquesta conversa?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Vols desar això com a esborrany abans de veure la resta dels teus esborranys?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Vols desar-ho com a esborrany per editar-ho més tard?" @@ -13632,12 +13977,12 @@ msgstr "Vols desar-ho com a esborrany per editar-ho més tard?" msgid "Write a post" msgstr "Escriu una publicació" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Escriu una publicació" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Escriu la teva resposta" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Estàs accedint a Bluesky des d'una regió que legalment ens obliga a verificar la teva edat abans de permetre't accedir a l'aplicació." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "Estàs bloquejant {0}" @@ -13741,7 +14086,7 @@ msgstr "Estàs emetent en directe" msgid "You are no longer live" msgstr "Ja no estàs emetent en directe" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "No t'és permès pujar vídeos." @@ -13786,12 +14131,12 @@ msgstr "També pots descarregar les dades del xat com a fitxer \"JSONL\". Aquest msgid "You can always opt out and delete your data" msgstr "Sempre pots optar per no participar i suprimir les teves dades" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Pots triar si les notificacions dels xats tenen so en la configuració del xat en l'aplicació" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Pots continuar les converses en curs independentment de la configuració que triïs." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Ara pots iniciar sessió amb la nova contrasenya." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Només pots afegir fins a {MAX_GALLERY_IMAGES, plural, one {# imatge} other {# imatges}} per publicació" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Només pots desar esborranys de fins a 1000 caràcters." @@ -13821,11 +14166,11 @@ msgstr "Només pots desar esborranys de fins a 1000 caràcters." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Només pots desar esborranys de fins a 1000 caràcters. Vols descartar aquesta publicació abans de veure els teus esborranys?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Només pots seleccionar un GIF alhora." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Només pots seleccionar un vídeo alhora." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Pots llegir l'historial del xat, però no pots enviar missatges nous." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Pots seleccionar fins a {MAX_GALLERY_IMAGES, plural, one {# imatge} other {# imatges}} en total." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Pots actualitzar-ho més tard des de la teva configuració." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "No pots afegir més de {EMOJI_REACTION_LIMIT, plural, one {# reacció amb emoji} other {# reaccions amb emoji}}" @@ -13958,7 +14303,7 @@ msgstr "Has verificat correctament el teu correu. Pots tancar aquest diàleg." msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Has arribat temporalment al límit de pujades de vídeos. Torna-ho a provar més tard." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Tens canvis sense desar en aquest esborrany. Vols desar-los?" @@ -14033,7 +14378,7 @@ msgstr "Has de seguir almenys set persones més per generar un starter pack." msgid "You must grant access to your photo library to save a QR code" msgstr "Has de concedir accés a la teva galeria per desar un codi QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Has de permetre l'accés a la teva biblioteca multimèdia." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Segurament vols reiniciar l'aplicació ara." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Has reaccionat amb {0}" @@ -14069,17 +14414,17 @@ msgstr "Has reaccionat amb {0} a {target}" msgid "You recently changed your birthdate" msgstr "Has canviat la teva data de naixement fa poc" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "Has respost" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "Has respost a {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "T'has respost a tu mateix" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,11 +14462,11 @@ msgstr "No podràs tornar a unir-te si no t'hi conviden." msgid "You: {message}" msgstr "Tu: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Seguiràs els usuaris i els canals suggerits un cop hagis acabat de crear el teu compte!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Seguiràs els usuaris suggerits un cop hagis acabat de crear el teu compte!" @@ -14185,7 +14530,7 @@ msgstr "Has arribat al final del contingut actiu." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Has arribat al final del teu canal! Cerca alguns comptes més per a seguir." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Has arribat al nombre màxim d'esborranys" @@ -14193,15 +14538,19 @@ msgstr "Has arribat al nombre màxim d'esborranys" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Has arribat al nombre màxim de sol·licituds permeses. Torna-ho a provar més tard." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Has arribat a l'inici del contingut actiu." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Has assolit el teu límit diari de pujades de vídeos (massa bytes)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Has assolit el teu límit diari de pujades de vídeos (massa vídeos)" @@ -14209,7 +14558,7 @@ msgstr "Has assolit el teu límit diari de pujades de vídeos (massa vídeos)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "T'has acabat els vídeos. Potser és un bon moment per a fer un descans." -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "El teu compte" @@ -14221,7 +14570,7 @@ msgstr "El teu compte s'ha eliminat, fins aviat! ✌️" msgid "Your account has been suspended" msgstr "S'ha suspès el teu compte" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "El teu compte encara no té l'edat suficient per penjar vídeos. Torna-ho a provar més tard." @@ -14353,11 +14702,11 @@ msgstr "La teva contrasenya s'ha canviat correctament! Fes servir la nova contra msgid "Your password must be at least 8 characters long." msgstr "La contrasenya ha de tenir almenys 8 caràcters." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "La teva publicació s'ha enviat" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Les teves publicacions s'han enviat" @@ -14378,7 +14727,7 @@ msgstr "La teva foto de perfil envoltada de cercles concèntrics de les fotos de msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "El teu perfil, publicacions, canals i llistes ja no seran visibles per a altres usuaris de Bluesky. Pots reactivar el teu compte en qualsevol moment iniciant sessió." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "La teva resposta s'ha enviat" @@ -14391,7 +14740,7 @@ msgstr "El teu informe s'enviarà a <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Seleccionar els teus interessos ens ajuda a mostrar-te el contingut que t'importa." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "El teu fil té publicacions buides que s'ometran. Les publicacions restants es publicaran com a fil." diff --git a/src/locale/locales/cs/messages.po b/src/locale/locales/cs/messages.po index 275f6ad354..ea99f52357 100644 --- a/src/locale/locales/cs/messages.po +++ b/src/locale/locales/cs/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: cs\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Czech\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n" @@ -21,311 +21,351 @@ msgstr "" #. Accessibility label for a category (e.g. Art, Video Games, Sports, etc.) that shows suggested accounts for the user to follow. The tab is currently selected. #: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" -msgstr "" +msgstr "Kategorie \"{interestsDisplayName}\" (aktivní)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(blokovaná zpráva skryta)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:876 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" -msgstr "" +msgstr "(odkaz na pozvánku ke konverzaci)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:878 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" -msgstr "" +msgstr "(obsahuje vložený obsah)" + +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(smazaná zpráva)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(zakázaný odkaz na pozvánku ke konverzaci)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(neplatný odkaz na pozvánku ke konverzaci)" #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" -msgstr "" +msgstr "(žádný email)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(žádný text)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(citovaný příspěvek)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, one {# štítek účtu} few {# štítky účtu} many {# štítků účtu} other {# štítků účtu}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, one {# štítek obsahu} few {# štítky obsahu} many {# štítků obsahu} other {# štítků obsahu}}" #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" -msgstr "" +msgstr "{0, plural, one {# den} few {# dny} many {# dní} other {# dní}}" #. placeholder {0}: profile.followersCount ?? 0 #: src/screens/Profile/ProfileFollowers.tsx:33 msgid "{0, plural, one {# follower} other {# followers}}" -msgstr "" +msgstr "{0, plural, one {# sledující} few {# sledující} other {# sledujících}}" #. placeholder {0}: profile.followsCount ?? 0 #: src/screens/Profile/ProfileFollows.tsx:33 msgid "{0, plural, one {# following} other {# following}}" -msgstr "" +msgstr "{0, plural, one {# sledovaný} few {# sledovaní} other {# sledovaných}}" #. placeholder {0}: item.count #: src/components/contacts/screens/ViewMatches.tsx:268 msgid "{0, plural, one {# friend found!} other {# friends found!}}" -msgstr "" +msgstr "{0, plural, one {Nalezen # přítel!} few {Nalezeni # přátelé!} other {Nalezeno # přátel!}}" #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:159 msgid "{0, plural, one {# hour} other {# hours}}" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" +msgstr "{0, plural, one {# hodina} few {# hodiny} other {# hodin}}" #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" -msgstr "" +msgstr "{0, plural, one {# označení To se mi líbí} few {# označení To se mi líbí} many {# označení To se mi líbí} other {# označení To se mi líbí}}" #. placeholder {0}: convo.details.memberCount #: src/components/dialogs/SearchablePeopleList.tsx:555 msgid "{0, plural, one {# member} other {# members}}" -msgstr "" +msgstr "{0, plural, one {# člen} few {# členové} other {# členů}}" #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:149 msgid "{0, plural, one {# minute} other {# minutes}}" -msgstr "" +msgstr "{0, plural, one {# minuta} few {# minuty} many {# minut} other {# minut}}" #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:180 msgid "{0, plural, one {# month} other {# months}}" -msgstr "" +msgstr "{0, plural, one {# měsíc} few {# měsíce} many {# měsíců} other {# měsíců}}" #. placeholder {0}: convo.details.unreadJoinRequestCount #: src/screens/Messages/components/ChatListItem.tsx:225 msgid "{0, plural, one {# new join request} other {# new join requests}}" -msgstr "" +msgstr "{0, plural, one {# nová žádost o připojení} few {# nové žádosti o připojení} many {# nových žádostí o připojení} other {# nových žádostí o připojení}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:335 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" -msgstr "" +msgstr "{0, plural, one {# osoba zareagovala} few {# osoby zareagovaly} many {# osob zareagovalo} other {# osob zareagovalo}} – {1}" #. placeholder {0}: quoteCount ?? 0 #: src/screens/Post/PostQuotes.tsx:34 msgid "{0, plural, one {# quote} other {# quotes}}" -msgstr "" +msgstr "{0, plural, one {# citace} few {# citace} many {# citací} other {# citací}}" #. placeholder {0}: quoteCount ?? 0 #: src/screens/Post/PostRepostedBy.tsx:34 msgid "{0, plural, one {# repost} other {# reposts}}" -msgstr "" +msgstr "{0, plural, one {# repost} few {# reposty} many {# repostů} other {# repostů}}" #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:139 msgid "{0, plural, one {# second} other {# seconds}}" -msgstr "" +msgstr "{0, plural, one {# sekunda} few {# sekundy} many {# sekund} other {# sekund}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" -msgstr "" +msgstr "{0, plural, one {# nepřečtená položka} few {# nepřečtené položky} many {# nepřečtených položek} other {# nepřečtených položek}}" #. How long it takes to read an article, in minutes. Displayed in a short form, e.g. "5m" for 5 minutes. #. placeholder {0}: view.readingTime #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:251 msgid "{0, plural, one {#m} other {#m}}" -msgstr "" +msgstr "{0, plural, one {# min} few {# min} many {# min} other {# min}}" #. How many months have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:182 msgid "{0, plural, one {#mo} other {#mo}}" -msgstr "" +msgstr "{0, plural, one {# měsíc} few {# měsíce} many {# měsíců} other {# měsíců}}" #. placeholder {0}: draft.meta.replyCount #: src/view/com/composer/drafts/DraftItem.tsx:143 msgid "{0, plural, one {1 more post} other {# more posts}}" -msgstr "" +msgstr "{0, plural, one {1 další příspěvek} few {# další příspěvky} many {# dalších příspěvků} other {# dalších příspěvků}}" #. placeholder {0}: profile.followersCount || 0 #: src/components/ProfileHoverCard/index.web.tsx:444 #: src/screens/Profile/Header/Metrics.tsx:22 msgid "{0, plural, one {follower} other {followers}}" -msgstr "" +msgstr "{0, plural, one {sledující} few {sledující} many {sledujících} other {sledujících}}" #. placeholder {0}: profile.followsCount || 0 #: src/components/ProfileHoverCard/index.web.tsx:448 #: src/screens/Profile/Header/Metrics.tsx:26 msgid "{0, plural, one {following} other {following}}" -msgstr "" +msgstr "{0, plural, one {sledovaný} few {sledovaní} many {sledovaných} other {sledovaných}}" #. placeholder {0}: profile.postsCount || 0 #: src/screens/Profile/Header/Metrics.tsx:58 msgid "{0, plural, one {post} other {posts}}" -msgstr "" +msgstr "{0, plural, one {příspěvek} few {příspěvky} many {příspěvků} other {příspěvků}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack #. placeholder {0}: starterPack.joinedAllTimeCount || 0 #: src/screens/StarterPack/StarterPackScreen.tsx:504 msgid "{0, plural, other {# people have}} joined Bluesky via this starter pack!" -msgstr "" +msgstr "{0, plural, one {# člověk se připojil} few {# lidé se připojili} many {# lidí se připojilo} other {# lidí se připojilo}} k Bluesky pomocí tohoto startovacího balíčku!" #. placeholder {0}: starterPack.list.listItemCount - 4 #: src/components/dialogs/StarterPackDialog.tsx:362 msgid "{0, plural, other {+# more}}" -msgstr "" +msgstr "{0, plural, one {+# další} few {+# další} many {+# dalších} other {+# dalších}}" #. placeholder {0}: aaRegionConfig.minAccessAge #: src/screens/Signup/StepInfo/index.tsx:311 msgid "{0, plural, other {You must be # years of age or older to create an account in your region.}}" -msgstr "" +msgstr "{0, plural, one {Pro vytvoření účtu ve vašem regionu vám musí být alespoň # rok.} few {Pro vytvoření účtu ve vašem regionu vám musí být alespoň # roky.} many {Pro vytvoření účtu ve vašem regionu vám musí být alespoň # roku.} other {Pro vytvoření účtu ve vašem regionu vám musí být alespoň # let.}}" #. placeholder {0}: i18n.date(d, {timeStyle: ts}) #. placeholder {1}: i18n.date(d, {dateStyle: 'medium'}) #: src/lib/strings/time.ts:15 msgctxt "date and time formatted like this: [time] · [date]" msgid "{0} · {1}" -msgstr "" +msgstr "{0} · {1}" #. placeholder {0}: desc.name #: src/components/moderation/ContentHider.tsx:100 msgid "{0} (Account)" -msgstr "" +msgstr "{0} (Účet)" #. Pattern: {wordValue} in tags #. placeholder {0}: word.value #: src/components/dialogs/MutedWords.tsx:495 msgid "{0} <0>in <1>tags" -msgstr "" +msgstr "{0} <0>v <1>značkách" #. Pattern: {wordValue} in text, tags #. placeholder {0}: word.value #: src/components/dialogs/MutedWords.tsx:484 msgid "{0} <0>in <1>text & tags" -msgstr "" +msgstr "{0} <0>v <1>textu a značkách" #. placeholder {0}: createSanitizedDisplayName(members[0]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:44 msgid "{0} added to chat" -msgstr "" +msgstr "{0} přidán do konverzace" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:46 msgid "{0} and {1} added to chat" -msgstr "" +msgstr "Přidáno do konverzace: {0} a {1}" #. placeholder {0}: profile.followsCount || 0 #: src/screens/Profile/Header/Metrics.tsx:49 msgid "{0} following" -msgstr "" +msgstr "{0} sledujících" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:712 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" -msgstr "" +msgstr "{0} vás blokuje" #. placeholder {0}: sanitizeHandle(profile.handle) #: src/features/liveNow/components/LiveStatusDialog.tsx:84 msgid "{0} is live" -msgstr "" +msgstr "{0} živě" #. placeholder {0}: createFullHandle(draftValue, state.userDomain) #: src/screens/Signup/StepHandle/index.tsx:186 msgid "{0} is not available" -msgstr "" +msgstr "{0} není dostupný" #. placeholder {0}: codeToLanguageName( expectedSourceLanguage, langPrefs.appLanguage, ) #: src/lib/translation/index.tsx:314 msgid "{0} is not supported by your device." -msgstr "" +msgstr "{0} není podporován vaším zařízením." #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:83 msgid "{0} joined" -msgstr "" +msgstr "{0} se přidal/a" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:84 msgid "{0} joined the group" -msgstr "" +msgstr "{0} se přidal/a do skupiny" #. placeholder {0}: formatCount(i18n, JOINED_THIS_WEEK) #: src/screens/StarterPack/StarterPackLandingScreen.tsx:230 msgid "{0} joined this week" -msgstr "" +msgstr "{0} se přidal/a tento týden" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:96 msgid "{0} left" -msgstr "" +msgstr "{0} odešel/šla" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:97 msgid "{0} left the group" -msgstr "" +msgstr "{0} opustil/a skupinu" #. placeholder {0}: formatTime(currentTime) #. placeholder {1}: formatTime(duration) #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/Scrubber.tsx:203 msgid "{0} of {1}" -msgstr "" +msgstr "{0} z {1}" #. Accessibility label describing how many characters the user has entered out of a 50-character limit in a text input field #. placeholder {0}: state.name?.length #: src/screens/StarterPack/Wizard/StepDetails.tsx:56 msgid "{0} out of 50" -msgstr "" +msgstr "{0} z 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:330 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" -msgstr "" +msgstr "{0} napsal reakci na {1}" + +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} nepřečtených položek" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" -msgstr "" +msgstr "{0} byl přidán" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:58 msgid "{0} was added to the group" -msgstr "" +msgstr "{0} byl přidán do skupiny" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:70 msgid "{0} was removed" -msgstr "" +msgstr "{0} byl odstraněn" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:71 msgid "{0} was removed from the group" -msgstr "" +msgstr "{0} byl odstraněn ze skupiny" + +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "{0}, " #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 msgid "{0}, {1} and {memberCount, plural, one {# other} other {# others}} added to chat" -msgstr "" +msgstr "{0}, {1} a {memberCount, plural, one {# další přidán} few {# další přidáni} other {# dalších přidáno}} do konverzace" #. placeholder {0}: feed.displayName #. placeholder {1}: sanitizeHandle(feed.creatorHandle, '@') #. placeholder {2}: feed.likeCount || 0 #: src/view/com/feeds/FeedSourceCard.tsx:189 msgid "{0}, a feed by {1}, liked by {2}" -msgstr "" +msgstr "{0}, vlákno od {1}, líbí se {2}" #. placeholder {0}: feed.displayName #. placeholder {1}: sanitizeHandle(feed.creatorHandle, '@') #: src/view/com/feeds/FeedSourceCard.tsx:192 msgid "{0}, a list by {1}" -msgstr "" +msgstr "{0}, seznam od {1}" #. placeholder {0}: sanitizeDisplayName( profile.displayName || sanitizeHandle(profile.handle), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || sanitizeHandle(profile.handle), ) #: src/view/com/util/UserAvatar.tsx:599 #: src/view/com/util/UserAvatar.tsx:617 msgid "{0}'s avatar" -msgstr "" +msgstr "Profilový obrázek {0}" #. The number of active group chat members out of the total number allowed. #. placeholder {0}: joinLinkPreview.memberCount @@ -333,7 +373,7 @@ msgstr "" #: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" -msgstr "" +msgstr "{0}/{1}" #. The number of members in a group chat, in the format '{members}/{total} members'. #. The number of members in a group chat, in the format '{members}/{total} members'. @@ -346,387 +386,403 @@ msgstr "" #: src/components/dms/ChatInvite/Card.tsx:62 #: src/components/intents/GroupChatJoinDialog.tsx:341 msgid "{0}/{1} {2, plural, one {member} other {members}}" -msgstr "" +msgstr "{0}/{1} {2, plural, one {člen} few {členové} many {členů} other {členů}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" -msgstr "" +msgstr "{0}/{imageCount}" + +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "{0}+" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "{0}+ požadavků" #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 msgid "{0}d" -msgstr "" +msgstr "{0} d" #. How many hours have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:161 msgid "{0}h" -msgstr "" +msgstr "{0} h" #. How many minutes have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:151 msgid "{0}m" -msgstr "" +msgstr "{0} m" #. How many seconds have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:141 msgid "{0}s" -msgstr "" +msgstr "{0} s" #: src/screens/Messages/JoinRequests.tsx:433 msgid "{count, plural, =0 {No requests to join} one {# request to join} other {# requests to join}}" -msgstr "" +msgstr "{count, plural, =0 {Žádné žádosti o připojení} one {# žádost o připojení} few {# žádosti o připojení} many {# žádostí o připojení} other {# žádostí o připojení}}" #: src/components/dms/SystemMessageGroup.tsx:38 msgid "{count, plural, one {# chat update} other {# chat updates}}" -msgstr "" +msgstr "{count, plural, one {# aktualizace konverzace} few {# aktualizace konverzací} many {# aktualizací konverzací} other {# aktualizací konverzací}}" #: src/screens/Messages/components/RequestStatus.tsx:74 msgid "{count, plural, one {# new join request} other {# new join requests}}" -msgstr "" +msgstr "{count, plural, one {# nová žádost o připojení} few {# nové žádosti o připojení} many {# nových žádostí o připojení} other {# nových žádostí o připojení}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" -msgstr "" +msgstr "{count, plural, one {# žádost} few {# žádosti} many {# žádostí} other {# žádostí}}" #: src/view/shell/desktop/LeftNav.tsx:484 msgid "{count, plural, one {# unread item} other {# unread items}}" -msgstr "" +msgstr "{count, plural, one {# nepřečtená položka} few {# nepřečtené položky} many {# nepřečtených položek} other {# nepřečtených položek}}" #. Displayed when there are more requests to join a group chat than have been loaded #: src/screens/Messages/JoinRequests.tsx:427 msgid "{count, plural, other {#+ requests to join}}" -msgstr "" +msgstr "{count, plural, one {#+ žádost o připojení} few {#+ žádosti o připojení} many {#+ žádostí o připojení} other {#+ žádostí o připojení}}" #: src/components/dms/DateDivider.tsx:60 msgid "{date} at {time}" -msgstr "" +msgstr "{date} v {time}" #: src/lib/generate-starterpack.ts:104 #: src/screens/StarterPack/Wizard/index.tsx:189 msgid "{displayName}'s Starter Pack" -msgstr "" +msgstr "Startovací balíček {displayName}" #: src/screens/SignupQueued.tsx:219 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" -msgstr "" +msgstr "{estimatedTimeHrs, plural, one {hodina} few {hodiny} many {hodin} other {hodin}}" #: src/screens/SignupQueued.tsx:225 msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" -msgstr "" +msgstr "{estimatedTimeMins, plural, one {minuta} few {minuty} many {minut} other {minut}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "{filterCount, plural, one {+# filtr} few {+# filtry} many {+# filtrů} other {+# filtrů}}" + +#: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" -msgstr "" +msgstr "{firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} další vás začali} few {{formattedAuthorsCount} další vás začali} many {{formattedAuthorsCount} dalších vás začalo} other {{formattedAuthorsCount} dalších vás začalo}} sledovat" -#: src/view/com/notifications/NotificationFeedItem.tsx:389 +#: src/view/com/notifications/NotificationFeedItem.tsx:395 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" -msgstr "" +msgstr "{firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} další dal} few {{formattedAuthorsCount} dalších dalo} many {{formattedAuthorsCount} dalších dalo} other {{formattedAuthorsCount} dalších dalo}} lajk vašemu vlastnímu kanálu" -#: src/view/com/notifications/NotificationFeedItem.tsx:298 +#: src/view/com/notifications/NotificationFeedItem.tsx:304 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" -msgstr "" +msgstr "{firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} další dal/a} few {{formattedAuthorsCount} dalších dalo} many {{formattedAuthorsCount} dalších dalo} other {{formattedAuthorsCount} dalších dalo}} lajk vašemu příspěvku" -#: src/view/com/notifications/NotificationFeedItem.tsx:494 +#: src/view/com/notifications/NotificationFeedItem.tsx:500 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" -msgstr "" +msgstr "{firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} dalšímu} few {{formattedAuthorsCount} dalším} many {{formattedAuthorsCount} dalších} other {{formattedAuthorsCount} dalších}} se líbí váš repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:467 +#: src/view/com/notifications/NotificationFeedItem.tsx:473 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" -msgstr "" +msgstr "{firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} další} few {{formattedAuthorsCount} dalších} many {{formattedAuthorsCount} dalších} other {{formattedAuthorsCount} dalších}} odebrali svá ověření z vašeho účtu" -#: src/view/com/notifications/NotificationFeedItem.tsx:322 +#: src/view/com/notifications/NotificationFeedItem.tsx:328 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" -msgstr "" +msgstr "{firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} další repostoval} few {{formattedAuthorsCount} dalších repostovalo} many {{formattedAuthorsCount} dalších repostovalo} other {{formattedAuthorsCount} dalších repostovalo}} váš příspěvek" -#: src/view/com/notifications/NotificationFeedItem.tsx:518 +#: src/view/com/notifications/NotificationFeedItem.tsx:524 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" -msgstr "" +msgstr "{firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} další repostoval} few {{formattedAuthorsCount} dalších repostovalo} many {{formattedAuthorsCount} dalších repostovalo} other {{formattedAuthorsCount} dalších repostovalo}} váš repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:413 +#: src/view/com/notifications/NotificationFeedItem.tsx:419 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" -msgstr "" +msgstr "{firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} další se zaregistroval} few {{formattedAuthorsCount} dalších se zaregistrovalo} many {{formattedAuthorsCount} dalších se zaregistrovalo} other {{formattedAuthorsCount} dalších se zaregistrovalo}} pomocí vašeho startovacího balíčku" -#: src/view/com/notifications/NotificationFeedItem.tsx:442 +#: src/view/com/notifications/NotificationFeedItem.tsx:448 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" -msgstr "" +msgstr "{firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} další} few {{formattedAuthorsCount} další} many {{formattedAuthorsCount} dalších} other {{formattedAuthorsCount} dalších}} vás ověřili" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" -msgstr "" +msgstr "{firstAuthorLink} vás sleduje" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" -msgstr "" +msgstr "{firstAuthorLink} vás také sleduje" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" -msgstr "" +msgstr "{firstAuthorLink} dal vašemu vláknu lajk" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" -msgstr "" +msgstr "{firstAuthorLink} dal vašemu příspěvku lajk" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" -msgstr "" +msgstr "{firstAuthorLink} dal vašemu repostu lajk" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" -msgstr "" +msgstr "{firstAuthorLink} odstranil/a ověření z vašeho účtu" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" -msgstr "" +msgstr "{firstAuthorLink} repostoval váš příspěvek" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" -msgstr "" +msgstr "{firstAuthorLink} repostoval váš repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" -msgstr "" - -#: src/view/com/notifications/NotificationFeedItem.tsx:454 -msgid "{firstAuthorLink} verified you" -msgstr "" - -#: src/view/com/notifications/NotificationFeedItem.tsx:348 -msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" -msgstr "" - -#: src/view/com/notifications/NotificationFeedItem.tsx:382 -msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" -msgstr "" - -#: src/view/com/notifications/NotificationFeedItem.tsx:291 -msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" -msgstr "" - -#: src/view/com/notifications/NotificationFeedItem.tsx:487 -msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" -msgstr "" +msgstr "{firstAuthorLink} se registroval pomocí vašeho startovacího balíčku" #: src/view/com/notifications/NotificationFeedItem.tsx:460 +msgid "{firstAuthorLink} verified you" +msgstr "Váš účet byl ověřen díky {firstAuthorLink}" + +#: src/view/com/notifications/NotificationFeedItem.tsx:354 +msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" +msgstr "{firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} další vás začal} few {{formattedAuthorsCount} dalších vás začalo} many {{formattedAuthorsCount} dalších vás začalo} other {{formattedAuthorsCount} dalších vás začalo}} sledovat" + +#: src/view/com/notifications/NotificationFeedItem.tsx:388 +msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" +msgstr "{firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} dalšímu} few {{formattedAuthorsCount} dalším} many {{formattedAuthorsCount} dalších} other {{formattedAuthorsCount} dalších}} se líbí váš vlastní kanál" + +#: src/view/com/notifications/NotificationFeedItem.tsx:297 +msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" +msgstr "{firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} dalšímu} few {{formattedAuthorsCount} dalším} many {{formattedAuthorsCount} dalších} other {{formattedAuthorsCount} dalších}} se líbí váš příspěvek" + +#: src/view/com/notifications/NotificationFeedItem.tsx:493 +msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" +msgstr "{firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} dalšímu} few {{formattedAuthorsCount} dalším} many {{formattedAuthorsCount} dalším} other {{formattedAuthorsCount} dalším}} se líbí váš repost" + +#: src/view/com/notifications/NotificationFeedItem.tsx:466 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" -msgstr "" +msgstr "{firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} další odebral/a} few {{formattedAuthorsCount} další odebrali} many {{formattedAuthorsCount} dalších odebralo} other {{formattedAuthorsCount} dalších odebralo}} ověření z vašeho účtu" -#: src/view/com/notifications/NotificationFeedItem.tsx:315 +#: src/view/com/notifications/NotificationFeedItem.tsx:321 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" -msgstr "" +msgstr "{firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} další repostoval} few {{formattedAuthorsCount} další repostovali} many {{formattedAuthorsCount} dalších repostovalo} other {{formattedAuthorsCount} dalších repostovalo}} váš příspěvek" -#: src/view/com/notifications/NotificationFeedItem.tsx:511 +#: src/view/com/notifications/NotificationFeedItem.tsx:517 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" -msgstr "" +msgstr "{firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} další repostoval} few {{formattedAuthorsCount} další repostovali} many {{formattedAuthorsCount} dalších repostovalo} other {{formattedAuthorsCount} dalších repostovalo}} váš repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:406 +#: src/view/com/notifications/NotificationFeedItem.tsx:412 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" -msgstr "" +msgstr "{firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} další se zaregistroval} few {{formattedAuthorsCount} další se zaregistrovali} many {{formattedAuthorsCount} dalších se zaregistrovalo} other {{formattedAuthorsCount} dalších se zaregistrovalo}} pomocí vašeho startovacího balíčku" -#: src/view/com/notifications/NotificationFeedItem.tsx:435 +#: src/view/com/notifications/NotificationFeedItem.tsx:441 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" -msgstr "" +msgstr "{firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} další vás ověřil/a} few {{formattedAuthorsCount} další vás ověřili} many {{formattedAuthorsCount} dalších vás ověřilo} other {{formattedAuthorsCount} dalších vás ověřilo}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" -msgstr "" +msgstr "{firstAuthorName} vás sleduje" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" -msgstr "" +msgstr "{firstAuthorName} vás také sleduje" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" -msgstr "" +msgstr "{firstAuthorName} lajkoval váš kanál" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" -msgstr "" +msgstr "{firstAuthorName} lajkoval váš příspěvek" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" -msgstr "" +msgstr "{firstAuthorName} lajkoval váš repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" -msgstr "" +msgstr "{firstAuthorName} odstranil ověření z vašeho účtu" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" -msgstr "" +msgstr "{firstAuthorName} repostoval váš příspěvek" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" -msgstr "" +msgstr "{firstAuthorName} repostoval váš repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" -msgstr "" +msgstr "{firstAuthorName} se registroval pomocí vašeho startovacího balíčku" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" -msgstr "" +msgstr "Váš účet byl ověřen díky {firstAuthorName}" #: src/components/ProfileHoverCard/index.web.tsx:572 msgid "{following} following" -msgstr "" +msgstr "{following} sledovaných" #: src/components/dms/components/GroupChatProfileCard.tsx:62 #: src/components/dms/InitiateChatFlow.tsx:945 msgid "{handle} can’t be added" -msgstr "" +msgstr "{handle} nemůže být přidán" #: src/components/dialogs/SearchablePeopleList.tsx:459 msgid "{handle} can't be messaged" -msgstr "" +msgstr "Nemůžete posílat zprávy {handle}" #: src/components/dms/InitiateChatFlow.tsx:906 msgid "{handle} can’t be messaged" -msgstr "" +msgstr "Nemůžete posílat zprávy {handle}" #: src/features/liveNow/utils.ts:15 msgid "{hours, plural, one {# hour {minutesString}} other {# hours {minutesString}}}" -msgstr "" +msgstr "{hours, plural, one {# hodina {minutesString}} few {# hodiny {minutesString}} many {# hodin {minutesString}} other {# hodin {minutesString}}}" #: src/features/liveNow/utils.ts:19 msgid "{hours, plural, one {# hour} other {# hours}}" -msgstr "" +msgstr "{hours, plural, one {# hodina} few {# hodiny} many {# hodin} other {# hodin}}" #. Displayed when the number of requests is greater than 20 #: src/screens/Messages/components/RequestStatus.tsx:69 msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" -msgstr "" +msgstr "{JOIN_REQUESTS_THRESHOLD}+ nových požadavků na připojení" #: src/screens/Messages/components/ChatListItem.tsx:220 msgctxt "Displayed when there are more than 20 requests to join a group chat" msgid "{JOIN_REQUESTS_THRESHOLD}+ new join requests" -msgstr "" +msgstr "{JOIN_REQUESTS_THRESHOLD}+ nových požadavků na připojení" #. Number of users (always at least 50) who have joined Bluesky using a specific starter pack #: src/components/StarterPack/StarterPackCard.tsx:102 msgid "{joinedAllTimeCount, plural, other {# users have}} joined!" -msgstr "" +msgstr "{joinedAllTimeCount, plural, one {# uživatel se připojil} few {# uživatelé se připojili} many {# uživatelů se připojilo} other {# uživatelů se připojilo}}!" #: src/view/com/composer/videos/SubtitleDialog.tsx:138 msgid "{MAX_ALT_TEXT, plural, other {Alt text must be less than # characters.}}" -msgstr "" +msgstr "{MAX_ALT_TEXT, plural, one {Alternativní text musí být kratší než # znak.} few {Alternativní text musí být kratší než # znaky.} many {Alternativní text musí být kratší než # znaku.} other {Alternativní text musí být kratší než # znaků.}}" #: src/screens/Profile/Header/EditProfileDialog.tsx:380 msgid "{MAX_DESCRIPTION, plural, other {Description is too long. The maximum number of characters is #.}}" -msgstr "" +msgstr "{MAX_DESCRIPTION, plural, other {Popis je příliš dlouhý. Maximální počet znaků je #.}}" #: src/screens/Profile/Header/EditProfileDialog.tsx:329 msgid "{MAX_DISPLAY_NAME, plural, other {Display name is too long. The maximum number of characters is #.}}" -msgstr "" +msgstr "{MAX_DISPLAY_NAME, plural, other {Zobrazované jméno je příliš dlouhé. Maximální počet znaků je #.}}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:395 msgid "{MAX_HIDDEN_REPLIES, plural, other {You can hide a maximum of # replies.}}" -msgstr "" +msgstr "{MAX_HIDDEN_REPLIES, plural, one {Můžete skrýt maximálně # odpověď.} few {Můžete skrýt maximálně # odpovědi.} many {Můžete skrýt maximálně # odpovědi.} other {Můžete skrýt maximálně # odpovědí.}}" #. The number of group chat members out of the total number of permitted users. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:39 msgid "{memberCount}/{memberLimit}" -msgstr "" +msgstr "{memberCount}/{memberLimit}" #: src/features/liveNow/utils.ts:10 msgid "{minutes, plural, one {# minute} other {# minutes}}" -msgstr "" +msgstr "{minutes, plural, one {# minuta} few {# minuty} many {# minuty} other {# minut}}" #. placeholder {0}: reaction.value #: src/components/dms/getReactionInfo.ts:65 msgid "{name} reacted {0} to {target}" -msgstr "" +msgstr "{name} reagoval {0} na {target}" #. When the last message in a group chat came from someone other than you. #: src/components/dms/getMessageInfo.ts:89 msgid "{name}: {message}" -msgstr "" +msgstr "{name}: {message}" #: src/screens/StarterPack/Wizard/StepDetails.tsx:76 msgid "{name}'s favorite feeds and people - join me!" -msgstr "" +msgstr "Oblíbené kanály a lidé uživatele {name} – přidej se ke mně!" #: src/screens/StarterPack/Wizard/StepDetails.tsx:49 msgid "{name}'s starter pack" -msgstr "" +msgstr "Startovací balíček uživatele {name}" #: src/view/shell/bottom-bar/BottomBarWeb.tsx:334 msgid "{notificationCount, plural, one {# unread item} other {# unread items}}" -msgstr "" +msgstr "{notificationCount, plural, one {# nepřečtená položka} few {# nepřečtené položky} many {# nepřečtené položky} other {# nepřečtených položek}}" #: src/screens/Settings/FindContactsSettings.tsx:457 msgid "{numMatches, plural, one {# contact found} other {# contacts found}}" -msgstr "" +msgstr "{numMatches, plural, one {nalezen # kontakt} few {nalezeny # kontakty} many {nalezeno # kontaktu} other {nalezeno # kontaktů}}" #: src/components/NewskieDialog.tsx:115 msgid "{profileName} joined Bluesky {timeAgoString} ago" -msgstr "" +msgstr "{profileName} se připojil/a k Bluesky před {timeAgoString}" #: src/components/NewskieDialog.tsx:112 msgid "{profileName} joined Bluesky using a starter pack {timeAgoString} ago" -msgstr "" +msgstr "{profileName} se připojil/a k Bluesky pomocí startovacího balíčku před {timeAgoString}" #. The trending topic rank, i.e. "1. March Madness", "2. The Bachelor" #: src/screens/Search/modules/ExploreTrendingTopics.tsx:101 msgid "{rank}." -msgstr "" +msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:822 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} odpověděl/a" -#: src/components/dms/MessageItem.tsx:818 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName} odpověděl/a uživateli {originalName}" -#: src/components/dms/MessageItem.tsx:816 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName} vám odpověděl/a" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 msgid "{requestCount, plural, one {# request} other {# requests}}" -msgstr "" +msgstr "{requestCount, plural, one {# žádost} few {# žádosti} many {# žádosti} other {# žádostí}}" #. Displayed when there are more than 20 requests to join a group chat #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:56 msgid "{requestCount}+ requests" -msgstr "" +msgstr "{requestCount}+ požadavků" #. trending topic time spent trending. should be as short as possible to fit in a pill #: src/screens/Search/modules/ExploreTrendingTopics.tsx:191 msgid "{type}h ago" -msgstr "" +msgstr "před {type}h" #: src/components/verification/VerifierDialog.tsx:62 msgid "{userName} is a trusted verifier" -msgstr "" +msgstr "{userName} je důvěryhodný ověřovatel" #: src/components/verification/VerificationsDialog.tsx:69 msgid "{userName} is verified" -msgstr "" +msgstr "{userName} je ověřen" #. Possessive, meaning "the verifications of {userName}" #: src/components/verification/VerificationsDialog.tsx:71 msgid "{userName}'s verifications" -msgstr "" +msgstr "Ověření uživatele {userName}" #. Number of images beyond the first 3 #. placeholder {0}: totalNumber - 3 #: src/view/com/composer/ComposerReplyTo.tsx:278 msgid "+{0}" -msgstr "" +msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 #: src/screens/Search/components/StarterPackCard.tsx:250 msgid "+{computedTotal}" -msgstr "" +msgstr "+{computedTotal}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1]) @@ -734,7 +790,7 @@ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:569 msgctxt "feeds" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" -msgstr "" +msgstr "<0>{0}, <1>{1}, a {2, plural, one {# další} few {# další} many {# dalších} other {# dalších}} jsou součástí vašeho startovacího balíčku" #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #. placeholder {1}: getName(items[2]) @@ -742,47 +798,47 @@ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:516 msgctxt "profiles" msgid "<0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}} are included in your starter pack" -msgstr "" +msgstr "<0>{0}, <1>{1}, a {2, plural, one {# další} few {# další} many {# dalších} other {# dalších}} jsou součástí vašeho startovacího balíčku" #. placeholder {0}: formatCount(i18n, profile?.followersCount ?? 0) #. placeholder {1}: profile?.followersCount || 0 #: src/view/shell/Drawer.tsx:155 msgid "<0>{0} {1, plural, one {follower} other {followers}}" -msgstr "" +msgstr "<0>{0} {1, plural, one {sledující} few {sledující} many {sledujícího} other {sledujících}}" #. placeholder {0}: formatCount(i18n, profile?.followsCount ?? 0) #. placeholder {1}: profile?.followsCount || 0 #: src/view/shell/Drawer.tsx:166 msgid "<0>{0} {1, plural, one {following} other {following}}" -msgstr "" +msgstr "<0>{0} {1, plural, one {sledovaný} few {sledovaní} many {sledovaných} other {sledovaných}}" #. Like count display, the <0> tags enclose the number of likes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(post.likeCount) #. placeholder {1}: post.likeCount #: src/screens/PostThread/components/ThreadItemAnchor.tsx:492 msgid "<0>{0} {1, plural, one {like} other {likes}}" -msgstr "" +msgstr "<0>{0} {1, plural, one {to se líbí} few {to se líbí} many {to se líbí} other {to se líbí}}" #. Quote count display, the <0> tags enclose the number of quotes in bold (will never be 0) #. placeholder {0}: formatPostStatCount(post.quoteCount) #. placeholder {1}: post.quoteCount #: src/screens/PostThread/components/ThreadItemAnchor.tsx:473 msgid "<0>{0} {1, plural, one {quote} other {quotes}}" -msgstr "" +msgstr "<0>{0} {1, plural, one {citace} few {citace} many {citace} other {citací}}" #. Repost count display, the <0> tags enclose the number of reposts in bold (will never be 0) #. placeholder {0}: formatPostStatCount(post.repostCount) #. placeholder {1}: post.repostCount #: src/screens/PostThread/components/ThreadItemAnchor.tsx:452 msgid "<0>{0} {1, plural, one {repost} other {reposts}}" -msgstr "" +msgstr "<0>{0} {1, plural, one {repost} few {reposty} many {repostu} other {repostů}}" #. Save count display, the <0> tags enclose the number of saves in bold (will never be 0) #. placeholder {0}: formatPostStatCount(post.bookmarkCount) #. placeholder {1}: post.bookmarkCount #: src/screens/PostThread/components/ThreadItemAnchor.tsx:510 msgid "<0>{0} {1, plural, one {save} other {saves}}" -msgstr "" +msgstr "<0>{0} {1, plural, one {uložení} few {uložení} many {uložení} other {uložení}}" #. placeholder {0}: getName(items[0]) #. placeholder {1}: getName(items[1] /* [0] is self, skip it */) @@ -790,85 +846,75 @@ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:503 #: src/screens/StarterPack/Wizard/index.tsx:557 msgid "<0>{0} and<1> <2>{1} are included in your starter pack" -msgstr "" +msgstr "<0>{0} a<1> <2>{1} jsou součástí vašeho startovacího balíčku" #. placeholder {0}: getName(items[0]) #: src/screens/StarterPack/Wizard/index.tsx:550 msgid "<0>{0} is included in your starter pack" -msgstr "" +msgstr "<0>{0} je součástí vašeho startovacího balíčku" #. placeholder {0}: list.name #: src/components/WhoCanReply.tsx:353 msgid "<0>{0} members" -msgstr "" +msgstr "<0>{0} členů" #. Text identifying the person who added you to a group chat #: src/screens/Messages/components/ChatStatusInfo.tsx:135 msgid "<0>{displayName}<1/><2> added you" -msgstr "" +msgstr "<0>{displayName}<1/><2> vás přidal" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." -msgstr "" +msgstr "<0>Přihlaste se<1> nebo si <2>vytvořte účet<3> <4>a vyhledávejte zprávy, sport, politiku a vše ostatní, co se na Bluesky děje." #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:276 msgid "<0>Tap here to update your location with GPS." -msgstr "" +msgstr "<0>Klepnutím sem aktualizujte svou polohu pomocí GPS." #. placeholder {0}: getName(items[1] /* [0] is self, skip it */) #: src/screens/StarterPack/Wizard/index.tsx:494 msgid "<0>You and<1> <2>{0} are included in your starter pack" -msgstr "" +msgstr "<0>Vy a<1> <2>{0} jste zahrnuti ve vašem startovacím balíčku" #: src/screens/Profile/Header/Handle.tsx:58 msgid "⚠Invalid Handle" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" +msgstr "⚠Neplatné uživatelské jméno" #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 msgid "24 hours" -msgstr "" +msgstr "24 hodin" #: src/screens/Login/LoginForm.tsx:278 msgid "2FA Confirmation" -msgstr "" +msgstr "2FA potvrzení" #: src/components/dialogs/MutedWords.tsx:241 #: src/components/dialogs/MutedWords.tsx:565 #: src/components/dialogs/MutedWords.tsx:568 msgid "30 days" -msgstr "" +msgstr "30 dní" #: src/components/dialogs/MutedWords.tsx:226 #: src/components/dialogs/MutedWords.tsx:558 #: src/components/dialogs/MutedWords.tsx:561 msgid "7 days" -msgstr "" +msgstr "7 dní" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:17 msgid "A collection of popular feeds you can find on Bluesky, including News, Booksky, Game Dev, Blacksky, and Fountain Pens" -msgstr "" +msgstr "Sbírka oblíbených feedů, které najdete na Bluesky, včetně News, Booksky, Game Dev, Blacksky a Fountain Pens" #. If last message does not contain text, fall back to "{user} reacted to {a message}" #: src/components/dms/getReactionInfo.ts:53 msgid "a message" -msgstr "" +msgstr "zpráva" #: src/components/contacts/screens/PhoneInput.tsx:102 msgid "A network error occurred. Please check your internet connection" -msgstr "" +msgstr "Došlo k chybě sítě. Zkontrolujte prosím své připojení k internetu" #: src/components/contacts/screens/VerifyNumber.tsx:99 #: src/components/contacts/screens/VerifyNumber.tsx:155 @@ -880,96 +926,91 @@ msgstr "" #: src/screens/Messages/JoinRequests.tsx:192 #: src/screens/Messages/JoinRequests.tsx:225 msgid "A network error occurred. Please check your internet connection." -msgstr "" +msgstr "Došlo k chybě sítě. Zkontrolujte prosím své připojení k internetu." #: src/components/contacts/screens/VerifyNumber.tsx:143 msgid "A new code has been sent" -msgstr "" +msgstr "Byl zaslán nový kód" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:94 msgid "A new form of verification" -msgstr "" +msgstr "Nový způsob ověření" #. Contains a post that originally appeared in English. Consider translating the post text if it makes sense in your language, and noting that the post was translated from English. #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:147 msgid "A screenshot of a post from @esb.lol, showing the user is currently livestreaming content on Twitch. The post reads: \"Hello! I'm live on Twitch, and I'm testing Bluesky's latest feature too!\"" -msgstr "" +msgstr "Snímek obrazovky příspěvku od @esb.lol ukazující, že uživatel právě živě vysílá obsah na Twitchi. Příspěvek zní: \"Ahoj! Vysílám živě na Twitchi a zároveň testuji nejnovější funkci Bluesky!\"" #. Contains a post that originally appeared in English. Consider translating the post text if it makes sense in your language, and noting that the post was translated from English. #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:121 msgid "A screenshot of a post with a new button next to the share button that allows you to save the post to your bookmarks. The post is from @jcsalterego.bsky.social and reads \"inventing a saturday that immediately follows monday\"." -msgstr "" +msgstr "Snímek obrazovky příspěvku s novým tlačítkem vedle tlačítka sdílení, které umožňuje uložit příspěvek do záložek. Příspěvek je od @jcsalterego.bsky.social a zní: „vymýšlím sobotu, která následuje hned po pondělí“." #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:114 msgid "A screenshot of a profile page with a bell icon next to the follow button, indicating the new activity notifications feature." -msgstr "" +msgstr "Snímek obrazovky stránky profilu s ikonou zvonečku vedle tlačítka sledování, znázorňující novou funkci oznámení o aktivitě." #. Contains a post that originally appeared in English. Consider translating the post text if it makes sense in your language, and noting that the post was translated from English. #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:98 msgid "A screenshot of the post composer with a new button next to the post button that says \"Drafts\", with a rainbow firework effect. Below, the text in the composer reads \"Hey, did you hear the news? Bluesky has drafts now!!!\"." -msgstr "" +msgstr "Snímek obrazovky editoru příspěvků s novým tlačítkem vedle tlačítka pro odeslání příspěvku, na kterém je napsáno „Koncepty“, s duhovým efektem ohňostroje. Pod tím text v editoru zní „Hej, slyšeli jste tu novinku? Bluesky má teď koncepty!!!“." #: src/components/dms/dialogs/NewChatDialog.tsx:109 msgid "A selected recipient is not followed by the sender." -msgstr "" +msgstr "Vybraný příjemce není sledován odesílatelem." #: src/Navigation.tsx:465 #: src/screens/Settings/AboutSettings.tsx:78 #: src/screens/Settings/Settings.tsx:255 #: src/screens/Settings/Settings.tsx:258 msgid "About" -msgstr "" +msgstr "Informace" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 msgid "Abusive or discriminatory behavior" -msgstr "" +msgstr "Urážlivé nebo diskriminační chování" #. Accept a chat request #: src/screens/Messages/components/RequestButtons.tsx:287 msgid "Accept" -msgstr "" +msgstr "Přijmout" #. Accept a request to join a chat #: src/screens/Messages/JoinRequests.tsx:464 msgctxt "button" msgid "Accept" -msgstr "" +msgstr "Přijmout" #: src/screens/Messages/components/RequestButtons.tsx:281 msgid "Accept chat request" -msgstr "" +msgstr "Přijmout požadavek na konverzaci" #: src/screens/Messages/JoinRequests.tsx:458 msgid "Accept join request" -msgstr "" +msgstr "Přijmout požadavek na přidání" #. Accept a chat request #: src/screens/Messages/components/IncomingRequestListItem.tsx:51 msgid "Accept Request" -msgstr "" +msgstr "Přijmout požadavek" #: src/view/com/composer/select-language/SuggestedLanguage.tsx:460 msgid "Accept this language suggestion" -msgstr "" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" +msgstr "Přijmout toto jazykové doporučení" #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." -msgstr "" +msgstr "Žádost o přístup odeslána! Vlastník skupiny posoudí vaši žádost." #: src/screens/Settings/AccessibilitySettings.tsx:45 #: src/screens/Settings/Settings.tsx:233 #: src/screens/Settings/Settings.tsx:236 msgid "Accessibility" -msgstr "" +msgstr "Přístupnost" #: src/Navigation.tsx:388 msgid "Accessibility Settings" -msgstr "" +msgstr "Nastavení přístupnosti" #: src/Navigation.tsx:404 #: src/screens/Login/LoginForm.tsx:192 @@ -977,7 +1018,7 @@ msgstr "" #: src/screens/Settings/Settings.tsx:173 #: src/screens/Settings/Settings.tsx:176 msgid "Account" -msgstr "" +msgstr "Účet" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:427 #: src/screens/Messages/components/RequestButtons.tsx:104 @@ -985,47 +1026,47 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" -msgstr "" +msgstr "Účet zablokován" #: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" -msgstr "" +msgstr "Účet je sledován" #: src/lib/strings/errors.ts:34 msgid "Account has been suspended" -msgstr "" +msgstr "Účet byl pozastaven" #: src/lib/strings/errors.ts:37 msgid "Account is deactivated" -msgstr "" +msgstr "Účet byl deaktivován" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:470 #: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" -msgstr "" +msgstr "Účet byl ztlumen" #: src/components/moderation/ModerationDetailsDialog.tsx:107 #: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" -msgstr "" +msgstr "Účet byl ztlumen" #: src/components/moderation/ModerationDetailsDialog.tsx:93 msgid "Account Muted by List" -msgstr "" +msgstr "Účet byl ztlumen ze seznamu" #: src/screens/Settings/Settings.tsx:637 msgid "Account options" -msgstr "" +msgstr "Možnosti účtu" #: src/components/dialogs/ServerInput.tsx:138 msgid "Account provider" -msgstr "" +msgstr "Poskytovatel účtu" #: src/screens/Settings/Settings.tsx:671 msgid "Account removed from quick access" -msgstr "" +msgstr "Účet byl odebrán z rychlého přístupu" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:109 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:91 @@ -1033,28 +1074,28 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" -msgstr "" +msgstr "Účet byl odblokován" #: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" -msgstr "" +msgstr "Ukončeno sledování účtu" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 #: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" -msgstr "" +msgstr "Ukončeno ztlumení účtu" #: src/components/verification/VerifierDialog.tsx:100 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." -msgstr "" +msgstr "Účty s vroubkovanou modrou značkou zaškrtnutí <0><1/> mohou ověřovat ostatní. Tyto důvěryhodné ověřovatele vybírá Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" -msgstr "" +msgstr "Aktivita od ostatních" #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:191 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 @@ -1064,35 +1105,35 @@ msgstr "" #: src/components/dialogs/StarterPackDialog.tsx:388 #: src/components/dms/AddMembersFlow.tsx:410 msgid "Add" -msgstr "" +msgstr "Přidat" #. placeholder {0}: 8 - items.length #: src/screens/StarterPack/Wizard/index.tsx:605 msgid "Add {0} more to continue" -msgstr "" +msgstr "Přidej ještě {0} pro pokračování" #: src/components/StarterPack/Wizard/WizardListCard.tsx:63 msgid "Add {displayName} to starter pack" -msgstr "" +msgstr "Přidej {displayName} do startovacího balíčku" #: src/view/com/composer/labels/LabelsBtn.tsx:103 #: src/view/com/composer/labels/LabelsBtn.tsx:108 msgid "Add a content warning" -msgstr "" +msgstr "Přidat varování o obsahu" #: src/features/liveNow/components/GoLiveDialog.tsx:108 msgid "Add a temporary live status to your profile. When someone clicks on your avatar, they’ll see information about your live event." -msgstr "" +msgstr "Přidejte do svého profilu dočasný stav živého vysílání. Když někdo klikne na váš avatar, zobrazí se mu informace o vaší živé události." #: src/screens/ProfileList/AboutSection.tsx:64 #: src/screens/ProfileList/AboutSection.tsx:82 msgid "Add a user to this list" -msgstr "" +msgstr "Přidat uživatele do tohoto seznamu" #: src/components/dialogs/SwitchAccount.tsx:56 #: src/screens/Deactivated.tsx:184 msgid "Add account" -msgstr "" +msgstr "Přidat účet" #: src/view/com/composer/GifAltText.tsx:76 #: src/view/com/composer/GifAltText.tsx:150 @@ -1102,352 +1143,375 @@ msgstr "" #: src/view/com/composer/photos/ImageAltTextDialog.tsx:95 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:103 msgid "Add alt text" -msgstr "" +msgstr "Přidat alternativní text" #: src/view/com/composer/videos/SubtitleDialog.tsx:115 msgid "Add alt text (optional)" -msgstr "" +msgstr "Přidat alternativní text (volitelně)" + +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "Přidat další filtr vyhledávání" #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 #: src/view/shell/desktop/LeftNav.tsx:279 msgid "Add another account" -msgstr "" +msgstr "Přidat jiný účet" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" -msgstr "" +msgstr "Přidat další příspěvek" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" -msgstr "" +msgstr "Přidat další příspěvek do vlákna" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:102 msgid "Add app password" -msgstr "" +msgstr "Přidat heslo aplikace" #: src/screens/Settings/AppPasswords.tsx:75 #: src/screens/Settings/AppPasswords.tsx:83 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" -msgstr "" +msgstr "Přidat heslo aplikace" #: src/screens/Settings/AutomationLabelSettings.tsx:170 msgid "Add automation label to account" -msgstr "" +msgstr "Přidat automatický štítek k účtu" #: src/components/dms/EmojiReactionPicker.web.tsx:31 msgid "Add emoji reaction" -msgstr "" +msgstr "Přidat reakci emoji" + +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "Přidat filtr" #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" -msgstr "" +msgstr "Přidat účastníky skupinové konverzace" #: src/view/com/feeds/ComposerPrompt.tsx:224 msgid "Add image" -msgstr "" +msgstr "Přidat obrázek" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" -msgstr "" +msgstr "Přidat média k příspěvku" #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:72 #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:106 #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:125 msgid "Add members" -msgstr "" +msgstr "Přidat účastníky" #: src/components/moderation/ReportDialog/index.tsx:528 #: src/components/moderation/ReportDialog/index.tsx:532 msgid "Add more details (optional)" -msgstr "" +msgstr "Přidat více informací (volitelně)" #: src/screens/Settings/LanguageSettings.tsx:218 #: src/screens/Settings/LanguageSettings.tsx:223 msgid "Add more languages…" -msgstr "" +msgstr "Přidat více jazyků…" #: src/components/dialogs/MutedWords.tsx:330 msgid "Add mute word with chosen settings" -msgstr "" +msgstr "Přidat ztlumení slova s vybranými nastaveními" #: src/components/dialogs/MutedWords.tsx:120 msgid "Add muted words and tags" -msgstr "" +msgstr "Přidat zltumená slova a značky" #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:133 #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:172 #: src/screens/ProfileList/AboutSection.tsx:72 #: src/screens/ProfileList/AboutSection.tsx:90 msgid "Add people" -msgstr "" +msgstr "Přidat lidi" #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:81 msgid "Add people to list" -msgstr "" +msgstr "Přidat lidi do seznamu" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:191 msgid "Add people with a link" -msgstr "" +msgstr "Přidat lidi pomocí odkazu" #: src/components/dms/EmojiPopup.android.tsx:56 msgid "Add Reaction" -msgstr "" +msgstr "Přidat reakci" #: src/screens/Home/NoFeedsPinned.tsx:100 msgid "Add recommended feeds" -msgstr "" +msgstr "Přidat doporučené kanály" #: src/screens/StarterPack/Wizard/index.tsx:538 msgid "Add some feeds to your starter pack!" -msgstr "" +msgstr "Přidat nějaké kanály do vašeho startovacího balíčku!" #: src/screens/Feeds/NoFollowingFeed.tsx:40 msgid "Add the default feed of only people you follow" -msgstr "" +msgstr "Přidat výchozí kanál pouze s lidmi, které sledujete" #: src/screens/Settings/components/ChangeHandleDialog.tsx:419 msgid "Add the following DNS record to your domain:" -msgstr "" +msgstr "Přidejte k vaší doméně následující DNS záznam:" #: src/components/FeedCard.tsx:338 msgid "Add this feed to your feeds" -msgstr "" +msgstr "Přidat tento kanál mezi vaše kanály" #: src/view/com/profile/ProfileMenu.tsx:350 #: src/view/com/profile/ProfileMenu.tsx:353 msgid "Add to lists" -msgstr "" +msgstr "Přidat do seznamů" #: src/components/PostControls/BookmarkButton.tsx:144 msgid "Add to saved posts" -msgstr "" +msgstr "Přidat do uložených příspěvků" #: src/components/dialogs/StarterPackDialog.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:341 #: src/view/com/profile/ProfileMenu.tsx:344 msgid "Add to starter packs" -msgstr "" +msgstr "Přidat do startovacích balíčků" #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:178 msgid "Add user to list" -msgstr "" +msgstr "Přidat uživatele do seznamu" #: src/ageAssurance/components/NoAccessScreen.tsx:234 msgid "Add your birthdate" -msgstr "" +msgstr "Přidat datum narození" #. placeholder {0}: createSanitizedDisplayName( profile.kind.addedBy, true, moderateProfile(profile.kind.addedBy, moderationOpts).ui('displayName'), ) #: src/screens/Messages/ConversationSettings/Member.tsx:109 msgid "Added by {0}" -msgstr "" +msgstr "Přidal/a {0}" #: src/screens/Messages/ConversationSettings/Member.tsx:114 msgid "Added by invite link" -msgstr "" +msgstr "Přidáno pomocí odkazu na pozvánku" #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:125 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:221 msgid "Added to list" -msgstr "" +msgstr "Přidáno do seznamu" #: src/components/dialogs/StarterPackDialog.tsx:274 msgid "Added to starter pack" -msgstr "" +msgstr "Přidáno do startovacího balíčku" #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:225 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:230 msgid "Adding members to list..." -msgstr "" +msgstr "Přidání členů do seznamu..." #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:116 msgid "Additional details (limit 1000 characters)" -msgstr "" +msgstr "Další podrobnosti (limit 1000 znaků)" #: src/components/moderation/ReportDialog/index.tsx:546 msgid "Additional details (limit 300 characters)" -msgstr "" +msgstr "Další podrobnosti (limit 300 znaků)" #: src/screens/Messages/ConversationSettings/Member.tsx:94 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Admin" -msgstr "" +msgstr "Správce" #: src/view/com/composer/labels/LabelsBtn.tsx:155 msgid "Adult" -msgstr "" +msgstr "Dospělý" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 msgid "Adult content" -msgstr "" +msgstr "Obsah pro dospělé" #: src/components/moderation/ContentHider.tsx:131 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:149 #: src/view/com/composer/labels/LabelsBtn.tsx:123 msgid "Adult Content" -msgstr "" +msgstr "Obsah pro dospělé" #: src/screens/Moderation/index.tsx:412 msgid "Adult content can only be enabled via the Web at <0>bsky.app." -msgstr "" +msgstr "Obsah pro dospělé může být povolen pouze prostřednictvím webu na <0>bsky.app." #: src/components/moderation/LabelPreference.tsx:252 msgid "Adult content is disabled." -msgstr "" +msgstr "Obsah pro dospělé je zakázán." #: src/view/com/composer/labels/LabelsBtn.tsx:134 #: src/view/com/composer/labels/LabelsBtn.tsx:192 msgid "Adult Content labels" -msgstr "" +msgstr "Štítky obsahu pro dospělé" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 msgid "Adult sexual abuse content" -msgstr "" +msgstr "Obsah sexuálního zneužívání dospělých" #: src/screens/Moderation/index.tsx:457 msgid "Advanced" -msgstr "" +msgstr "Rozšířené" + +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "Pokročilé vyhledávání" #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" -msgstr "" +msgstr "Ověření věku" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:72 msgid "Age assurance inquiry failed to send, please try again." -msgstr "" +msgstr "Požadavek na ověření věku se nepodařilo odeslat, zkuste to prosím znovu." #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:82 msgctxt "toast" msgid "Age assurance inquiry was submitted" -msgstr "" +msgstr "Žádost o ověření věku byla odeslána" #: src/ageAssurance/components/NoAccessScreen.tsx:383 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:207 msgid "Age assurance only takes a few minutes" -msgstr "" +msgstr "Ověření věku trvá pouze několik minut" #: src/components/dialogs/EmailDialog/screens/Update.tsx:220 msgid "alice@example.com" -msgstr "" +msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" -msgstr "" +msgstr "Vše" #. Tab label showing the total count of reactions on a chat message. #. placeholder {0}: tab.count #: src/components/dms/ReactionsDialog.tsx:389 msgid "All {0}" -msgstr "" +msgstr "Vše {0}" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:97 #: src/screens/StarterPack/StarterPackScreen.tsx:400 msgid "All accounts have been followed!" -msgstr "" +msgstr "Všechny účty jsou sledovány!" #: src/components/contacts/screens/ViewMatches.tsx:144 msgid "All friends followed!" -msgstr "" +msgstr "Všichni přátelé sledováni!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" -msgstr "" +msgstr "Všechny jazyky" #: src/screens/Settings/LanguageSettings.tsx:189 msgid "All languages will be shown in your feeds." -msgstr "" +msgstr "Ve vašich kanálech se zobrazí všechny jazyky." + +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "Všechna tato slova" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "Všechny příspěvky" #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." -msgstr "" +msgstr "Všechny kanály, které jste uložil, přímo na jednom místě." #: src/screens/Settings/components/AddAppPasswordDialog.tsx:146 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:153 msgid "Allow access to your direct messages" -msgstr "" +msgstr "Povolit přístup k vašim přímým zprávám" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 msgid "Allow anyone to reply" -msgstr "" +msgstr "Povolit komukoliv odpovědět" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" -msgstr "" +msgstr "Povolit přímé zprávy od" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" -msgstr "" +msgstr "Povolit skupinové pozvánky z" #: src/components/dialogs/DeviceLocationRequestDialog.tsx:128 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:134 msgid "Allow location access" -msgstr "" +msgstr "Povolit přístup k poloze" #: src/screens/Settings/ActivityPrivacySettings.tsx:53 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:92 msgid "Allow others to be notified of your posts" -msgstr "" +msgstr "Umožnit ostatním dostávat upozornění na vaše příspěvky" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 msgid "Allow people you follow to reply" -msgstr "" +msgstr "Umožnit lidem, které sledujete odpovídat" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 msgid "Allow people you mention to reply" -msgstr "" +msgstr "Povolit odpovědi lidem, které zmíníte" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:636 msgid "Allow quote posts" -msgstr "" +msgstr "Umožnit citace příspěvků" #. placeholder {0}: list.name #: src/components/dialogs/PostInteractionSettingsDialog.tsx:598 msgid "Allow users in {0} to reply" -msgstr "" +msgstr "Umožnit uživatelům v {0} odpovědět" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Allow your followers to reply" -msgstr "" +msgstr "Umožnit vašim sledujícím odpovědět" #: src/screens/Settings/AppPasswords.tsx:201 msgid "Allows access to direct messages" -msgstr "" +msgstr "Umožnit přístup k přímým zprávám" #: src/screens/Login/ForgotPasswordForm.tsx:180 #: src/screens/Settings/components/ChangePasswordDialog.tsx:237 #: src/screens/Settings/components/ChangePasswordDialog.tsx:243 msgid "Already have a code?" -msgstr "" +msgstr "Už máte kód?" #: src/components/WelcomeModal.tsx:192 msgid "Already have an account?" -msgstr "" +msgstr "Už máte účet?" #. placeholder {0}: account.handle #: src/screens/Login/ChooseAccountForm.tsx:46 msgid "Already signed in as @{0}" -msgstr "" +msgstr "Již přihlášen/a jako @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" -msgstr "" +msgstr "ALT" #: src/screens/Settings/AccessibilitySettings.tsx:55 #: src/view/com/composer/GifAltText.tsx:160 @@ -1457,432 +1521,455 @@ msgstr "" #: src/view/com/composer/videos/SubtitleDialog.tsx:110 #: src/view/com/composer/videos/SubtitleDialog.tsx:114 msgid "Alt text" -msgstr "" +msgstr "Alternativní text" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" -msgstr "" +msgstr "Alternativní text" #: src/view/com/composer/GifAltText.tsx:105 #: src/view/com/composer/photos/Gallery.tsx:130 msgid "Alt text describes images for blind and low-vision users, and helps give context to everyone." -msgstr "" +msgstr "Alternativní text popisuje obrázky pro nevidomé a slabozraké uživatele a pomáhá poskytovat kontext každému." #. placeholder {0}: i18n.number(MAX_ALT_TEXT) #: src/view/com/composer/GifAltText.tsx:185 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:149 msgid "Alt text will be truncated. {MAX_ALT_TEXT, plural, other {Limit: {0} characters.}}" -msgstr "" +msgstr "Alternativní text bude zkrácen. {MAX_ALT_TEXT, plural, one {Limit: {0} znak.} few {Limit: {0} znaky.} many {Limit: {0} znaků.} other {Limit: {0} znaků.}}" #. placeholder {0}: currentAccount?.email || '(no email)' #: src/screens/Settings/components/DisableEmail2FADialog.tsx:94 msgid "An email has been sent to {0}. It includes a confirmation code which you can enter below." -msgstr "" +msgstr "E-mail byl odeslán na {0}. Obsahuje potvrzovací kód, který můžete zadat níže." #. Accessibility label for the dialog shown when the GIF picker hits an unexpected runtime error and falls back to its error boundary. #: src/components/dialogs/LanguageSelectDialog.tsx:344 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:15 msgid "An error has occurred" -msgstr "" +msgstr "Došlo k chybě" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:448 msgid "An error occurred" -msgstr "" +msgstr "Nastala chyba" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." -msgstr "" +msgstr "Při kompresi videa došlo k chybě." #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:223 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:69 msgid "An error occurred while fetching suggested accounts." -msgstr "" +msgstr "Při načítání navrhovaných účtů došlo k chybě." #: src/state/queries/explore-feed-previews.tsx:183 msgid "An error occurred while fetching the feed." -msgstr "" +msgstr "Při načítání kanálu došlo k chybě." #: src/components/StarterPack/ProfileStarterPacks.tsx:374 msgid "An error occurred while generating your starter pack. Want to try again?" -msgstr "" +msgstr "Nastala chyba při generování startovacího balíčku. Chcete to zkusit znovu?" #. placeholder {0}: cleanError(err) #: src/components/contacts/screens/ViewMatches.tsx:243 msgid "An error occurred while hiding suggestion. {0}" -msgstr "" +msgstr "Došlo k chybě při skrývání návrhu. {0}" #: src/components/Post/Embed/VideoEmbed/index.tsx:149 msgid "An error occurred while loading the video. Please try again later." -msgstr "" +msgstr "Při načítání videa došlo k chybě. Opakujte akci později." #: src/components/Post/Embed/VideoEmbed/index.web.tsx:239 msgid "An error occurred while loading the video. Please try again." -msgstr "" +msgstr "Při načítání videa došlo k chybě. Opakujte akci." #: src/components/dialogs/PostInteractionSettingsDialog.tsx:581 msgid "An error occurred while loading your lists :/" -msgstr "" +msgstr "Došlo k chybě při načítání seznamů :/" #: src/components/StarterPack/QrCodeDialog.tsx:81 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:104 msgid "An error occurred while saving the QR code!" -msgstr "" +msgstr "Došlo k chybě při ukládání QR kódu!" #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:54 #: src/screens/Onboarding/StepSuggestedStarterpacks/StarterPackCard.tsx:82 #: src/screens/StarterPack/StarterPackScreen.tsx:359 #: src/screens/StarterPack/StarterPackScreen.tsx:386 msgid "An error occurred while trying to follow all" -msgstr "" +msgstr "Při pokusu o sledování všech došlo k chybě" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" -msgstr "" +msgstr "Došlo k chybě při nahrávání videa. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." -msgstr "" +msgstr "Při nahrávání videa došlo k chybě. Zkontrolujte prosím připojení k internetu a zkuste to znovu." #. placeholder {0}: cleanError(err) #: src/components/contacts/screens/PhoneInput.tsx:120 #: src/components/contacts/screens/VerifyNumber.tsx:131 #: src/components/contacts/screens/VerifyNumber.tsx:184 msgid "An error occurred. {0}" -msgstr "" +msgstr "Došlo k chybě. {0}" #: src/components/contacts/components/HeroImage.tsx:28 #: src/components/dialogs/nuxs/FindContactsAnnouncement.tsx:79 msgid "An illustration depicting user avatars flowing from a contact book into the Bluesky app" -msgstr "" +msgstr "Ilustrace zobrazující uživatelské avatary pocházející z knihy kontaktů do aplikace Bluesky" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:35 msgid "An illustration of several Bluesky posts alongside repost, like, and comment icons" -msgstr "" +msgstr "Ilustrace několika Bluesky příspěvků vedle repostů, lajků a komentářů ikon" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:111 msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" -msgstr "" +msgstr "Ilustrace aplikace Bluesky s papírovým letadýlkem, které z ní vylétá a symbolizuje zvaní přátel" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 #: src/components/verification/VerifierDialog.tsx:88 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." -msgstr "" +msgstr "Ilustrace ukazující, že Bluesky vybírá důvěryhodné ověřovatele, kteří následně ověřují jednotlivé uživatelské účty." #: src/screens/Messages/components/InviteLinkDialog.tsx:198 msgid "An invite link lets people join this group chat without being added directly. You control who can join the chat. You can disable the link at any time." -msgstr "" +msgstr "Odkaz na pozvánku umožňuje lidem připojit se k této skupinové konverzaci, aniž by byli přidáni přímo. Vy rozhodujete o tom, kdo se může ke konverzaci připojit. Odkaz můžete kdykoli zakázat." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" -msgstr "" +msgstr "Problém, který není zahrnut v těchto možnostech" #: src/components/dms/dialogs/NewChatDialog.tsx:92 msgid "An issue occurred creating the group chat, please try again." -msgstr "" +msgstr "Při vytváření skupinového chatu došlo k problému, zkuste to prosím znovu." #: src/components/dms/dialogs/NewChatDialog.tsx:54 msgid "An issue occurred starting the chat, please try again." -msgstr "" +msgstr "Při zahájení konverzace došlo k chybě, opakujte akci." #: src/components/dms/dialogs/ShareViaChatDialog.tsx:50 msgid "An issue occurred while trying to open the chat" -msgstr "" +msgstr "Při pokusu o otevření konverzace došlo k problému" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:52 #: src/components/ProfileCard.tsx:508 #: src/components/ProfileCard.tsx:530 -#: src/view/com/notifications/NotificationFeedItem.tsx:802 -#: src/view/com/notifications/NotificationFeedItem.tsx:824 +#: src/view/com/notifications/NotificationFeedItem.tsx:808 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "An issue occurred, please try again." -msgstr "" +msgstr "Došlo k chybě, zkuste to prosím znovu." #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:121 msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a verified user with a blue checkmark next to their display name." -msgstr "" +msgstr "Maketa iPhonu zobrazující aplikaci Bluesky otevřenou na profilu ověřeného uživatele s modrou fajfkou vedle zobrazovaného jména." #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:165 msgid "An unknown error occurred." -msgstr "" +msgstr "Došlo k neznámé chybě." #: src/components/moderation/ModerationDetailsDialog.tsx:138 #: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" -msgstr "" +msgstr "neznámý labeler" #: src/components/WhoCanReply.tsx:374 msgid "and" -msgstr "" +msgstr "a" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 msgid "Animal sexual abuse" -msgstr "" +msgstr "Pohlavní zneužívání zvířat" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 msgid "Animal welfare" -msgstr "" +msgstr "Životní podmínky zvířat" #: src/lib/interests.ts:52 msgid "Animals" -msgstr "" +msgstr "Zvířata" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" -msgstr "" +msgstr "Animovaný GIF" #: src/components/PolicyUpdateOverlay/Badge.tsx:33 msgid "Announcement" -msgstr "" +msgstr "Oznámení" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:39 msgid "Announcing verification on Bluesky" -msgstr "" +msgstr "Oznámení ověření na Bluesky" + +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "Kdykoli" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" -msgstr "" +msgstr "Kdokoli" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:137 msgid "Anyone can interact" -msgstr "" +msgstr "Kdokoli může komunikovat" #: src/components/intents/GroupChatJoinDialog.tsx:356 msgid "Anyone can join" -msgstr "" +msgstr "Kdokoli se může připojit" #: src/screens/Messages/components/InviteLinkDialog.tsx:153 #: src/screens/Messages/components/InviteLinkDialog.tsx:154 msgid "Anyone can join instantly" -msgstr "" +msgstr "Kdokoli se může ihned připojit" #: src/screens/Messages/components/InviteLinkDialog.tsx:158 #: src/screens/Messages/components/InviteLinkDialog.tsx:159 msgid "Anyone can request to join" -msgstr "" +msgstr "Kdokoli může požádat o připojení" #: src/screens/Settings/ActivityPrivacySettings.tsx:112 #: src/screens/Settings/ActivityPrivacySettings.tsx:117 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:163 msgid "Anyone who follows me" -msgstr "" +msgstr "Kdokoli, kdo mě sleduje" #: src/screens/Messages/components/InviteLinkDialog.tsx:478 msgid "Anyone who has it will no longer be able to join or request to join. You can always create a new one." -msgstr "" +msgstr "Nikdo, kdo jej má, se již nebude moci připojit ani požádat o připojení. Vždy můžete vytvořit nový." #: src/Navigation.tsx:473 #: src/screens/Settings/AppIconSettings/index.tsx:65 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:19 #: src/screens/Settings/AppIconSettings/SettingsListItem.tsx:24 msgid "App Icon" -msgstr "" +msgstr "Ikona aplikace" #: src/screens/Settings/LanguageSettings.tsx:107 #: src/screens/Settings/LanguageSettings.tsx:123 msgid "App language" -msgstr "" +msgstr "Jazyk aplikace" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:122 msgid "App Password" -msgstr "" +msgstr "Heslo aplikace" #: src/screens/Settings/AppPasswords.tsx:147 msgctxt "toast" msgid "App password deleted" -msgstr "" +msgstr "Heslo aplikace bylo odstraněno" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:84 msgid "App password name must be unique" -msgstr "" +msgstr "Název hesla aplikace musí být jedinečný" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:62 msgid "App password names can only contain letters, numbers, spaces, dashes, and underscores" -msgstr "" +msgstr "Názvy hesel aplikací mohou obsahovat pouze písmena, číslice, mezery, pomlčky a podtržítka" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:80 msgid "App password names must be at least 4 characters long" -msgstr "" +msgstr "Názvy hesel aplikace musí mít nejméně 4 znaky" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:72 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:75 msgid "App passwords" -msgstr "" +msgstr "Hesla aplikace" #: src/Navigation.tsx:356 #: src/screens/Settings/AppPasswords.tsx:51 msgid "App Passwords" -msgstr "" +msgstr "Hesla aplikace" #: src/components/moderation/LabelsOnMeDialog.tsx:155 #: src/components/moderation/LabelsOnMeDialog.tsx:158 msgid "Appeal" -msgstr "" +msgstr "Odvolání" #. placeholder {0}: strings.name #: src/components/moderation/LabelsOnMeDialog.tsx:282 msgid "Appeal \"{0}\" label" -msgstr "" +msgstr "Odvolat \"{0}\" štítek" #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:93 msgid "Appeal livestream suspension" -msgstr "" +msgstr "Odvolání pozastavení živých streamů" #: src/components/moderation/LabelsOnMeDialog.tsx:272 #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:83 #: src/screens/Messages/components/ChatDisabled.tsx:125 msgctxt "toast" msgid "Appeal submitted" -msgstr "" +msgstr "Odvolání bylo podáno" #: src/screens/Takendown.tsx:114 #: src/screens/Takendown.tsx:140 msgid "Appeal suspension" -msgstr "" +msgstr "Odvolání pozastaveno" #: src/screens/Takendown.tsx:117 msgid "Appeal Suspension" -msgstr "" +msgstr "Odvolat se proti pozastavení" #: src/screens/Messages/components/ChatDisabled.tsx:76 #: src/screens/Messages/components/ChatDisabled.tsx:79 #: src/screens/Messages/components/ChatDisabled.tsx:133 #: src/screens/Messages/components/ChatDisabled.tsx:135 msgid "Appeal this decision" -msgstr "" +msgstr "Odvolat toto rozhodnutí" #: src/Navigation.tsx:396 #: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:225 #: src/screens/Settings/Settings.tsx:228 msgid "Appearance" -msgstr "" +msgstr "Vzhled" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:52 #: src/screens/Home/NoFeedsPinned.tsx:94 msgid "Apply default recommended feeds" -msgstr "" +msgstr "Použít výchozí doporučené kanály" #: src/screens/Settings/Settings.tsx:506 #: src/screens/Settings/Settings.tsx:508 msgid "Apply Pull Request" -msgstr "" +msgstr "Použít žádost o přijetí změn" #. placeholder {0}: niceDate(i18n, createdAt, 'medium') #: src/screens/PostThread/components/ThreadItemAnchor.tsx:632 msgid "Archived from {0}" -msgstr "" +msgstr "Archivováno z {0}" #: src/screens/PostThread/components/ThreadItemAnchor.tsx:603 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:641 msgid "Archived post" -msgstr "" +msgstr "Archivovaný příspěvek" #: src/screens/Settings/components/DeleteAccountDialog.tsx:327 msgid "Are you really, really sure?" -msgstr "" +msgstr "Jste si opravdu jisti?" + +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "Hledáte příspěvky v jazyce {0} nebo {1}?" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "Hledáte příspěvky v jazyce {0}?" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "Hledáte příspěvky v {0}nebo {1}?" #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" -msgstr "" +msgstr "Opravdu chcete odstranit heslo aplikace \"{0}\"?" #: src/components/dms/MessageOverlays.tsx:183 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participants." -msgstr "" +msgstr "Opravdu chcete odstranit tuto zprávu? Zpráva bude smazána, ale ne pro ostatní účastníky." #: src/screens/StarterPack/StarterPackScreen.tsx:684 msgid "Are you sure you want to delete this starter pack?" -msgstr "" +msgstr "Opravdu chcete odstranit tento startovací balíček?" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:99 #: src/screens/Profile/Header/EditProfileDialog.tsx:77 msgid "Are you sure you want to discard your changes?" -msgstr "" +msgstr "Opravdu chcete zahodit své změny?" #: src/screens/Messages/ConversationSettings/prompts.tsx:128 #: src/screens/Messages/ConversationSettings/prompts.tsx:152 msgid "Are you sure you want to leave {groupName}?" -msgstr "" +msgstr "Opravdu chcete odejít z {groupName}?" #: src/components/dms/LeaveConvoPrompt.tsx:57 msgid "Are you sure you want to leave this conversation?" -msgstr "" +msgstr "Opravdu chcete opustit tuto konverzaci?" #: src/components/dms/LeaveConvoPrompt.tsx:56 msgid "Are you sure you want to leave this conversation? Your messages will be deleted for you, but not for the other participants." -msgstr "" +msgstr "Opravdu chcete opustit tuto konverzaci? Vaše zprávy budou pro vás odstraněny, ale ne pro ostatní účastníky." #: src/components/FeedCard.tsx:374 msgid "Are you sure you want to remove this from your feeds?" -msgstr "" +msgstr "Opravdu chcete odstranit tuto položku z vašich kanálů?" #. placeholder {0}: convoView.name #: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" -msgstr "" +msgstr "Opravdu chcete odvolat svou žádost o připojení k {0}?" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" -msgstr "" +msgstr "Opravdu chcete zrušit tento příspěvek?" #: src/components/dialogs/MutedWords.tsx:452 msgid "Are you sure?" -msgstr "" +msgstr "Jste si jisti?" #: src/view/com/composer/select-language/SuggestedLanguage.tsx:349 msgid "Are you writing in <0>{suggestedLanguageName}?" -msgstr "" +msgstr "Píšete ve městě <0>{suggestedLanguageName}?" #: src/lib/interests.ts:53 msgid "Art" -msgstr "" +msgstr "Umění" #: src/view/com/composer/labels/LabelsBtn.tsx:167 msgid "Artistic or non-erotic nudity." -msgstr "" +msgstr "Umělecká nebo neerotická nahota." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:616 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:618 msgid "Assign topic for algo" -msgstr "" +msgstr "Přiřadit téma pro algo" #: src/screens/Settings/components/ChangePasswordDialog.tsx:209 msgid "At least 8 characters" -msgstr "" +msgstr "Nejméně 8 znaků" #: src/screens/Settings/components/DeleteAccountDialog.tsx:338 msgid "AT Protocol FAQ" -msgstr "" +msgstr "Často kladené otázky k protokolu AT" #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" -msgstr "" +msgstr "Aurora" #: src/components/BotAccountAlert.tsx:32 #: src/components/BotBadge.tsx:63 msgid "Automated account" -msgstr "" +msgstr "Automatizovaný účet" #: src/screens/Settings/AccountSettings.tsx:157 #: src/screens/Settings/AccountSettings.tsx:160 msgid "Automation label" -msgstr "" +msgstr "Automatický popisek" #: src/Navigation.tsx:412 #: src/screens/Settings/AutomationLabelSettings.tsx:103 msgid "Automation Label" -msgstr "" +msgstr "Automatický popisek" #: src/screens/Settings/ContentAndMediaSettings.tsx:118 #: src/screens/Settings/ContentAndMediaSettings.tsx:124 msgid "Autoplay videos and GIFs" -msgstr "" +msgstr "Automatické přehrávání videa a GIFů" #. Shown next to an available username suggestion in the account creation flow #: src/screens/Signup/StepHandle/HandleSuggestions.tsx:73 msgid "Available" -msgstr "" +msgstr "Dostupný" #: src/components/dms/AddMembersFlow.tsx:359 #: src/components/dms/AddMembersFlow.tsx:527 @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1913,86 +2000,86 @@ msgstr "" #: src/view/com/composer/drafts/DraftsListDialog.tsx:87 #: src/view/com/composer/drafts/DraftsListDialog.tsx:93 msgid "Back" -msgstr "" +msgstr "Zpět" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" -msgstr "" +msgstr "Zpět na konverzace" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 msgid "Banned activities or security violations" -msgstr "" +msgstr "Zakázané činnosti nebo porušení zabezpečení" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 msgid "Banned user returning" -msgstr "" +msgstr "Vracení zakázaného uživatele" #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:259 msgid "Based on your device's location, we think you're in <0>{region}. This estimate may be inaccurate if you're using a VPN." -msgstr "" +msgstr "Na základě polohy vašeho zařízení si myslíme, že jste v <0>{region}. Tento odhad může být nepřesný, pokud používáte VPN." #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:265 msgid "Based on your network, we think you're in <0>{region}. This estimate may be inaccurate if you're using a VPN." -msgstr "" +msgstr "Na základě vaší sítě si myslíme, že jste ve městě <0>{region}. Tento odhad může být nepřesný, pokud používáte VPN." #: src/view/screens/Lists.tsx:35 #: src/view/screens/ModerationModlists.tsx:35 msgid "Before creating a list, you must first verify your email." -msgstr "" +msgstr "Před vytvořením seznamu musíte nejprve ověřit svůj e-mail." #: src/lib/hooks/useOpenComposer.tsx:14 msgid "Before creating a post or replying, you must first verify your email." -msgstr "" +msgstr "Před vytvořením příspěvku nebo odpovědí musíte nejprve ověřit svůj e-mail." #: src/components/dialogs/StarterPackDialog.tsx:72 #: src/components/StarterPack/ProfileStarterPacks.tsx:264 #: src/components/StarterPack/ProfileStarterPacks.tsx:274 #: src/view/screens/Profile.tsx:350 msgid "Before creating a starter pack, you must first verify your email." -msgstr "" +msgstr "Před vytvořením startovacího balíčku musíte nejprve ověřit svůj e-mail." #: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Before you can accept this chat request, you must first verify your email." -msgstr "" +msgstr "Než budete moci přijmout tuto žádost o chat, musíte nejprve ověřit svůj e-mail." #: src/components/activity-notifications/SubscribeProfileButton.tsx:59 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." -msgstr "" +msgstr "Než budete moci dostávat oznámení o příspěvcích {name}, musíte nejprve ověřit svůj e-mail." #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." -msgstr "" +msgstr "Než budete moci poslat zprávu jinému uživateli, musíte nejprve ověřit svůj e-mail." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:318 msgid "Begin" -msgstr "" +msgstr "Začít" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:312 msgid "Begin age assurance process" -msgstr "" +msgstr "Zahájení procesu zajištění věku" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:51 msgid "Begin the age assurance process by completing the fields below." -msgstr "" +msgstr "Začněte proces zajištění věku vyplněním níže uvedených polí." #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:99 msgid "Beta Feature" -msgstr "" +msgstr "Funkce beta verze" #: src/components/dialogs/BirthDateSettings.tsx:163 msgid "Birthdate" -msgstr "" +msgstr "Datum narození" #: src/screens/Settings/AccountSettings.tsx:147 msgid "Birthday" -msgstr "" +msgstr "Narozeniny" #: src/components/moderation/BlockDialog.tsx:186 #: src/components/moderation/BlockDialog.tsx:192 @@ -2000,11 +2087,11 @@ msgstr "" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:227 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:210 msgid "Block" -msgstr "" +msgstr "Blokovat" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:216 msgid "Block {displayName}" -msgstr "" +msgstr "Blokovat {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 @@ -2015,38 +2102,38 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:464 #: src/view/com/profile/ProfileMenu.tsx:471 msgid "Block account" -msgstr "" +msgstr "Blokovat účet" #: src/components/moderation/BlockDialog.tsx:148 msgid "Block account?" -msgstr "" +msgstr "Blokovat účet?" #: src/screens/ProfileList/components/SubscribeMenu.tsx:91 #: src/screens/ProfileList/components/SubscribeMenu.tsx:94 msgid "Block accounts" -msgstr "" +msgstr "Blokovat účty" #: src/components/dms/AfterReportDialog.tsx:148 msgid "Block and delete" -msgstr "" +msgstr "Blokovat a odstranit" #. After-report action for a conversation #: src/components/dms/AfterReportConversationDialog.tsx:167 msgctxt "button" msgid "Block and leave" -msgstr "" +msgstr "Blokovat a odejít" #: src/screens/ProfileList/components/SubscribeMenu.tsx:119 msgid "Block list" -msgstr "" +msgstr "Seznam blokovaných" #: src/screens/Messages/components/ChatStatusInfo.tsx:61 msgid "Block or report" -msgstr "" +msgstr "Blokovat nebo nahlásit" #: src/screens/ProfileList/components/SubscribeMenu.tsx:114 msgid "Block these accounts?" -msgstr "" +msgstr "Blokovat tyto účty?" #: src/components/dms/AfterReportConversationDialog.tsx:221 #: src/components/dms/AfterReportConversationDialog.tsx:224 @@ -2054,212 +2141,218 @@ msgstr "" #: src/components/dms/AfterReportDialog.tsx:189 #: src/components/dms/AfterReportDialog.tsx:192 msgid "Block user" -msgstr "" +msgstr "Blokovat uživatele" #. After-report action for a conversation #: src/components/dms/AfterReportConversationDialog.tsx:182 msgctxt "button" msgid "Block user" -msgstr "" +msgstr "Blokovat uživatele" #: src/components/dms/AfterReportDialog.tsx:185 msgid "Block user and/or delete this conversation" -msgstr "" +msgstr "Blokovat uživatele a/nebo smazat tuto konverzaci" #: src/components/dms/AfterReportConversationDialog.tsx:217 msgid "Block user and/or leave this conversation" -msgstr "" +msgstr "Blokovat uživatele a/nebo opustit tuto konverzaci" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" -msgstr "" +msgstr "Zablokováno" #: src/screens/Moderation/index.tsx:329 msgid "Blocked accounts" -msgstr "" +msgstr "Blokované účty" #: src/Navigation.tsx:192 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" -msgstr "" +msgstr "Blokované účty" #: src/components/moderation/BlockDialog.tsx:163 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." -msgstr "" +msgstr "Blokované účty nemohou odpovědět ve vašich vláknech, zmínit vás nebo jinak s vámi komunikovat." #: src/view/screens/ModerationBlockedAccounts.tsx:181 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." -msgstr "" - -#: src/components/dms/MessageItem.tsx:869 -msgid "Blocked message hidden" -msgstr "" +msgstr "Blokované účty nemohou odpovědět ve vašich vláknech, zmínit vás nebo jinak s vámi komunikovat. Neuvidíte jejich obsah a zabráníte jim, aby viděli váš obsah." #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." -msgstr "" +msgstr "Blokování nebrání tomuto labelerovi v tom, aby na váš účet umístil štítky." #: src/screens/ProfileList/components/SubscribeMenu.tsx:116 msgid "Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." -msgstr "" +msgstr "Blokování je veřejné. Zablokované účty nemohou odpovědět ve vašich vláknech, zmínit vás ani jinak s vámi komunikovat." #: src/components/moderation/BlockDialog.tsx:157 msgid "Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you." -msgstr "" +msgstr "Blokování nebrání použití štítků na Vašem účtu, ale zabrání tomu, aby tento účet odpovídal ve vašich vláknech nebo reagoval s vámi." #: src/view/com/auth/SplashScreen.web.tsx:174 msgid "Blog" -msgstr "" +msgstr "Blog" + +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "bloomscrolling booksky" #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" -msgstr "" +msgstr "Bluesky" + +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "bluesky atproto" #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." -msgstr "" +msgstr "Bluesky nemůže potvrdit pravost požadovaného data." #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" -msgstr "" +msgstr "Bluesky Classic™" #: src/components/contacts/screens/GetContacts.tsx:235 msgid "Bluesky helps friends find each other by creating an encoded digital fingerprint, called a \"hash\", and then looking for matching hashes." -msgstr "" +msgstr "Bluesky pomáhá přátelům najít se navzájem vytvořením zakódovaného digitálního otisku, nazvaného \"hash\" a pak hledáním odpovídajících hashů." #: src/components/dialogs/ServerInput.tsx:214 msgid "Bluesky is an open network where you can choose your hosting provider. If you're a developer, you can host your own server." -msgstr "" +msgstr "Bluesky je otevřená síť, kde si můžete vybrat svého poskytovatele hostingu. Pokud jste vývojář, můžete hostovat svůj vlastní server." #: src/components/dialogs/ServerInput.tsx:162 msgid "Bluesky is an open network where you can choose your own provider. If you're new here, we recommend sticking with the default Bluesky Social option." -msgstr "" +msgstr "Bluesky je otevřená síť, kde si můžete vybrat svého vlastního poskytovatele. Pokud jste zde nový/á, doporučujeme dodržet výchozí možnosti Bluesky Social." #: src/components/ProgressGuide/List.tsx:117 msgid "Bluesky is better with friends!" -msgstr "" +msgstr "Bluesky je lepší s přáteli!" #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:43 msgid "Bluesky is more fun with friends" -msgstr "" +msgstr "Bluesky je zábavnější s přáteli" #: src/components/dialogs/nuxs/FindContactsAnnouncement.tsx:108 msgid "Bluesky is more fun with friends! Import your contacts to see who’s already here." -msgstr "" +msgstr "Bluesky je zábavnější s přáteli! Importujte své kontakty, abyste viděli, kdo už je tady." #: src/components/contacts/screens/ViewMatches.tsx:315 msgid "Bluesky is more fun with friends. Do you want to invite some of yours? <0/>" -msgstr "" +msgstr "Bluesky je zábavnější s přáteli. Chcete pozvat některé z vašich přátel? <0/>" #: src/features/inviteFriends/InviteScannerScreen.tsx:105 msgid "Bluesky needs camera access to scan QR codes from other profiles." -msgstr "" +msgstr "Bluesky potřebuje přístup k fotoaparátu pro skenování QR kódů z jiných profilů." #: src/screens/Takendown.tsx:213 msgid "Bluesky Social Terms of Service" -msgstr "" +msgstr "Podmínky služby Bluesky Social" #: src/screens/Settings/FindContactsSettings.tsx:570 msgid "Bluesky stores your contacts as encoded data. Removing your contacts will immediately delete this data." -msgstr "" +msgstr "Bluesky ukládá vaše kontakty jako kódovaná data. Odstraněním kontaktů budou tato data okamžitě smazána." #: src/components/StarterPack/ProfileStarterPacks.tsx:340 msgid "Bluesky will choose a set of recommended accounts from people in your network." -msgstr "" +msgstr "Bluesky vybere sadu doporučených účtů od lidí ve vaší síti." #: src/screens/Settings/components/PwiOptOut.tsx:100 msgid "Bluesky will not show your profile and posts to logged-out users. Other apps may not honor this request. This does not make your account private." -msgstr "" +msgstr "Bluesky nezobrazí váš profil a příspěvky pro odhlášené uživatele. Ostatní aplikace nemusí tento požadavek splnit, takže váš účet není soukromý." #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:136 msgid "Bluesky will proactively verify notable and authentic accounts." -msgstr "" +msgstr "Bluesky proaktivně ověří pozoruhodné a autentické účty." #: src/screens/Settings/AppIconSettings/index.tsx:97 msgid "Bluesky+" -msgstr "" +msgstr "Bluesky+" #: src/screens/Settings/AppIconSettings/index.tsx:100 msgid "Bluesky+ icons" -msgstr "" +msgstr "Ikony Bluesky+" #: src/lib/moderation/useLabelBehaviorDescription.ts:56 msgid "Blur images" -msgstr "" +msgstr "Rozostřit obrázky" #: src/lib/moderation/useLabelBehaviorDescription.ts:54 msgid "Blur images and filter from feeds" -msgstr "" +msgstr "Rozostřit obrázky a odfiltrovat je z kanálů" #: src/lib/interests.ts:54 msgid "Books" -msgstr "" +msgstr "Knihy" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 msgid "Breaking site rules" -msgstr "" +msgstr "Porušení pravidel webu" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:200 msgid "Bring up to 50 friends together in one chat." -msgstr "" +msgstr "Spojte až 50 přátel v jednom chatu." #: src/view/com/feeds/ProfileFeedgens.tsx:167 #: src/view/com/feeds/ProfileFeedgens.tsx:168 msgid "Browse custom feeds" -msgstr "" +msgstr "Procházet vlastní kanály" #: src/components/FeedInterstitials.tsx:535 msgid "Browse more accounts" -msgstr "" +msgstr "Procházet další účty" #: src/components/FeedInterstitials.tsx:665 msgid "Browse more feeds on the Explore page" -msgstr "" +msgstr "Procházet další kanály na stránce Prozkoumat" #: src/components/FeedInterstitials.tsx:646 #: src/components/FeedInterstitials.tsx:649 msgid "Browse more suggestions" -msgstr "" +msgstr "Procházet další návrhy" #: src/components/FeedInterstitials.tsx:674 msgid "Browse more suggestions on the Explore page" -msgstr "" +msgstr "Procházet další návrhy na stránce Prozkoumat" #: src/screens/Home/NoFeedsPinned.tsx:104 #: src/screens/Home/NoFeedsPinned.tsx:110 msgid "Browse other feeds" -msgstr "" +msgstr "Procházet další kanály" #: src/components/TrendingTopics.tsx:179 msgid "Browse posts about {displayName}" -msgstr "" +msgstr "Procházet příspěvky o {displayName}" #: src/components/TrendingTopics.tsx:187 msgid "Browse posts tagged with {displayName}" -msgstr "" +msgstr "Procházet příspěvky označené {displayName}" #: src/components/TrendingTopics.tsx:196 msgid "Browse starter pack {displayName}" -msgstr "" +msgstr "Procházet startovací balíček {displayName}" #. placeholder {0}: trend.displayName #: src/screens/Search/modules/ExploreTrendingTopics.tsx:83 msgid "Browse topic {0}" -msgstr "" +msgstr "Procházet téma {0}" #: src/components/TrendingTopics.tsx:233 msgid "Browse topic {displayName}" -msgstr "" +msgstr "Procházet téma {displayName}" #: src/view/com/auth/SplashScreen.web.tsx:169 msgid "Business" -msgstr "" +msgstr "Byznys" #: src/screens/Bookmarks/index.tsx:302 msgid "Button to go back to the home timeline" -msgstr "" +msgstr "Tlačítko pro návrat na domácí časovou osu" #. The owner (creator) of a group chat. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile( joinLinkPreview.owner, moderationOpts, ).ui('displayName'), ) @@ -2271,12 +2364,12 @@ msgstr "" #: src/screens/Search/components/StarterPackCard.tsx:107 #: src/screens/Search/Explore.tsx:971 msgid "By {0}" -msgstr "" +msgstr "Od {0}" #. placeholder {0}: authorProfile.handle #: src/components/Post/Embed/StandardSiteEmbed/StandardSiteMetaRow.tsx:77 msgid "by @{0}" -msgstr "" +msgstr "od @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) @@ -2284,44 +2377,44 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:379 #: src/screens/Profile/components/ProfileFeedHeader.tsx:451 msgid "By <0>{0}" -msgstr "" +msgstr "Od <0>{0}" #. The group chat creator, in the format 'By {displayName}'. #: src/components/dms/ChatInvite/Card.tsx:84 msgid "By <0>{ownerDisplayName}" -msgstr "" +msgstr "Od <0>{ownerDisplayName}" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:182 msgid "By clicking \"Continue\" you acknowledge that you understand and agree to these updates." -msgstr "" +msgstr "Kliknutím na tlačítko \"Pokračovat\" potvrzujete, že těmto aktualizacím rozumíte a souhlasíte s nimi." #: src/components/contacts/screens/PhoneInput.tsx:297 msgid "By continuing, you consent to this use. You may change your mind any time by visiting settings. <0>Learn more" -msgstr "" +msgstr "Pokračováním souhlasíte s tímto použitím. Kdykoli můžete změnit názor tím, že navštívíte nastavení. <0>Další informace" #: src/screens/Signup/StepInfo/Policies.tsx:76 msgid "By creating an account you agree to the <0>Privacy Policy." -msgstr "" +msgstr "Vytvořením účtu souhlasíte se <0>Zásadami ochrany osobních údajů." #: src/screens/Signup/StepInfo/Policies.tsx:43 msgid "By creating an account you agree to the <0>Terms of Service and <1>Privacy Policy." -msgstr "" +msgstr "Vytvořením účtu souhlasíte s <0>Podmínkami služby a <1>Zásadami ochrany osobních údajů." #: src/screens/Signup/StepInfo/Policies.tsx:63 msgid "By creating an account you agree to the <0>Terms of Service." -msgstr "" +msgstr "Vytvořením účtu souhlasíte s <0>Podmínkami služby." #: src/screens/Search/components/StarterPackCard.tsx:106 msgid "By you" -msgstr "" +msgstr "Vámi" #: src/view/com/composer/photos/OpenCameraBtn.tsx:69 msgid "Camera" -msgstr "" +msgstr "Fotoaparát" #: src/features/inviteFriends/InviteScannerScreen.tsx:96 msgid "Camera access needed" -msgstr "" +msgstr "Je vyžadován přístup ke kameře" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:213 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:133 @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,124 +2465,124 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 msgid "Cancel" -msgstr "" +msgstr "Zrušit" #: src/components/PostControls/RepostButton.tsx:205 msgid "Cancel quote post" -msgstr "" +msgstr "Zrušit citaci příspěvku" #: src/screens/Deactivated.tsx:144 msgid "Cancel reactivation and sign out" -msgstr "" +msgstr "Zrušit opětovné aktivaci a odhlásit se" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "Zrušit odpověď" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" -msgstr "" +msgstr "Zrušit vyhledávání" #: src/components/PostControls/index.tsx:108 #: src/components/PostControls/index.tsx:138 #: src/components/PostControls/index.tsx:166 #: src/state/shell/composer/index.tsx:105 msgid "Cannot interact with a blocked user" -msgstr "" +msgstr "Nelze komunikovat s blokovaným uživatelem" #: src/view/com/composer/videos/SubtitleDialog.tsx:156 msgid "Captions (.vtt)" -msgstr "" +msgstr "Titulky (.vtt)" #: src/view/com/composer/videos/SubtitleDialog.tsx:41 #: src/view/com/composer/videos/SubtitleDialog.tsx:57 msgid "Captions & alt text" -msgstr "" +msgstr "Titulky a alternativní text" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" -msgstr "" +msgstr "karusel" #: src/components/RichTextTag.tsx:53 msgid "Cashtag {tag}" -msgstr "" +msgstr "Cashtag {tag}" #: src/components/Post/Translated/index.tsx:439 #: src/screens/Settings/components/Email2FAToggle.tsx:31 msgid "Change" -msgstr "" +msgstr "Změnit" #: src/screens/Settings/AppIconSettings/index.tsx:37 msgid "Change app icon" -msgstr "" +msgstr "Změnit ikonu aplikace" #. placeholder {0}: icon.name #. placeholder {0}: next.name #: src/screens/Settings/AppIconSettings/index.tsx:36 #: src/screens/Settings/AppIconSettings/index.tsx:224 msgid "Change app icon to \"{0}\"" -msgstr "" +msgstr "Změnit ikonu aplikace na \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" -msgstr "" +msgstr "Změnit jazyk aplikace" #: src/screens/Settings/components/ChangeHandleDialog.tsx:96 #: src/screens/Settings/components/ChangeHandleDialog.tsx:100 msgid "Change Handle" -msgstr "" +msgstr "Změnit uživatelské jméno" #: src/components/moderation/ReportDialog/index.tsx:445 msgid "Change moderation service" -msgstr "" +msgstr "Změnit moderátorskou službu" #: src/screens/Settings/components/ChangePasswordDialog.tsx:262 #: src/screens/Settings/components/ChangePasswordDialog.tsx:268 msgid "Change password" -msgstr "" +msgstr "Změnit heslo" #: src/screens/Settings/components/ChangePasswordDialog.tsx:165 msgid "Change password dialog" -msgstr "" +msgstr "Dialog pro změnu hesla" #: src/components/moderation/ReportDialog/index.tsx:312 msgid "Change report category" -msgstr "" +msgstr "Změnit kategorii hlášení" #: src/components/moderation/ReportDialog/index.tsx:390 msgid "Change report reason" -msgstr "" +msgstr "Změnit důvod hlášení" #: src/components/Post/Translated/index.tsx:424 msgid "Change the source language" -msgstr "" +msgstr "Změňte zdrojový jazyk" #: src/screens/Settings/components/ChangePasswordDialog.tsx:58 msgid "Change your password" -msgstr "" +msgstr "Změňte své heslo" #: src/screens/Settings/AppIconSettings/index.tsx:219 msgid "Changes app icon" -msgstr "" +msgstr "Změna ikony aplikace" #: src/components/forms/HostingProvider.tsx:50 #: src/components/forms/HostingProvider.tsx:70 msgid "Changes hosting provider" -msgstr "" +msgstr "Změna poskytovatele hostingu" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:179 msgid "Changes saved" -msgstr "" +msgstr "Změny uloženy" #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:164 msgid "Changes to the starter pack will not be reflected in the list after creation. The list will be an independent copy." -msgstr "" +msgstr "Změny startovacího balíčku nebudou po vytvoření zohledněny v seznamu. Seznam bude nezávislá kopie." #: src/lib/hooks/useNotificationHandler.ts:133 #: src/Navigation.tsx:491 @@ -2496,255 +2590,271 @@ msgstr "" #: src/view/shell/desktop/LeftNav.tsx:698 #: src/view/shell/Drawer.tsx:525 msgid "Chat" -msgstr "" +msgstr "Konverzace" #: src/screens/Messages/components/RequestButtons.tsx:91 #: src/screens/Messages/components/RequestButtons.tsx:331 msgctxt "toast" msgid "Chat deleted" -msgstr "" +msgstr "Konverzace odstraněna" #: src/components/dms/getSystemMessageInfo.ts:108 msgid "Chat ended" -msgstr "" +msgstr "Konverzace ukončena" #: src/components/dms/ChatInvite/Unavailable.tsx:25 #: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" -msgstr "" +msgstr "Odkaz na pozvánku na konverzaci již není k dispozici" #: src/components/dms/getSystemMessageInfo.ts:104 msgid "Chat locked" -msgstr "" +msgstr "Konverzace uzamknuta" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" -msgstr "" +msgstr "Zprávy v konverzaci - tiché" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" -msgstr "" +msgstr "Zprávy v konverzaci - zvuk" #: src/components/dms/ConvoMenu.tsx:206 msgctxt "toast" msgid "Chat muted" -msgstr "" +msgstr "Konverzace ztlumena" #: src/components/moderation/BlockDialog.tsx:289 #: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." -msgstr "" +msgstr "Konverzace nenalezena." + +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "Možnosti konverzace" #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." -msgstr "" +msgstr "Vlastníci konverzace nemohou opustit skupinovou konverzaci." #: src/components/dms/dialogs/NewChatDialog.tsx:73 msgid "Chat recipient is not followed by the sender." -msgstr "" +msgstr "Příjemce konverzace není sledován odesílatelem." #: src/Navigation.tsx:511 msgid "Chat request inbox" -msgstr "" +msgstr "Schránka žádostí o konverzaci" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" -msgstr "" +msgstr "Žádosti o konverzaci" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" -msgstr "" +msgstr "Nastavení konverzace" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" -msgstr "" +msgstr "Nastavení konverzace" #: src/components/dms/getSystemMessageInfo.ts:115 msgid "Chat title changed" -msgstr "" +msgstr "Název konverzace změněn" #. placeholder {0}: data.newName #: src/components/dms/getSystemMessageInfo.ts:114 msgid "Chat title changed to {0}" -msgstr "" +msgstr "Název konverzace změněn na {0}" #: src/components/dms/getSystemMessageInfo.ts:106 msgid "Chat unlocked" -msgstr "" +msgstr "Konverzace odemknuta" #: src/components/dms/ConvoMenu.tsx:208 msgctxt "toast" msgid "Chat unmuted" -msgstr "" +msgstr "Konverzace není ztlumena" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" -msgstr "" +msgstr "Konverzace" #: src/screens/Settings/components/DeleteAccountDialog.tsx:233 msgid "Check <0>{currentEmail} for an email with the confirmation code to enter below:" -msgstr "" +msgstr "Zkontrolujte <0>{currentEmail} pro e-mail s potvrzovacím kódem, který zadejte níže:" #: src/screens/SignupQueued.tsx:79 #: src/screens/SignupQueued.tsx:83 msgid "Check my status" -msgstr "" +msgstr "Zkontrolovat můj status" #: src/screens/Login/LoginForm.tsx:307 msgid "Check your email for a sign in code and enter it here." -msgstr "" +msgstr "Zkontrolujte svůj e-mail pro přihlášení a zadejte ho zde." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 msgid "Child safety" -msgstr "" +msgstr "Bezpečnost dětí" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 msgid "Child Sexual Abuse Material (CSAM)" -msgstr "" +msgstr "Materiál sexuálního zneužívání dětí (CSAM)" #: src/screens/Settings/components/ChangeHandleDialog.tsx:401 msgid "Choose domain verification method" -msgstr "" +msgstr "Zvolte metodu ověření domény" #: src/screens/StarterPack/Wizard/index.tsx:205 msgid "Choose Feeds" -msgstr "" +msgstr "Vybrat kanály" #: src/components/StarterPack/ProfileStarterPacks.tsx:349 msgid "Choose for me" -msgstr "" +msgstr "Vybrat za mě" #: src/components/dialogs/LanguageSelectDialog.tsx:199 msgid "Choose languages" -msgstr "" +msgstr "Vybrat jazyky" #: src/screens/StarterPack/Wizard/index.tsx:201 msgid "Choose People" -msgstr "" +msgstr "Vybrat osoby" #: src/view/com/composer/select-language/PostLanguageSelect.tsx:75 #: src/view/com/composer/select-language/PostLanguageSelect.tsx:136 msgid "Choose post languages" -msgstr "" +msgstr "Vybrat jazyky příspěvků" #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:108 msgid "Choose this color as your avatar" -msgstr "" +msgstr "Vyberte tuto barvu jako svého avatara" #: src/screens/Messages/components/InviteLinkDialog.tsx:243 msgid "Choose who can join this group chat and how." -msgstr "" +msgstr "Vyberte, kdo se může připojit k tomuto skupinovému chatu a jak." #: src/components/contacts/components/InviteInfo.tsx:57 msgid "Choose who to invite" -msgstr "" +msgstr "Vyberte koho pozvat" #: src/components/dialogs/ServerInput.tsx:134 msgid "Choose your account provider" -msgstr "" +msgstr "Vyberte poskytovatele účtu" #: src/view/screens/Feeds.tsx:726 msgid "Choose your own timeline! Feeds built by the community help you find content you love." -msgstr "" +msgstr "Vyberte si svoji vlastní časovou osu! Kanály vytvořené komunitou vám pomohou najít obsah, který milujete." #: src/screens/Signup/StepInfo/index.tsx:268 msgid "Choose your password" -msgstr "" +msgstr "Zvolte své heslo" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" -msgstr "" +msgstr "Zvolte své uživatelské jméno" + +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "Vymazat" #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" -msgstr "" +msgstr "Vymazat všechna data úložiště" #: src/screens/Settings/Settings.tsx:500 msgid "Clear all storage data (restart after this)" -msgstr "" +msgstr "Vymazat všechna data úložiště (poté restartujte)" + +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "Vymazat datum" #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" -msgstr "" +msgstr "Vymazat vyhledávání GIF" #: src/screens/Settings/AboutSettings.tsx:127 #: src/screens/Settings/AboutSettings.tsx:131 msgid "Clear image cache" -msgstr "" +msgstr "Vymazat mezipaměť obrázků" #: src/components/forms/SearchInput.tsx:87 msgid "Clear search query" -msgstr "" +msgstr "Vymazat vyhledávací dotaz" #: src/view/com/feeds/MissingFeed.tsx:88 msgid "Click for information" -msgstr "" +msgstr "Klikněte pro informace" #: src/view/screens/Support.tsx:35 msgid "click here" -msgstr "" +msgstr "klikněte zde" #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:129 msgid "Click here to add people to this group chat" -msgstr "" +msgstr "Klikněte zde pro přidání osob do tohoto skupinového chatu" #: src/ageAssurance/components/NoAccessScreen.tsx:129 msgid "Click here to contact our support team" -msgstr "" +msgstr "Klikněte zde pro kontaktování našeho týmu podpory" #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:143 msgid "Click here to create or manage an invite link for this group chat" -msgstr "" +msgstr "Klikněte zde pro vytvoření nebo správu pozvánky pro tuto skupinovou konverzaci" #: src/ageAssurance/components/NoAccessScreen.tsx:263 msgid "Click here to delete your account" -msgstr "" +msgstr "Klikněte zde pro odstranění vašeho účtu" #: src/ageAssurance/components/NoAccessScreen.tsx:254 msgid "Click here to log out" -msgstr "" +msgstr "Klikněte zde pro odhlášení" #: src/screens/Settings/components/DeleteAccountDialog.tsx:263 #: src/screens/Settings/components/DeleteAccountDialog.tsx:272 msgid "Click here to resend the email" -msgstr "" +msgstr "Klikněte zde pro opětovné odeslání e-mailu" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:388 msgid "Click here to restart the verification process." -msgstr "" +msgstr "Klikněte zde pro restartování ověřovacího procesu." #: src/ageAssurance/components/NoAccessScreen.tsx:109 #: src/ageAssurance/components/NoAccessScreen.tsx:231 msgid "Click here to update your birthdate" -msgstr "" +msgstr "Klikněte zde pro aktualizaci data narození" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:285 msgid "Click here to update your email" -msgstr "" +msgstr "Klikněte zde pro aktualizaci vašeho e-mailu" #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:144 msgid "Click here to view the invite link for this group chat" -msgstr "" +msgstr "Klikněte zde pro zobrazení pozvánky na tuto skupinovou konverzaci" #. placeholder {0}: isCashtag ? tag : `#${tag}` #: src/components/RichTextTag.tsx:56 msgid "Click to open tag menu for {0}" -msgstr "" +msgstr "Klepnutím otevřete menu značky pro {0}" -#: src/components/dms/MessageItem.tsx:631 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" -msgstr "" +msgstr "Klikněte pro opakování neúspěšné zprávy" #. Visible label of the button that dismisses the GIF picker error dialog. #: src/ageAssurance/components/RedirectOverlay.tsx:265 @@ -2755,6 +2865,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2801,24 +2911,20 @@ msgstr "" #: src/view/com/feeds/MissingFeed.tsx:211 #: src/view/com/feeds/MissingFeed.tsx:218 msgid "Close" -msgstr "" +msgstr "Zavřít" #: src/components/Dialog/index.web.tsx:127 #: src/components/Dialog/index.web.tsx:317 msgid "Close active dialog" -msgstr "" +msgstr "Zavřít aktivní dialogové okno" #: src/screens/Login/PasswordUpdatedForm.tsx:32 msgid "Close alert" -msgstr "" +msgstr "Zavřít upozornění" #: src/screens/Messages/components/RequestStatus.tsx:82 msgid "Close banner" -msgstr "" - -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "" +msgstr "Zavřít banner" #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 @@ -2826,146 +2932,146 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:36 msgid "Close dialog" -msgstr "" +msgstr "Zavřít dialog" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" -msgstr "" +msgstr "Zavřít nabídku" #: src/components/Lightbox/chrome/Header.tsx:47 msgid "Close image" -msgstr "" +msgstr "Zavřít obrázek" #: src/components/Lightbox/Lightbox.web.tsx:73 #: src/components/Lightbox/Lightbox.web.tsx:334 msgid "Close image viewer" -msgstr "" +msgstr "Zavřít prohlížeč obrázků" #: src/components/ContextMenu/Backdrop.ios.tsx:53 #: src/components/ContextMenu/Backdrop.ios.tsx:79 #: src/components/ContextMenu/Backdrop.tsx:45 #: src/components/Lightbox/chrome/ImageMenu.tsx:84 msgid "Close menu" -msgstr "" +msgstr "Zavřít nabídku" #: src/features/inviteFriends/InviteScannerScreen.tsx:167 msgid "Close scanner" -msgstr "" +msgstr "Zavřít skener" #: src/screens/Messages/components/RequestStatus.tsx:83 msgid "Close the incoming requests banner" -msgstr "" +msgstr "Zavřít banner příchozích žádostí" #: src/components/intents/GroupChatJoinDialog.tsx:239 #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" -msgstr "" +msgstr "Zavřít tento dialog" #: src/components/WelcomeModal.tsx:217 msgid "Close welcome modal" -msgstr "" +msgstr "Zavřít uvítací okno" #: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "Closes password update alert" -msgstr "" +msgstr "Zavře upozornění o aktualizaci hesla" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" -msgstr "" +msgstr "Zavře editor příspěvku a zahodí koncept příspěvku" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" -msgstr "" +msgstr "Sbalit seznam uživatelů" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" -msgstr "" +msgstr "Sbalí seznam uživatelů pro dané oznámení" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" -msgstr "" +msgstr "Barva" #: src/components/dialogs/Embed.tsx:150 #: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" -msgstr "" +msgstr "Režim barev" #: src/components/dialogs/Embed.tsx:147 msgid "Color theme" -msgstr "" +msgstr "Barevný motiv" #: src/lib/interests.ts:55 msgid "Comedy" -msgstr "" +msgstr "Komedie" #: src/lib/interests.ts:56 msgid "Comics" -msgstr "" +msgstr "Komiksy" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:46 #: src/Navigation.tsx:346 #: src/view/screens/CommunityGuidelines.tsx:28 msgid "Community Guidelines" -msgstr "" +msgstr "Obecné zásady komunity" #: src/screens/Onboarding/StepFinished/index.tsx:329 msgid "Complete onboarding and start using your account" -msgstr "" +msgstr "Dokončit úvodní nastavení a začít používat svůj účet" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" -msgstr "" +msgstr "Dokončete výzvu" #: src/lib/hotkeys/index.tsx:66 #: src/view/com/feeds/ComposerPrompt.tsx:147 #: src/view/shell/desktop/LeftNav.tsx:587 msgid "Compose new post" -msgstr "" +msgstr "Vytvořit nový příspěvek" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" -msgstr "" +msgstr "Napiš příspěvky dlouhé až {0, plural, one {# znak} few {# znaky} many {# znaků}other {# znaků}}" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:63 msgid "Compose reply" -msgstr "" +msgstr "Napište odpověď" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." -msgstr "" +msgstr "Komprese GIF..." -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." -msgstr "" +msgstr "Komprese videa..." #: src/components/moderation/LabelPreference.tsx:88 msgid "Configure content filtering setting for category: {name}" -msgstr "" +msgstr "Konfigurace nastavení filtrování obsahu pro kategorii: {name}" #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:37 msgid "Configure live event banner" -msgstr "" +msgstr "Nakonfigurovat banner živé události" #: src/components/moderation/LabelPreference.tsx:254 msgid "Configured in <0>moderation settings." -msgstr "" +msgstr "Nastaveno v <0>nastavení moderování." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:186 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:189 msgid "Confirm" -msgstr "" +msgstr "Potvrdit" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:37 #: src/screens/Login/LoginForm.tsx:284 @@ -2975,103 +3081,103 @@ msgstr "" #: src/screens/Settings/components/DisableEmail2FADialog.tsx:145 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:151 msgid "Confirmation code" -msgstr "" +msgstr "Potvrzovací kód" #: src/screens/Login/ForgotPasswordForm.tsx:140 #: src/screens/Login/LoginForm.tsx:340 msgid "Connecting to service..." -msgstr "" +msgstr "Připojování ke službě..." #: src/ageAssurance/components/RedirectOverlay.tsx:297 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Connection issue" -msgstr "" +msgstr "Problém s připojením" #: src/ageAssurance/components/NoAccessScreen.tsx:334 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:146 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:31 msgid "Contact our moderation team" -msgstr "" +msgstr "Kontaktujte náš moderátorský tým" #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:127 msgid "Contact our support team" -msgstr "" +msgstr "Kontaktujte náš tým podpory" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" -msgstr "" +msgstr "Kontakt na podporu" #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:65 #: src/screens/Settings/FindContactsSettings.tsx:164 msgid "Contact sync is not available on this device, as the app is unable to access your contacts." -msgstr "" +msgstr "Synchronizace kontaktů není na tomto zařízení dostupná, protože aplikace nemá přístup k vašim kontaktům." #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:98 msgid "Contact us" -msgstr "" +msgstr "Kontaktujte nás" #: src/screens/Settings/FindContactsSettings.tsx:526 msgid "Contacts imported" -msgstr "" +msgstr "Kontakty importovány" #: src/screens/Settings/FindContactsSettings.tsx:499 msgid "Contacts removed" -msgstr "" +msgstr "Kontakty odstraněny" #: src/screens/Settings/ContentAndMediaSettings.tsx:53 msgid "Content & Media" -msgstr "" +msgstr "Obsah & Média" #: src/screens/Settings/Settings.tsx:205 #: src/screens/Settings/Settings.tsx:208 msgid "Content and media" -msgstr "" +msgstr "Obsah a média" #: src/Navigation.tsx:449 msgid "Content and Media" -msgstr "" +msgstr "Obsah a média" #: src/lib/moderation/useGlobalLabelStrings.ts:18 msgid "Content Blocked" -msgstr "" +msgstr "Obsah zablokován" #: src/screens/Moderation/index.tsx:362 msgid "Content filters" -msgstr "" +msgstr "Filtry obsahu" #: src/screens/Search/modules/ExploreRecommendations.tsx:60 msgid "Content from across the network we think you might like." -msgstr "" +msgstr "Obsah z celé sítě, o kterém si myslíme, že by se vám mohl líbit." #: src/screens/Settings/LanguageSettings.tsx:177 msgid "Content languages" -msgstr "" +msgstr "Jazyky obsahu" #: src/components/moderation/ModerationDetailsDialog.tsx:86 #: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" -msgstr "" +msgstr "Obsah není k dispozici" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 msgid "Content promoting or depicting self-harm" -msgstr "" +msgstr "Obsah propagující nebo zobrazující sebepoškozování" #: src/components/moderation/ModerationDetailsDialog.tsx:54 #: src/components/moderation/ScreenHider.tsx:100 #: src/lib/moderation/useGlobalLabelStrings.ts:22 #: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" -msgstr "" +msgstr "Varování o obsahu" #: src/view/com/composer/labels/LabelsBtn.tsx:61 msgid "Content warnings" -msgstr "" +msgstr "Varování o obsahu" #: src/components/Menu/index.web.tsx:91 msgid "Context menu backdrop, click to close the menu." -msgstr "" +msgstr "Pozadí kontextové nabídky, kliknutím nabídku zavřete." #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:163 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:171 @@ -3080,25 +3186,25 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:305 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:117 msgid "Continue" -msgstr "" +msgstr "Pokračovat" #. placeholder {0}: account.handle #: src/components/AccountList.tsx:134 msgid "Continue as {0} (currently signed in)" -msgstr "" +msgstr "Pokračovat jako {0} (aktuálně přihlášeno)" #: src/screens/PostThread/components/ThreadItemReadMoreUp.tsx:28 msgid "Continue thread" -msgstr "" +msgstr "Pokračovat ve vlákně" #: src/screens/PostThread/components/ThreadItemReadMoreUp.tsx:64 msgid "Continue thread..." -msgstr "" +msgstr "Pokračovat ve vlákně..." #: src/components/dms/AddMembersFlow.tsx:324 #: src/components/dms/InitiateChatFlow.tsx:493 msgid "Continue to group name" -msgstr "" +msgstr "Pokračovat na název skupiny" #: src/screens/Onboarding/StepInterests/index.tsx:90 #: src/screens/Onboarding/StepProfile/index.tsx:301 @@ -3106,266 +3212,275 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:114 #: src/screens/Signup/BackNextButtons.tsx:61 msgid "Continue to next step" -msgstr "" +msgstr "Pokračovat na další krok" #: src/screens/Messages/Conversation.tsx:63 msgid "Conversation" -msgstr "" +msgstr "Konverzace" #: src/screens/Messages/components/ChatListItem.tsx:322 msgid "Conversation deleted" -msgstr "" +msgstr "Konverzace odstraněna" #: src/components/dms/AfterReportDialog.tsx:149 #: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "Conversation deleted" -msgstr "" +msgstr "Konverzace odstraněna" #: src/components/dms/AfterReportConversationDialog.tsx:172 #: src/components/dms/AfterReportConversationDialog.tsx:179 msgctxt "toast" msgid "Conversation left" -msgstr "" +msgstr "Konverzace zbývá" #: src/components/dms/LeaveConvoPrompt.tsx:40 #: src/screens/Messages/JoinRequests.tsx:196 #: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." -msgstr "" +msgstr "Konverzace nenalezena." #: src/screens/Settings/AboutSettings.tsx:162 msgid "Copied build version to clipboard" -msgstr "" +msgstr "Verze sestavení zkopírována do schránky" + +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "Odkaz zkopírován do schránky" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 #: src/lib/sharing.ts:24 #: src/lib/sharing.ts:42 msgid "Copied to clipboard" -msgstr "" +msgstr "Zkopírováno do schránky" #: src/components/dialogs/Embed.tsx:197 #: src/screens/Messages/components/CopyTextButton.tsx:71 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" -msgstr "" +msgstr "Zkopírováno!" #: src/screens/Settings/AboutSettings.tsx:138 msgid "Copies build version to clipboard" -msgstr "" +msgstr "Kopírovat verzi sestavení do schránky" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" -msgstr "" +msgstr "Zkopíruje kanonickou URL adresu profilu do schránky" #: src/components/StarterPack/QrCodeDialog.tsx:198 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 msgid "Copy" -msgstr "" +msgstr "Kopírovat" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:196 msgid "Copy App Password" -msgstr "" +msgstr "Kopírovat heslo aplikace" #: src/view/com/profile/ProfileMenu.tsx:501 #: src/view/com/profile/ProfileMenu.tsx:504 msgid "Copy at:// URI" -msgstr "" +msgstr "Kopírovat at:// URI" #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:154 #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:157 msgid "Copy author DID" -msgstr "" +msgstr "Kopírovat DID autora" #: src/components/dialogs/Embed.tsx:186 #: src/components/dialogs/Embed.tsx:202 msgid "Copy code" -msgstr "" +msgstr "Kopírovat kód" #: src/screens/Settings/components/ChangeHandleDialog.tsx:504 #: src/view/com/profile/ProfileMenu.tsx:510 #: src/view/com/profile/ProfileMenu.tsx:513 msgid "Copy DID" -msgstr "" +msgstr "Kopírovat DID" #: src/screens/Settings/components/ChangeHandleDialog.tsx:436 msgid "Copy host" -msgstr "" +msgstr "Kopírovat hostitele" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" -msgstr "" +msgstr "Kopírovat odkaz na pozvánku" #: src/components/dms/ChatInvite/Root.tsx:91 #: src/components/StarterPack/ShareDialog.tsx:115 #: src/screens/StarterPack/StarterPackScreen.tsx:644 msgid "Copy link" -msgstr "" +msgstr "Kopírovat odkaz" #: src/components/StarterPack/ShareDialog.tsx:122 msgid "Copy Link" -msgstr "" +msgstr "Kopírovat odkaz" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:160 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:164 msgid "Copy link to list" -msgstr "" +msgstr "Kopírovat odkaz do seznamu" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:142 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:145 #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:88 #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:91 msgid "Copy link to post" -msgstr "" +msgstr "Kopírovat odkaz do příspěvku" #: src/view/com/profile/ProfileMenu.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:290 msgid "Copy link to profile" -msgstr "" +msgstr "Kopírovat odkaz do profilu" #: src/screens/StarterPack/StarterPackScreen.tsx:637 msgid "Copy link to starter pack" -msgstr "" +msgstr "Kopírovat odkaz do startovacího balíčku" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" -msgstr "" +msgstr "Kopírovat text zprávy" #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:145 #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:148 msgid "Copy post at:// URI" -msgstr "" +msgstr "Kopírovat příspěvek at:// URI" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:571 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:573 msgid "Copy post text" -msgstr "" +msgstr "Kopírovat text příspěvku" #: src/components/StarterPack/QrCodeDialog.tsx:184 msgid "Copy QR code" -msgstr "" +msgstr "Kopírovat QR kód" #: src/screens/Settings/components/ChangeHandleDialog.tsx:457 msgid "Copy TXT record value" -msgstr "" +msgstr "Kopírovat hodnotu TXT záznamu" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:41 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:108 #: src/Navigation.tsx:351 #: src/view/screens/CopyrightPolicy.tsx:25 msgid "Copyright Policy" -msgstr "" +msgstr "Pravidla autorských práv" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" -msgstr "" +msgstr "Nepodařilo se zachytit QR kód" #: src/view/com/feeds/MissingFeed.tsx:42 msgid "Could not connect to custom feed" -msgstr "" +msgstr "Nelze se připojit k vlastnímu kanálu" #: src/view/com/feeds/MissingFeed.tsx:134 msgid "Could not connect to feed service" -msgstr "" +msgstr "Nelze se připojit ke službě kanálu" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy – please try again" -msgstr "" +msgstr "Nepodařilo se zkopírovat – zkuste to prosím znovu" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download – please try again" -msgstr "" +msgstr "Stažení se nezdařilo – zkuste to prosím znovu" #: src/screens/Messages/components/MessageInputEmbed.tsx:200 msgid "Could not fetch post" -msgstr "" +msgstr "Nelze načíst příspěvek" #: src/view/com/feeds/MissingFeed.tsx:183 msgid "Could not find profile" -msgstr "" +msgstr "Nelze nalézt profil" #: src/screens/Settings/FindContactsSettings.tsx:233 #: src/screens/Settings/FindContactsSettings.tsx:424 msgid "Could not follow all matches - please check your network connection." -msgstr "" +msgstr "Nelze sledovat všechny shody - zkontrolujte připojení k síti." #. placeholder {0}: cleanError(err) #: src/screens/Settings/FindContactsSettings.tsx:239 #: src/screens/Settings/FindContactsSettings.tsx:430 msgid "Could not follow all matches. {0}" -msgstr "" +msgstr "Nelze sledovat všechny shody. {0}" #: src/components/dms/AfterReportConversationDialog.tsx:158 #: src/components/dms/AfterReportDialog.tsx:139 #: src/components/dms/LeaveConvoPrompt.tsx:36 msgid "Could not leave chat" -msgstr "" +msgstr "Nelze opustit konverzaci" #: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." -msgstr "" +msgstr "Nelze opustit konverzaci." #: src/screens/Profile/ProfileFeed/index.tsx:73 msgid "Could not load feed" -msgstr "" +msgstr "Nelze načíst kanál" #: src/screens/ProfileList/components/ErrorScreen.tsx:27 #: src/screens/ProfileList/index.tsx:80 #: src/screens/ProfileList/index.tsx:102 msgid "Could not load list" -msgstr "" +msgstr "Nelze načíst seznam" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" -msgstr "" +msgstr "Profil se nepodařilo načíst" #: src/components/dms/ConvoMenu.tsx:212 msgid "Could not mute chat" -msgstr "" +msgstr "Nelze ztlumit konverzaci" #: src/view/com/composer/videos/VideoPreview.web.tsx:66 msgid "Could not process your video" -msgstr "" +msgstr "Nelze zpracovat vaše video" #: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." -msgstr "" +msgstr "Člena nebylo možné odebrat." #. placeholder {0}: cleanError(error) #: src/components/activity-notifications/SubscribeProfileDialog.tsx:295 msgid "Could not save changes: {0}" -msgstr "" +msgstr "Nelze uložit změny: {0}" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share – please try again" -msgstr "" +msgstr "Sdílení se nezdařilo – zkuste to prosím znovu" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" -msgstr "" +msgstr "Nelze aktualizovat nastavení oznámení" #. placeholder {0}: cleanError(err) #: src/components/contacts/screens/GetContacts.tsx:171 msgid "Could not upload contacts. {0}" -msgstr "" +msgstr "Nelze nahrát kontakty. {0}" #: src/components/contacts/screens/GetContacts.tsx:165 msgid "Could not upload contacts. You need to re-verify your phone number to proceed" -msgstr "" +msgstr "Nelze nahrát kontakty. Pro pokračování musíte znovu ověřit telefonní číslo" #. Title of the error screen shown when the GIF provider request fails. #: src/features/gifPicker/components/GifPickerPlaceholder.tsx:51 msgid "Couldn’t load GIFs" -msgstr "" +msgstr "Nelze načíst GIFy" #: src/components/InternationalPhoneCodeSelect.tsx:80 msgid "Country code" -msgstr "" +msgstr "Kód země" + +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "krávy prasata" #. Text on button to create a new starter pack #. Text on button to create a new starter pack @@ -3374,118 +3489,118 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:502 #: src/components/StarterPack/ProfileStarterPacks.tsx:329 msgid "Create" -msgstr "" +msgstr "Vytvořit" #: src/view/com/lists/ProfileLists.tsx:166 #: src/view/com/lists/ProfileLists.tsx:167 msgid "Create a list" -msgstr "" +msgstr "Vytvořit seznam" #: src/screens/StarterPack/StarterPackScreen.tsx:620 msgid "Create a list from this starter pack" -msgstr "" +msgstr "Vytvořit seznam z tohoto startovacího balíčku" #: src/components/StarterPack/QrCodeDialog.tsx:169 msgid "Create a QR code for a starter pack" -msgstr "" +msgstr "Vytvořit QR kód pro startovací balíček" #: src/components/StarterPack/ProfileStarterPacks.tsx:207 #: src/components/StarterPack/ProfileStarterPacks.tsx:316 #: src/Navigation.tsx:542 msgid "Create a starter pack" -msgstr "" +msgstr "Vytvořit startovací balíček" #: src/view/screens/Profile.tsx:562 #: src/view/screens/Profile.tsx:563 msgid "Create a Starter Pack" -msgstr "" +msgstr "Vytvořit startovací balíček" #: src/components/StarterPack/ProfileStarterPacks.tsx:303 msgid "Create a starter pack for me" -msgstr "" +msgstr "Vytvořit pro mě startovací balíček" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 #: src/view/shell/NavSignupCard.tsx:53 msgid "Create account" -msgstr "" +msgstr "Založit účet" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" -msgstr "" +msgstr "Založit účet" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:310 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:317 msgid "Create an account without using this starter pack" -msgstr "" +msgstr "Vytvořit účet bez použití tohoto startovacího balíčku" #: src/screens/Onboarding/StepProfile/index.tsx:317 msgid "Create an avatar instead" -msgstr "" +msgstr "Místo toho vytvořit avatar" #: src/components/StarterPack/ProfileStarterPacks.tsx:214 msgid "Create another" -msgstr "" +msgstr "Vytvořit další" #: src/components/dms/InitiateChatFlow.tsx:501 msgid "Create group chat" -msgstr "" +msgstr "Vytvořit skupinovou konverzaci" #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:180 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:188 msgid "Create list" -msgstr "" +msgstr "Vytvořit seznam" #: src/screens/StarterPack/StarterPackScreen.tsx:626 msgid "Create list from members" -msgstr "" +msgstr "Vytvořit seznam od členů" #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:148 #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:152 msgid "Create list from starter pack" -msgstr "" +msgstr "Vytvořit seznam ze startovacího balíčku" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:367 msgid "Create moderation list" -msgstr "" +msgstr "Vytvořit seznam moderování" #: src/screens/Messages/JoinRequest.tsx:304 #: src/view/com/auth/SplashScreen.tsx:100 #: src/view/com/auth/SplashScreen.web.tsx:108 msgid "Create new account" -msgstr "" +msgstr "Vytvořit nový účet" #: src/screens/Messages/ConversationSettings/index.tsx:554 msgid "Create or modify an invite link for this group chat" -msgstr "" +msgstr "Vytvořit nebo upravit pozvánku pro tuto skupinovou konverzaci" #. Accessibility label for button to create a moderation report for the selected option #. placeholder {0}: option.title #: src/components/moderation/ReportDialog/index.tsx:709 #: src/components/moderation/ReportDialog/index.tsx:754 msgid "Create report for {0}" -msgstr "" +msgstr "Vytvořit hlášení pro {0}" #: src/components/dialogs/StarterPackDialog.tsx:108 #: src/components/dialogs/StarterPackDialog.tsx:205 msgid "Create starter pack" -msgstr "" +msgstr "Vytvořit startovací balíček" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:366 msgid "Create user list" -msgstr "" +msgstr "Vytvořit seznam uživatelů" #. placeholder {0}: i18n.date(appPassword.createdAt, { year: 'numeric', month: 'numeric', day: 'numeric', hour: '2-digit', minute: '2-digit', }) #. placeholder {0}: i18n.date(createdAt, { dateStyle: 'long', timeStyle: 'short', }) @@ -3494,98 +3609,98 @@ msgstr "" #: src/screens/Messages/ConversationSettings/index.tsx:509 #: src/screens/Settings/AppPasswords.tsx:174 msgid "Created {0}" -msgstr "" +msgstr "Vytvořeno {0}" #: src/screens/List/ListHiddenScreen.tsx:131 msgid "Creator has been blocked" -msgstr "" +msgstr "Tvůrce byl zablokován" #: src/lib/interests.ts:57 msgid "Culture" -msgstr "" +msgstr "Kultura" #: src/components/moderation/BlockDialog.tsx:378 msgid "Current chat" -msgstr "" +msgstr "Aktuální konverzace" #: src/components/dialogs/ServerInput.tsx:152 #: src/components/dialogs/ServerInput.tsx:154 msgid "Custom" -msgstr "" +msgstr "Volitelné" #: src/components/dialogs/Embed.tsx:140 msgid "Customization options" -msgstr "" +msgstr "Možnosti přizpůsobení" #: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" -msgstr "" +msgstr "Přizpůsobuje vaše Bluesky zážitky" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 msgid "Dangerous challenges or activities" -msgstr "" +msgstr "Nebezpečné výzvy nebo činnosti" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 msgid "Dangerous substances or drug abuse" -msgstr "" +msgstr "Nebezpečné látky nebo zneužívání drog" #: src/components/dialogs/Embed.tsx:164 #: src/components/dialogs/Embed.tsx:166 #: src/screens/Settings/AppearanceSettings.tsx:93 #: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" -msgstr "" +msgstr "Tmavý" #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:28 msgctxt "Name of app icon variant" msgid "Dark" -msgstr "" +msgstr "Tmavý" #: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" -msgstr "" +msgstr "Tmavý motiv" #: src/screens/Signup/StepInfo/index.tsx:296 msgid "Date of birth" -msgstr "" +msgstr "Datum narození" #: src/features/inviteFriends/components/ThemePicker.tsx:28 msgid "Dawn" -msgstr "" +msgstr "Úsvit" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" -msgstr "" +msgstr "Den" #: src/screens/Settings/AccountSettings.tsx:179 #: src/screens/Settings/AccountSettings.tsx:184 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:73 msgid "Deactivate account" -msgstr "" +msgstr "Deaktivovat účet" #: src/screens/Settings/Settings.tsx:463 msgid "Debug Moderation" -msgstr "" +msgstr "Ladít Moderaci" #: src/view/screens/Debug.tsx:75 msgid "Debug panel" -msgstr "" +msgstr "Panel ladění" #: src/view/com/composer/select-language/SuggestedLanguage.tsx:469 msgid "Decline this language suggestion" -msgstr "" +msgstr "Odmítnout tento návrh jazyka" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 msgid "Deepfake adult content" -msgstr "" +msgstr "Deepfake obsah pro dospělé" #: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" -msgstr "" +msgstr "Výchozí" #: src/screens/Settings/AppIconSettings/index.tsx:73 msgid "Default icons" -msgstr "" +msgstr "Výchozí ikony" #: src/components/dms/MessageOverlays.tsx:184 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:812 @@ -3595,38 +3710,38 @@ msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:715 #: src/screens/StarterPack/StarterPackScreen.tsx:794 msgid "Delete" -msgstr "" +msgstr "Vymazat" #: src/screens/Settings/AccountSettings.tsx:189 #: src/screens/Settings/AccountSettings.tsx:194 msgid "Delete account" -msgstr "" +msgstr "Smazat účet" #: src/screens/Settings/components/DeleteAccountDialog.tsx:183 #: src/screens/Settings/components/DeleteAccountDialog.tsx:230 msgid "Delete account “{currentHandle}”" -msgstr "" +msgstr "Smazat účet „{currentHandle} “ “" #: src/screens/Settings/AppPasswords.tsx:187 msgid "Delete app password" -msgstr "" +msgstr "Smazat heslo aplikace" #: src/screens/Settings/AppPasswords.tsx:208 msgid "Delete app password?" -msgstr "" +msgstr "Smazat heslo aplikace?" #: src/screens/Messages/components/RequestButtons.tsx:344 #: src/screens/Messages/components/RequestButtons.tsx:350 msgid "Delete chat" -msgstr "" +msgstr "Odstranit konverzaci" #: src/screens/Settings/Settings.tsx:470 msgid "Delete chat declaration record" -msgstr "" +msgstr "Odstranit deklaraci konverzace" #: src/screens/Settings/FindContactsSettings.tsx:567 msgid "Delete contacts" -msgstr "" +msgstr "Smazat kontakty" #: src/components/dms/AfterReportDialog.tsx:151 #: src/components/dms/AfterReportDialog.tsx:195 @@ -3634,320 +3749,320 @@ msgstr "" #: src/screens/Messages/components/RequestButtons.tsx:147 #: src/screens/Messages/components/RequestButtons.tsx:149 msgid "Delete conversation" -msgstr "" +msgstr "Smazat konverzaci" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" -msgstr "" +msgstr "Smazat pro mě" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:199 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:202 msgid "Delete list" -msgstr "" +msgstr "Smazat seznam" #: src/components/dms/MessageOverlays.tsx:182 msgid "Delete message" -msgstr "" +msgstr "Smazat zprávu" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" -msgstr "" +msgstr "Smazat zprávu pro mě" #: src/screens/Settings/components/DeleteAccountDialog.tsx:309 msgid "Delete my account" -msgstr "" +msgstr "Smazat můj účet" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1630 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" -msgstr "" +msgstr "Smazat příspěvek" #: src/screens/StarterPack/StarterPackScreen.tsx:609 #: src/screens/StarterPack/StarterPackScreen.tsx:785 msgid "Delete starter pack" -msgstr "" +msgstr "Smazat startovací balíček" #: src/screens/StarterPack/StarterPackScreen.tsx:681 msgid "Delete starter pack?" -msgstr "" +msgstr "Smazat startovací balíček?" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:270 msgid "Delete this list?" -msgstr "" +msgstr "Smazat tento seznam?" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:809 msgid "Delete this post?" -msgstr "" +msgstr "Smazat tento příspěvek?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" -msgstr "" +msgstr "Smazáno" #: src/components/dms/MessagesListHeader.tsx:103 #: src/screens/Messages/components/ChatListItem.tsx:134 #: src/screens/Messages/ConversationSettings/Member.tsx:87 msgid "Deleted Account" -msgstr "" +msgstr "Smazaný účet" #: src/components/contacts/screens/PhoneInput.tsx:286 msgid "Deleted by Plivo after verification" -msgstr "" +msgstr "Po ověření smazán pomocí Plivo" #: src/view/com/feeds/MissingFeed.tsx:43 #: src/view/com/feeds/MissingFeed.tsx:76 #: src/view/com/feeds/MissingFeed.tsx:128 #: src/view/com/feeds/MissingFeed.tsx:136 msgid "Deleted list" -msgstr "" - -#: src/components/dms/MessageItem.tsx:884 -msgid "Deleted message" -msgstr "" +msgstr "Smazaný seznam" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 #: src/screens/Profile/Header/EditProfileDialog.tsx:367 msgid "Description" -msgstr "" +msgstr "Popis" #: src/components/SendErrorReportDialog.tsx:82 msgid "Description (1000 characters max)" -msgstr "" +msgstr "Popis (max. 1000 znaků)" #: src/view/com/composer/GifAltText.tsx:156 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:124 msgid "Descriptive alt text" -msgstr "" +msgstr "Popisný alternativní text" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:700 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:710 msgid "Detach quote" -msgstr "" +msgstr "Odpojit citaci" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:845 msgid "Detach quote post?" -msgstr "" +msgstr "Odpojit citaci příspěvku?" #: src/screens/Settings/AboutSettings.tsx:151 msgctxt "toast" msgid "Developer mode disabled" -msgstr "" +msgstr "Vývojářský režim zakázán" #: src/screens/Settings/AboutSettings.tsx:145 msgctxt "toast" msgid "Developer mode enabled" -msgstr "" +msgstr "Vývojářský režim povolen" #: src/screens/Settings/Settings.tsx:282 #: src/screens/Settings/Settings.tsx:285 msgid "Developer options" -msgstr "" +msgstr "Možnosti pro vývojáře" #: src/lib/translation/index.tsx:303 msgid "Device failed to translate :(" -msgstr "" +msgstr "Překlad zařízení se nezdařil :(" #: src/components/WhoCanReply.tsx:222 msgid "Dialog: adjust who can interact with this post" -msgstr "" +msgstr "Dialog: upravit, kdo může reagovat na tento příspěvek" + +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "Dialog: Nastavit pokročilé možnosti vyhledávání" #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" -msgstr "" +msgstr "Ztmavit" #: src/screens/Messages/components/InviteLinkDialog.tsx:385 #: src/screens/Messages/components/InviteLinkDialog.tsx:390 msgid "Disable" -msgstr "" +msgstr "Zakázat" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:231 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:240 msgid "Disable 2FA" -msgstr "" +msgstr "Vypnout 2FA" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:414 msgid "Disable captions" -msgstr "" +msgstr "Vypnout titulky" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:156 msgid "Disable email 2FA" -msgstr "" +msgstr "Vypnout e-mail 2FA" #: src/screens/Settings/components/DisableEmail2FADialog.tsx:90 msgid "Disable Email 2FA" -msgstr "" +msgstr "Vypnout e-mail 2FA" #: src/screens/Settings/AccessibilitySettings.tsx:90 #: src/screens/Settings/AccessibilitySettings.tsx:95 msgid "Disable haptic feedback" -msgstr "" +msgstr "Zakázat haptickou odezvu" #: src/screens/Messages/components/InviteLinkDialog.tsx:488 #: src/screens/Messages/components/InviteLinkDialog.tsx:494 msgid "Disable link" -msgstr "" +msgstr "Deaktivovat odkaz" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:628 msgid "Disable quote posts of this post" -msgstr "" +msgstr "Zakázat citaci tohoto příspěvku" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Disable replies entirely" -msgstr "" +msgstr "Zcela zakázat odpovědi" #: src/screens/Messages/components/InviteLinkDialog.tsx:475 msgid "Disable this invite link?" -msgstr "" +msgstr "Zakázat tento odkaz na pozvánku?" #: src/lib/moderation/useLabelBehaviorDescription.ts:35 #: src/lib/moderation/useLabelBehaviorDescription.ts:45 #: src/lib/moderation/useLabelBehaviorDescription.ts:71 #: src/screens/Moderation/index.tsx:402 msgid "Disabled" -msgstr "" +msgstr "Neaktivní" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1413 -#: src/view/com/composer/Composer.tsx:1457 -#: src/view/com/composer/Composer.tsx:1663 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" -msgstr "" +msgstr "Zahodit" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:98 #: src/screens/Profile/Header/EditProfileDialog.tsx:76 msgid "Discard changes?" -msgstr "" +msgstr "Zahodit změny?" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" -msgstr "" +msgstr "Zahodit koncept?" -#: src/view/com/composer/Composer.tsx:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" -msgstr "" +msgstr "Zahodit příspěvek?" #: src/screens/Profile/components/GermButton.tsx:262 #: src/screens/Profile/components/GermButton.tsx:269 msgid "Disconnect Germ DM" -msgstr "" +msgstr "Odpojit Germ DM" #: src/screens/Settings/components/PwiOptOut.tsx:88 #: src/screens/Settings/components/PwiOptOut.tsx:92 msgid "Discourage apps from showing my account to logged-out users" -msgstr "" +msgstr "Odradit aplikace od zobrazení mého účtu odhlášeným uživatelům" #: src/view/com/posts/FollowingEmptyState.tsx:64 #: src/view/com/posts/FollowingEmptyState.tsx:69 #: src/view/com/posts/FollowingEndOfFeed.tsx:65 #: src/view/com/posts/FollowingEndOfFeed.tsx:70 msgid "Discover new custom feeds" -msgstr "" +msgstr "Objevte nové vlastní kanály" #: src/screens/Search/Explore.tsx:453 msgid "Discover new feeds" -msgstr "" +msgstr "Objevte nové kanály" #: src/view/screens/Feeds.tsx:723 msgid "Discover New Feeds" -msgstr "" +msgstr "Objevte nové kanály" #: src/components/Dialog/index.tsx:413 #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:83 msgid "Dismiss" -msgstr "" +msgstr "Odmítnout" #: src/components/contacts/FindContactsBannerNUX.tsx:78 msgid "Dismiss banner" -msgstr "" +msgstr "Odmítnout banner" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" -msgstr "" +msgstr "Odmítnout chybu" #: src/components/ProgressGuide/List.tsx:82 msgid "Dismiss getting started guide" -msgstr "" +msgstr "Odmítnout úvodního průvodce" #: src/screens/Search/modules/ExploreInterestsCard.tsx:44 msgid "Dismiss interests" -msgstr "" +msgstr "Odmítnout zájmy" #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:82 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:64 msgid "Dismiss live event banner" -msgstr "" +msgstr "Odmítnout banner živých událostí" #: src/components/interstitials/TrendingVideos.tsx:90 msgid "Dismiss this section" -msgstr "" +msgstr "Odmítnout tuto sekci" #: src/components/FeedInterstitials.tsx:349 msgid "Dismiss this suggestion" -msgstr "" +msgstr "Odmítnout tento návrh" #: src/features/inviteFriends/InviteScannerScreen.tsx:168 msgid "Dismisses the QR scanner" -msgstr "" +msgstr "Zavře skener QR kódů" #: src/screens/Settings/AccessibilitySettings.tsx:70 #: src/screens/Settings/AccessibilitySettings.tsx:75 msgid "Display larger alt text badges" -msgstr "" +msgstr "Zobrazit větší odznaky alternativního textu" #: src/screens/Profile/Header/EditProfileDialog.tsx:310 #: src/screens/Profile/Header/EditProfileDialog.tsx:316 msgid "Display name" -msgstr "" +msgstr "Zobrazované jméno" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:23 msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." -msgstr "" +msgstr "Zapomeňte na trolly a clickbait. Najděte skutečné lidi a konverzace, na kterých vám záleží." #: src/screens/Settings/components/ChangeHandleDialog.tsx:405 #: src/screens/Settings/components/ChangeHandleDialog.tsx:407 msgid "DNS Panel" -msgstr "" +msgstr "Panel DNS" #: src/components/dialogs/MutedWords.tsx:311 msgid "Do not apply this mute word to users you follow" -msgstr "" +msgstr "Nepoužívat toto skryté slovo na uživatele, které sledujete" #: src/lib/moderation/useGlobalLabelStrings.ts:39 msgid "Does not include nudity." -msgstr "" +msgstr "Neobsahuje nahotu." #: src/screens/Settings/components/ChangeHandleDialog.tsx:525 msgid "Domain verified!" -msgstr "" +msgstr "Doména ověřena!" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:385 msgid "Don't have a code or need a new one? <0>Click here." -msgstr "" +msgstr "Nemáte kód nebo potřebujete nový? <0>Klikněte sem." #: src/screens/Settings/components/DeleteAccountDialog.tsx:269 msgid "Don’t see a code? <0>Click here to resend." -msgstr "" +msgstr "Nevidíte kód? <0>Klikněte sem pro opětovné odeslání." #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:36 msgid "Don't see an email? <0>Click here to resend." -msgstr "" +msgstr "Nevidíte e-mail? <0>Klikněte sem pro opětovné odeslání." #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:105 #: src/components/ageAssurance/AgeAssuranceDismissibleNotice.tsx:38 msgid "Don't show again" -msgstr "" +msgstr "Příště nezobrazovat" #: src/components/ageAssurance/useAgeAssuranceCopy.ts:26 msgid "Don't worry! All existing messages and settings are saved and will be available after you verify you're an adult." -msgstr "" +msgstr "Žádné obavy! Všechny stávající zprávy a nastavení jsou uložené a budou dostupné poté, co ověříte, že jste dospělí." #: src/components/contacts/components/InviteInfo.tsx:73 #: src/components/contacts/components/InviteInfo.tsx:79 @@ -3958,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3977,117 +4092,117 @@ msgstr "" #: src/view/com/composer/videos/SubtitleDialog.tsx:192 #: src/view/com/composer/videos/SubtitleDialog.tsx:203 msgid "Done" -msgstr "" +msgstr "Hotovo" -#: src/components/dms/MessageItem.tsx:525 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" -msgstr "" +msgstr "Dvojitým klepnutím nebo dlouhým stisknutím zprávy přidáte reakci" #: src/components/Dialog/index.tsx:414 msgid "Double tap to close the dialog" -msgstr "" +msgstr "Dvojitým klepnutím zavřete dialog" #: src/screens/VideoFeed/index.tsx:1107 msgid "Double tap to like" -msgstr "" +msgstr "Dvojitým klepnutím dáte lajk" #: src/features/inviteFriends/components/ActionButtons.tsx:36 msgid "Download" -msgstr "" +msgstr "Stáhnout" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "Download Bluesky" -msgstr "" +msgstr "Stáhnout Bluesky" #: src/screens/Settings/components/ExportCarDialog.tsx:149 msgid "Download chat data" -msgstr "" +msgstr "Stáhnout data konverzace" #: src/screens/Settings/components/ExportCarDialog.tsx:154 msgctxt "button" msgid "Download chat data" -msgstr "" +msgstr "Stáhnout data konverzace" #: src/components/Lightbox/Lightbox.web.tsx:312 #: src/components/Lightbox/Lightbox.web.tsx:324 msgid "Download image" -msgstr "" +msgstr "Stáhnout obrázek" #: src/features/inviteFriends/components/ActionButtons.tsx:31 msgid "Download invite QR code" -msgstr "" +msgstr "Stáhnout QR kód pozvánky" #: src/screens/Settings/components/ExportCarDialog.tsx:118 msgid "Download profile data" -msgstr "" +msgstr "Stáhnout data profilu" #: src/screens/Settings/components/ExportCarDialog.tsx:123 msgctxt "button" msgid "Download profile data" -msgstr "" +msgstr "Stáhnout data profilu" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 msgid "Doxxing" -msgstr "" +msgstr "Doxxing" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:120 #: src/view/com/composer/drafts/DraftsButton.tsx:70 #: src/view/com/composer/drafts/DraftsButton.tsx:79 #: src/view/com/composer/drafts/DraftsListDialog.tsx:119 msgid "Drafts" -msgstr "" +msgstr "Koncepty" #: src/view/com/composer/text-input/TextInput.web.tsx:366 msgid "Drop to add images" -msgstr "" +msgstr "Přetažením přidáte obrázky" #: src/components/ageAssurance/useAgeAssuranceCopy.ts:20 msgid "Due to laws in your region, certain features on Bluesky are currently restricted until you're able to verify you're an adult." -msgstr "" +msgstr "Vzhledem k zákonům ve vašem regionu jsou některé funkce na Bluesky momentálně omezeny, dokud nebudete moci ověřit, že jste dospělí." #: src/components/dialogs/MutedWords.tsx:162 msgid "Duration:" -msgstr "" +msgstr "Doba trvání:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" -msgstr "" +msgstr "Soumrak" #: src/screens/Settings/components/ChangeHandleDialog.tsx:237 msgid "e.g. alice" -msgstr "" +msgstr "např. alice" #: src/screens/Profile/Header/EditProfileDialog.tsx:317 msgid "e.g. Alice Lastname" -msgstr "" +msgstr "např. Alice Nováková" #: src/screens/Settings/components/ChangeHandleDialog.tsx:388 msgid "e.g. alice.com" -msgstr "" +msgstr "např. alice.com" #: src/lib/moderation/useGlobalLabelStrings.ts:43 msgid "E.g. artistic nudes." -msgstr "" +msgstr "Např. umělecké akty." #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:370 msgid "e.g. Great Posters" -msgstr "" +msgstr "např. Skvělí přispěvatelé" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:371 msgid "e.g. Spammers" -msgstr "" +msgstr "např. Spameři" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:374 msgid "e.g. The posters who never miss." -msgstr "" +msgstr "např. Lidé, kteří nikdy nezklamou." #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:375 msgid "e.g. Users that repeatedly reply with ads." -msgstr "" +msgstr "např. Uživatelé, kteří opakovaně odpovídají reklamami." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 msgid "Eating disorders" -msgstr "" +msgstr "Poruchy příjmu potravy" #: src/screens/Messages/components/EditTextButton.tsx:52 #: src/screens/Settings/AccountSettings.tsx:150 @@ -4095,843 +4210,860 @@ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:331 #: src/screens/StarterPack/Wizard/index.tsx:336 msgid "Edit" -msgstr "" +msgstr "Upravit" #: src/view/com/lists/ListMembers.tsx:215 #: src/view/com/lists/ListMembers.tsx:220 msgctxt "action" msgid "Edit" -msgstr "" +msgstr "Upravit" #: src/view/com/util/UserAvatar.tsx:464 #: src/view/com/util/UserBanner.tsx:125 msgid "Edit avatar" -msgstr "" +msgstr "Upravit avatar" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:116 msgid "Edit Feeds" -msgstr "" +msgstr "Upravit kanály" #: src/screens/Messages/ConversationSettings/prompts.tsx:43 #: src/screens/Messages/ConversationSettings/prompts.tsx:49 msgid "Edit group name" -msgstr "" +msgstr "Upravit název skupiny" #: src/view/com/composer/photos/EditImageDialog.web.tsx:86 #: src/view/com/composer/photos/EditImageDialog.web.tsx:90 #: src/view/com/composer/photos/Gallery.tsx:218 msgid "Edit image" -msgstr "" +msgstr "Upravit obrázek" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:777 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:790 msgid "Edit interaction settings" -msgstr "" +msgstr "Upravit nastavení interakcí" #: src/screens/Search/modules/ExploreInterestsCard.tsx:99 #: src/screens/Search/modules/ExploreInterestsCard.tsx:106 msgid "Edit interests" -msgstr "" +msgstr "Upravit zájmy" #: src/screens/Messages/JoinRequests.tsx:299 msgid "Edit invite link" -msgstr "" +msgstr "Upravit odkaz na pozvánku" #: src/screens/Messages/JoinRequests.tsx:305 msgctxt "button" msgid "Edit invite link" -msgstr "" +msgstr "Upravit odkaz na pozvánku" #: src/screens/Messages/components/InviteLinkDialog.tsx:369 msgid "Edit link settings" -msgstr "" +msgstr "Upravit nastavení odkazu" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:191 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:194 msgid "Edit list details" -msgstr "" +msgstr "Upravit podrobnosti seznamu" #: src/view/com/profile/ProfileMenu.tsx:364 #: src/view/com/profile/ProfileMenu.tsx:384 msgid "Edit live status" -msgstr "" +msgstr "Upravit stav živého vysílání" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:364 msgid "Edit moderation list" -msgstr "" +msgstr "Upravit seznam moderování" #: src/Navigation.tsx:361 #: src/view/screens/Feeds.tsx:511 msgid "Edit My Feeds" -msgstr "" +msgstr "Upravit moje kanály" #: src/screens/Messages/ConversationSettings/index.tsx:544 msgid "Edit name" -msgstr "" +msgstr "Upravit název" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:114 msgid "Edit People" -msgstr "" +msgstr "Upravit lidi" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:116 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:266 msgid "Edit post interaction settings" -msgstr "" +msgstr "Upravit nastavení interakcí s příspěvkem" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" -msgstr "" +msgstr "Upravit profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" -msgstr "" +msgstr "Upravit profil" #: src/screens/StarterPack/StarterPackScreen.tsx:596 msgid "Edit starter pack" -msgstr "" +msgstr "Upravit startovací balíček" #: src/screens/Messages/ConversationSettings/index.tsx:493 #: src/screens/Messages/ConversationSettings/index.tsx:543 msgid "Edit this group chat’s name" -msgstr "" +msgstr "Upravit název této skupinové konverzace" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:363 msgid "Edit user list" -msgstr "" +msgstr "Upravit seznam uživatelů" #: src/components/WhoCanReply.tsx:116 msgid "Edit who can reply" -msgstr "" +msgstr "Upravit, kdo může odpovídat" #: src/Navigation.tsx:547 msgid "Edit your starter pack" -msgstr "" +msgstr "Upravit svůj startovací balíček" #: src/lib/interests.ts:59 msgid "Education" -msgstr "" +msgstr "Vzdělávání" #: src/screens/List/ListHiddenScreen.tsx:145 msgid "Either the creator of this list has blocked you or you have blocked the creator." -msgstr "" +msgstr "Tvůrce tohoto seznamu vás buď zablokoval, nebo jste vy zablokovali tvůrce." #: src/screens/Settings/AccountSettings.tsx:71 #: src/screens/Signup/StepInfo/index.tsx:220 msgid "Email" -msgstr "" +msgstr "E-mail" #: src/screens/Settings/components/DisableEmail2FADialog.tsx:65 msgctxt "toast" msgid "Email 2FA disabled" -msgstr "" +msgstr "E-mailové 2FA zakázáno" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:63 msgid "Email 2FA enabled" -msgstr "" +msgstr "E-mailové 2FA povoleno" #: src/screens/Login/ForgotPasswordForm.tsx:95 msgid "Email address" -msgstr "" +msgstr "E-mailová adresa" #: src/components/intents/VerifyEmailIntentDialog.tsx:99 msgid "Email Resent" -msgstr "" +msgstr "E-mail odeslán znovu" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:218 msgid "Email sent!" -msgstr "" +msgstr "E-mail odeslán!" #: src/screens/Settings/components/DeleteAccountDialog.tsx:260 msgid "Email sent! <0>Click here to resend." -msgstr "" +msgstr "E-mail odeslán! <0>Klikněte sem pro opětovné odeslání." #: src/components/dialogs/EmailDialog/screens/Verify.tsx:183 msgid "Email verification complete!" -msgstr "" +msgstr "Ověření e-mailu dokončeno!" #: src/components/intents/VerifyEmailIntentDialog.tsx:74 msgid "Email Verified" -msgstr "" +msgstr "E-mail ověřen" #: src/components/dialogs/Embed.tsx:178 msgid "Embed HTML code" -msgstr "" +msgstr "Vložit HTML kód" #: src/components/dialogs/Embed.tsx:105 #: src/components/dialogs/Embed.tsx:109 #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:120 #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:125 msgid "Embed post" -msgstr "" +msgstr "Vložit příspěvek" #: src/components/dialogs/Embed.tsx:113 msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." -msgstr "" +msgstr "Vložte tento příspěvek na svůj web. Stačí zkopírovat následující úryvek a vložit jej do HTML kódu vašeho webu." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" -msgstr "" +msgstr "Vestavěný přehrávač videa" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:101 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:108 #: src/screens/Settings/components/Email2FAToggle.tsx:31 msgid "Enable" -msgstr "" +msgstr "Povolit" #. placeholder {0}: externalEmbedLabels[source] #: src/components/dialogs/EmbedConsent.tsx:96 msgid "Enable {0} only" -msgstr "" +msgstr "Povolit pouze {0}" #: src/screens/Moderation/index.tsx:389 msgid "Enable adult content" -msgstr "" +msgstr "Povolit obsah pro dospělé" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:415 msgid "Enable captions" -msgstr "" +msgstr "Zapnout titulky" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:91 msgid "Enable email 2FA" -msgstr "" +msgstr "Zapnout e-mailové 2FA" #: src/components/dialogs/EmbedConsent.tsx:80 #: src/components/dialogs/EmbedConsent.tsx:86 msgid "Enable external media" -msgstr "" +msgstr "Povolit externí média" #: src/screens/Settings/ExternalMediaPreferences.tsx:53 msgid "Enable media players for" -msgstr "" +msgstr "Povolit přehrávače médií pro" #: src/view/screens/Storybook/Admonitions.tsx:76 msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." -msgstr "" +msgstr "Povolte oznámení pro účet tak, že navštívíte jeho profil a stisknete <0>ikonu zvonečku <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" -msgstr "" +msgstr "Povolit push oznámení" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:629 msgid "Enable quote posts of this post" -msgstr "" +msgstr "Povolit citace tohoto příspěvku" #: src/components/dialogs/EmbedConsent.tsx:90 msgid "Enable this source only" -msgstr "" +msgstr "Povolit pouze tento zdroj" #: src/screens/Settings/ContentAndMediaSettings.tsx:134 #: src/screens/Settings/ContentAndMediaSettings.tsx:148 msgid "Enable trending topics" -msgstr "" +msgstr "Povolit trendující témata" #: src/screens/Settings/ContentAndMediaSettings.tsx:155 #: src/screens/Settings/ContentAndMediaSettings.tsx:169 msgid "Enable trending videos in your Discover feed" -msgstr "" +msgstr "Povolit trendující videa ve vašem kanálu Objevit" #: src/screens/Moderation/index.tsx:400 msgid "Enabled" -msgstr "" +msgstr "Povoleno" #: src/screens/Profile/Sections/Feed.tsx:131 msgid "End of feed" -msgstr "" +msgstr "Konec kanálu" #: src/view/com/composer/videos/SubtitleDialog.tsx:182 msgid "Ensure you have selected a language for each caption file." -msgstr "" +msgstr "Ujistěte se, že jste pro každý soubor s titulky vybrali jazyk." #: src/components/contacts/screens/VerifyNumber.tsx:231 msgid "Enter 6-digit code that was sent to your phone number" -msgstr "" +msgstr "Zadejte 6místný kód, který byl odeslán na vaše telefonní číslo" #: src/screens/Login/SetNewPasswordForm.tsx:149 msgid "Enter a password" -msgstr "" +msgstr "Zadejte heslo" #: src/components/dialogs/MutedWords.tsx:136 #: src/components/dialogs/MutedWords.tsx:137 msgid "Enter a word or tag" -msgstr "" +msgstr "Zadejte slovo nebo štítek" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:199 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:328 #: src/screens/Settings/components/ChangePasswordDialog.tsx:64 msgid "Enter code" -msgstr "" +msgstr "Zadejte kód" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:433 msgid "Enter fullscreen" -msgstr "" +msgstr "Přejít na celou obrazovku" #: src/components/contacts/screens/VerifyNumber.tsx:226 msgid "Enter the 6-digit code sent to {prettyNumber}" -msgstr "" +msgstr "Zadejte 6místný kód odeslaný na {prettyNumber}" #: src/screens/Settings/components/ChangeHandleDialog.tsx:382 msgid "Enter the domain you want to use" -msgstr "" +msgstr "Zadejte doménu, kterou chcete použít" #: src/screens/Login/ForgotPasswordForm.tsx:115 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." -msgstr "" +msgstr "Zadejte e-mail, který jste použili při vytváření účtu. Pošleme vám „resetovací kód“, abyste si mohli nastavit nové heslo." #: src/screens/Login/LoginForm.tsx:218 msgid "Enter the username or email address you used when you created your account" -msgstr "" +msgstr "Zadejte uživatelské jméno nebo e-mailovou adresu, kterou jste použili při vytváření účtu" #: src/components/dialogs/BirthDateSettings.tsx:164 msgid "Enter your birthdate" -msgstr "" +msgstr "Zadejte své datum narození" #: src/screens/Login/ForgotPasswordForm.tsx:101 #: src/screens/Signup/StepInfo/index.tsx:240 msgid "Enter your email address" -msgstr "" +msgstr "Zadejte svou e-mailovou adresu" #: src/screens/Login/LoginForm.tsx:243 #: src/screens/Settings/components/DeleteAccountDialog.tsx:291 msgid "Enter your password" -msgstr "" +msgstr "Zadejte své heslo" #: src/screens/Login/index.tsx:141 msgid "Enter your username and password" -msgstr "" +msgstr "Zadejte své uživatelské jméno a heslo" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" -msgstr "" +msgstr "Přejde do režimu celé obrazovky" #: src/screens/Search/modules/ExploreTrendingTopics.tsx:224 msgid "Entertainment" -msgstr "" +msgstr "Zábava" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" -msgstr "" +msgstr "Chyba" #: src/screens/Settings/FindContactsSettings.tsx:95 msgid "Error getting the latest data." -msgstr "" +msgstr "Chyba při získávání nejnovějších dat." #: src/screens/PostThread/components/ThreadError.tsx:27 msgid "Error loading post" -msgstr "" +msgstr "Chyba při načítání příspěvku" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:154 msgid "Error loading preference" -msgstr "" +msgstr "Chyba při načítání předvolby" #: src/view/com/feeds/MissingFeed.tsx:201 msgid "Error message" -msgstr "" +msgstr "Chybová zpráva" #: src/screens/Settings/components/ExportCarDialog.tsx:47 #: src/screens/Settings/components/ExportCarDialog.tsx:80 msgid "Error occurred while saving file" -msgstr "" +msgstr "Při ukládání souboru došlo k chybě" #: src/screens/Signup/StepCaptcha/index.tsx:127 msgid "Error receiving captcha response." -msgstr "" +msgstr "Chyba při přijímání odpovědi captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" -msgstr "" +msgstr "Chyba: {error}" #: src/components/WhoCanReply.tsx:85 msgid "Everybody can reply" -msgstr "" +msgstr "Odpovídat může každý" #: src/components/WhoCanReply.tsx:279 msgid "Everybody can reply to this post." -msgstr "" +msgstr "Na tento příspěvek může odpovědět kdokoli." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" -msgstr "" +msgstr "Všichni" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" -msgstr "" +msgstr "Všichni" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" -msgstr "" +msgstr "Všichni" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" -msgstr "" +msgstr "Vše ostatní" + +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "Vyloučit" #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" -msgstr "" +msgstr "Vyloučit uživatele, které sledujete" #: src/components/dialogs/MutedWords.tsx:605 msgid "Excludes users you follow" -msgstr "" +msgstr "Vyloučí uživatele, které sledujete" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:432 msgid "Exit fullscreen" -msgstr "" +msgstr "Ukončit režim celé obrazovky" #: src/components/Lightbox/chrome/Footer.tsx:69 #: src/components/Lightbox/Lightbox.web.tsx:245 msgid "Expand alt text" -msgstr "" +msgstr "Rozbalit alternativní text" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" -msgstr "" +msgstr "Rozbalit seznam uživatelů" #: src/view/com/composer/ComposerReplyTo.tsx:103 msgid "Expand or collapse the full post you are replying to" -msgstr "" +msgstr "Rozbalit nebo sbalit celý příspěvek, na který odpovídáte" #: src/components/Post/ShowMoreTextButton.tsx:33 msgid "Expand post text" -msgstr "" +msgstr "Rozbalit text příspěvku" #: src/screens/VideoFeed/index.tsx:983 msgid "Expands or collapses post text" -msgstr "" +msgstr "Rozbalí nebo sbalí text příspěvku" #: src/lib/api/index.ts:491 msgid "Expected uri to resolve to a record" -msgstr "" +msgstr "Očekává se, že identifikátor uri bude rozpoznán jako záznam" #: src/screens/Settings/FollowingFeedPreferences.tsx:127 msgid "Experimental" -msgstr "" +msgstr "Experimentální" #: src/components/dialogs/MutedWords.tsx:520 msgid "Expired" -msgstr "" +msgstr "Vypršelo" #. placeholder {0}: formatDistance(expiryDate, new Date(), { addSuffix: true, }) #: src/components/dialogs/MutedWords.tsx:589 msgid "Expires {0}" -msgstr "" +msgstr "Vyprší {0}" #. placeholder {0}: timeDiff(Date.now(), label.exp) #. placeholder {0}: timeDiff(Date.now(), modcause.label.exp) #: src/components/moderation/LabelsOnMeDialog.tsx:204 #: src/components/moderation/ModerationDetailsDialog.tsx:224 msgid "Expires in {0}" -msgstr "" +msgstr "Vyprší za {0}" #. placeholder {0}: displayDuration(i18n, minutesUntilExpiry) #. placeholder {1}: i18n.date(expiryDateTime, { hour: 'numeric', minute: '2-digit', hour12: true, }) #: src/features/liveNow/components/EditLiveDialog.tsx:132 msgid "Expires in {0} at {1}" -msgstr "" +msgstr "Vyprší za {0} v {1}" #: src/lib/moderation/useGlobalLabelStrings.ts:47 #: src/lib/moderation/useGlobalLabelStrings.ts:51 msgid "Explicit or potentially disturbing media." -msgstr "" +msgstr "Explicitní nebo potenciálně znepokojivý obsah." #: src/lib/moderation/useGlobalLabelStrings.ts:35 msgid "Explicit sexual images." -msgstr "" +msgstr "Explicitní sexuální obrázky." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" -msgstr "" +msgstr "Prozkoumat" #: src/components/WelcomeModal.tsx:171 #: src/components/WelcomeModal.tsx:180 msgid "Explore the app" -msgstr "" +msgstr "Prozkoumat aplikaci" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" -msgstr "" +msgstr "Exportovat data mých konverzací" #: src/screens/Settings/AccountSettings.tsx:170 #: src/screens/Settings/AccountSettings.tsx:174 msgid "Export my data" -msgstr "" +msgstr "Exportovat moje data" #: src/screens/Settings/components/ExportCarDialog.tsx:97 msgid "Export my profile data" -msgstr "" +msgstr "Exportovat data mého profilu" #: src/screens/Settings/ContentAndMediaSettings.tsx:86 #: src/screens/Settings/ContentAndMediaSettings.tsx:89 msgid "External media" -msgstr "" +msgstr "Externí média" #: src/components/dialogs/EmbedConsent.tsx:54 #: src/components/dialogs/EmbedConsent.tsx:58 msgid "External Media" -msgstr "" +msgstr "Externí média" #: src/components/dialogs/EmbedConsent.tsx:70 #: src/screens/Settings/ExternalMediaPreferences.tsx:44 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." -msgstr "" +msgstr "Externí média mohou webům umožnit shromažďovat informace o vás a vašem zařízení. Žádné informace se neodesílají ani nevyžadují, dokud nestisknete tlačítko „přehrát“." #: src/Navigation.tsx:380 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" -msgstr "" +msgstr "Předvolby externích médií" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 msgid "Extremist content" -msgstr "" +msgstr "Extremistický obsah" #: src/screens/Messages/components/RequestButtons.tsx:244 msgctxt "toast" msgid "Failed to accept chat" -msgstr "" +msgstr "Nepodařilo se přijmout konverzaci" #: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" -msgstr "" +msgstr "Nepodařilo se přijmout požadavek na přidání" -#: src/components/dms/ActionsWrapper.web.tsx:88 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" -msgstr "" +msgstr "Nepodařilo se přidat reakci emoji" #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:45 #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:63 msgid "Failed to add members" -msgstr "" +msgstr "Nepodařilo se přidat členy" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "Přidání do seznamu se nezdařilo" #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" -msgstr "" +msgstr "Přidání do startovacího balíčku se nezdařilo" #: src/screens/Settings/components/ChangeHandleDialog.tsx:605 msgid "Failed to change handle. Please try again." -msgstr "" +msgstr "Nepodařilo se změnit uživatelské jméno. Zkuste to prosím znovu." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" -msgstr "" +msgstr "Nepodařilo se zkopírovat odkaz" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:173 msgid "Failed to create app password. Please try again." -msgstr "" +msgstr "Nepodařilo se vytvořit heslo aplikace. Zkuste to prosím znovu." #: src/components/dms/MessageProfileButton.tsx:38 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:66 msgid "Failed to create conversation" -msgstr "" +msgstr "Nepodařilo se vytvořit konverzaci" #: src/screens/Messages/components/InviteLinkDialog.tsx:106 msgid "Failed to create invite link" -msgstr "" +msgstr "Vytvoření pozvánky se nezdařilo" #: src/screens/StarterPack/Wizard/index.tsx:250 #: src/screens/StarterPack/Wizard/index.tsx:260 msgid "Failed to create starter pack" -msgstr "" +msgstr "Nepodařilo se vytvořit startovací balíček" #: src/screens/Messages/components/RequestButtons.tsx:77 #: src/screens/Messages/components/RequestButtons.tsx:318 msgctxt "toast" msgid "Failed to delete chat" -msgstr "" +msgstr "Nepodařilo se smazat konverzaci" #: src/components/dms/MessageOverlays.tsx:112 msgid "Failed to delete message" -msgstr "" +msgstr "Nepodařilo se smazat zprávu" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:220 msgid "Failed to delete post, please try again" -msgstr "" +msgstr "Smazání příspěvku se nezdařilo, zkuste to prosím znovu" #: src/screens/StarterPack/StarterPackScreen.tsx:754 msgid "Failed to delete starter pack" -msgstr "" +msgstr "Nepodařilo se smazat startovací balíček" #: src/screens/Messages/components/InviteLinkDialog.tsx:132 msgid "Failed to disable invite link" -msgstr "" +msgstr "Nepodařilo se deaktivovat odkaz na pozvánku" #. placeholder {0}: error?.message #: src/screens/Profile/components/GermButton.tsx:196 msgid "Failed to disconnect Germ DM. Error: {0}" -msgstr "" +msgstr "Nepodařilo se odpojit Germ DM. Chyba: {0}" #: src/screens/Messages/ConversationSettings/index.tsx:381 msgid "Failed to edit group chat name" -msgstr "" +msgstr "Nepodařilo se upravit název skupinové konverzace" #: src/screens/Messages/components/InviteLinkDialog.tsx:119 msgid "Failed to edit invite link" -msgstr "" +msgstr "Nepodařilo se upravit odkaz na pozvánku" #: src/screens/Messages/components/InviteLinkDialog.tsx:142 msgid "Failed to enable invite link" -msgstr "" +msgstr "Nepodařilo se povolit odkaz na pozvánku" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:143 msgid "Failed to follow all suggested accounts, please try again" -msgstr "" +msgstr "Nepodařilo se sledovat všechny doporučené účty, zkuste to prosím znovu" #: src/components/contacts/screens/ViewMatches.tsx:148 msgid "Failed to follow all your friends, please try again" -msgstr "" +msgstr "Nepodařilo se sledovat všechny vaše přátele, zkuste to prosím znovu" #: src/components/contacts/screens/ViewMatches.tsx:236 msgid "Failed to hide suggestion, please check your internet connection" -msgstr "" - -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" +msgstr "Nepodařilo se skrýt návrh, zkontrolujte prosím své připojení k internetu" #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." -msgstr "" +msgstr "Připojení ke skupinové konverzaci se nezdařilo. Zkuste to prosím znovu." #: src/components/contacts/screens/ViewMatches.tsx:582 msgid "Failed to launch SMS app" -msgstr "" +msgstr "Nepodařilo se spustit aplikaci pro SMS" #: src/screens/Messages/components/ChatEnded.tsx:41 #: src/screens/Messages/components/ChatLocked.tsx:61 #: src/screens/Messages/ConversationSettings/index.tsx:408 msgctxt "toast" msgid "Failed to leave group chat" -msgstr "" +msgstr "Nepodařilo se opustit skupinovou konverzaci" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" -msgstr "" +msgstr "Nepodařilo se načíst konverzace" #: src/screens/Search/Explore.tsx:530 #: src/screens/Search/Explore.tsx:575 #: src/screens/Search/Explore.tsx:621 msgid "Failed to load feeds" -msgstr "" +msgstr "Nepodařilo se načíst kanály" #: src/screens/Search/Explore.tsx:489 #: src/screens/Search/Explore.tsx:544 #: src/screens/Search/Explore.tsx:589 #: src/screens/Search/Explore.tsx:635 msgid "Failed to load feeds preferences" -msgstr "" +msgstr "Nepodařilo se načíst předvolby kanálů" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." -msgstr "" +msgstr "Nepodařilo se načíst nastavení oznámení." #: src/screens/Messages/components/MessageListError.tsx:22 msgid "Failed to load past messages" -msgstr "" +msgstr "Nepodařilo se načíst předchozí zprávy" #: src/screens/Settings/ActivityPrivacySettings.tsx:66 msgid "Failed to load preference." -msgstr "" +msgstr "Nepodařilo se načíst předvolbu." #: src/components/dialogs/SearchablePeopleList.tsx:292 msgid "Failed to load profiles" -msgstr "" +msgstr "Profily se nepodařilo načíst" #: src/screens/Search/Explore.tsx:482 #: src/screens/Search/Explore.tsx:537 #: src/screens/Search/Explore.tsx:582 #: src/screens/Search/Explore.tsx:628 msgid "Failed to load suggested feeds" -msgstr "" +msgstr "Nepodařilo se načíst doporučené kanály" #: src/screens/Search/Explore.tsx:391 msgid "Failed to load suggested follows" -msgstr "" +msgstr "Nepodařilo se načíst doporučené sledování" #: src/screens/Messages/ConversationSettings/index.tsx:433 msgid "Failed to lock group chat" -msgstr "" +msgstr "Nepodařilo se uzamknout skupinovou konverzaci" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" -msgstr "" +msgstr "Nepodařilo se označit všechny konverzace jako přečtené" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" -msgstr "" +msgstr "Nepodařilo se označit všechny žádosti jako přečtené" #: src/screens/Messages/ConversationSettings/index.tsx:397 msgid "Failed to mute group chat" -msgstr "" +msgstr "Nepodařilo se ztlumit skupinovou konverzaci" #: src/state/queries/pinned-post.ts:75 msgid "Failed to pin post" -msgstr "" +msgstr "Připnutí příspěvku se nezdařilo" #. placeholder {0}: e?.message #: src/screens/Profile/components/GermButton.tsx:164 msgid "Failed to reconnect Germ DM. Error: {0}" -msgstr "" +msgstr "Nepodařilo se znovu připojit Germ DM. Chyba: {0}" + +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "Nepodařilo se odmítnout požadavek na přidání" #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." -msgstr "" +msgstr "Nepodařilo se odstranit data kvůli chybě sítě, zkontrolujte prosím své připojení k internetu." #. placeholder {0}: cleanError(err) #: src/screens/Settings/FindContactsSettings.tsx:515 msgid "Failed to remove data. {0}" -msgstr "" +msgstr "Nepodařilo se odstranit data. {0}" -#: src/components/dms/ActionsWrapper.web.tsx:73 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" -msgstr "" +msgstr "Nepodařilo se odebrat reakci emoji" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "Nepodařilo se odebrat ze seznamu" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" -msgstr "" +msgstr "Nepodařilo se odebrat ze startovacího balíčku" #: src/screens/Messages/ConversationSettings/Member.tsx:56 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:76 msgid "Failed to remove group chat member" -msgstr "" +msgstr "Nepodařilo se odebrat člena skupinové konverzace" #: src/components/verification/VerificationRemovePrompt.tsx:34 msgid "Failed to remove verification" -msgstr "" +msgstr "Nepodařilo se odebrat ověření" #: src/components/intents/GroupChatJoinDialog.tsx:193 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:34 msgid "Failed to rescind your request. Please try again." -msgstr "" +msgstr "Nepodařilo se zrušit váš požadavek. Zkuste to prosím znovu." #: src/components/dialogs/DeviceLocationRequestDialog.tsx:81 msgid "Failed to resolve location. Please try again." -msgstr "" +msgstr "Nepodařilo se zjistit polohu. Zkuste to prosím znovu." -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" -msgstr "" +msgstr "Nepodařilo se uložit koncept" #: src/components/Lightbox/Lightbox.web.tsx:319 msgid "Failed to save image" -msgstr "" +msgstr "Nepodařilo se uložit obrázek" #. placeholder {0}: String(e) #: src/lib/media/save-image.ios.ts:27 #: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" -msgstr "" +msgstr "Nepodařilo se uložit obrázek: {0}" #: src/screens/ModerationInteractionSettings/index.tsx:109 msgid "Failed to save settings. Please try again." -msgstr "" +msgstr "Nepodařilo se uložit nastavení. Zkuste to prosím znovu." #: src/screens/Settings/InterestsSettings.tsx:147 msgctxt "toast" msgid "Failed to save your interests." -msgstr "" +msgstr "Nepodařilo se uložit vaše zájmy." #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:121 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:137 msgid "Failed to send email, please try again." -msgstr "" +msgstr "Odeslání e-mailu se nezdařilo, zkuste to prosím znovu." #: src/components/SendErrorReportDialog.tsx:52 msgid "Failed to send report" -msgstr "" +msgstr "Odeslání hlášení se nezdařilo" #: src/components/moderation/LabelsOnMeDialog.tsx:266 #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:77 #: src/screens/Messages/components/ChatDisabled.tsx:119 msgid "Failed to submit appeal, please try again." -msgstr "" +msgstr "Odeslání odvolání se nezdařilo, zkuste to prosím znovu." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:252 msgid "Failed to toggle thread mute, please try again" -msgstr "" +msgstr "Přepnutí ztlumení vlákna se nezdařilo, zkuste to prosím znovu" #: src/screens/Messages/components/ChatLocked.tsx:51 #: src/screens/Messages/ConversationSettings/index.tsx:442 msgid "Failed to unlock group chat" -msgstr "" +msgstr "Nepodařilo se odemknout skupinovou konverzaci" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:107 msgid "Failed to unpin list" -msgstr "" +msgstr "Odepnutí seznamu se nezdařilo" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:148 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:82 msgid "Failed to update email 2FA settings" -msgstr "" +msgstr "Nepodařilo se aktualizovat nastavení e-mailového 2FA" #: src/components/dialogs/EmailDialog/screens/Update.tsx:194 msgid "Failed to update email, please try again." -msgstr "" +msgstr "Aktualizace e-mailu se nezdařila, zkuste to prosím znovu." #: src/components/FeedCard.tsx:316 msgid "Failed to update feeds" -msgstr "" +msgstr "Nepodařilo se aktualizovat kanály" #: src/state/queries/activity-subscriptions.ts:101 msgid "Failed to update notification declaration" -msgstr "" +msgstr "Nepodařilo se aktualizovat deklaraci oznámení" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" -msgstr "" +msgstr "Nepodařilo se aktualizovat nastavení" #: src/lib/media/video/upload.ts:73 #: src/lib/media/video/upload.web.ts:73 #: src/lib/media/video/upload.web.ts:77 #: src/lib/media/video/upload.web.ts:87 msgid "Failed to upload video" -msgstr "" +msgstr "Nahrání videa se nezdařilo" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:169 msgid "Failed to verify email, please try again." -msgstr "" +msgstr "Ověření e-mailu se nezdařilo, zkuste to prosím znovu." #: src/screens/Settings/components/ChangeHandleDialog.tsx:372 msgid "Failed to verify handle. Please try again." -msgstr "" +msgstr "Nepodařilo se ověřit uživatelské jméno. Zkuste to prosím znovu." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 msgid "Fake account or bot" -msgstr "" +msgstr "Falešný účet nebo bot" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 msgid "False information about elections" -msgstr "" +msgstr "Nepravdivé informace o volbách" #: src/Navigation.tsx:291 msgid "Feed" -msgstr "" +msgstr "Kanál" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(feed.creatorHandle, '@') @@ -4940,112 +5072,133 @@ msgstr "" #: src/state/queries/feed.ts:127 #: src/view/com/feeds/FeedSourceCard.tsx:151 msgid "Feed by {0}" -msgstr "" +msgstr "Kanál od {0}" #: src/view/com/feeds/MissingFeed.tsx:153 msgid "Feed creator" -msgstr "" +msgstr "Tvůrce kanálu" #: src/view/com/feeds/MissingFeed.tsx:190 msgid "Feed identifier" -msgstr "" +msgstr "Identifikátor kanálu" #: src/screens/Profile/components/ProfileFeedHeader.tsx:353 msgid "Feed menu" -msgstr "" +msgstr "Nabídka kanálu" #: src/components/StarterPack/Wizard/WizardListCard.tsx:59 msgid "Feed toggle" -msgstr "" +msgstr "Přepínač kanálu" #: src/view/com/feeds/MissingFeed.tsx:74 msgid "Feed unavailable" -msgstr "" +msgstr "Kanál není dostupný" #: src/view/shell/desktop/RightNav.tsx:109 #: src/view/shell/desktop/RightNav.tsx:110 #: src/view/shell/Drawer.tsx:427 msgid "Feedback" -msgstr "" +msgstr "Zpětná vazba" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:308 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:331 msgctxt "toast" msgid "Feedback sent to feed operator" -msgstr "" +msgstr "Zpětná vazba byla odeslána provozovateli kanálu" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 #: src/view/shell/desktop/LeftNav.tsx:712 #: src/view/shell/Drawer.tsx:589 msgid "Feeds" -msgstr "" +msgstr "Kanály" #: src/screens/SavedFeeds.tsx:227 #: src/screens/SavedFeeds.tsx:398 msgid "Feeds are custom algorithms that users build with a little coding expertise. <0>See this guide for more information." -msgstr "" +msgstr "Kanály jsou vlastní algoritmy, které uživatelé vytvářejí s trochou programátorských znalostí. Další informace najdete v <0>tomto průvodci." #: src/components/FeedCard.tsx:313 #: src/screens/SavedFeeds.tsx:92 #: src/screens/SavedFeeds.tsx:271 msgctxt "toast" msgid "Feeds updated!" -msgstr "" +msgstr "Kanály aktualizovány!" #: src/screens/Search/modules/ExploreRecommendations.tsx:66 msgid "Feeds we think you might like." -msgstr "" +msgstr "Kanály, které by se vám mohly líbit." #: src/screens/Settings/components/OTAInfo.tsx:61 msgid "Fetch update" -msgstr "" +msgstr "Načíst aktualizaci" #: src/screens/Settings/components/ExportCarDialog.tsx:43 #: src/screens/Settings/components/ExportCarDialog.tsx:76 msgid "File saved successfully!" -msgstr "" +msgstr "Soubor byl úspěšně uložen!" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "Filtrovat podle autora" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "Filtrovat podle autora (aktuálně: {currentLabel})" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "Filtrovat podle médií" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "Filtrovat podle médií (aktuálně: {currentLabel})" #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" -msgstr "" +msgstr "Filtrovat z kanálů" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" -msgstr "" +msgstr "Filtrovat vyhledávání podle jazyka" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" -msgstr "" +msgstr "Filtrovat vyhledávání podle jazyka (aktuálně: {currentLanguageLabel})" + +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "Filtrovat toto vyhledávání podle {0}" #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" -msgstr "" +msgstr "Filtrujte, kdo si může nastavit oznámení o vaší aktivitě" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" -msgstr "" +msgstr "Filtrujte, od koho dostáváte oznámení" #: src/screens/Onboarding/StepFinished/index.tsx:335 msgid "Finalizing" -msgstr "" +msgstr "Dokončování" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:146 msgid "Finally!" -msgstr "" +msgstr "Konečně!" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:156 msgid "Finally! Keep track of posts that matter to you. Save them to revisit anytime." -msgstr "" +msgstr "Konečně! Mějte přehled o příspěvcích, na kterých vám záleží. Uložte si je a vraťte se k nim kdykoli." #: src/lib/interests.ts:60 msgid "Finance" -msgstr "" +msgstr "Finance" #: src/view/com/posts/CustomFeedEmptyState.tsx:67 #: src/view/com/posts/CustomFeedEmptyState.tsx:72 @@ -5054,24 +5207,24 @@ msgstr "" #: src/view/com/posts/FollowingEndOfFeed.tsx:49 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" -msgstr "" +msgstr "Najít účty ke sledování" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:49 #: src/screens/Settings/FindContactsSettings.tsx:81 #: src/screens/Settings/Settings.tsx:216 #: src/screens/Settings/Settings.tsx:219 msgid "Find and invite friends" -msgstr "" +msgstr "Najít a pozvat přátele" #: src/Navigation.tsx:436 #: src/Navigation.tsx:569 msgid "Find Contacts" -msgstr "" +msgstr "Najít kontakty" #: src/components/contacts/screens/GetContacts.tsx:273 #: src/components/contacts/screens/GetContacts.tsx:287 msgid "Find my friends" -msgstr "" +msgstr "Najít přátele" #. Starter packs suggested to the user for them to follow #: src/components/ProgressGuide/FollowDialog.tsx:72 @@ -5079,59 +5232,59 @@ msgstr "" #: src/components/ProgressGuide/FollowDialog.tsx:448 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:43 msgid "Find people to follow" -msgstr "" +msgstr "Najděte lidi, které budete sledovat" #: src/screens/Settings/FindContactsSettings.tsx:130 msgid "Find people you know" -msgstr "" +msgstr "Najděte lidi, které znáte" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" -msgstr "" +msgstr "Najděte příspěvky, uživatele a kanály na Bluesky" #: src/components/dialogs/nuxs/FindContactsAnnouncement.tsx:98 msgid "Find your friends" -msgstr "" +msgstr "Najděte své přátele" #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:46 #: src/screens/Settings/FindContactsSettings.tsx:133 msgid "Find your friends on Bluesky by verifying your phone number and matching with your contacts. We protect your information and you control what happens next. <0>Learn more" -msgstr "" +msgstr "Najděte své přátele na Bluesky tím, že ověříte své telefonní číslo a najdete shody mezi svými kontakty. Chráníme vaše informace a vy máte kontrolu nad tím, co se stane dál. <0>Zjistit více" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:21 msgid "Find your people" -msgstr "" +msgstr "Najděte své lidi" #: src/components/contacts/screens/GetContacts.tsx:281 msgid "Finding friends..." -msgstr "" +msgstr "Hledání přátel..." #: src/screens/StarterPack/Wizard/index.tsx:206 msgid "Finish" -msgstr "" +msgstr "Dokončit" #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" -msgstr "" +msgstr "Plochá černá" #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" -msgstr "" +msgstr "Plochá modrá" #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" -msgstr "" +msgstr "Plochá bílá" #: src/components/contacts/components/OTPInput.tsx:55 msgid "Focus code input" -msgstr "" +msgstr "Zaměřit pole pro kód" #: src/lib/hotkeys/index.tsx:73 msgid "Focus the search field" -msgstr "" +msgstr "Zaměřit vyhledávací pole" #. User is not following this account, click to follow #: src/components/ProfileCard.tsx:546 @@ -5141,41 +5294,41 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:429 #: src/screens/VideoFeed/index.tsx:866 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow" -msgstr "" +msgstr "Sledovat" #. placeholder {0}: profile.handle #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:144 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:417 msgid "Follow {0}" -msgstr "" +msgstr "Sledovat {0}" #: src/screens/Messages/ConversationSettings/Member.tsx:167 msgid "Follow {displayName}" -msgstr "" +msgstr "Sledovat {displayName}" #: src/screens/VideoFeed/index.tsx:845 msgid "Follow {handle}" -msgstr "" +msgstr "Sledovat {handle}" #: src/state/shell/progress-guide.tsx:232 msgid "Follow 10 accounts" -msgstr "" +msgstr "Sledovat 10 účtů" #: src/components/ProgressGuide/List.tsx:75 msgid "Follow 10 people to get started" -msgstr "" +msgstr "Začněte sledováním 10 lidí" #: src/components/ProgressGuide/List.tsx:116 msgid "Follow 7 accounts" -msgstr "" +msgstr "Sledovat 7 účtů" #: src/view/com/profile/ProfileMenu.tsx:320 #: src/view/com/profile/ProfileMenu.tsx:331 msgid "Follow account" -msgstr "" +msgstr "Sledovat účet" #: src/components/contacts/screens/ViewMatches.tsx:276 #: src/components/contacts/screens/ViewMatches.tsx:291 @@ -5187,66 +5340,66 @@ msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:452 #: src/screens/StarterPack/StarterPackScreen.tsx:460 msgid "Follow all" -msgstr "" +msgstr "Sledovat všechny" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:291 msgid "Follow all accounts" -msgstr "" +msgstr "Sledovat všechny účty" #. User is not following this account, click to follow back #: src/components/ProfileCard.tsx:542 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" -msgstr "" +msgstr "Sledovat také" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:132 msgid "Followed all accounts!" -msgstr "" +msgstr "Sledujete všechny účty!" #: src/screens/Settings/FindContactsSettings.tsx:418 msgid "Followed all matches" -msgstr "" +msgstr "Sledovat všechny shodné" #. placeholder {0}: slice[0].profile.displayName #: src/components/KnownFollowers.tsx:233 msgid "Followed by <0>{0}" -msgstr "" +msgstr "Sleduje <0>{0}" #. placeholder {0}: slice[0].profile.displayName #. placeholder {1}: serverCount - 1 #: src/components/KnownFollowers.tsx:219 msgid "Followed by <0>{0} and {1, plural, one {# other} other {# others}}" -msgstr "" +msgstr "Sledují <0>{0} a {1, plural, one {# další} few {# další} many {# dalších} other {# dalších}}" #. placeholder {0}: slice[0].profile.displayName #. placeholder {1}: slice[1].profile.displayName #: src/components/KnownFollowers.tsx:206 msgid "Followed by <0>{0} and <1>{1}" -msgstr "" +msgstr "Sledováno uživateli <0>{0} a <1>{1}" #. placeholder {0}: slice[0].profile.displayName #. placeholder {1}: slice[1].profile.displayName #. placeholder {2}: serverCount - 2 #: src/components/KnownFollowers.tsx:189 msgid "Followed by <0>{0}, <1>{1}, and {2, plural, one {# other} other {# others}}" -msgstr "" +msgstr "Sledováno uživateli <0>{0}, <1>{1} a {2, plural, one {# dalším} few {# dalšími} many {# dalšími} other {# dalšími}}" #: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" -msgstr "" +msgstr "Sledující se mohou připojit" #. placeholder {0}: route.params.name #: src/Navigation.tsx:245 msgid "Followers of @{0} that you know" -msgstr "" +msgstr "Sledující uživatele @{0}, které znáte" #: src/screens/Profile/KnownFollowers.tsx:98 #: src/screens/Profile/KnownFollowers.tsx:115 msgid "Followers you know" -msgstr "" +msgstr "Sledující, které znáte" #. User is following this account, click to unfollow #. User is following this account, click to unfollow @@ -5256,251 +5409,265 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 #: src/screens/VideoFeed/index.tsx:864 -#: src/view/com/notifications/NotificationFeedItem.tsx:846 -#: src/view/com/notifications/NotificationFeedItem.tsx:863 +#: src/view/com/notifications/NotificationFeedItem.tsx:852 +#: src/view/com/notifications/NotificationFeedItem.tsx:869 msgid "Following" -msgstr "" +msgstr "Sledované" #: src/screens/SavedFeeds.tsx:618 #: src/view/screens/Feeds.tsx:596 msgctxt "feed-name" msgid "Following" -msgstr "" +msgstr "Sledované" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:498 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:267 -#: src/view/com/notifications/NotificationFeedItem.tsx:795 +#: src/view/com/notifications/NotificationFeedItem.tsx:801 msgid "Following {0}" -msgstr "" +msgstr "Sledujete {0}" #: src/screens/Messages/ConversationSettings/Member.tsx:66 msgid "Following {displayName}" -msgstr "" +msgstr "Sledujete {displayName}" #: src/screens/VideoFeed/index.tsx:844 msgid "Following {handle}" -msgstr "" +msgstr "Sledujete {handle}" #: src/screens/Settings/ContentAndMediaSettings.tsx:78 #: src/screens/Settings/ContentAndMediaSettings.tsx:81 msgid "Following feed preferences" -msgstr "" +msgstr "Předvolby kanálu Sledované" #: src/Navigation.tsx:367 #: src/screens/Settings/FollowingFeedPreferences.tsx:57 msgid "Following Feed Preferences" -msgstr "" +msgstr "Předvolby kanálu Sledované" #: src/components/Pills.tsx:175 #: src/screens/Profile/Header/Handle.tsx:33 msgid "Follows you" -msgstr "" +msgstr "Sleduje vás" #: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" -msgstr "" +msgstr "Písmo" #: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" -msgstr "" +msgstr "Velikost písma" #: src/lib/interests.ts:61 msgid "Food" -msgstr "" +msgstr "Jídlo" #: src/ageAssurance/components/NoAccessScreen.tsx:96 msgid "For organizational accounts, use the birthdate of the person who is responsible for the account." -msgstr "" +msgstr "U organizačních účtů použijte datum narození osoby, která je za účet odpovědná." #: src/screens/Settings/components/DeleteAccountDialog.tsx:186 msgid "For security reasons, we’ll need to send a confirmation code to your email address <0>{currentEmail}." -msgstr "" +msgstr "Z bezpečnostních důvodů potřebujeme zaslat potvrzovací kód na vaši e-mailovou adresu <0>{currentEmail}." #: src/screens/Settings/components/AddAppPasswordDialog.tsx:208 msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." -msgstr "" +msgstr "Z bezpečnostních důvodů si toto heslo nebudete moci znovu zobrazit. Pokud toto heslo aplikace ztratíte, budete muset vygenerovat nové." #: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." -msgstr "" +msgstr "Pro nejlepší zážitek doporučujeme používat výchozí písmo motivu." #: src/components/ProgressGuide/FollowDialog.tsx:131 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:349 #: src/screens/Search/modules/ExploreSuggestedAccounts.tsx:88 msgid "For You" -msgstr "" +msgstr "Pro vás" #: src/components/dialogs/MutedWords.tsx:187 #: src/components/dialogs/MutedWords.tsx:572 #: src/components/dialogs/MutedWords.tsx:575 msgid "Forever" -msgstr "" +msgstr "Navždy" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:30 msgid "Forget the noise" -msgstr "" +msgstr "Zapomeňte na šum" #: src/screens/Login/index.tsx:172 #: src/screens/Login/index.tsx:188 msgid "Forgot Password" -msgstr "" +msgstr "Zapomenuté heslo" #: src/screens/Login/LoginForm.tsx:258 msgid "Forgot password?" -msgstr "" +msgstr "Zapomněli jste heslo?" #: src/screens/Login/LoginForm.tsx:269 msgid "Forgot?" -msgstr "" +msgstr "Zapomněli jste?" #. This is alt text for a marketing image which transcribes English text that appears in the image #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:153 msgid "Four message bubbles representing a group chat. First message: \"Did you hear the news? Bluesky has group chats now!\" Second message: \"omg, no way\" Third message: \"Wow, 50 people in one chat!\" Fourth message: \"You can send invite links too!\"" -msgstr "" +msgstr "Čtyři bubliny zpráv představující skupinový chat. První zpráva: \"Slyšeli jste tu novinku? Bluesky teď má skupinové chaty!\" Druhá zpráva: \"ty jo, to ne\" Třetí zpráva: \"Páni, 50 lidí v jednom chatu!“ Čtvrtá zpráva: \"Můžete také posílat odkazy s pozvánkami!\"" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:12 msgid "Free your feed" -msgstr "" +msgstr "Osvoboďte svůj kanál" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" -msgstr "" +msgstr "Od" #: src/screens/Hashtag.tsx:124 msgid "From @{sanitizedAuthor}" -msgstr "" +msgstr "Od @{sanitizedAuthor}" #: src/view/com/posts/PostFeedReason.tsx:48 msgctxt "from-feed" msgid "From <0/>" -msgstr "" +msgstr "Z <0/>" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "Od těchto lidí" #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" -msgstr "" +msgstr "Vygenerovat startovací balíček" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:277 #: src/screens/Messages/components/InviteLinkDialog.tsx:305 msgid "Generate invite link" -msgstr "" +msgstr "Vygenerovat odkaz na pozvánku" #: src/screens/Messages/components/InviteLinkDialog.tsx:446 msgid "Generate new invite link" -msgstr "" +msgstr "Vygenerovat nový odkaz na pozvánku" #: src/screens/Messages/components/InviteLinkDialog.tsx:451 msgid "Generate new link" -msgstr "" +msgstr "Vygenerovat nový odkaz" #: src/screens/Profile/components/GermButton.tsx:86 #: src/screens/Profile/components/GermButton.tsx:225 msgid "Germ DM" -msgstr "" +msgstr "Germ DM" #: src/screens/Profile/components/GermButton.tsx:183 msgid "Germ DM disconnected" -msgstr "" +msgstr "Germ DM odpojeno" #: src/screens/Profile/components/GermButton.tsx:234 #: src/screens/Profile/components/GermButton.tsx:239 msgid "Germ DM Link" -msgstr "" +msgstr "Odkaz Germ DM" #: src/screens/Profile/components/GermButton.tsx:160 msgid "Germ DM reconnected" -msgstr "" +msgstr "Germ DM znovu připojeno" #: src/view/shell/Drawer.tsx:431 msgid "Get help" -msgstr "" +msgstr "Získat pomoc" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." -msgstr "" +msgstr "Dostávejte oznámení o připojeních ke startovacímu balíčku, ověřeních a dalších aktivitách." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." -msgstr "" +msgstr "Dostávejte upozornění, když vás někdo začne sledovat." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." -msgstr "" +msgstr "Dostávejte oznámení, když se lidem líbí vaše příspěvky." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." -msgstr "" +msgstr "Dostávejte oznámení, když se lidem líbí vaše reposty." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." -msgstr "" +msgstr "Dostávejte oznámení, když vás někdo zmíní." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." -msgstr "" +msgstr "Dostávejte oznámení, když lidé citují vaše příspěvky." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." -msgstr "" +msgstr "Dostávejte upozornění, když lidé odpoví na vaše příspěvky." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." -msgstr "" +msgstr "Dostávejte oznámení, když lidé repostují vaše příspěvky." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." -msgstr "" +msgstr "Dostávejte oznámení, když lidé repostují vaše reposty." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "Dostávejte oznámení, když vám lidé pošlou žádost o zprávu." + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "Dostávejte oznámení, když vám lidé pošlou zprávu." + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." -msgstr "" +msgstr "Dostávejte oznámení, když je aktivita u příspěvků, k jejichž odběru jste přihlášeni." #: src/components/activity-notifications/SubscribeProfileButton.tsx:94 msgid "Get notified about new posts" -msgstr "" +msgstr "Dostávejte upozornění na nové příspěvky" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:226 msgid "Get notified of new posts from {name}" -msgstr "" +msgstr "Dostávejte upozornění na nové příspěvky od uživatele {name}" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:233 msgid "Get notified of this account’s activity" -msgstr "" +msgstr "Dostávejte upozornění na aktivitu tohoto účtu" #: src/components/activity-notifications/SubscribeProfileButton.tsx:87 msgid "Get notified when {name} posts" -msgstr "" +msgstr "Dostávejte upozornění, když {name} přidá příspěvek" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:139 msgid "Get notified when someone posts" -msgstr "" +msgstr "Dostávejte upozornění, když někdo přidá příspěvek" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:71 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:81 #: src/screens/Messages/components/InviteLinkDialog.tsx:219 #: src/screens/Messages/components/InviteLinkDialog.tsx:226 msgid "Get started" -msgstr "" +msgstr "Začínáme" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" -msgstr "" +msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" -msgstr "" +msgstr "GIF nahrán" #: src/screens/Onboarding/StepProfile/index.tsx:259 msgid "Give your profile a face" -msgstr "" +msgstr "Dejte svému profilu tvář" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 msgid "Glorification of violence" -msgstr "" +msgstr "Glorifikace násilí" #: src/components/dialogs/LinkWarning.tsx:127 #: src/components/dialogs/LinkWarning.tsx:133 @@ -5520,7 +5687,7 @@ msgstr "" #: src/view/screens/NotFound.tsx:52 #: src/view/screens/NotFound.tsx:57 msgid "Go back" -msgstr "" +msgstr "Zpět" #: src/components/Error.tsx:72 #: src/screens/List/ListHiddenScreen.tsx:228 @@ -5528,71 +5695,71 @@ msgstr "" #: src/screens/Profile/ErrorState.tsx:67 #: src/screens/StarterPack/StarterPackScreen.tsx:807 msgid "Go Back" -msgstr "" +msgstr "Zpět" #: src/screens/Onboarding/Layout.tsx:97 #: src/screens/Onboarding/Layout.tsx:198 #: src/screens/Signup/BackNextButtons.tsx:36 msgid "Go back to previous step" -msgstr "" +msgstr "Přejít zpět na předchozí krok" #: src/screens/Bookmarks/index.tsx:303 #: src/view/screens/NotFound.tsx:51 #: src/view/screens/NotFound.tsx:52 #: src/view/screens/NotFound.tsx:57 msgid "Go home" -msgstr "" +msgstr "Přejít na domovskou stránku" #: src/screens/Bookmarks/components/EmptyState.tsx:44 #: src/screens/Bookmarks/components/EmptyState.tsx:52 msgctxt "Button to go back to the home timeline" msgid "Go home" -msgstr "" +msgstr "Přejít na domovskou stránku" #: src/view/com/profile/ProfileMenu.tsx:365 #: src/view/com/profile/ProfileMenu.tsx:386 msgid "Go live" -msgstr "" +msgstr "Začít vysílat" #: src/features/liveNow/components/GoLiveDialog.tsx:100 #: src/features/liveNow/components/GoLiveDialog.tsx:105 #: src/features/liveNow/components/GoLiveDialog.tsx:233 #: src/features/liveNow/components/GoLiveDialog.tsx:242 msgid "Go Live" -msgstr "" +msgstr "Začít vysílat" #: src/view/com/profile/ProfileMenu.tsx:362 #: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" -msgstr "" +msgstr "Přejít do živého vysílání (zakázáno)" #: src/features/liveNow/components/GoLiveDialog.tsx:175 msgid "Go live for" -msgstr "" +msgstr "Začít vysílat živě na" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" -msgstr "" +msgstr "Přejít na profil uživatele {firstAuthorName}" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:93 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:73 #: src/components/ageAssurance/AgeRestrictedScreen.tsx:82 #: src/screens/Moderation/index.tsx:237 msgid "Go to account settings" -msgstr "" +msgstr "Přejít do nastavení účtu" #. placeholder {0}: profile.handle #: src/screens/Messages/components/ChatListItem.tsx:155 msgid "Go to conversation with {0}" -msgstr "" +msgstr "Přejít na konverzaci s {0}" #: src/view/com/posts/PostFeedReason.tsx:39 msgid "Go to feed" -msgstr "" +msgstr "Přejít na kanál" #: src/screens/Login/ForgotPasswordForm.tsx:174 msgid "Go to next" -msgstr "" +msgstr "Přejít na další" #: src/components/dms/ConvoMenu.tsx:262 #: src/screens/Messages/components/MessagesListInfoPanel.tsx:98 @@ -5600,201 +5767,201 @@ msgstr "" #: src/view/shell/desktop/LeftNav.tsx:336 #: src/view/shell/desktop/LeftNav.tsx:342 msgid "Go to profile" -msgstr "" +msgstr "Přejít na profil" #: src/screens/Messages/components/ChatListItem.tsx:212 msgid "Go to the group chat named \"{chatName}\"" -msgstr "" +msgstr "Přejít na skupinový chat s názvem „{chatName}“" #: src/components/dms/ConvoMenu.tsx:258 msgid "Go to user's profile" -msgstr "" +msgstr "Přejít na profil uživatele" #: src/screens/Messages/components/MessagesListInfoPanel.tsx:92 msgid "Go to user’s profile" -msgstr "" +msgstr "Přejít na profil uživatele" #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:105 msgid "Going live is currently disabled for your account" -msgstr "" +msgstr "Živé vysílání je pro váš účet aktuálně zakázáno" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:121 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:126 #: src/screens/Profile/components/GermButton.tsx:253 #: src/screens/Profile/components/GermButton.tsx:258 msgid "Got it" -msgstr "" +msgstr "Rozumím" #: src/features/inviteFriends/InviteScannerScreen.tsx:108 #: src/features/inviteFriends/InviteScannerScreen.tsx:113 msgid "Grant access" -msgstr "" +msgstr "Udělit přístup" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 #: src/view/com/composer/labels/LabelsBtn.tsx:197 #: src/view/com/composer/labels/LabelsBtn.tsx:200 msgid "Graphic Media" -msgstr "" +msgstr "Drastický obsah" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 msgid "Graphic violent content" -msgstr "" +msgstr "Drastický obsah s násilím" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 msgid "Grooming or predatory behavior" -msgstr "" +msgstr "Grooming nebo predátorské chování" #: src/components/dms/ChatInvite/Card.tsx:51 #: src/components/intents/GroupChatJoinDialog.tsx:333 #: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" -msgstr "" +msgstr "Skupinový chat" #: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" -msgstr "" +msgstr "Dialog s odkazem pro pozvání do skupinového chatu" #: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" -msgstr "" +msgstr "Skupinová konverzace uzamčena" #: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" -msgstr "" +msgstr "Skupinová konverzace ztlumena" #: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" -msgstr "" +msgstr "Název skupinové konverzace byl aktualizován" #: src/Navigation.tsx:496 #: src/screens/Messages/ConversationSettings/index.tsx:113 msgid "Group chat settings" -msgstr "" +msgstr "Nastavení skupinové konverzace" #: src/screens/Messages/components/ChatLocked.tsx:41 #: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" -msgstr "" +msgstr "Skupinová konverzace odemknuta" #: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" -msgstr "" +msgstr "Zrušeno ztlumení skupinové konverzace" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" -msgstr "" +msgstr "Skupinové konverzace" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." -msgstr "" +msgstr "Skupinové konverzace jsou dostupné pouze uživatelům starším 18 let." #. placeholder {0}: convo.details.memberLimit #: src/screens/Messages/components/InviteLinkDialog.tsx:205 msgid "Group chats can only have a maximum of {0, plural, other {# people}}." -msgstr "" +msgstr "Skupinové konverzace mohou mít maximálně {0, plural, one {# osobu} few {# osoby} many {# osob} other {# osob}}." #: src/components/dialogs/SearchablePeopleList.tsx:565 msgid "Group is locked" -msgstr "" +msgstr "Skupina je uzamčena" #: src/components/dms/InitiateChatFlow.tsx:264 #: src/components/dms/InitiateChatFlow.tsx:600 #: src/screens/Messages/ConversationSettings/prompts.tsx:50 msgid "Group name" -msgstr "" +msgstr "Název skupiny" #: src/components/dms/InitiateChatFlow.tsx:625 #: src/screens/Messages/ConversationSettings/prompts.tsx:69 msgid "Group name is too long. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {The maximum number of characters is #.}}" -msgstr "" +msgstr "Název skupiny je příliš dlouhý. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, one {Maximální počet znaků je #.} few {Maximální počet znaků je #.} many {Maximální počet znaků je #.} other {Maximální počet znaků je #.}}" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 msgid "Hacking or system attacks" -msgstr "" +msgstr "Hackování nebo útoky na systém" #: src/state/shell/progress-guide.tsx:221 #: src/state/shell/progress-guide.tsx:231 msgid "Half way there!" -msgstr "" +msgstr "Jste v polovině!" #: src/screens/Settings/AccountSettings.tsx:135 #: src/screens/Settings/AccountSettings.tsx:140 msgid "Handle" -msgstr "" +msgstr "Uživatelské jméno" #: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "Handle already taken. Please try a different one." -msgstr "" +msgstr "Toto uživatelské jméno je již obsazeno. Zkuste prosím jiné." #: src/screens/Settings/components/ChangeHandleDialog.tsx:197 #: src/screens/Settings/components/ChangeHandleDialog.tsx:356 msgid "Handle changed!" -msgstr "" +msgstr "Uživatelské jméno změněno!" #: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Handle too long. Please try a shorter one." -msgstr "" +msgstr "Uživatelské jméno je příliš dlouhé. Zkuste prosím kratší." #: src/components/FeedCard.tsx:156 #: src/features/liveEvents/components/LiveEventFeedCardWide.tsx:123 msgid "Happening now" -msgstr "" +msgstr "Probíhá právě teď" #. Accessibility label for the icon-only pill that filters the GIF picker to happy/joyful GIFs. #: src/features/gifPicker/components/GifCategoryPills.tsx:65 msgid "Happy GIFs" -msgstr "" +msgstr "Veselé GIFy" #: src/screens/Settings/AccessibilitySettings.tsx:86 msgid "Haptics" -msgstr "" +msgstr "Haptická odezva" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 msgid "Harassment or hate" -msgstr "" +msgstr "Obtěžování nebo nenávist" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 msgid "Harmful or high-risk activities" -msgstr "" +msgstr "Škodlivé nebo vysoce rizikové aktivity" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 msgid "Harming or endangering minors" -msgstr "" +msgstr "Poškozování nebo ohrožování nezletilých" #: src/Navigation.tsx:480 msgid "Hashtag" -msgstr "" +msgstr "Hashtag" #: src/components/RichTextTag.tsx:53 msgid "Hashtag {tag}" -msgstr "" +msgstr "Hashtag {tag}" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 msgid "Hate speech" -msgstr "" +msgstr "Nenávistné projevy" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:196 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:325 msgid "Have a code? <0>Click here." -msgstr "" +msgstr "Máte kód? <0>Klikněte sem." #: src/screens/Signup/StepInfo/index.tsx:320 msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." -msgstr "" +msgstr "Máme špatnou polohu? <0>Klepnutím sem aktualizujte svou polohu pomocí GPS." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" -msgstr "" +msgstr "Máte potíže?" #: src/components/contacts/screens/PhoneInput.tsx:290 msgid "Held by Bluesky for 7 days to prevent abuse, then deleted" -msgstr "" +msgstr "Bluesky je uchovává po dobu 7 dnů kvůli prevenci zneužití, poté budou smazána" #: src/screens/Settings/Settings.tsx:247 #: src/screens/Settings/Settings.tsx:251 @@ -5802,41 +5969,41 @@ msgstr "" #: src/view/shell/desktop/RightNav.tsx:133 #: src/view/shell/Drawer.tsx:440 msgid "Help" -msgstr "" +msgstr "Nápověda" #: src/screens/Onboarding/StepProfile/index.tsx:262 msgid "Help people know you're not a bot by uploading a picture or creating an avatar." -msgstr "" +msgstr "Pomozte lidem poznat, že nejste bot, nahráním obrázku nebo vytvořením avatara." #: src/screens/Settings/components/AddAppPasswordDialog.tsx:187 msgid "Here is your app password!" -msgstr "" +msgstr "Zde je vaše heslo aplikace!" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:74 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:120 msgid "Hey there 👋" -msgstr "" +msgstr "Ahoj 👋" #: src/ageAssurance/components/NoAccessScreen.tsx:173 msgid "Hey there!" -msgstr "" +msgstr "Ahoj!" #: src/ageAssurance/components/NoAccessScreen.tsx:213 msgid "Hi there!" -msgstr "" +msgstr "Ahoj!" #: src/components/VideoPostCard.tsx:178 #: src/components/VideoPostCard.tsx:462 msgid "Hidden" -msgstr "" +msgstr "Skryto" #: src/screens/VideoFeed/index.tsx:643 msgid "Hidden by your moderation settings." -msgstr "" +msgstr "Skryto vaším nastavením moderování." #: src/components/ListCard.tsx:133 msgid "Hidden list" -msgstr "" +msgstr "Skrytý seznam" #: src/components/interstitials/Trending.tsx:133 #: src/components/interstitials/TrendingVideos.tsx:139 @@ -5850,136 +6017,136 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:33 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:131 msgid "Hide" -msgstr "" +msgstr "Skrýt" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" -msgstr "" +msgstr "Skrýt" #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:139 #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:146 msgid "Hide all events" -msgstr "" +msgstr "Skrýt všechny události" #: src/components/dialogs/Embed.tsx:124 msgid "Hide customization options" -msgstr "" +msgstr "Skrýt možnosti přizpůsobení" #: src/components/dms/SystemMessageGroup.tsx:57 msgid "Hide group chat updates" -msgstr "" +msgstr "Skrýt aktualizace skupinové konverzace" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:533 msgid "Hide lists" -msgstr "" +msgstr "Skrýt seznamy" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:660 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:663 msgid "Hide post for me" -msgstr "" +msgstr "Skrýt příspěvek pro mě" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:674 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:684 msgid "Hide reply for everyone" -msgstr "" +msgstr "Skrýt odpověď pro všechny" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:660 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:663 msgid "Hide reply for me" -msgstr "" +msgstr "Skrýt odpověď pro mě" #: src/screens/Search/modules/ExploreInterestsCard.tsx:111 msgid "Hide this card" -msgstr "" +msgstr "Skrýt tuto kartu" #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:127 #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:134 msgid "Hide this event" -msgstr "" +msgstr "Skrýt tuto událost" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:817 msgid "Hide this post?" -msgstr "" +msgstr "Skrýt tento příspěvek?" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:817 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:852 msgid "Hide this reply?" -msgstr "" +msgstr "Skrýt tuto odpověď?" #: src/components/Post/Translated/index.tsx:216 #: src/components/Post/Translated/index.tsx:350 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:546 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:548 msgid "Hide translation" -msgstr "" +msgstr "Skrýt překlad" #: src/components/interstitials/Trending.tsx:115 msgid "Hide trending topics" -msgstr "" +msgstr "Skrýt populární témata" #: src/components/interstitials/Trending.tsx:131 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:129 msgid "Hide trending topics?" -msgstr "" +msgstr "Skrýt populární témata?" #: src/components/interstitials/TrendingVideos.tsx:137 msgid "Hide trending videos?" -msgstr "" +msgstr "Skrýt populární videa?" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" -msgstr "" +msgstr "Skrýt seznam uživatelů" #: src/screens/Moderation/VerificationSettings.tsx:88 #: src/screens/Moderation/VerificationSettings.tsx:97 msgid "Hide verification badges" -msgstr "" +msgstr "Skrýt ověřovací odznaky" #: src/components/moderation/ContentHider.tsx:171 #: src/components/moderation/PostHider.tsx:94 msgid "Hides the content" -msgstr "" +msgstr "Skryje obsah" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 msgid "Hides the invite friends promo banner" -msgstr "" +msgstr "Skryje propagační banner pro pozvání přátel" #: src/components/dialogs/BirthDateSettings.tsx:76 msgid "Hmm, it looks like you're signed in with an <0>App Password. To set your birthdate, you'll need to sign in with your main account password, or ask whomever controls this account to do so." -msgstr "" +msgstr "Hmm, vypadá to, že jste přihlášeni pomocí <0>hesla aplikace. Pro nastavení data narození se musíte přihlásit hlavním heslem účtu, nebo o to požádejte toho, kdo tento účet spravuje." #: src/view/com/posts/PostFeedErrorMessage.tsx:125 msgid "Hmm, some kind of issue occurred when contacting the feed server. Please let the feed owner know about this issue." -msgstr "" +msgstr "Hmm, při komunikaci se serverem kanálu došlo k nějakému problému. Informujte prosím vlastníka kanálu o tomto problému." #: src/view/com/posts/PostFeedErrorMessage.tsx:113 msgid "Hmm, the feed server appears to be misconfigured. Please let the feed owner know about this issue." -msgstr "" +msgstr "Hmm, server kanálu je zřejmě nesprávně nakonfigurován. Dejte prosím vlastníkovi kanálu o tomto problému vědět." #: src/view/com/posts/PostFeedErrorMessage.tsx:119 msgid "Hmm, the feed server appears to be offline. Please let the feed owner know about this issue." -msgstr "" +msgstr "Hmm, server kanálu je zřejmě offline. Informujte o tomto problému vlastníka kanálu." #: src/view/com/posts/PostFeedErrorMessage.tsx:116 msgid "Hmm, the feed server gave a bad response. Please let the feed owner know about this issue." -msgstr "" +msgstr "Hmm, server kanálu vrátil chybnou odpověď. Dejte prosím vlastníkovi kanálu o tomto problému vědět." #: src/view/com/posts/PostFeedErrorMessage.tsx:110 msgid "Hmm, we're having trouble finding this feed. It may have been deleted." -msgstr "" +msgstr "Hmm, máme problém s nalezením tohoto kanálu. Možná byl smazán." #: src/screens/Moderation/index.tsx:61 msgid "Hmmmm, it seems we're having trouble loading this data. See below for more details. If this issue persists, please contact us." -msgstr "" +msgstr "Hmm, zdá se, že máme problém s načtením těchto dat. Více informací naleznete níže. Pokud problém přetrvává, kontaktujte nás prosím." #: src/screens/Profile/ErrorState.tsx:32 msgid "Hmmmm, we couldn't load that moderation service." -msgstr "" +msgstr "Hmm, nepodařilo se nám načíst tuto moderační službu." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" -msgstr "" +msgstr "Vydržte! Přístup k videu zpřístupňujeme postupně a vy stále čekáte ve frontě. Zkuste to brzy znovu!" #: src/Navigation.tsx:746 #: src/Navigation.tsx:767 @@ -5987,372 +6154,404 @@ msgstr "" #: src/view/shell/desktop/LeftNav.tsx:667 #: src/view/shell/Drawer.tsx:499 msgid "Home" -msgstr "" +msgstr "Domů" #: src/screens/Settings/components/ChangeHandleDialog.tsx:430 msgid "Host:" -msgstr "" +msgstr "Hostitel:" #: src/screens/Login/ForgotPasswordForm.tsx:85 #: src/screens/Login/LoginForm.tsx:182 msgid "Hosting provider" -msgstr "" +msgstr "Poskytovatel hostingu" #: src/screens/Search/modules/ExploreTrendingTopics.tsx:179 msgid "Hot" -msgstr "" +msgstr "Populární" #: src/components/contacts/components/InviteInfo.tsx:54 msgid "How it works:" -msgstr "" +msgstr "Jak to funguje:" #: src/components/dialogs/InAppBrowserConsent.tsx:63 #: src/components/dialogs/InAppBrowserConsent.tsx:67 msgid "How should we open this link?" -msgstr "" +msgstr "Jak chcete otevřít tento odkaz?" #: src/components/contacts/screens/PhoneInput.tsx:279 msgid "How we use your number:" -msgstr "" +msgstr "Jak používáme vaše číslo:" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 msgid "Human trafficking" -msgstr "" +msgstr "Obchodování s lidmi" #: src/components/contacts/screens/GetContacts.tsx:267 msgid "I consent to Bluesky using my contacts for mutual friend discovery and to retain hashed data for matching until I opt out." -msgstr "" +msgstr "Souhlasím s tím, aby Bluesky používal mé kontakty k vyhledávání společných přátel a uchovával hashovaná data pro porovnávání, dokud souhlas neodvolám." #: src/screens/Settings/components/DisableEmail2FADialog.tsx:134 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:137 msgid "I have a code" -msgstr "" +msgstr "Mám kód" #: src/screens/Settings/components/ChangeHandleDialog.tsx:292 #: src/screens/Settings/components/ChangeHandleDialog.tsx:298 msgid "I have my own domain" -msgstr "" +msgstr "Mám vlastní doménu" #: src/components/dms/BlockedByListDialog.tsx:55 msgid "I understand" -msgstr "" +msgstr "Rozumím" #. placeholder {0}: currentAccount.handle #: src/components/contacts/screens/ViewMatches.tsx:578 msgid "I'm on Bluesky as {0} - come find me! https://bsky.app/download" -msgstr "" +msgstr "Jsem na Blueskyu jako {0} – pojď mě najít! https://bsky.app/download" #: src/components/Lightbox/Lightbox.web.tsx:246 msgid "If alt text is long, toggles alt text expanded state" -msgstr "" +msgstr "Pokud je alternativní text dlouhý, přepíná stav rozbalení alternativního textu" #: src/screens/Settings/LanguageSettings.tsx:235 msgid "If none are selected, all languages will be shown in your feeds." -msgstr "" +msgstr "Pokud nevyberete žádný, ve vašich kanálech se zobrazí všechny jazyky." #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:121 msgid "If you are 18 years of age or older and want to try again, click the button below and use a different verification method if one is available in your region. If you have questions or concerns, <0>our support team can help." -msgstr "" +msgstr "Pokud je vám 18 nebo více let a chcete to zkusit znovu, klikněte na tlačítko níže a použijte jinou metodu ověření, pokud je ve vašem regionu k dispozici. Máte-li dotazy nebo obavy, <0>náš tým podpory vám pomůže." #: src/screens/Signup/StepInfo/index.tsx:337 msgid "If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf." -msgstr "" +msgstr "Pokud podle zákonů vaší země ještě nejste dospělí, musí si tyto Podmínky přečíst váš rodič nebo zákonný zástupce za vás." #: src/ageAssurance/components/NoAccessScreen.tsx:125 msgid "If you believe your birthdate is incorrect, please <0>contact our support team." -msgstr "" +msgstr "Pokud se domníváte, že vaše datum narození je nesprávné, <0>kontaktujte náš tým podpory." #: src/ageAssurance/components/NoAccessScreen.tsx:106 msgid "If you believe your birthdate is incorrect, you can update it by <0>clicking here." -msgstr "" +msgstr "Pokud se domníváte, že vaše datum narození je nesprávné, můžete jej aktualizovat <0>kliknutím sem." #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:118 msgid "If you choose to hide all events, you can always re-enable them from <0>Settings → Content & Media." -msgstr "" +msgstr "Pokud se rozhodnete skrýt všechny události, můžete je kdykoli znovu povolit v <0>Nastavení → Obsah a média." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:272 msgid "If you delete this list, you won't be able to recover it." -msgstr "" +msgstr "Pokud tento seznam smažete, nebudete jej moci obnovit." #: src/screens/Settings/components/ChangeHandleDialog.tsx:274 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here." -msgstr "" +msgstr "Pokud máte vlastní doménu, můžete ji použít jako svoje uživatelské jméno. To vám umožní ověřit vaši identitu. <0>Zjistit více zde." #: src/components/dialogs/EmailDialog/screens/Verify.tsx:282 msgid "If you need to update your email, <0>click here." -msgstr "" +msgstr "Pokud potřebujete aktualizovat svůj e-mail, <0>klikněte sem." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:810 msgid "If you remove this post, you won't be able to recover it." -msgstr "" +msgstr "Pokud tento příspěvek odstraníte, nebudete jej moci obnovit." #: src/components/dialogs/EmailDialog/screens/Update.tsx:206 msgid "If you update your email address, email 2FA will be disabled." -msgstr "" +msgstr "Pokud změníte svou e-mailovou adresu, 2FA ověření e-mailem bude deaktivováno." #: src/screens/Settings/components/ChangePasswordDialog.tsx:60 msgid "If you want to change your password, we will send you a code to verify that this is your account." -msgstr "" +msgstr "Pokud si chcete změnit heslo, zašleme vám kód pro ověření, že se jedná o váš účet." #: src/view/screens/Storybook/Admonitions.tsx:90 msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security." -msgstr "" +msgstr "Pokud chcete omezit, kdo může dostávat oznámení o aktivitě vašeho účtu, můžete to změnit v <0>Nastavení → Soukromí a zabezpečení." #: src/components/dialogs/ServerInput.tsx:210 msgid "If you're a developer, you can host your own server." -msgstr "" +msgstr "Pokud jste vývojář, můžete si hostovat vlastní server." #: src/screens/Settings/components/DeactivateAccountDialog.tsx:92 msgid "If you're trying to change your handle or email, do so before you deactivate." -msgstr "" +msgstr "Pokud se snažíte změnit svoje uživatelské jméno nebo e-mail, udělejte to před deaktivací." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" -msgstr "" +msgstr "Obrázek" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" -msgstr "" +msgstr "Obrázek {0}" #. placeholder {0}: index + 1 #. placeholder {1}: imgs.length #: src/components/Lightbox/Lightbox.web.tsx:261 msgid "Image {0} of {1}" -msgstr "" +msgstr "Obrázek {0} z {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" -msgstr "" +msgstr "Obrázek {0} z {imageCount}" #: src/screens/Settings/AboutSettings.tsx:67 msgid "Image cache cleared" -msgstr "" +msgstr "Mezipaměť obrázků vymazána" #. Android-only toast message which includes amount of space freed using localized number formatting #. placeholder {0}: i18n.number( Math.abs(sizeDiffBytes / 1024 / 1024), { notation: 'compact', style: 'unit', unit: 'megabyte', }, ) #: src/screens/Settings/AboutSettings.tsx:53 msgid "Image cache cleared, freed {0}" -msgstr "" +msgstr "Mezipaměť obrázků vymazána, uvolněno {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" -msgstr "" +msgstr "Galerie obrázků, {0} obrázků" #. Image has been moderated and user has the option of showing it temporarily #: src/features/liveNow/components/LiveStatusDialog.tsx:300 msgid "Image is hidden due to your moderation settings." -msgstr "" +msgstr "Obrázek je skryt kvůli vašemu nastavení moderování." #. Image has been moderated and is not visible to the user #: src/features/liveNow/components/LiveStatusDialog.tsx:310 msgid "Image is unavailable." -msgstr "" +msgstr "Obrázek není dostupný." #: src/components/Lightbox/chrome/ImageMenu.tsx:72 #: src/components/Lightbox/Lightbox.web.tsx:265 #: src/components/Lightbox/Lightbox.web.tsx:273 msgid "Image options" -msgstr "" +msgstr "Možnosti obrázku" #: src/components/Lightbox/Lightbox.web.tsx:316 #: src/lib/media/save-image.ios.ts:25 #: src/lib/media/save-image.ts:29 msgid "Image saved" -msgstr "" +msgstr "Obrázek uložen" #: src/components/Lightbox/Lightbox.web.tsx:82 msgid "Image viewer" -msgstr "" +msgstr "Prohlížeč obrázků" #: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." -msgstr "" +msgstr "Obrázky nelze uložit, pokud není udělen přístup k vaší knihovně fotografií." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 msgid "Impersonation" -msgstr "" +msgstr "Vydávání se za někoho jiného" #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:76 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:81 #: src/screens/Settings/FindContactsSettings.tsx:153 #: src/screens/Settings/FindContactsSettings.tsx:158 msgid "Import contacts" -msgstr "" +msgstr "Importovat kontakty" #: src/components/dialogs/nuxs/FindContactsAnnouncement.tsx:116 #: src/components/dialogs/nuxs/FindContactsAnnouncement.tsx:127 msgid "Import Contacts" -msgstr "" +msgstr "Importovat kontakty" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 msgid "Import contacts or invite your friends" -msgstr "" +msgstr "Importujte kontakty nebo pozvěte své přátele" #: src/components/contacts/FindContactsBannerNUX.tsx:33 #: src/components/contacts/FindContactsBannerNUX.tsx:72 msgid "Import contacts to find your friends" -msgstr "" +msgstr "Importujte kontakty a najděte své přátele" #. placeholder {0}: i18n.date(new Date(syncedAt), { dateStyle: 'long', }) #: src/screens/Settings/FindContactsSettings.tsx:535 msgid "Imported on {0}" -msgstr "" +msgstr "Importováno {0}" #: src/ageAssurance/components/NoAccessScreen.tsx:216 msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." -msgstr "" +msgstr "Abychom mohli poskytnout zážitek odpovídající vašemu věku, potřebujeme znát vaše datum narození. Jedná se o jednorázovou záležitost a vaše údaje zůstanou soukromé." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" -msgstr "" +msgstr "V aplikaci" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" -msgstr "" +msgstr "Oznámení v aplikaci" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" -msgstr "" +msgstr "V aplikaci, všichni" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" -msgstr "" +msgstr "V aplikaci, lidé, které sledujete" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" -msgstr "" +msgstr "V aplikaci, push" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" -msgstr "" +msgstr "V aplikaci, push, všichni" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" -msgstr "" +msgstr "V aplikaci, push, lidé, které sledujete" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" -msgstr "" +msgstr "Prázdná schránka" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" -msgstr "" +msgstr "Schránka je prázdná!" + +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "Zahrnout" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "Zahrnout nebo vyloučit odpovídající příspěvky (aktuálně: {0})" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "Zahrnout příspěvky a/nebo odpovědi (aktuálně: {currentLabel})" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "Zahrnout příspěvky vytvořené od tohoto data" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "Zahrnout příspěvky vytvořené do tohoto data" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "Zahrnout tyto výsledky" #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" -msgstr "" +msgstr "Nesprávné uživatelské jméno nebo heslo" #: src/screens/Login/SetNewPasswordForm.tsx:135 msgid "Input code sent to your email for password reset" -msgstr "" +msgstr "Zadejte kód zaslaný na váš e-mail pro obnovení hesla" #: src/screens/Login/SetNewPasswordForm.tsx:161 msgid "Input new password" -msgstr "" +msgstr "Zadejte nové heslo" #: src/screens/Login/LoginForm.tsx:299 msgid "Input the code which has been emailed to you" -msgstr "" +msgstr "Zadejte kód, který vám byl zaslán e-mailem" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:138 msgid "Interaction limited" -msgstr "" +msgstr "Interakce omezeny" #: src/screens/Moderation/index.tsx:269 msgid "Interaction settings" -msgstr "" +msgstr "Nastavení interakcí" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:33 msgid "Introducing activity notifications" -msgstr "" +msgstr "Představujeme oznámení o aktivitě" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:49 msgid "Introducing drafts" -msgstr "" +msgstr "Představujeme koncepty" #: src/components/dialogs/nuxs/FindContactsAnnouncement.tsx:56 msgid "Introducing finding friends via contacts" -msgstr "" +msgstr "Představujeme hledání přátel přes kontakty" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:99 msgid "Introducing group chats" -msgstr "" +msgstr "Představujeme skupinové chaty" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:38 msgid "Introducing saved posts AKA bookmarks" -msgstr "" +msgstr "Představujeme uložené příspěvky neboli záložky" #: src/screens/Login/LoginForm.tsx:153 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:71 msgid "Invalid 2FA confirmation code." -msgstr "" +msgstr "Neplatný ověřovací kód 2FA." #: src/components/intents/GroupChatJoinDialog.tsx:157 msgid "Invalid group chat code." -msgstr "" +msgstr "Neplatný kód skupinové konverzace." #: src/screens/Settings/components/ChangeHandleDialog.tsx:615 msgid "Invalid handle. Please try a different one." -msgstr "" +msgstr "Neplatné uživatelské jméno. Zkuste prosím jiné." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:401 msgctxt "toast" msgid "Invalid interaction settings." -msgstr "" +msgstr "Neplatné nastavení interakcí." #: src/components/contacts/phone-number.ts:33 #: src/components/contacts/screens/PhoneInput.tsx:142 msgid "Invalid phone number" -msgstr "" +msgstr "Neplatné telefonní číslo" #: src/components/moderation/ReportDialog/index.tsx:100 msgid "Invalid report subject" -msgstr "" +msgstr "Neplatný předmět hlášení" #: src/components/intents/GroupChatJoinDialog.tsx:200 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:41 msgid "Invalid rescind request." -msgstr "" +msgstr "Neplatný požadavek na zrušení." #: src/components/intents/VerifyEmailIntentDialog.tsx:86 msgid "Invalid Verification Code" -msgstr "" +msgstr "Neplatný ověřovací kód" #: src/components/contacts/screens/ViewMatches.tsx:587 msgid "Invite" -msgstr "" +msgstr "Pozvat" #: src/components/contacts/screens/ViewMatches.tsx:567 msgid "Invite {name} to join Bluesky" -msgstr "" +msgstr "Pozvat uživatele {name} na Bluesky" #: src/screens/Signup/StepInfo/index.tsx:190 msgid "Invite code" -msgstr "" +msgstr "Zvací kód" #: src/screens/Signup/state.ts:347 msgid "Invite code not accepted. Check that you input it correctly and try again." -msgstr "" +msgstr "Zvací kód nebyl přijat. Zkontrolujte, zda jste ho zadali správně, a zkuste to znovu." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" -msgstr "" +msgstr "Pozvat přátele" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" -msgstr "" +msgstr "Pozvat přátele" #: src/components/contacts/screens/ViewMatches.tsx:301 msgid "Invite friends <0/>" -msgstr "" +msgstr "Pozvěte přátele <0/>" #: src/screens/Messages/components/InviteLinkDialog.tsx:193 #: src/screens/Messages/components/InviteLinkDialog.tsx:329 @@ -6361,196 +6560,195 @@ msgstr "" #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:149 #: src/screens/Messages/ConversationSettings/index.tsx:557 msgid "Invite link" -msgstr "" +msgstr "Odkaz na pozvánku" #. Link that invites someone to follow your profile, distinct from a group chat invite link #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:214 msgctxt "profile invite" msgid "Invite link" -msgstr "" +msgstr "Odkaz na pozvánku" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" -msgstr "" +msgstr "Odkaz s pozvánkou byl zkopírován" #: src/components/dms/getSystemMessageInfo.ts:120 msgid "Invite link created" -msgstr "" +msgstr "Odkaz s pozvánkou vytvořen" #: src/components/dms/getSystemMessageInfo.ts:138 #: src/screens/Messages/components/InviteLinkDialog.tsx:329 msgid "Invite link disabled" -msgstr "" +msgstr "Odkaz s pozvánkou deaktivován" #: src/components/dms/getSystemMessageInfo.ts:126 msgid "Invite link edited" -msgstr "" +msgstr "Odkaz s pozvánkou upraven" #: src/components/dms/getSystemMessageInfo.ts:132 msgid "Invite link enabled" -msgstr "" +msgstr "Odkaz s pozvánkou povolen" #: src/components/StarterPack/ShareDialog.tsx:83 msgid "Invite people to this starter pack!" -msgstr "" +msgstr "Pozvěte lidi do tohoto startovacího balíčku!" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:91 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:144 msgid "Invite your friends" -msgstr "" +msgstr "Pozvěte své přátele" #: src/screens/StarterPack/Wizard/StepDetails.tsx:37 msgid "Invite your friends to follow your favorite feeds and people" -msgstr "" +msgstr "Pozvěte své přátele, aby sledovali vaše oblíbené kanály a lidi" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:155 msgid "Invited" -msgstr "" +msgstr "Pozván/a" #: src/screens/StarterPack/Wizard/StepDetails.tsx:34 msgid "Invites, but personal" -msgstr "" +msgstr "Pozvánky, ale osobní" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "" +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "Není vaše poloha přesná? <0>Klepnutím sem aktualizujte svou polohu pomocí GPS." #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." -msgstr "" +msgstr "Vypadá to, že se vás zde některé z vašich kontaktů ještě nepokusily najít. Můžete je osobně pozvat úpravou návrhu zprávy, který vám poskytneme." #: src/screens/Signup/StepInfo/index.tsx:370 msgid "It's correct" -msgstr "" +msgstr "Je to správné" #. placeholder {0}: getName(items[0]) #: src/screens/StarterPack/Wizard/index.tsx:483 msgid "It's just <0>{0} right now! Add more people to your starter pack by searching above." -msgstr "" +msgstr "Zatím je tu jen <0>{0} ! Přidej další lidi do svého startovacího balíčku pomocí vyhledávání výše." #: src/screens/StarterPack/Wizard/index.tsx:478 msgid "It's just you right now! Add more people to your starter pack by searching above." -msgstr "" +msgstr "Zatím jste tu jen vy! Přidejte do svého startovacího balíčku další lidi pomocí vyhledávání výše." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2520 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" -msgstr "" +msgstr "ID úlohy: {0}" #. Link to a page with job openings at Bluesky #: src/view/com/auth/SplashScreen.web.tsx:179 msgid "Jobs" -msgstr "" +msgstr "Úlohy" #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" -msgstr "" +msgstr "Připojit se" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:215 #: src/screens/StarterPack/StarterPackScreen.tsx:478 #: src/screens/StarterPack/StarterPackScreen.tsx:488 msgid "Join Bluesky" -msgstr "" +msgstr "Připojit se k Bluesky" #: src/components/intents/GroupChatJoinDialog.tsx:72 #: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" -msgstr "" +msgstr "Připojit se ke skupinové konverzaci" #: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." -msgstr "" +msgstr "Žádost o připojení byla zrušena." #: src/components/StarterPack/QrCode.tsx:72 #: src/view/shell/NavSignupCard.tsx:41 msgid "Join the conversation" -msgstr "" +msgstr "Připojit se ke konverzaci" #: src/lib/interests.ts:63 msgid "Journalism" -msgstr "" +msgstr "Žurnalistika" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" -msgstr "" +msgstr "Pokračovat v úpravách" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:230 msgid "Keep me posted" -msgstr "" - -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" +msgstr "Informujte mě" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" -msgstr "" +msgstr "Web KWS" #. placeholder {0}: sanitizeDisplayName(desc.source!) #: src/components/moderation/ContentHider.tsx:251 msgid "Labeled by {0}." -msgstr "" +msgstr "Označeno {0}." #: src/components/moderation/ContentHider.tsx:249 msgid "Labeled by the author." -msgstr "" +msgstr "Označeno autorem." #: src/view/com/composer/labels/LabelsBtn.tsx:70 #: src/view/screens/Profile.tsx:232 msgid "Labels" -msgstr "" +msgstr "Štítky" #: src/view/com/composer/labels/LabelsBtn.tsx:68 msgid "Labels added" -msgstr "" +msgstr "Štítky přidány" #: src/screens/Profile/Sections/Labels.tsx:194 msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." -msgstr "" +msgstr "Štítky jsou poznámky u uživatelů a obsahu. Lze je použít ke skrývání, varování a kategorizaci sítě." #: src/components/moderation/LabelsOnMeDialog.tsx:77 msgid "Labels on your account" -msgstr "" +msgstr "Štítky na vašem účtu" #: src/components/moderation/LabelsOnMeDialog.tsx:79 msgid "Labels on your content" -msgstr "" +msgstr "Štítky na vašem obsahu" + +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "Jazyk" #: src/Navigation.tsx:218 msgid "Language Settings" -msgstr "" +msgstr "Nastavení jazyka" #: src/screens/Settings/LanguageSettings.tsx:98 #: src/screens/Settings/Settings.tsx:239 #: src/screens/Settings/Settings.tsx:242 msgid "Languages" -msgstr "" +msgstr "Jazyky" #: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" -msgstr "" +msgstr "Větší" #: src/ageAssurance/components/NoAccessScreen.tsx:377 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:201 msgid "Last initiated {timeAgo} ago" -msgstr "" +msgstr "Naposledy zahájeno před {timeAgo}" #: src/ageAssurance/components/NoAccessScreen.tsx:375 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:199 msgid "Last initiated just now" -msgstr "" +msgstr "Naposledy spuštěno právě teď" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" -msgstr "" +msgstr "Nejnovější" #: src/components/verification/VerificationsDialog.tsx:168 #: src/components/verification/VerifierDialog.tsx:136 @@ -6560,87 +6758,97 @@ msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:279 msgctxt "english-only-resource" msgid "Learn more" -msgstr "" +msgstr "Zjistit více" #: src/components/moderation/ScreenHider.tsx:147 msgid "Learn More" -msgstr "" +msgstr "Zjistit více" + +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "Zjistěte více o tom, <0>jak používat pokročilé vyhledávání." + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "Zjistěte více o tom, <0>jak používat vyhledávací filtry." #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" -msgstr "" +msgstr "Zjistit více o ověření věku" #: src/view/com/auth/SplashScreen.web.tsx:167 msgid "Learn more about Bluesky" -msgstr "" +msgstr "Zjistit více o Bluesky" #: src/components/contacts/components/InviteInfo.tsx:33 msgid "Learn more about how inviting friends works" -msgstr "" +msgstr "Zjistěte více o tom, jak funguje zvaní přátel" #: src/components/contacts/screens/PhoneInput.tsx:303 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:53 #: src/screens/Settings/FindContactsSettings.tsx:140 msgctxt "english-only-resource" msgid "Learn more about importing contacts" -msgstr "" +msgstr "Zjistit více o importu kontaktů" #: src/components/dialogs/ServerInput.tsx:220 msgid "Learn more about self hosting your PDS." -msgstr "" +msgstr "Zjistěte více o vlastním hostování vašeho PDS." #: src/components/moderation/ContentHider.tsx:169 #: src/components/moderation/ContentHider.tsx:235 msgid "Learn more about the moderation applied to this content" -msgstr "" +msgstr "Zjistěte více o moderování použitém na tento obsah" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:150 msgid "Learn more about these changes and how to share your thoughts with us by <0>reading our blog post." -msgstr "" +msgstr "Více informací o těchto změnách a o tom, jak se s námi podělit o své názory, najdete v <0>našem blogovém příspěvku." #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:90 msgid "Learn more about these changes and how to share your thoughts with us by reading our blog post." -msgstr "" +msgstr "Více informací o těchto změnách a o tom, jak nám sdělit svůj názor, se dozvíte v našem příspěvku na blogu." #: src/components/moderation/PostHider.tsx:116 #: src/components/moderation/ScreenHider.tsx:134 msgid "Learn more about this warning" -msgstr "" +msgstr "Zjistit více o tomto varování" #: src/components/verification/VerificationsDialog.tsx:153 #: src/components/verification/VerifierDialog.tsx:122 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" -msgstr "" +msgstr "Zjistěte více o ověření na Bluesky" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:128 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:131 msgid "Learn more about what is public on Bluesky." -msgstr "" +msgstr "Zjistěte více o tom, co je na Bluesky veřejné." #: src/screens/Profile/components/GermButton.tsx:212 msgid "Learn more about your Germ DM link" -msgstr "" +msgstr "Zjistěte více o svém odkazu Germ DM" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:90 msgid "Learn more in your <0>account settings." -msgstr "" +msgstr "Více informací najdete v <0>nastavení účtu." #: src/components/dialogs/ServerInput.tsx:222 #: src/components/moderation/ContentHider.tsx:259 msgid "Learn more." -msgstr "" +msgstr "Zjistit více." #: src/components/dms/LeaveConvoPrompt.tsx:59 #: src/screens/Messages/ConversationSettings/index.tsx:591 msgid "Leave" -msgstr "" +msgstr "Opustit" #. Leave a conversation (reject a chat invitation) #: src/screens/Messages/components/ChatStatusInfo.tsx:72 msgctxt "Button" msgid "Leave" -msgstr "" +msgstr "Opustit" #: src/components/dms/MessagesListBlockedFooter.tsx:109 #: src/components/dms/MessagesListBlockedFooter.tsx:116 @@ -6649,7 +6857,7 @@ msgstr "" #: src/screens/Messages/components/ChatEnded.tsx:66 #: src/screens/Messages/components/ChatLocked.tsx:112 msgid "Leave chat" -msgstr "" +msgstr "Opustit konverzaci" #: src/components/dms/AfterReportConversationDialog.tsx:229 #: src/components/dms/AfterReportConversationDialog.tsx:233 @@ -6659,227 +6867,227 @@ msgstr "" #: src/components/dms/ConvoMenu.tsx:312 #: src/components/dms/LeaveConvoPrompt.tsx:53 msgid "Leave conversation" -msgstr "" +msgstr "Opustit konverzaci" #. After-report action for a conversation #: src/components/dms/AfterReportConversationDialog.tsx:174 msgctxt "button" msgid "Leave conversation" -msgstr "" +msgstr "Opustit konverzaci" #: src/screens/Messages/ConversationSettings/prompts.tsx:130 #: src/screens/Messages/ConversationSettings/prompts.tsx:154 msgid "Leave group chat" -msgstr "" +msgstr "Opustit skupinovou konverzaci" #: src/screens/Messages/ConversationSettings/index.tsx:590 msgid "Leave this group chat" -msgstr "" +msgstr "Opustit tuto skupinovou konverzaci" #: src/components/dialogs/LinkWarning.tsx:83 #: src/components/dialogs/LinkWarning.tsx:91 msgid "Leaving Bluesky" -msgstr "" +msgstr "Opouštíte Bluesky" #: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you won’t be able to rejoin." -msgstr "" +msgstr "Opuštěním této konverzace ji trvale uzamknete a nebudete se moci znovu připojit." #: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." -msgstr "" +msgstr "Opustili jste skupinovou konverzaci." #: src/screens/SignupQueued.tsx:158 msgid "left to go." -msgstr "" +msgstr "zbývá." #: src/components/StarterPack/ProfileStarterPacks.tsx:354 msgid "Let me choose" -msgstr "" +msgstr "Nech mě vybrat" #: src/screens/Login/index.tsx:173 #: src/screens/Login/index.tsx:189 msgid "Let's get your password reset!" -msgstr "" +msgstr "Pojďme obnovit vaše heslo!" #: src/screens/Onboarding/StepFinished/index.tsx:337 msgid "Let's go!" -msgstr "" +msgstr "Jdeme na to!" #: src/components/dialogs/Embed.tsx:159 #: src/components/dialogs/Embed.tsx:161 #: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" -msgstr "" +msgstr "Světlý" #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:14 msgctxt "Name of app icon variant" msgid "Light" -msgstr "" +msgstr "Světlý" #: src/screens/Profile/components/ProfileFeedHeader.tsx:509 msgid "Like" -msgstr "" +msgstr "To se mi líbí" #. Accessibility label for the like button when the post has not been liked, verb form followed by number of likes and noun form #. placeholder {0}: post.likeCount || 0 #: src/components/PostControls/index.tsx:284 msgid "Like ({0, plural, one {# like} other {# likes}})" -msgstr "" +msgstr "To se mi líbí ({0, plural, one {# označení To se mi líbí} few {# označení To se mi líbí} many {# označení To se mi líbí} other {# označení To se mi líbí}})" #: src/components/ProgressGuide/List.tsx:110 msgid "Like 10 posts" -msgstr "" +msgstr "Lajkněte 10 příspěvků" #: src/state/shell/progress-guide.tsx:217 #: src/state/shell/progress-guide.tsx:222 msgid "Like 10 posts to train the Discover feed" -msgstr "" +msgstr "Lajkněte 10 příspěvků a naučte tak kanál Objevovat" #: src/screens/Profile/components/ProfileFeedHeader.tsx:497 msgid "Like this feed" -msgstr "" +msgstr "Lajkněte tento kanál" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:148 msgid "Like this labeler" -msgstr "" +msgstr "Lajknout tohoto labelera" #: src/Navigation.tsx:296 #: src/Navigation.tsx:301 msgid "Liked by" -msgstr "" +msgstr "Líbí se uživatelům" #: src/screens/Post/PostLikedBy.tsx:31 #: src/screens/Profile/ProfileLabelerLikedBy.tsx:22 #: src/view/screens/ProfileFeedLikedBy.tsx:22 msgid "Liked By" -msgstr "" +msgstr "Líbí se" #. placeholder {0}: count || 0 #. placeholder {0}: feed.likeCount || 0 #: src/components/FeedCard.tsx:249 #: src/view/com/feeds/FeedSourceCard.tsx:173 msgid "Liked by {0, plural, one {# user} other {# users}}" -msgstr "" +msgstr "Líbí se {0, plural, one {# uživateli} few {# uživatelům} many {# uživatelům} other {# uživatelům}}" #: src/components/LabelingServiceCard/index.tsx:96 #: src/screens/Profile/components/ProfileFeedHeader.tsx:486 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:168 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:182 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" -msgstr "" +msgstr "To se líbí {likeCount, plural, one {# uživateli} few {# uživatelům} many {# uživatelům} other {# uživatelům}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" -msgstr "" +msgstr "Lajky" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" -msgstr "" +msgstr "Lajky vašich repostů" #: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "Likes on this post" -msgstr "" +msgstr "Lajky u tohoto příspěvku" #: src/screens/PostThread/components/HeaderDropdown.tsx:49 #: src/screens/PostThread/components/HeaderDropdown.tsx:54 msgid "Linear" -msgstr "" +msgstr "Lineární" #: src/components/Lightbox/Lightbox.web.tsx:300 msgid "Link copied to clipboard" -msgstr "" +msgstr "Odkaz zkopírován do schránky" #: src/Navigation.tsx:251 msgid "List" -msgstr "" +msgstr "Seznam" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:397 msgid "List avatar" -msgstr "" +msgstr "Avatar seznamu" #: src/screens/ProfileList/components/SubscribeMenu.tsx:48 msgctxt "toast" msgid "List blocked" -msgstr "" +msgstr "Seznam zablokován" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(feed.creatorHandle, '@') #: src/components/ListCard.tsx:153 #: src/view/com/feeds/FeedSourceCard.tsx:153 msgid "List by {0}" -msgstr "" +msgstr "Seznam od {0}" #: src/view/com/profile/ProfileSubpageHeader.tsx:145 msgid "List by <0/>" -msgstr "" +msgstr "Seznam od <0/>" #: src/view/com/profile/ProfileSubpageHeader.tsx:143 msgid "List by you" -msgstr "" +msgstr "Seznam od vás" #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:127 msgid "List created, but failed to add some members" -msgstr "" +msgstr "Seznam byl vytvořen, ale některé členy se nepodařilo přidat" #: src/view/com/feeds/MissingFeed.tsx:155 msgid "List creator" -msgstr "" +msgstr "Tvůrce seznamu" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:93 msgctxt "toast" msgid "List deleted" -msgstr "" +msgstr "Seznam smazán" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 msgid "List description" -msgstr "" +msgstr "Popis seznamu" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:466 msgid "List description is too long. {DESCRIPTION_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" -msgstr "" +msgstr "Popis seznamu je příliš dlouhý. {DESCRIPTION_MAX_GRAPHEMES, plural, one {Maximální počet znaků je #.} few {Maximální počet znaků je #.} many {Maximální počet znaků je #.} other {Maximální počet znaků je #.}}" #: src/screens/List/ListHiddenScreen.tsx:133 msgid "List has been hidden" -msgstr "" +msgstr "Seznam byl skryt" #: src/screens/ProfileList/index.tsx:175 msgid "List Hidden" -msgstr "" +msgstr "Seznam skrytý" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:438 msgid "List must have a name." -msgstr "" +msgstr "Seznam musí mít název." #: src/screens/ProfileList/components/SubscribeMenu.tsx:33 msgctxt "toast" msgid "List muted" -msgstr "" +msgstr "Seznam ztlumen" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:410 msgid "List name" -msgstr "" +msgstr "Název seznamu" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:430 msgid "List name is too long. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other {The maximum number of characters is #.}}" -msgstr "" +msgstr "Název seznamu je příliš dlouhý. {DISPLAY_NAME_MAX_GRAPHEMES, plural, one {Maximální počet znaků je #.} few {Maximální počet znaků je #.} many {Maximální počet znaků je #.} other {Maximální počet znaků je #.}}" #: src/screens/ProfileList/components/Header.tsx:115 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:130 msgctxt "toast" msgid "List unblocked" -msgstr "" +msgstr "Seznam odblokován" #: src/screens/ProfileList/components/Header.tsx:101 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:116 msgctxt "toast" msgid "List unmuted" -msgstr "" +msgstr "Seznam již není ztlumen" #: src/Navigation.tsx:172 #: src/view/screens/Lists.tsx:60 @@ -6888,687 +7096,690 @@ msgstr "" #: src/view/shell/desktop/LeftNav.tsx:722 #: src/view/shell/Drawer.tsx:604 msgid "Lists" -msgstr "" +msgstr "Seznamy" #: src/view/com/lists/MyLists.tsx:72 msgid "Lists allow you to see content from your favorite people." -msgstr "" +msgstr "Seznamy vám umožňují vidět obsah od vašich oblíbených lidí." #: src/components/dms/BlockedByListDialog.tsx:38 msgid "Lists blocking this user:" -msgstr "" +msgstr "Seznamy blokující tohoto uživatele:" #. Live status indicator on avatar. Should be extremely short, not much space for more than 4 characters #: src/features/liveNow/components/LiveIndicator.tsx:46 msgid "LIVE" -msgstr "" +msgstr "ŽIVĚ" #. placeholder {0}: feed.title #: src/features/liveEvents/components/LiveEventFeedCardCompact.tsx:53 #: src/features/liveEvents/components/LiveEventFeedCardWide.tsx:54 msgid "Live event happening now: {0}" -msgstr "" +msgstr "Probíhá živé vysílání: {0}" #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:51 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:33 msgid "Live event hidden" -msgstr "" +msgstr "Živá událost skryta" #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:106 msgid "Live event options" -msgstr "" +msgstr "Možnosti živé události" #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:53 #: src/features/liveEvents/components/SidebarLiveEventFeedsBanner.tsx:35 msgid "Live event unhidden" -msgstr "" +msgstr "Živá událost zobrazena" #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:110 msgid "Live events appear occasionally when something exciting is happening. If you'd like, you can hide this particular event, or all events for this placement in your app interface." -msgstr "" +msgstr "Živé události se občas objeví, když se děje něco zajímavého. Pokud chcete, můžete tuto konkrétní událost skrýt, nebo skrýt všechny události pro toto umístění v rozhraní aplikace." #: src/features/liveNow/components/LiveStatusDialog.tsx:245 msgid "Live feature is in beta" -msgstr "" +msgstr "Funkce živého vysílání je v beta verzi" #: src/features/liveNow/components/EditLiveDialog.tsx:149 #: src/features/liveNow/components/EditLiveDialog.tsx:153 #: src/features/liveNow/components/GoLiveDialog.tsx:131 #: src/features/liveNow/components/GoLiveDialog.tsx:135 msgid "Live link" -msgstr "" +msgstr "Odkaz na živé vysílání" #: src/screens/Search/Explore.tsx:90 msgid "Load more" -msgstr "" +msgstr "Načíst další" #: src/screens/Search/Explore.tsx:519 #: src/screens/Search/Explore.tsx:610 msgid "Load more suggested feeds" -msgstr "" +msgstr "Načíst další doporučené kanály" #: src/view/screens/Notifications.tsx:271 msgid "Load new notifications" -msgstr "" +msgstr "Načíst nová oznámení" #: src/screens/Profile/ProfileFeed/index.tsx:206 #: src/screens/Profile/Sections/Feed.tsx:117 #: src/screens/ProfileList/FeedSection.tsx:113 #: src/view/com/feeds/FeedPage.tsx:168 msgid "Load new posts" -msgstr "" +msgstr "Načíst nové příspěvky" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" -msgstr "" +msgstr "Načítání konverzace…" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 msgid "Loading lists..." -msgstr "" +msgstr "Načítání seznamů..." #: src/components/dialogs/PostInteractionSettingsDialog.tsx:279 msgid "Loading post interaction settings..." -msgstr "" +msgstr "Načítání nastavení interakcí s příspěvkem..." #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:60 msgid "Loading..." -msgstr "" +msgstr "Načítání..." #: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Lock" -msgstr "" +msgstr "Uzamknout" #: src/screens/Messages/ConversationSettings/prompts.tsx:107 msgid "Lock group chat" -msgstr "" +msgstr "Uzamknout skupinovou konverzaci" #: src/screens/Messages/ConversationSettings/prompts.tsx:105 msgid "Lock group chat?" -msgstr "" +msgstr "Uzamknout skupinovou konverzaci?" #: src/screens/Messages/ConversationSettings/index.tsx:569 msgid "Lock this group chat" -msgstr "" +msgstr "Uzamknout tuto skupinovou konverzaci" #: src/screens/Messages/ConversationSettings/index.tsx:571 msgid "Locked" -msgstr "" +msgstr "Uzamčeno" #: src/Navigation.tsx:326 msgid "Log" -msgstr "" +msgstr "Protokol" #: src/components/AccountList.tsx:189 msgid "Logged out" -msgstr "" +msgstr "Odhlášeno" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:107 msgid "Logged-out visibility" -msgstr "" +msgstr "Viditelnost pro nepřihlášené" #: src/view/shell/desktop/RightNav.tsx:142 msgid "Logo by @sawaratsuki.bsky.social" -msgstr "" +msgstr "Logo od @sawaratsuki.bsky.social" #: src/view/shell/desktop/RightNav.tsx:139 #: src/view/shell/Drawer.tsx:768 msgid "Logo by <0>@sawaratsuki.bsky.social" -msgstr "" +msgstr "Logo od <0>@sawaratsuki.bsky.social" #. placeholder {0}: isCashtag ? tag : `#${tag}` #: src/components/RichTextTag.tsx:55 msgid "Long press to open tag menu for {0}" -msgstr "" +msgstr "Dlouhým stisknutím otevřete menu značky pro {0}" #: src/screens/Login/SetNewPasswordForm.tsx:124 msgid "Looks like XXXXX-XXXXX" -msgstr "" +msgstr "Vypadá to jako XXXXX-XXXXX" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:44 msgid "Looks like you haven't saved any feeds! Use our recommendations or browse more below." -msgstr "" +msgstr "Vypadá to, že nemáte uložené žádné kanály! Použijte naše doporučení nebo si níže projděte další." #: src/screens/Home/NoFeedsPinned.tsx:84 msgid "Looks like you unpinned all your feeds. But don't worry, you can add some below 😄" -msgstr "" +msgstr "Vypadá to, že jste odepnul/a všechny své kanály. Ale nebojte, pár si jich můžete přidat níže 😄" #: src/screens/Feeds/NoFollowingFeed.tsx:36 msgid "Looks like you're missing a following feed. <0>Click here to add one." -msgstr "" +msgstr "Vypadá to, že vám chybí kanál Sledovaní. <0>Klepnutím sem jej přidáte." #. Accessibility label for the icon-only pill that filters the GIF picker to GIFs about love/affection. #: src/features/gifPicker/components/GifCategoryPills.tsx:55 msgid "Love GIFs" -msgstr "" +msgstr "Zamilované GIFy" #: src/components/dialogs/EmailDialog/index.tsx:39 msgid "Make adjustments to email settings for your account" -msgstr "" +msgstr "Upravte nastavení e-mailu pro váš účet" #: src/components/StarterPack/ProfileStarterPacks.tsx:311 msgid "Make one for me" -msgstr "" +msgstr "Vytvořit jeden pro mě" #: src/components/dialogs/LinkWarning.tsx:101 msgid "Make sure this is where you intend to go!" -msgstr "" +msgstr "Ujistěte se, že jdete tam, kam opravdu chcete!" #: src/screens/Settings/ContentAndMediaSettings.tsx:62 #: src/screens/Settings/ContentAndMediaSettings.tsx:65 msgid "Manage saved feeds" -msgstr "" +msgstr "Spravovat uložené kanály" #: src/screens/Moderation/index.tsx:339 msgid "Manage verification settings" -msgstr "" +msgstr "Spravovat nastavení ověřování" #: src/components/dialogs/MutedWords.tsx:111 msgid "Manage your muted words and tags" -msgstr "" +msgstr "Spravujte svá ztlumená slova a štítky" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" -msgstr "" +msgstr "Označit vše jako přečtené" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" -msgstr "" +msgstr "Označit všechny konverzace jako přečtené" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" -msgstr "" +msgstr "Označit všechny žádosti jako přečtené" #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" -msgstr "" +msgstr "Označit jako přečtené" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" -msgstr "" +msgstr "Vše označeno jako přečtené" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" -msgstr "" +msgstr "Všechny konverzace označeny jako přečtené" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" -msgstr "" +msgstr "Všechny žádosti byly označeny jako přečtené" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" -msgstr "" +msgstr "Možná později" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" -msgstr "" +msgstr "Média" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName #: src/view/com/composer/drafts/DraftItem.tsx:119 msgid "Media stored on {0}" -msgstr "" +msgstr "Média uložená na: {0}" #: src/view/com/composer/drafts/DraftItem.tsx:117 msgid "Media stored on another device" -msgstr "" +msgstr "Média uložená na jiném zařízení" #: src/view/com/composer/labels/LabelsBtn.tsx:206 msgid "Media that may be disturbing or inappropriate for some audiences." -msgstr "" +msgstr "Média, která mohou být znepokojující nebo nevhodná pro některé publikum." #: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." -msgstr "" +msgstr "Člen byl odebrán ze skupinového chatu." #. The heading above the list of chat members. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:34 msgid "Members" -msgstr "" +msgstr "Členové" #: src/screens/Messages/ConversationSettings/prompts.tsx:106 msgid "Members can still read chat history but can’t send new messages." -msgstr "" +msgstr "Členové mohou stále číst historii chatu, ale nemohou odesílat nové zprávy." #: src/components/WhoCanReply.tsx:320 msgid "mentioned users" -msgstr "" +msgstr "zmíněné uživatele" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" -msgstr "" +msgstr "Zmínky" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "Zmínky o těchto lidech" + +#: src/components/Menu/index.tsx:119 msgid "Menu" -msgstr "" +msgstr "Nabídka" -#: src/screens/Messages/components/MessageInput.tsx:202 -msgid "Message" -msgstr "" - -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 msgctxt "action" msgid "Message" -msgstr "" +msgstr "Napsat zprávu" + +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" +msgid "Message" +msgstr "Zpráva" #. placeholder {0}: profile.handle #: src/components/dms/MessageProfileButton.tsx:99 msgid "Message {0}" -msgstr "" +msgstr "Napsat zprávu {0}" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:199 msgid "Message {displayName}" -msgstr "" +msgstr "Napsat uživateli {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:323 msgid "Message deleted" -msgstr "" +msgstr "Zpráva smazána" #: src/components/dms/MessageOverlays.tsx:111 msgctxt "toast" msgid "Message deleted" -msgstr "" +msgstr "Zpráva smazána" -#: src/components/dms/MessageItem.tsx:625 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." -msgstr "" +msgstr "Zprávu se nepodařilo odeslat." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" -msgstr "" +msgstr "Zpráva od @{0}: {1}" #. placeholder {0}: rawError.message #: src/view/com/posts/PostFeedErrorMessage.tsx:209 msgid "Message from server: {0}" -msgstr "" +msgstr "Zpráva ze serveru: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" -msgstr "" +msgstr "Pole pro zadání zprávy" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -msgstr "" +msgstr "Zpráva je příliš dlouhá ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" -msgstr "" +msgstr "Možnosti zprávy" #: src/Navigation.tsx:761 msgid "Messages" -msgstr "" +msgstr "Zprávy" -#: src/components/dms/MessageItem.tsx:724 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." -msgstr "" +msgstr "Zprávy od této osoby jsou skryté, dokud vás blokuje." -#: src/components/dms/MessageItem.tsx:719 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." -msgstr "" +msgstr "Zprávy od této osoby jsou skryté, dokud ji blokujete." #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" -msgstr "" +msgstr "Půlnoc" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 msgid "Minor harassment or bullying" -msgstr "" +msgstr "Drobné obtěžování nebo šikana" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 msgid "Misleading" -msgstr "" +msgstr "Zavádějící" #: src/view/com/composer/drafts/DraftItem.tsx:131 msgid "Missing media" -msgstr "" +msgstr "Chybějící média" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 msgid "Moderation" -msgstr "" +msgstr "Moderace" #: src/screens/Settings/Settings.tsx:189 #: src/screens/Settings/Settings.tsx:192 msgid "Moderation and content filters" -msgstr "" +msgstr "Moderování a filtry obsahu" #: src/components/moderation/ModerationDetailsDialog.tsx:142 msgid "Moderation details" -msgstr "" +msgstr "Podrobnosti moderování" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:311 #: src/components/ListCard.tsx:152 msgid "Moderation list by {0}" -msgstr "" +msgstr "Moderační seznam od {0}" #: src/view/com/profile/ProfileSubpageHeader.tsx:158 msgid "Moderation list by <0/>" -msgstr "" +msgstr "Moderační seznam od <0/>" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:309 #: src/view/com/profile/ProfileSubpageHeader.tsx:156 msgid "Moderation list by you" -msgstr "" +msgstr "Moderační seznam od vás" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:256 msgctxt "toast" msgid "Moderation list created" -msgstr "" +msgstr "Moderační seznam byl vytvořen" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:242 msgctxt "toast" msgid "Moderation list updated" -msgstr "" +msgstr "Moderační seznam aktualizován" #: src/screens/Moderation/index.tsx:299 msgid "Moderation lists" -msgstr "" +msgstr "Seznamy moderování" #: src/Navigation.tsx:182 #: src/view/screens/ModerationModlists.tsx:60 msgid "Moderation Lists" -msgstr "" +msgstr "Seznamy moderování" #: src/components/moderation/LabelPreference.tsx:257 msgid "moderation settings" -msgstr "" +msgstr "nastavení moderování" #: src/Navigation.tsx:311 msgid "Moderation states" -msgstr "" +msgstr "Stavy moderování" #: src/screens/Moderation/index.tsx:253 msgid "Moderation tools" -msgstr "" +msgstr "Moderační nástroje" #: src/components/moderation/ModerationDetailsDialog.tsx:56 #: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." -msgstr "" +msgstr "Moderátor se rozhodl nastavit obecné varování pro tento obsah." #: src/view/shell/desktop/Feeds.tsx:106 #: src/view/shell/desktop/Feeds.tsx:153 msgid "More feeds" -msgstr "" +msgstr "Další kanály" #: src/view/com/composer/select-language/PostLanguageSelect.tsx:125 #: src/view/com/composer/select-language/PostLanguageSelect.tsx:128 msgid "More languages..." -msgstr "" +msgstr "Další jazyky..." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:144 #: src/view/com/composer/drafts/DraftItem.tsx:190 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:258 msgid "More options" -msgstr "" +msgstr "Další možnosti" #: src/screens/SavedFeeds.tsx:488 msgid "Move feed down" -msgstr "" +msgstr "Posunout kanál dolů" #: src/screens/SavedFeeds.tsx:478 msgid "Move feed up" -msgstr "" +msgstr "Posunout kanál nahoru" #: src/lib/interests.ts:64 msgid "Movies" -msgstr "" +msgstr "Filmy" #: src/lib/interests.ts:65 msgid "Music" -msgstr "" +msgstr "Hudba" #: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Mute" -msgstr "" +msgstr "Ztlumit" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" -msgstr "" +msgstr "Ztlumit" #. placeholder {0}: isCashtag ? tag : `#${tag}` #: src/components/RichTextTag.tsx:154 #: src/components/RichTextTag.tsx:170 msgid "Mute {0}" -msgstr "" +msgstr "Ztlumit {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:739 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:745 #: src/view/com/profile/ProfileMenu.tsx:443 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Mute account" -msgstr "" +msgstr "Ztlumit účet" #: src/screens/ProfileList/components/SubscribeMenu.tsx:83 #: src/screens/ProfileList/components/SubscribeMenu.tsx:86 msgid "Mute accounts" -msgstr "" +msgstr "Ztlumit účty" #: src/components/dms/ConvoMenu.tsx:267 #: src/components/dms/ConvoMenu.tsx:274 msgid "Mute conversation" -msgstr "" +msgstr "Ztlumit konverzaci" #: src/components/dialogs/MutedWords.tsx:262 msgid "Mute in:" -msgstr "" +msgstr "Ztlumit v:" #: src/screens/ProfileList/components/SubscribeMenu.tsx:109 msgid "Mute list" -msgstr "" +msgstr "Seznam ztlumených" #: src/screens/ProfileList/components/SubscribeMenu.tsx:104 msgid "Mute these accounts?" -msgstr "" +msgstr "Ztlumit tyto účty?" #: src/screens/Messages/ConversationSettings/index.tsx:534 msgid "Mute this group chat" -msgstr "" +msgstr "Ztlumit tuto skupinovou konverzaci" #: src/components/dialogs/MutedWords.tsx:194 msgid "Mute this word for 24 hours" -msgstr "" +msgstr "Ztlumit toto slovo na 24 hodin" #: src/components/dialogs/MutedWords.tsx:233 msgid "Mute this word for 30 days" -msgstr "" +msgstr "Ztlumit toto slovo na 30 dní" #: src/components/dialogs/MutedWords.tsx:218 msgid "Mute this word for 7 days" -msgstr "" +msgstr "Ztlumit toto slovo na 7 dní" #: src/components/dialogs/MutedWords.tsx:267 msgid "Mute this word in post text and tags" -msgstr "" +msgstr "Ztlumit toto slovo v textu příspěvků a štítcích" #: src/components/dialogs/MutedWords.tsx:283 msgid "Mute this word in tags only" -msgstr "" +msgstr "Ztlumit toto slovo pouze ve štítcích" #: src/components/dialogs/MutedWords.tsx:179 msgid "Mute this word until you unmute it" -msgstr "" +msgstr "Ztlumit toto slovo, dokud nezrušíte ztlumení" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:630 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:633 msgid "Mute thread" -msgstr "" +msgstr "Ztlumit vlákno" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:643 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:645 msgid "Mute words & tags" -msgstr "" +msgstr "Ztlumit slova a značky" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:207 msgid "Mute, leave, or remove people anytime. It’s your chat." -msgstr "" +msgstr "Konverzaci můžete kdykoli ztlumit, opustit nebo odebrat lidi z konverzace. Je to vaše konverzace." #: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" -msgstr "" +msgstr "Ztlumeno" #: src/screens/Moderation/index.tsx:314 msgid "Muted accounts" -msgstr "" +msgstr "Ztlumené účty" #: src/Navigation.tsx:187 #: src/view/screens/ModerationMutedAccounts.tsx:107 msgid "Muted Accounts" -msgstr "" +msgstr "Ztlumené účty" #: src/view/screens/ModerationMutedAccounts.tsx:193 msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." -msgstr "" +msgstr "Příspěvky ztlumených účtů jsou odstraněny z vašeho kanálu i z oznámení. Ztlumení jsou zcela soukromá." #. placeholder {0}: cause.source.list.name #: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" -msgstr "" +msgstr "Ztlumeno uživatelem \"{0}\"" #: src/screens/Moderation/index.tsx:284 msgid "Muted words & tags" -msgstr "" +msgstr "Ztlumená slova a značky" #: src/screens/ProfileList/components/SubscribeMenu.tsx:106 msgid "Muting is private. Muted accounts can interact with you, but you will not see their posts or receive notifications from them." -msgstr "" +msgstr "Ztlumení je soukromé. Ztlumené účty s vámi mohou interagovat, ale neuvidíte jejich příspěvky ani od nich nebudete dostávat oznámení." #: src/components/moderation/BlockDialog.tsx:174 msgid "Mutual group chats" -msgstr "" +msgstr "Společné skupinové konverzace" #: src/components/dialogs/BirthDateSettings.tsx:54 #: src/components/dialogs/BirthDateSettings.tsx:58 msgid "My birthdate" -msgstr "" +msgstr "Moje datum narození" #: src/screens/StarterPack/Wizard/StepDetails.tsx:77 msgid "My favorite feeds and people - join me!" -msgstr "" +msgstr "Moje oblíbené kanály a lidé – přidej se ke mně!" #: src/view/screens/Feeds.tsx:697 msgid "My Feeds" -msgstr "" +msgstr "Moje kanály" #: src/screens/StarterPack/Wizard/StepDetails.tsx:49 msgid "My starter pack" -msgstr "" +msgstr "Můj startovací balíček" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:416 msgid "Name" -msgstr "" +msgstr "Název" #: src/lib/interests.ts:66 msgid "Nature" -msgstr "" +msgstr "Příroda" #. placeholder {0}: record.name #. placeholder {0}: view.record.name #: src/components/StarterPack/StarterPackCard.tsx:134 #: src/components/StarterPack/StarterPackCard.tsx:169 msgid "Navigate to {0}" -msgstr "" +msgstr "Přejít na {0}" #: src/components/StarterPack/StarterPackCard.tsx:135 msgid "Navigate to starter pack" -msgstr "" +msgstr "Přejít na startovací balíček" #: src/screens/Login/ForgotPasswordForm.tsx:150 #: src/screens/Login/ForgotPasswordForm.tsx:175 #: src/screens/Login/LoginForm.tsx:351 msgid "Navigates to the next screen" -msgstr "" +msgstr "Přejde na další obrazovku" #: src/view/shell/Drawer.tsx:92 msgid "Navigates to your profile" -msgstr "" +msgstr "Přejde na váš profil" #: src/components/moderation/ReportDialog/index.tsx:342 #: src/components/moderation/ReportDialog/index.tsx:358 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" -msgstr "" +msgstr "Potřebujete nahlásit porušení autorských práv, právní žádost nebo problém s dodržováním předpisů?" #: src/screens/Settings/components/ChangeHandleDialog.tsx:585 msgid "Nevermind, create a handle for me" -msgstr "" +msgstr "To nevadí, vytvořte mi uživatelské jméno" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" -msgstr "" +msgstr "Nové" #: src/view/screens/Lists.tsx:71 #: src/view/screens/ModerationModlists.tsx:72 msgctxt "action" msgid "New" -msgstr "" +msgstr "Nový" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nový" + +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" -msgstr "" +msgstr "N{postsCount, plural, one {ový příspěvek} few {ové příspěvky} many {ových příspěvků} other {ových příspěvků}} od {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:546 +#: src/view/com/notifications/NotificationFeedItem.tsx:552 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" -msgstr "" +msgstr "N{postsCount, plural, one {ový příspěvek} few {ové příspěvky} many {ových příspěvků} other {ových příspěvků}} od {firstAuthorName}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" -msgstr "" +msgstr "Nová konverzace" #. placeholder {0}: createSanitizedDisplayName(members[0]) #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:61 msgid "New chat with {0}" -msgstr "" +msgstr "Nová konverzace s uživatelem {0}" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:65 msgid "New chat with {0} and {1}" -msgstr "" +msgstr "Nová konverzace s {0} a {1}" #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:73 msgid "New chat with {0}, {1}, and {memberCount, plural, one {{memberCount} more} other {{memberCount} more}}." -msgstr "" +msgstr "Nová konverzace s {0}, {1} a {memberCount, plural, one {{memberCount} dalším} few {{memberCount} dalšími} many {{memberCount} dalšími} other {{memberCount} dalšími}}." #: src/components/dialogs/EmailDialog/screens/Update.tsx:219 msgid "New email address" -msgstr "" +msgstr "Nová e-mailová adresa" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:75 #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:74 @@ -7576,18 +7787,18 @@ msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:65 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:129 msgid "New Feature" -msgstr "" +msgstr "Nová funkce" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" -msgstr "" +msgstr "Noví sledující" #: src/components/dms/InitiateChatFlow.tsx:249 #: src/components/dms/InitiateChatFlow.tsx:263 msgid "New group chat" -msgstr "" +msgstr "Nová skupinová konverzace" #. Button used to create a new group chat. #. Button used to create a new group chat. @@ -7595,28 +7806,40 @@ msgstr "" #: src/components/dms/InitiateChatFlow.tsx:834 msgctxt "action" msgid "New group chat" -msgstr "" +msgstr "Nová skupinová konverzace" #: src/components/dms/InitiateChatFlow.tsx:300 msgid "New group chat with:" -msgstr "" +msgstr "Nový skupinový chat s:" #: src/screens/Settings/components/ChangeHandleDialog.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:236 #: src/screens/Settings/components/ChangeHandleDialog.tsx:387 msgid "New handle" -msgstr "" +msgstr "Nové uživatelské jméno" #: src/view/screens/Lists.tsx:64 #: src/view/screens/ModerationModlists.tsx:64 msgid "New list" -msgstr "" +msgstr "Nový seznam" + +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "Nové žádosti o zprávu" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "Nové zprávy" #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 msgid "New password" -msgstr "" +msgstr "Nové heslo" #: src/screens/Profile/ProfileFeed/index.tsx:217 #: src/screens/ProfileList/index.tsx:237 @@ -7625,41 +7848,41 @@ msgstr "" #: src/view/screens/Notifications.tsx:165 #: src/view/screens/Profile.tsx:593 msgid "New post" -msgstr "" +msgstr "Nový příspěvek" #: src/view/com/feeds/FeedPage.tsx:179 #: src/view/shell/desktop/LeftNav.tsx:598 msgctxt "action" msgid "New post" -msgstr "" +msgstr "Nový příspěvek" -#: src/view/com/notifications/NotificationFeedItem.tsx:552 +#: src/view/com/notifications/NotificationFeedItem.tsx:558 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} " -msgstr "" +msgstr "Nové příspěvky od {firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} dalšího} few {{formattedAuthorsCount} dalších} many {{formattedAuthorsCount} dalších} other {{formattedAuthorsCount} dalších}} " -#: src/view/com/notifications/NotificationFeedItem.tsx:537 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" -msgstr "" +msgstr "Nové příspěvky od {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} dalšího} few {{formattedAuthorsCount} dalších} many {{formattedAuthorsCount} dalších} other {{formattedAuthorsCount} dalších}}" #: src/components/dialogs/StarterPackDialog.tsx:202 msgid "New starter pack" -msgstr "" +msgstr "Nový startovací balíček" #: src/components/NewskieDialog.tsx:122 msgid "New user info dialog" -msgstr "" +msgstr "Dialogové okno s informacemi o novém uživateli" #: src/screens/PostThread/components/HeaderDropdown.tsx:95 #: src/screens/PostThread/components/HeaderDropdown.tsx:100 #: src/screens/Settings/ThreadPreferences.tsx:73 #: src/screens/Settings/ThreadPreferences.tsx:76 msgid "Newest replies first" -msgstr "" +msgstr "Nejnovější odpovědi jako první" #: src/lib/interests.ts:67 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:226 msgid "News" -msgstr "" +msgstr "Zprávy" #: src/components/contacts/screens/ViewMatches.tsx:395 #: src/components/contacts/screens/ViewMatches.tsx:410 @@ -7679,335 +7902,348 @@ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:384 #: src/screens/StarterPack/Wizard/index.tsx:391 msgid "Next" -msgstr "" +msgstr "Další" #: src/components/Lightbox/Lightbox.web.tsx:218 msgid "Next image" -msgstr "" +msgstr "Další obrázek" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" -msgstr "" +msgstr "Noční" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:32 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." -msgstr "" +msgstr "Žádné reklamy, žádné invazivní sledování, žádné pasti na pozornost. Bluesky respektuje váš čas a pozornost." #: src/screens/Settings/AppPasswords.tsx:108 msgid "No app passwords yet" -msgstr "" +msgstr "Zatím žádná hesla aplikací" #: src/components/contacts/screens/ViewMatches.tsx:681 msgid "No contacts found" -msgstr "" +msgstr "Nenalezeny žádné kontakty" #: src/components/contacts/screens/ViewMatches.tsx:659 msgid "No contacts with the name “{query}” found" -msgstr "" +msgstr "Nebyly nalezeny žádné kontakty se jménem „{query}" #: src/view/com/feeds/ProfileFeedgens.tsx:161 msgid "No custom feeds yet" -msgstr "" +msgstr "Zatím žádné vlastní kanály" #: src/screens/Settings/components/ChangeHandleDialog.tsx:410 #: src/screens/Settings/components/ChangeHandleDialog.tsx:412 msgid "No DNS Panel" -msgstr "" +msgstr "Žádný panel DNS" #: src/view/com/composer/drafts/DraftsListDialog.tsx:143 msgid "No drafts yet" -msgstr "" +msgstr "Zatím žádné koncepty" #: src/features/liveNow/components/EditLiveDialog.tsx:141 msgid "No expiry set" -msgstr "" +msgstr "Není nastaveno vypršení platnosti" #: src/screens/StarterPack/Wizard/StepFeeds.tsx:122 msgid "No feeds found. Try searching for something else." -msgstr "" +msgstr "Nebyly nalezeny žádné kanály. Zkuste vyhledat něco jiného." #: src/view/com/profile/ProfileFollowers.tsx:202 msgid "No followers yet" -msgstr "" +msgstr "Zatím žádní sledující" #. Empty-state message shown in the GIF picker when a search returns zero results. Placeholder is the user’s search query. #: src/features/gifPicker/components/GifPickerPlaceholder.tsx:25 msgid "No GIFs found for \"{query}\"." -msgstr "" +msgstr "Nebyly nalezeny žádné GIFy pro „{query}“." #. Empty-state message shown when the trending/featured GIF feed returns no results (rare, usually a transient provider issue). #: src/features/gifPicker/components/GifPickerPlaceholder.tsx:36 msgid "No GIFs to show right now. Try again in a moment." -msgstr "" +msgstr "Momentálně nejsou k zobrazení žádné GIFy. Zkuste to za chvíli znovu." #: src/features/liveNow/components/LinkPreview.tsx:64 msgid "No image" -msgstr "" +msgstr "Žádný obrázek" #: src/components/LikedByList.tsx:84 #: src/view/com/post-thread/PostLikedBy.tsx:84 #: src/view/screens/Profile.tsx:525 msgid "No likes yet" -msgstr "" +msgstr "Zatím žádné lajky" #: src/view/com/lists/ProfileLists.tsx:160 msgid "No lists" -msgstr "" +msgstr "Žádné seznamy" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, ) #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:521 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:293 -#: src/view/com/notifications/NotificationFeedItem.tsx:817 +#: src/view/com/notifications/NotificationFeedItem.tsx:823 msgid "No longer following {0}" -msgstr "" +msgstr "Již nesledujete {0}" #: src/view/screens/Profile.tsx:471 msgid "No media yet" -msgstr "" +msgstr "Zatím žádná média" #: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" -msgstr "" +msgstr "Zatím žádné zprávy" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:14 msgid "No more doomscrolling junk-filled algorithms. Find feeds that work for you, not against you." -msgstr "" +msgstr "Konec nekonečného scrollování v algoritmech plných balastu. Najděte si kanály, které pracují pro vás, ne proti vám." #: src/components/contacts/screens/ViewMatches.tsx:563 msgid "No name" -msgstr "" +msgstr "Bez jména" #: src/view/com/notifications/NotificationFeed.tsx:125 msgid "No notifications yet!" -msgstr "" +msgstr "Zatím žádná oznámení!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" -msgstr "" +msgstr "Nikdo" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" -msgstr "" +msgstr "Nikdo" #: src/screens/Settings/ActivityPrivacySettings.tsx:130 #: src/screens/Settings/ActivityPrivacySettings.tsx:135 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:160 msgctxt "enable for" msgid "No one" -msgstr "" +msgstr "Nikdo" #: src/components/WhoCanReply.tsx:303 msgid "No one but the author can quote this post." -msgstr "" +msgstr "Tento příspěvek může citovat pouze autor." #: src/screens/Messages/components/ChatLocked.tsx:73 msgid "No one can send messages" -msgstr "" +msgstr "Nikdo nemůže posílat zprávy" #: src/screens/Notifications/ActivityList.tsx:43 msgid "No posts here" -msgstr "" +msgstr "Žádné příspěvky" #: src/screens/Profile/Sections/Feed.tsx:81 #: src/view/screens/Profile.tsx:430 msgid "No posts yet" -msgstr "" +msgstr "Zatím žádné příspěvky" #: src/view/com/post-thread/PostQuotes.tsx:107 msgid "No quotes yet" -msgstr "" +msgstr "Zatím žádné citace" #. Empty-state message shown in the GIF picker’s Recents tab before the user has selected any GIFs. #: src/features/gifPicker/components/GifPickerPlaceholder.tsx:31 msgid "No recent GIFs yet. Pick one to see it here." -msgstr "" +msgstr "Zatím žádné nedávné GIFy. Vyberte nějaký a zobrazí se zde." + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "Žádné odpovědi" #: src/view/screens/Profile.tsx:456 msgid "No replies yet" -msgstr "" +msgstr "Zatím žádné odpovědi" #: src/view/com/post-thread/PostRepostedBy.tsx:90 msgid "No reposts yet" -msgstr "" +msgstr "Zatím žádné reposty" #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:60 #: src/view/com/composer/text-input/web/Autocomplete.tsx:192 msgid "No result" -msgstr "" +msgstr "Žádný výsledek" #: src/components/dialogs/SearchablePeopleList.tsx:250 #: src/components/dms/AddMembersFlow.tsx:257 #: src/components/dms/InitiateChatFlow.tsx:376 #: src/components/ProgressGuide/FollowDialog.tsx:221 msgid "No results" -msgstr "" +msgstr "Žádné výsledky" #. placeholder {0}: interestsDisplayNames[selectedInterest] #: src/screens/Search/Explore.tsx:828 msgid "No results for \"{0}\"." -msgstr "" +msgstr "Žádné výsledky pro „{0}“." #: src/components/Lists.tsx:203 #: src/components/Lists.tsx:218 msgid "No results found" -msgstr "" +msgstr "Nebyly nalezeny žádné výsledky" #: src/view/screens/Feeds.tsx:466 msgid "No results found for \"{query}\"" -msgstr "" +msgstr "Nebyly nalezeny žádné výsledky pro \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "Pro „<0>{query}“ nebyly s použitými pokročilými filtry vyhledávání nalezeny žádné výsledky." + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." -msgstr "" +msgstr "Pro „<0>{query}“ nebyly nalezeny žádné výsledky." + +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "Pro váš dotaz s použitými pokročilými filtry vyhledávání nebyly nalezeny žádné výsledky." #: src/screens/Search/Explore.tsx:832 msgid "No results." -msgstr "" +msgstr "Žádné výsledky." #: src/view/screens/Profile.tsx:557 msgid "No Starter Packs yet" -msgstr "" - -#: src/components/dms/MessageItem.tsx:880 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" +msgstr "Zatím žádné startovací balíčky" #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" -msgstr "" +msgstr "Ne, děkuji" #: src/lib/translation/index.tsx:308 msgid "No translation received from your device." -msgstr "" +msgstr "Z vašeho zařízení nebyl přijat žádný překlad." #: src/view/screens/Profile.tsx:498 msgid "No video posts yet" -msgstr "" +msgstr "Zatím žádné video příspěvky" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:471 msgid "Nobody" -msgstr "" +msgstr "Nikdo" #: src/components/LikedByList.tsx:86 #: src/view/com/post-thread/PostLikedBy.tsx:86 msgid "Nobody has liked this yet. Maybe you should be the first!" -msgstr "" +msgstr "Tohle se zatím nikomu nelíbí. Možná byste mohli být první!" #: src/view/com/post-thread/PostQuotes.tsx:109 msgid "Nobody has quoted this yet. Maybe you should be the first!" -msgstr "" +msgstr "Tento příspěvek zatím nikdo necitoval. Možná byste mohli být první!" #: src/view/com/post-thread/PostRepostedBy.tsx:92 msgid "Nobody has reposted this yet. Maybe you should be the first!" -msgstr "" +msgstr "Tento příspěvek zatím nikdo nerepostoval. Možná byste mohli být první!" #: src/screens/StarterPack/Wizard/StepProfiles.tsx:107 msgid "Nobody was found. Try searching for someone else." -msgstr "" +msgstr "Nikdo nebyl nalezen. Zkuste vyhledat někoho jiného." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 msgid "Non-consensual intimate imagery" -msgstr "" +msgstr "Nekonsenzuální intimní snímky" #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" -msgstr "" +msgstr "Nesexuální nahota" + +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "Žádné z těchto slov" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" -msgstr "" +msgstr "Není k dispozici na této platformě" #: src/screens/FindContactsFlowScreen.tsx:62 #: src/screens/Settings/FindContactsSettings.tsx:106 msgid "Not available on this platform." -msgstr "" +msgstr "Není k dispozici na této platformě." #: src/components/KnownFollowers.tsx:254 msgid "Not followed by anyone you’re following" -msgstr "" +msgstr "Není sledován nikým z těch, které sledujete" #: src/Navigation.tsx:167 #: src/view/screens/Profile.tsx:132 msgid "Not Found" -msgstr "" +msgstr "Nenalezeno" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:131 msgid "Not ready to hit post? Keep your best ideas in Drafts until the timing is just right." -msgstr "" +msgstr "Nejste připraveni příspěvek publikovat? Své nejlepší nápady si uchovejte v konceptech, dokud nenastane ten správný čas." #: src/view/com/profile/ProfileMenu.tsx:546 msgid "Note about sharing" -msgstr "" +msgstr "Poznámka o sdílení" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:117 msgid "Note: Bluesky is an open and public network. This setting only limits the visibility of your content on the Bluesky app and website, and other apps may not respect this setting. Your content may still be shown to logged-out users by other apps and websites." -msgstr "" +msgstr "Poznámka: Bluesky je otevřená a veřejná síť. Toto nastavení omezuje viditelnost vašeho obsahu pouze v aplikaci a na webu Bluesky a jiné aplikace toto nastavení nemusí respektovat. Váš obsah může být i nadále zobrazován nepřihlášeným uživatelům prostřednictvím jiných aplikací a webových stránek." #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:135 msgid "Note: This post is only visible to logged-in users." -msgstr "" +msgstr "Poznámka: Tento příspěvek je viditelný pouze pro přihlášené uživatele." #: src/screens/Bookmarks/components/EmptyState.tsx:36 #: src/screens/Bookmarks/index.tsx:299 msgid "Nothing saved yet" -msgstr "" +msgstr "Zatím nic uloženo" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" -msgstr "" +msgstr "Nastavení oznámení" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" -msgstr "" +msgstr "Zvuky oznámení" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" -msgstr "" +msgstr "Oznámení" #: src/lib/hooks/useTimeAgo.ts:135 msgid "now" -msgstr "" +msgstr "nyní" #: src/view/com/composer/labels/LabelsBtn.tsx:146 #: src/view/com/composer/labels/LabelsBtn.tsx:149 msgid "Nudity" -msgstr "" +msgstr "Nahota" #: src/components/contacts/phone-number.ts:43 msgid "Number should be a mobile number" -msgstr "" +msgstr "Číslo by mělo být mobilní číslo" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" -msgstr "" +msgstr "Vypnuto" #. Title of the error screen shown when the GIF picker crashes unexpectedly. #: src/components/dialogs/LanguageSelectDialog.tsx:347 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:22 #: src/view/com/util/ErrorBoundary.tsx:57 msgid "Oh no!" -msgstr "" +msgstr "Ale ne!" #. Confirm button text. #: src/components/contacts/screens/GetContacts.tsx:317 @@ -8016,124 +8252,136 @@ msgstr "" #: src/screens/Settings/AppIconSettings/index.tsx:46 #: src/screens/Settings/AppIconSettings/index.tsx:232 msgid "OK" -msgstr "" +msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:731 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" -msgstr "" +msgstr "Dobře" #: src/screens/PostThread/components/HeaderDropdown.tsx:85 #: src/screens/PostThread/components/HeaderDropdown.tsx:90 #: src/screens/Settings/ThreadPreferences.tsx:65 #: src/screens/Settings/ThreadPreferences.tsx:68 msgid "Oldest replies first" -msgstr "" +msgstr "Nejstarší odpovědi jako první" #: src/screens/Settings/AccountSettings.tsx:164 msgid "On" -msgstr "" +msgstr "Zapnuto" #: src/components/StarterPack/QrCode.tsx:86 msgid "on<0><1/><2><3/>" -msgstr "" +msgstr "na<0><1/><2><3/>" #: src/screens/Settings/Settings.tsx:396 msgid "Onboarding reset" -msgstr "" +msgstr "Resetovat onboarding" #: src/components/dms/dialogs/NewChatDialog.tsx:117 msgid "One of the selected recipients does not allow group chats." -msgstr "" +msgstr "Jeden z vybraných příjemců nepovoluje skupinové chaty." #: src/components/dms/dialogs/NewChatDialog.tsx:100 msgid "One of the selected recipients has blocked you and cannot be messaged." -msgstr "" +msgstr "Jeden z vybraných příjemců vás zablokoval a nelze mu zaslat zprávu." -#: src/view/com/composer/Composer.tsx:864 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." -msgstr "" +msgstr "U jednoho nebo více souborů GIF chybí alternativní text." -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." -msgstr "" +msgstr "U jednoho nebo více obrázků chybí alternativní text." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." -msgstr "" +msgstr "Jeden nebo více vybraných souborů není podporován." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." -msgstr "" +msgstr "Jeden nebo více vybraných souborů je příliš velký. Maximální velikost je {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:659 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" -msgstr "" +msgstr "Jeden nebo více příspěvků je příliš dlouhých na uložení jako koncept. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Maximální počet znaků je # znak.} few {Maximální počet znaků jsou # znaky.} many {Maximální počet znaků je # znaků.} other {Maximální počet znaků je # znaků.}}" -#: src/view/com/composer/Composer.tsx:871 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." -msgstr "" +msgstr "U jednoho nebo více videí chybí alternativní text." #. placeholder {0}: settings.map((rule, i) => ( )) #: src/components/WhoCanReply.tsx:283 msgid "Only {0} can reply." -msgstr "" +msgstr "Odpovídat mohou pouze {0}." #. Toast shown when adding images would exceed the post gallery cap; only the first N are kept #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:234 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" -msgstr "" +msgstr "Přidáno pouze {0} z {1} {2, plural, one {obrázku} few {obrázků} many {obrázků} other {obrázků}}; limit je {MAX_GALLERY_IMAGES}" #: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." -msgstr "" +msgstr "Požadavky na přidání mohou přijímat pouze správci." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "" +msgid "Only admins can reject join requests." +msgstr "Požadavky na přidání mohou odmítat pouze správci." #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." -msgstr "" +msgstr "Do tohoto skupinového chatu se mohou připojit pouze sledující." #: src/screens/Settings/ActivityPrivacySettings.tsx:121 #: src/screens/Settings/ActivityPrivacySettings.tsx:126 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:158 msgid "Only followers who I follow" -msgstr "" +msgstr "Pouze sledující, které sleduji" #: src/lib/media/picker.shared.ts:34 msgid "Only image files are supported" -msgstr "" +msgstr "Podporovány jsou pouze obrazové soubory" #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) #: src/screens/Messages/JoinRequest.tsx:218 msgid "Only people {0} follows can join." -msgstr "" +msgstr "Připojit se mohou jen lidé, které {0} sleduje." #: src/components/dms/ChatInvite/Root.tsx:127 #: src/components/intents/GroupChatJoinDialog.tsx:306 msgid "Only people the chat owner follows can join" -msgstr "" +msgstr "Připojit se mohou pouze lidé, které sleduje vlastník konverzace" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "Pouze příspěvky s médii" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "Pouze příspěvky s videem" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "Pouze odpovědi" #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" -msgstr "" +msgstr "Podporovány jsou pouze soubory WebVTT (.vtt)" #: src/components/Lists.tsx:99 msgid "Oops, something went wrong!" -msgstr "" +msgstr "Jejda, něco se pokazilo!" #: src/features/inviteFriends/InviteScannerScreen.tsx:218 msgid "Oops, this profile doesn't exist. Try scanning another one." -msgstr "" +msgstr "Jejda, tento profil neexistuje. Zkuste naskenovat jiný." #: src/components/Lists.tsx:184 #: src/components/StarterPack/ProfileStarterPacks.tsx:363 @@ -8142,356 +8390,359 @@ msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:108 #: src/view/screens/Profile.tsx:132 msgid "Oops!" -msgstr "" +msgstr "Jejda!" + +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "Otevřít pokročilé možnosti vyhledávání" #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" -msgstr "" +msgstr "Otevřít editor avatara" #: src/view/com/feeds/ComposerPrompt.tsx:202 msgid "Open camera" -msgstr "" +msgstr "Otevřít fotoaparát" #: src/components/dms/ChatInvite/Root.tsx:104 #: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" -msgstr "" +msgstr "Otevřít konverzaci" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" -msgstr "" +msgstr "Otevřít možnosti člena konverzace pro {displayName}" #: src/screens/Messages/components/ChatListItem.tsx:491 #: src/screens/Messages/components/ChatListItem.tsx:495 msgid "Open conversation options" -msgstr "" +msgstr "Otevřít možnosti konverzace" #: src/view/com/composer/drafts/DraftItem.tsx:69 msgid "Open draft" -msgstr "" +msgstr "Otevřít koncept" #: src/components/Layout/Header/index.tsx:167 msgid "Open drawer menu" -msgstr "" +msgstr "Otevřít nabídku" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" -msgstr "" +msgstr "Otevřít výběr emoji" #: src/screens/Profile/components/ProfileFeedHeader.tsx:192 msgid "Open feed info screen" -msgstr "" +msgstr "Otevřít obrazovku s informacemi o kanálu" #: src/screens/Profile/components/ProfileFeedHeader.tsx:293 #: src/screens/Profile/components/ProfileFeedHeader.tsx:298 msgid "Open feed options menu" -msgstr "" +msgstr "Otevřít nabídku možností kanálu" #: src/components/dms/EmojiPopup.android.tsx:28 msgid "Open full emoji list" -msgstr "" +msgstr "Otevřít celý seznam emoji" #: src/screens/Profile/components/GermButton.tsx:75 msgid "Open Germ DM" -msgstr "" +msgstr "Otevřít Germ DM" #: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" -msgstr "" +msgstr "Otevřít skupinovou konverzaci" #: src/components/dms/MessagesListHeader.tsx:167 #: src/components/dms/MessagesListHeader.tsx:203 msgid "Open group chat settings" -msgstr "" +msgstr "Otevřít nastavení skupinové konverzace" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" -msgstr "" +msgstr "Otevřít v Překladači Google" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 msgid "Open link to {niceUrl}" -msgstr "" +msgstr "Otevřít odkaz na {niceUrl}" #: src/components/dms/ActionsWrapper.tsx:40 msgid "Open message options" -msgstr "" +msgstr "Otevřít možnosti zprávy" #: src/screens/Settings/Settings.tsx:461 msgid "Open moderation debug page" -msgstr "" +msgstr "Otevřít stránku pro ladění moderace" #: src/screens/Moderation/index.tsx:280 msgid "Open muted words and tags settings" -msgstr "" +msgstr "Otevřít nastavení ztlumených slov a značek" #: src/screens/Search/components/StarterPackCard.tsx:120 msgid "Open pack" -msgstr "" +msgstr "Otevřít balíček" #: src/components/PostControls/PostMenu/index.tsx:67 msgid "Open post options menu" -msgstr "" +msgstr "Otevřít nabídku možností příspěvku" #: src/features/liveNow/components/LiveStatusDialog.tsx:219 #: src/features/liveNow/components/LiveStatusDialog.tsx:229 msgid "Open profile" -msgstr "" +msgstr "Otevřít profil" #: src/features/inviteFriends/components/ActionButtons.tsx:39 msgid "Open QR code scanner" -msgstr "" +msgstr "Otevřít skener QR kódů" #: src/components/BotAccountAlert.tsx:62 #: src/components/BotAccountAlert.tsx:71 msgid "Open settings" -msgstr "" +msgstr "Otevřít nastavení" #: src/components/PostControls/ShareMenu/index.tsx:98 msgid "Open share menu" -msgstr "" +msgstr "Otevřít nabídku sdílení" #: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Open starter pack menu" -msgstr "" +msgstr "Otevřít nabídku startovacího balíčku" #: src/screens/Settings/Settings.tsx:454 #: src/screens/Settings/Settings.tsx:468 msgid "Open storybook page" -msgstr "" +msgstr "Otevřít stránku storybook" #: src/screens/Settings/Settings.tsx:447 msgid "Open system log" -msgstr "" +msgstr "Otevřít systémový protokol" #: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" -msgstr "" +msgstr "Otevřít tuto skupinovou konverzaci" #. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 msgid "Opens {0} feed" -msgstr "" +msgstr "Otevře kanál {0}" #: src/view/com/composer/labels/LabelsBtn.tsx:63 msgid "Opens a dialog to add a content warning to your post" -msgstr "" +msgstr "Otevře dialogové okno pro přidání varování o obsahu k vašemu příspěvku" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:154 msgid "Opens a dialog to choose who can interact with this post" -msgstr "" +msgstr "Otevře dialogové okno pro výběr, kdo může reagovat na tento příspěvek" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" -msgstr "" +msgstr "Otevře seznam barevných motivů pro QR kartu" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" -msgstr "" +msgstr "Otevře další podrobnosti pro položku ladění" #: src/view/com/composer/videos/SubtitleDialog.tsx:45 msgid "Opens alt text dialog" -msgstr "" +msgstr "Otevře dialogové okno alternativního textu" #: src/view/com/composer/photos/OpenCameraBtn.tsx:70 msgid "Opens camera on device" -msgstr "" +msgstr "Otevře fotoaparát zařízení" #: src/view/com/composer/videos/SubtitleDialog.tsx:44 msgid "Opens captions and alt text dialog" -msgstr "" +msgstr "Otevře dialog s titulky a alternativním textem" #: src/screens/Settings/AccountSettings.tsx:136 msgid "Opens change handle dialog" -msgstr "" +msgstr "Otevře dialog pro změnu uživatelského jména" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:64 msgid "Opens composer" -msgstr "" +msgstr "Otevře editor příspěvku" #: src/view/com/feeds/ComposerPrompt.tsx:203 msgid "Opens device camera" -msgstr "" +msgstr "Otevře fotoaparát zařízení" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." -msgstr "" +msgstr "Otevře galerii zařízení pro výběr až {MAX_GALLERY_IMAGES, plural, one {# obrázku} other {# obrázků}}, nebo jednoho videa či GIFu." #: src/screens/Messages/JoinRequest.tsx:305 #: src/view/com/auth/SplashScreen.tsx:102 #: src/view/com/auth/SplashScreen.web.tsx:110 msgid "Opens flow to create a new Bluesky account" -msgstr "" +msgstr "Otevře průvodce vytvořením nového účtu Bluesky" #: src/screens/Messages/JoinRequest.tsx:291 #: src/view/com/auth/SplashScreen.tsx:120 #: src/view/com/auth/SplashScreen.web.tsx:124 msgid "Opens flow to sign in to your existing Bluesky account" -msgstr "" +msgstr "Otevře průvodce pro přihlášení do vašeho stávajícího účtu Bluesky" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" -msgstr "" +msgstr "Otevře obrázek v plné velikosti" #: src/screens/Settings/Settings.tsx:248 msgid "Opens helpdesk in browser" -msgstr "" +msgstr "Otevře centrum nápovědy v prohlížeči" #: src/view/com/feeds/ComposerPrompt.tsx:225 msgid "Opens image picker" -msgstr "" +msgstr "Otevře výběr obrázků" #. placeholder {0}: link?.href ?? '' #: src/components/dialogs/LinkWarning.tsx:113 msgid "Opens link {0}" -msgstr "" +msgstr "Otevře odkaz {0}" #: src/view/com/util/UserAvatar.tsx:603 msgid "Opens live status dialog" -msgstr "" +msgstr "Otevře dialogové okno živého vysílání" #: src/screens/Login/LoginForm.tsx:259 msgid "Opens password reset form" -msgstr "" +msgstr "Otevře formulář pro obnovení hesla" #: src/view/com/composer/select-language/PostLanguageSelect.tsx:200 msgid "Opens post language settings" -msgstr "" +msgstr "Otevře nastavení jazyka příspěvku" #: src/components/dms/SystemMessageItem.tsx:61 msgid "Opens profile" -msgstr "" +msgstr "Otevře profil" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 msgid "Opens the find and invite friends settings" -msgstr "" +msgstr "Otevře nastavení pro hledání a pozvání přátel" #. Accessibility hint announced after the GIF picker button label, describing what activating it will do. #: src/view/com/composer/photos/SelectGifBtn.tsx:45 msgid "Opens the GIF picker dialog" -msgstr "" +msgstr "Otevře dialog výběru GIFu" #: src/view/shell/Drawer.tsx:123 msgid "Opens the invite friends sheet to share your profile" -msgstr "" +msgstr "Otevře panel pro pozvání přátel ke sdílení vašeho profilu" #: src/view/com/feeds/ComposerPrompt.tsx:148 msgid "Opens the post composer" -msgstr "" +msgstr "Otevře editor příspěvku" #: src/view/com/composer/drafts/DraftItem.tsx:70 msgid "Opens this draft in the composer" -msgstr "" +msgstr "Otevře tento koncept v editoru příspěvků" -#: src/view/com/notifications/NotificationFeedItem.tsx:1131 +#: src/view/com/notifications/NotificationFeedItem.tsx:1143 #: src/view/com/util/UserAvatar.tsx:621 msgid "Opens this profile" -msgstr "" +msgstr "Otevře tento profil" #: src/components/dialogs/MutedWords.tsx:308 msgid "Options:" -msgstr "" +msgstr "Možnosti:" #: src/screens/Deactivated.tsx:192 msgid "Or, continue with another account." -msgstr "" +msgstr "Nebo pokračujte s jiným účtem." #: src/screens/Deactivated.tsx:179 msgid "Or, sign in to one of your other accounts." -msgstr "" +msgstr "Nebo se přihlaste k jednomu ze svých dalších účtů." #: src/screens/Settings/components/OTAInfo.tsx:55 msgid "OTA status: ..." -msgstr "" +msgstr "Stav OTA: ..." #: src/screens/Settings/components/OTAInfo.tsx:51 msgid "OTA status: Available!" -msgstr "" +msgstr "Stav OTA: Dostupné!" #: src/screens/Settings/components/OTAInfo.tsx:53 msgid "OTA status: Error fetching update" -msgstr "" +msgstr "Stav OTA: Chyba při načítání aktualizace" #: src/screens/Settings/components/OTAInfo.tsx:57 msgid "OTA status: None available" -msgstr "" +msgstr "Stav OTA: Žádná není k dispozici" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 #: src/view/com/composer/labels/LabelsBtn.tsx:181 msgid "Other" -msgstr "" +msgstr "Jiné" #: src/components/AccountList.tsx:93 msgid "Other account" -msgstr "" +msgstr "Jiný účet" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 msgid "Other child safety issue" -msgstr "" +msgstr "Jiný problém týkající se bezpečnosti dětí" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 msgid "Other dangerous content" -msgstr "" +msgstr "Jiný nebezpečný obsah" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 msgid "Other harassing or hateful content" -msgstr "" +msgstr "Jiný obtěžující nebo nenávistný obsah" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 msgid "Other misleading content" -msgstr "" +msgstr "Jiný zavádějící obsah" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 msgid "Other network rule-breaking" -msgstr "" +msgstr "Jiné porušení pravidel sítě" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 msgid "Other sexual violence content" -msgstr "" +msgstr "Jiný sexuálně násilný obsah" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 msgid "Other violent content" -msgstr "" +msgstr "Jiný obsah s násilím" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:51 msgid "Our blog post" -msgstr "" +msgstr "Náš blogový příspěvek" #: src/components/dms/AfterReportConversationDialog.tsx:86 #: src/components/dms/AfterReportConversationDialog.tsx:213 #: src/components/dms/AfterReportDialog.tsx:89 #: src/components/dms/AfterReportDialog.tsx:181 msgid "Our moderation team has received your report." -msgstr "" +msgstr "Náš moderátorský tým obdržel vaše hlášení." #: src/screens/Messages/components/ChatDisabled.tsx:54 msgid "Our moderators have reviewed reports and decided to disable your access to chats on Bluesky." -msgstr "" +msgstr "Naši moderátoři přezkoumali nahlášení a rozhodli se vám zakázat přístup ke konverzacím na Bluesky." #: src/components/dialogs/StarterPackDialog.tsx:384 msgid "Owner" -msgstr "" +msgstr "Vlastník" #: src/components/dms/LeaveConvoPrompt.tsx:44 msgid "Owner must lock the group before leaving." -msgstr "" +msgstr "Vlastník musí před odchodem skupinu uzamknout." #: src/components/Lists.tsx:204 #: src/components/Lists.tsx:219 #: src/view/screens/NotFound.tsx:34 #: src/view/screens/NotFound.tsx:41 msgid "Page not found" -msgstr "" +msgstr "Stránka nenalezena" #. Accessibility label for the icon-only pill that filters the GIF picker to celebration/party GIFs. #: src/features/gifPicker/components/GifCategoryPills.tsx:85 msgid "Party GIFs" -msgstr "" +msgstr "Party GIFy" #: src/screens/Login/LoginForm.tsx:228 #: src/screens/Settings/AccountSettings.tsx:126 @@ -8499,408 +8750,409 @@ msgstr "" #: src/screens/Settings/components/DeleteAccountDialog.tsx:284 #: src/screens/Signup/StepInfo/index.tsx:255 msgid "Password" -msgstr "" +msgstr "Heslo" #: src/screens/Settings/components/ChangePasswordDialog.tsx:70 msgid "Password changed" -msgstr "" +msgstr "Heslo bylo změněno" #: src/screens/Settings/components/ChangePasswordDialog.tsx:125 msgid "Password must be at least 8 characters long." -msgstr "" +msgstr "Heslo musí mít alespoň 8 znaků." #: src/screens/Login/index.tsx:202 msgid "Password updated" -msgstr "" +msgstr "Heslo aktualizováno" #: src/screens/Login/PasswordUpdatedForm.tsx:24 msgid "Password updated!" -msgstr "" +msgstr "Heslo bylo aktualizováno!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" -msgstr "" +msgstr "Pozastavit" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" -msgstr "" +msgstr "Pozastavit GIF" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:346 msgid "Pause video" -msgstr "" +msgstr "Pozastavit video" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" -msgstr "" +msgstr "Lidé" #: src/screens/Messages/components/InviteLinkDialog.tsx:164 msgid "People {ownerName} follows can join instantly" -msgstr "" +msgstr "Lidé, které {ownerName} sleduje, se mohou připojit okamžitě" #: src/screens/Messages/components/InviteLinkDialog.tsx:169 msgid "People {ownerName} follows can request to join" -msgstr "" +msgstr "Lidé, které {ownerName} sleduje, mohou požádat o připojení" #. placeholder {0}: route.params.name #: src/Navigation.tsx:238 msgid "People followed by @{0}" -msgstr "" +msgstr "Lidé sledovaní uživatelem @{0}" #. placeholder {0}: route.params.name #: src/Navigation.tsx:231 msgid "People following @{0}" -msgstr "" +msgstr "Lidé sledující @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" -msgstr "" +msgstr "Lidé, které sleduji" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" -msgstr "" +msgstr "Lidé, které sleduji" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" -msgstr "" +msgstr "Lidé, které sleduji" #: src/screens/Messages/components/InviteLinkDialog.tsx:163 msgid "People I follow can join instantly" -msgstr "" +msgstr "Lidé, které sleduji, se mohou připojit okamžitě" #: src/screens/Messages/components/InviteLinkDialog.tsx:168 msgid "People I follow can request to join" -msgstr "" +msgstr "Lidé, které sleduji, mohou požádat o připojení" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" -msgstr "" +msgstr "Lidé, které sledujete" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:524 msgid "People you mention" -msgstr "" +msgstr "Lidé, které zmíníte" #: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." -msgstr "" +msgstr "Přístup k vaší knihovně fotografií byl zamítnut. Povolte jej prosím v nastavení systému." #: src/components/StarterPack/Wizard/WizardListCard.tsx:59 msgid "Person toggle" -msgstr "" +msgstr "Přepínač osoby" #: src/components/contacts/components/InviteInfo.tsx:60 msgid "Personalize the message" -msgstr "" +msgstr "Přizpůsobte si zprávu" #: src/lib/interests.ts:68 msgid "Pets" -msgstr "" +msgstr "Mazlíčci" #: src/components/contacts/screens/PhoneInput.tsx:192 #: src/components/contacts/screens/PhoneInput.tsx:204 msgid "Phone number" -msgstr "" +msgstr "Telefonní číslo" #: src/components/contacts/screens/VerifyNumber.tsx:304 msgid "Phone number verified" -msgstr "" +msgstr "Telefonní číslo ověřeno" #: src/lib/interests.ts:69 msgid "Photography" -msgstr "" +msgstr "Fotografie" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" -msgstr "" +msgstr "Vyberte barevné téma" #: src/view/com/composer/labels/LabelsBtn.tsx:165 msgid "Pictures meant for adults." -msgstr "" +msgstr "Obrázky určené pro dospělé." #: src/components/FeedCard.tsx:364 #: src/screens/Profile/components/ProfileFeedHeader.tsx:514 #: src/screens/Profile/components/ProfileFeedHeader.tsx:520 #: src/screens/SavedFeeds.tsx:559 msgid "Pin feed" -msgstr "" +msgstr "Připnout kanál" #: src/screens/ProfileList/components/Header.tsx:151 #: src/screens/ProfileList/components/Header.tsx:158 msgid "Pin to home" -msgstr "" +msgstr "Připnout na domovskou obrazovku" #: src/screens/Profile/components/ProfileFeedHeader.tsx:337 msgid "Pin to Home" -msgstr "" +msgstr "Připnout na domovskou stránku" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Pin to your profile" -msgstr "" +msgstr "Připnout na váš profil" #: src/view/com/posts/PostFeedReason.tsx:116 msgid "Pinned" -msgstr "" +msgstr "Připnuto" #. placeholder {0}: info.displayName #: src/screens/Profile/components/ProfileFeedHeader.tsx:159 #: src/screens/Profile/components/ProfileFeedHeader.tsx:173 msgid "Pinned {0} to Home" -msgstr "" +msgstr "{0} připnuto na Domů" #: src/screens/SavedFeeds.tsx:146 #: src/screens/SavedFeeds.tsx:337 msgid "Pinned Feeds" -msgstr "" +msgstr "Připnuté kanály" #: src/screens/ProfileList/components/Header.tsx:77 msgid "Pinned to your feeds" -msgstr "" +msgstr "Připnuto k vašim kanálům" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" -msgstr "" +msgstr "Přehrát" #. placeholder {0}: link.title #: src/components/Post/Embed/ExternalEmbed/ExternalGif.tsx:110 msgid "Play {0}" -msgstr "" +msgstr "Přehrát {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" -msgstr "" +msgstr "Přehrát GIF" #: src/components/Post/Embed/VideoEmbed/index.tsx:130 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:347 msgid "Play video" -msgstr "" +msgstr "Přehrát video" #: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:61 msgid "Play Video" -msgstr "" +msgstr "Přehrát video" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" -msgstr "" +msgstr "Přehraje nebo pozastaví GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" -msgstr "" +msgstr "Přehraje nebo pozastaví video" #: src/components/Post/Embed/ExternalEmbed/ExternalGif.tsx:109 msgid "Plays the GIF" -msgstr "" +msgstr "Přehraje GIF" #: src/components/Post/Embed/ExternalEmbed/ExternalPlayer.tsx:62 msgid "Plays the video" -msgstr "" +msgstr "Přehraje video" #: src/view/com/composer/labels/LabelsBtn.tsx:111 msgid "Please add any content warning labels that are applicable for the media you are posting." -msgstr "" +msgstr "Přidejte prosím jakékoli štítky upozornění na obsah, které jsou relevantní pro média, která zveřejňujete." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:189 msgid "Please check your email inbox for further instructions. It may take a minute or two to arrive." -msgstr "" +msgstr "Zkontrolujte prosím svou e-mailovou schránku, kde najdete další pokyny. Doručení může trvat jednu až dvě minuty." #: src/screens/Signup/state.ts:294 msgid "Please choose your handle." -msgstr "" +msgstr "Vyberte si prosím své uživatelské jméno." #: src/screens/Signup/state.ts:286 #: src/screens/Signup/StepInfo/index.tsx:150 msgid "Please choose your password." -msgstr "" +msgstr "Zvolte si prosím heslo." #: src/components/dialogs/EmailDialog/screens/Update.tsx:286 msgid "Please click on the link in the email we just sent you to verify your new email address. This is an important step to allow you to continue enjoying all the features of Bluesky." -msgstr "" +msgstr "Klikněte prosím na odkaz v e-mailu, který jsme vám právě poslali, abyste ověřili svou novou e-mailovou adresu. Je to důležitý krok, který vám umožní nadále využívat všechny funkce Bluesky." #: src/screens/Signup/state.ts:309 msgid "Please complete the verification captcha." -msgstr "" +msgstr "Dokončete prosím ověřovací captcha." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." -msgstr "" +msgstr "Pro nahrávání videí prosím potvrďte svou e-mailovou adresu." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:102 #: src/screens/Signup/StepInfo/index.tsx:140 msgid "Please double-check that you have entered your email address correctly." -msgstr "" +msgstr "Zkontrolujte prosím, zda jste správně zadali svou e-mailovou adresu." #: src/screens/Login/SetNewPasswordForm.tsx:60 msgid "Please enter a password." -msgstr "" +msgstr "Zadejte prosím heslo." #: src/screens/Settings/components/ChangePasswordDialog.tsx:120 msgid "Please enter a password. It must be at least 8 characters long." -msgstr "" +msgstr "Zadejte prosím heslo. Musí mít alespoň 8 znaků." #: src/screens/Settings/components/AddAppPasswordDialog.tsx:114 msgid "Please enter a unique name for this app password or use our randomly generated one." -msgstr "" +msgstr "Zadejte prosím jedinečný název pro toto heslo aplikace nebo použijte náhodně vygenerovaný." #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:130 #: src/components/dialogs/EmailDialog/screens/Update.tsx:134 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:146 msgid "Please enter a valid code." -msgstr "" +msgstr "Zadejte prosím platný kód." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:111 #: src/components/dialogs/EmailDialog/screens/Update.tsx:147 msgid "Please enter a valid email address." -msgstr "" +msgstr "Zadejte platnou e-mailovou adresu." #: src/components/dialogs/MutedWords.tsx:89 msgid "Please enter a valid word, tag, or phrase to mute" -msgstr "" +msgstr "Zadejte platné slovo, štítek nebo frázi pro ztlumení" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:145 msgid "Please enter a valid, non-temporary email address. You may need to access this email in the future." -msgstr "" +msgstr "Zadejte platnou, ne dočasnou e-mailovou adresu. Možná k ní budete potřebovat přístup i v budoucnu." #. placeholder {0}: currentAccount!.email #: src/components/dialogs/EmailDialog/screens/Verify.tsx:269 msgid "Please enter the code we sent to <0>{0} below." -msgstr "" +msgstr "Zadejte níže kód, který jsme odeslali na <0>{0}." #: src/screens/Settings/components/ChangePasswordDialog.tsx:66 msgid "Please enter the code you received and the new password you would like to use." -msgstr "" +msgstr "Zadejte prosím kód, který jste obdrželi, a nové heslo, které chcete používat." #: src/components/dialogs/EmailDialog/screens/Update.tsx:244 msgid "Please enter the security code we sent to your previous email address." -msgstr "" +msgstr "Zadejte prosím bezpečnostní kód, který jsme zaslali na vaši předchozí e-mailovou adresu." #: src/screens/Signup/state.ts:270 #: src/screens/Signup/StepInfo/index.tsx:123 msgid "Please enter your email." -msgstr "" +msgstr "Zadejte prosím svůj e-mail." #: src/screens/Signup/StepInfo/index.tsx:116 msgid "Please enter your invite code." -msgstr "" +msgstr "Zadejte prosím svůj zvací kód." #: src/components/dialogs/EmailDialog/screens/Update.tsx:214 msgid "Please enter your new email address." -msgstr "" +msgstr "Zadejte svou novou e-mailovou adresu." #: src/screens/Login/LoginForm.tsx:96 msgid "Please enter your password" -msgstr "" +msgstr "Zadejte prosím své heslo" #: src/screens/Login/LoginForm.tsx:90 msgid "Please enter your username" -msgstr "" +msgstr "Zadejte své uživatelské jméno" #. placeholder {0}: labeler ? sanitizeHandle(labeler.creator.handle, '@') : label.src #: src/components/moderation/LabelsOnMeDialog.tsx:309 msgid "Please explain why you think this label was incorrectly applied by {0}" -msgstr "" +msgstr "Vysvětlete prosím, proč si myslíte, že tento štítek byl nesprávně přidělen uživatelem {0}" #: src/screens/Messages/components/ChatDisabled.tsx:143 msgid "Please explain why you think your chats were incorrectly disabled" -msgstr "" +msgstr "Vysvětlete prosím, proč si myslíte, že vaše konverzace byly nesprávně zakázány" #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:124 msgid "Please explain why you think your Go Live access was incorrectly disabled." -msgstr "" +msgstr "Vysvětlete prosím, proč si myslíte, že byl váš přístup k živému vysílání nesprávně zakázán." #: src/components/FocusScope/index.tsx:91 #: src/components/FocusScope/index.tsx:115 msgid "Please go back, or activate this element to return to the start of the active content." -msgstr "" +msgstr "Vraťte se zpět nebo aktivujte tento prvek pro návrat na začátek aktivního obsahu." #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:102 msgid "Please provide any additional details you feel moderators may need in order to properly assess your Age Assurance status." -msgstr "" +msgstr "Uveďte prosím veškeré další podrobnosti, které by moderátoři mohli potřebovat k řádnému posouzení stavu vašeho ověření věku." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:303 msgid "Please select a language" -msgstr "" +msgstr "Vyberte prosím jazyk" #: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" -msgstr "" +msgstr "Vyberte prosím moderátorskou službu" #: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" -msgstr "" +msgstr "Vyberte prosím důvod tohoto nahlášení" #. placeholder {0}: account.handle #: src/lib/hooks/useAccountSwitcher.ts:45 #: src/lib/hooks/useAccountSwitcher.ts:54 msgid "Please sign in as @{0}" -msgstr "" +msgstr "Přihlaste se prosím jako @{0}" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:40 msgid "Please use the Bluesky mobile app to scan a QR code." -msgstr "" +msgstr "Pro naskenování QR kódu prosím použijte mobilní aplikaci Bluesky." #: src/screens/Settings/FindContactsSettings.tsx:107 msgid "Please use the native app to import your contacts." -msgstr "" +msgstr "K importu kontaktů použijte prosím nativní aplikaci." #: src/screens/FindContactsFlowScreen.tsx:63 msgid "Please use the native app to sync your contacts." -msgstr "" +msgstr "K synchronizaci kontaktů použijte nativní aplikaci." #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:59 msgid "Please verify your email" -msgstr "" +msgstr "Ověřte prosím svůj e-mail" #: src/lib/hooks/useCreateSupportLink.ts:29 msgid "Please write your message below:" -msgstr "" +msgstr "Napište prosím svou zprávu níže:" #: src/lib/interests.ts:70 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:220 msgid "Politics" -msgstr "" +msgstr "Politika" #: src/view/com/composer/labels/LabelsBtn.tsx:152 msgid "Porn" -msgstr "" +msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" -msgstr "" +msgstr "Příspěvek" #: src/screens/PostThread/index.tsx:553 msgctxt "description" msgid "Post" -msgstr "" +msgstr "Příspěvek" #: src/view/screens/Profile.tsx:475 #: src/view/screens/Profile.tsx:476 msgid "Post a photo" -msgstr "" +msgstr "Přidat fotku" #: src/view/screens/Profile.tsx:502 #: src/view/screens/Profile.tsx:503 msgid "Post a video" -msgstr "" +msgstr "Přidat video" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" -msgstr "" +msgstr "Zveřejnit vše" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" -msgstr "" +msgstr "Přesto odeslat" #: src/screens/PostThread/components/ThreadItemPostTombstone.tsx:22 msgid "Post blocked" -msgstr "" +msgstr "Příspěvek zablokován" #. placeholder {0}: route.params.name #: src/Navigation.tsx:264 @@ -8908,75 +9160,75 @@ msgstr "" #: src/Navigation.tsx:278 #: src/Navigation.tsx:285 msgid "Post by @{0}" -msgstr "" +msgstr "Příspěvek od @{0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:200 msgctxt "toast" msgid "Post deleted" -msgstr "" +msgstr "Příspěvek smazán" #: src/lib/api/index.ts:190 msgid "Post failed to upload. Please check your Internet connection and try again." -msgstr "" +msgstr "Příspěvek se nepodařilo nahrát. Zkontrolujte prosím připojení k internetu a zkuste to znovu." #: src/screens/PostThread/components/ThreadItemAnchor.tsx:132 #: src/screens/PostThread/components/ThreadItemPost.tsx:117 #: src/screens/PostThread/components/ThreadItemTreePost.tsx:110 #: src/screens/VideoFeed/index.tsx:547 msgid "Post has been deleted" -msgstr "" +msgstr "Příspěvek byl smazán" #: src/components/moderation/ModerationDetailsDialog.tsx:111 #: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" -msgstr "" +msgstr "Příspěvek skrytý ztlumeným slovem" #: src/components/moderation/ModerationDetailsDialog.tsx:114 #: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" -msgstr "" +msgstr "Příspěvek skrytý vámi" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:685 msgid "Post interaction settings" -msgstr "" +msgstr "Nastavení interakcí s příspěvkem" #: src/Navigation.tsx:198 #: src/screens/ModerationInteractionSettings/index.tsx:35 msgid "Post Interaction Settings" -msgstr "" +msgstr "Nastavení interakcí s příspěvky" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:193 msgid "Post it to Bluesky or share anywhere." -msgstr "" +msgstr "Zveřejněte to na Bluesky nebo sdílejte kdekoli." #. Accessibility label for button that opens dialog to choose post language settings #: src/view/com/composer/select-language/PostLanguageSelect.tsx:195 msgid "Post language selection" -msgstr "" +msgstr "Výběr jazyka příspěvku" #: src/screens/Messages/components/InviteLinkDialog.tsx:395 #: src/screens/Messages/components/InviteLinkDialog.tsx:411 msgid "Post link" -msgstr "" +msgstr "Odkaz na příspěvek" #: src/screens/PostThread/components/ThreadError.tsx:33 #: src/screens/PostThread/components/ThreadItemPostTombstone.tsx:25 msgid "Post not found" -msgstr "" +msgstr "Příspěvek nenalezen" #: src/state/queries/pinned-post.ts:59 msgctxt "toast" msgid "Post pinned" -msgstr "" +msgstr "Příspěvek připnut" #: src/components/PostControls/BookmarkButton.tsx:67 msgid "Post saved" -msgstr "" +msgstr "Příspěvek uložen" #: src/state/queries/pinned-post.ts:61 msgctxt "toast" msgid "Post unpinned" -msgstr "" +msgstr "Příspěvek odepnut" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:257 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:269 @@ -8984,31 +9236,35 @@ msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:197 #: src/view/screens/Profile.tsx:234 msgid "Posts" -msgstr "" +msgstr "Příspěvky" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "Příspěvky a odpovědi" #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." -msgstr "" +msgstr "Příspěvky lze ztlumit podle jejich textu, štítků nebo obojího. Doporučujeme vyhnout se běžným slovům, která se objevují v mnoha příspěvcích, protože to může vést k tomu, že se nezobrazí žádné příspěvky." #: src/view/com/posts/PostFeedErrorMessage.tsx:76 msgid "Posts hidden" -msgstr "" +msgstr "Příspěvky skryty" #: src/components/dialogs/LinkWarning.tsx:89 msgid "Potentially misleading link" -msgstr "" +msgstr "Potenciálně zavádějící odkaz" #: src/components/dialogs/LinkWarning.tsx:82 msgid "Potentially misleading link warning" -msgstr "" +msgstr "Upozornění na potenciálně zavádějící odkaz" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:292 msgid "Preferred language" -msgstr "" +msgstr "Preferovaný jazyk" #: src/screens/Messages/components/MessageListError.tsx:18 msgid "Press to attempt reconnection" -msgstr "" +msgstr "Stisknutím se pokuste znovu připojit" #: src/components/Error.tsx:56 #: src/components/Lists.tsx:104 @@ -9016,45 +9272,45 @@ msgstr "" #: src/screens/Messages/JoinRequests.tsx:355 #: src/screens/Signup/BackNextButtons.tsx:48 msgid "Press to retry" -msgstr "" +msgstr "Stisknutím to zkuste znovu" #: src/components/KnownFollowers.tsx:125 msgid "Press to view followers of this account that you also follow" -msgstr "" +msgstr "Stisknutím zobrazíte sledující tohoto účtu, které také sledujete" #: src/features/liveEvents/components/LiveEventFeedCardWide.tsx:121 msgid "Preview" -msgstr "" +msgstr "Náhled" #: src/components/Lightbox/Lightbox.web.tsx:197 msgid "Previous image" -msgstr "" +msgstr "Předchozí obrázek" #: src/screens/Settings/LanguageSettings.tsx:141 #: src/screens/Settings/LanguageSettings.tsx:157 msgid "Primary language" -msgstr "" +msgstr "Primární jazyk" #: src/view/shell/desktop/RightNav.tsx:118 #: src/view/shell/desktop/RightNav.tsx:119 msgid "Privacy" -msgstr "" +msgstr "Soukromí" #: src/screens/Settings/Settings.tsx:181 #: src/screens/Settings/Settings.tsx:184 msgid "Privacy and security" -msgstr "" +msgstr "Soukromí a zabezpečení" #: src/Navigation.tsx:420 #: src/Navigation.tsx:428 #: src/screens/Settings/ActivityPrivacySettings.tsx:41 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:45 msgid "Privacy and Security" -msgstr "" +msgstr "Soukromí a zabezpečení" #: src/view/screens/Storybook/Admonitions.tsx:94 msgid "Privacy and Security settings" -msgstr "" +msgstr "Nastavení soukromí a zabezpečení" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:36 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:103 @@ -9065,109 +9321,109 @@ msgstr "" #: src/view/shell/Drawer.tsx:763 #: src/view/shell/Drawer.tsx:764 msgid "Privacy Policy" -msgstr "" +msgstr "Zásady ochrany osobních údajů" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 msgid "Privacy violation of a minor" -msgstr "" +msgstr "Porušení soukromí nezletilé osoby" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." -msgstr "" +msgstr "Zpracovávání GIF..." -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." -msgstr "" +msgstr "Zpracovávání videa..." #: src/lib/api/index.ts:63 msgid "Processing..." -msgstr "" +msgstr "Zpracovává se..." #: src/view/screens/DebugMod.tsx:956 msgid "profile" -msgstr "" +msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 msgid "Profile" -msgstr "" +msgstr "Profil" #: src/screens/Profile/Header/Shell.tsx:164 msgid "Profile banner placeholder" -msgstr "" +msgstr "Zástupný symbol banneru profilu" #: src/features/inviteFriends/InviteScannerScreen.tsx:210 #: src/lib/strings/errors.ts:40 msgid "Profile not found" -msgstr "" +msgstr "Profil nenalezen" #: src/screens/Profile/Header/EditProfileDialog.tsx:186 msgctxt "toast" msgid "Profile updated" -msgstr "" +msgstr "Profil byl aktualizován" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 msgid "Promoting or selling prohibited items or services" -msgstr "" +msgstr "Propagace nebo prodej zakázaných předmětů nebo služeb" #: src/view/com/composer/threadgate/ThreadgateBtn.tsx:165 msgid "Psst! You can edit who can interact with this post." -msgstr "" +msgstr "Pst! Můžeš upravit, kdo může reagovat s tímto příspěvkem." #: src/view/com/lists/MyLists.tsx:77 msgid "Public, sharable lists of users to mute or block in bulk." -msgstr "" +msgstr "Veřejné, sdílitelné seznamy uživatelů pro hromadné ztlumení nebo blokování." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1792 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" -msgstr "" +msgstr "Publikovat příspěvek" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" -msgstr "" +msgstr "Publikovat příspěvky" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" -msgstr "" +msgstr "Publikovat odpovědi" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" -msgstr "" +msgstr "Publikovat odpověď" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" -msgstr "" +msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" -msgstr "" +msgstr "Push oznámení" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" -msgstr "" +msgstr "Push, všichni" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" -msgstr "" +msgstr "Push, lidé, které sledujete" #: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" -msgstr "" +msgstr "QR kód byl zkopírován do schránky!" #: src/components/StarterPack/QrCodeDialog.tsx:121 msgid "QR code has been downloaded!" -msgstr "" +msgstr "QR kód byl stažen!" #: src/components/StarterPack/QrCodeDialog.tsx:122 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:101 msgid "QR code saved to your camera roll!" -msgstr "" +msgstr "QR kód byl uložen do vašeho fotoalba!" #: src/components/PostControls/RepostButton.tsx:176 #: src/components/PostControls/RepostButton.tsx:199 @@ -9175,178 +9431,183 @@ msgstr "" #: src/components/PostControls/RepostButton.web.tsx:91 #: src/view/com/composer/drafts/DraftItem.tsx:137 msgid "Quote post" -msgstr "" +msgstr "Citovat příspěvek" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:351 msgid "Quote post was re-attached" -msgstr "" +msgstr "Citovaný příspěvek byl znovu připojen" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:350 msgid "Quote post was successfully detached" -msgstr "" +msgstr "Citovaný příspěvek byl úspěšně odpojen" #: src/components/PostControls/RepostButton.tsx:175 #: src/components/PostControls/RepostButton.tsx:197 #: src/components/PostControls/RepostButton.web.tsx:83 #: src/components/PostControls/RepostButton.web.tsx:90 msgid "Quote posts disabled" -msgstr "" +msgstr "Citování příspěvků zakázáno" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" -msgstr "" +msgstr "Citace" #: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 msgid "Quotes of this post" -msgstr "" +msgstr "Citace tohoto příspěvku" #: src/screens/Settings/components/ChangeHandleDialog.tsx:618 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." -msgstr "" +msgstr "Překročen limit požadavků – pokusili jste se změnit svoje uživatelské jméno příliš mnohokrát za krátkou dobu. Před dalším pokusem prosím počkejte minutu." #: src/components/contacts/screens/PhoneInput.tsx:109 msgid "Rate limit exceeded. Please try again later." -msgstr "" +msgstr "Překročen limit požadavků. Zkuste to prosím později." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:699 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:709 msgid "Re-attach quote" -msgstr "" +msgstr "Znovu připojit citaci" #: src/screens/Messages/components/InviteLinkDialog.tsx:433 msgid "Re-enable invite link" -msgstr "" +msgstr "Znovu aktivovat odkaz na pozvánku" #: src/screens/Messages/components/InviteLinkDialog.tsx:440 msgid "Re-enable link" -msgstr "" +msgstr "Znovu aktivovat odkaz" #: src/components/dms/EmojiReactionPicker.tsx:80 msgid "React with {emoji}" -msgstr "" +msgstr "Reagovat pomocí {emoji}" #: src/components/dms/ReactionsDialog.tsx:70 #: src/components/dms/ReactionsDialog.tsx:98 msgid "Reactions" -msgstr "" +msgstr "Reakce" #: src/screens/Deactivated.tsx:133 msgid "Reactivate your account" -msgstr "" +msgstr "Reaktivovat váš účet" #. placeholder {0}: item.moreReplies #: src/screens/PostThread/components/ThreadItemReadMore.tsx:93 msgid "Read {0, plural, one {# more reply} other {# more replies}}" -msgstr "" +msgstr "Přečíst {0, plural, one {# další odpověď} few {# další odpovědi} many {# dalších odpovědí} other {# dalších odpovědí}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "" +msgid "Read about how to use advanced search filters" +msgstr "Přečtěte si, jak používat pokročilé vyhledávací filtry" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "Přečtěte si, jak používat vyhledávací filtry" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 msgid "Read blog post" -msgstr "" +msgstr "Přečíst blogový příspěvek" #: src/screens/VideoFeed/index.tsx:984 msgid "Read less" -msgstr "" +msgstr "Zobrazit méně" #: src/screens/VideoFeed/index.tsx:984 msgid "Read more" -msgstr "" +msgstr "Číst více" #: src/screens/PostThread/components/ThreadItemReadMore.tsx:72 msgid "Read more replies" -msgstr "" +msgstr "Zobrazit další odpovědi" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:113 msgid "Read our blog post" -msgstr "" +msgstr "Přečíst náš blogový příspěvek" #: src/view/com/auth/SplashScreen.web.tsx:172 msgid "Read the Bluesky blog" -msgstr "" +msgstr "Přečíst blog Bluesky" #: src/screens/Signup/StepInfo/Policies.tsx:53 #: src/screens/Signup/StepInfo/Policies.tsx:79 msgid "Read the Bluesky Privacy Policy" -msgstr "" +msgstr "Přečíst Zásady ochrany osobních údajů Bluesky" #: src/screens/Signup/StepInfo/Policies.tsx:46 #: src/screens/Signup/StepInfo/Policies.tsx:66 msgid "Read the Bluesky Terms of Service" -msgstr "" +msgstr "Přečíst si Podmínky služby Bluesky" #: src/components/WelcomeModal.tsx:149 msgid "Real conversations." -msgstr "" +msgstr "Skutečné konverzace." #: src/components/WelcomeModal.tsx:147 msgid "Real people." -msgstr "" +msgstr "Skuteční lidé." #: src/screens/Takendown.tsx:158 #: src/screens/Takendown.tsx:166 msgid "Reason for appeal" -msgstr "" +msgstr "Důvod odvolání" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" -msgstr "" +msgstr "Dostávat oznámení v aplikaci" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" -msgstr "" +msgstr "Dostávat push oznámení" #. Accessibility label for the icon-only pill that shows previously selected GIFs in the GIF picker. #: src/features/gifPicker/components/GifCategoryPills.tsx:35 msgid "Recent GIFs" -msgstr "" +msgstr "Nedávné GIFy" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" -msgstr "" +msgstr "Nedávná hledání" #: src/components/dialogs/LanguageSelectDialog.tsx:249 msgid "Recently used" -msgstr "" +msgstr "Nedávno použité" #: src/screens/Search/modules/ExploreRecommendations.tsx:55 msgid "Recommended" -msgstr "" +msgstr "Doporučené" #: src/screens/Messages/components/MessageListError.tsx:19 msgid "Reconnect" -msgstr "" +msgstr "Znovu připojit" #. Reject a chat request, this opens a menu with options #: src/screens/Messages/components/RequestButtons.tsx:136 msgid "Reject" -msgstr "" +msgstr "Odmítnout" #. Reject a request to join a chat #: src/screens/Messages/JoinRequests.tsx:489 msgctxt "button" msgid "Reject" -msgstr "" +msgstr "Odmítnout" #: src/screens/Messages/components/RequestButtons.tsx:125 msgid "Reject chat request" -msgstr "" +msgstr "Odmítnout požadavek na konverzaci" #: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" -msgstr "" +msgstr "Odmítnout požadavek na přidání" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" -msgstr "" +msgstr "Znovu načíst konverzace" #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:193 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:319 @@ -9364,76 +9625,81 @@ msgstr "" #: src/screens/Settings/Settings.tsx:673 #: src/view/com/posts/PostFeedErrorMessage.tsx:221 msgid "Remove" -msgstr "" +msgstr "Odebrat" #: src/components/dms/ChatProfileTabs.tsx:153 msgid "Remove {displayName} from group chat" -msgstr "" +msgstr "Odebrat uživatele {displayName} ze skupinové konverzace" #: src/components/StarterPack/Wizard/WizardListCard.tsx:62 msgid "Remove {displayName} from starter pack" -msgstr "" +msgstr "Odebrat {displayName} ze startovacího balíčku" #: src/screens/Messages/ConversationSettings/Member.tsx:157 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:234 msgid "Remove {displayName} from this group chat" -msgstr "" +msgstr "Odebrat uživatele {displayName} z této skupinové konverzace" #: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" -msgstr "" +msgstr "Odebrat uživatele {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "Odebrat {q}" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 msgid "Remove account" -msgstr "" +msgstr "Odebrat účet" #: src/screens/Settings/FindContactsSettings.tsx:576 #: src/screens/Settings/FindContactsSettings.tsx:584 msgid "Remove all contacts" -msgstr "" +msgstr "Odebrat všechny kontakty" #: src/view/com/composer/ExternalEmbedRemoveBtn.tsx:18 msgid "Remove attachment" -msgstr "" +msgstr "Odebrat přílohu" #: src/view/com/util/UserAvatar.tsx:523 #: src/view/com/util/UserAvatar.tsx:526 msgid "Remove Avatar" -msgstr "" +msgstr "Odebrat avatar" #: src/view/com/util/UserBanner.tsx:193 #: src/view/com/util/UserBanner.tsx:196 msgid "Remove Banner" -msgstr "" +msgstr "Odebrat banner" #: src/view/com/composer/videos/SubtitleDialog.tsx:286 msgid "Remove caption file" -msgstr "" +msgstr "Odebrat soubor s titulky" #: src/screens/Messages/components/MessageInputEmbed.tsx:234 #: src/screens/Messages/components/MessageInputEmbed.tsx:289 #: src/screens/Messages/components/MessageInputEmbed.tsx:344 msgid "Remove embed" -msgstr "" +msgstr "Odebrat vložený obsah" #: src/view/com/posts/FeedShutdownMsg.tsx:121 #: src/view/com/posts/FeedShutdownMsg.tsx:125 #: src/view/com/posts/PostFeedErrorMessage.tsx:177 msgid "Remove feed" -msgstr "" +msgstr "Odebrat kanál" #: src/view/com/posts/PostFeedErrorMessage.tsx:218 msgid "Remove feed?" -msgstr "" +msgstr "Odebrat kanál?" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "Odebrat filtr" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" -msgstr "" +msgstr "Odebrat z konverzace" #: src/screens/Profile/components/ProfileFeedHeader.tsx:320 #: src/screens/Profile/components/ProfileFeedHeader.tsx:325 @@ -9441,316 +9707,321 @@ msgstr "" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:179 #: src/screens/SavedFeeds.tsx:549 msgid "Remove from my feeds" -msgstr "" +msgstr "Odebrat z mých kanálů" #: src/screens/Settings/Settings.tsx:667 msgid "Remove from quick access?" -msgstr "" +msgstr "Odebrat z rychlého přístupu?" #: src/screens/List/ListHiddenScreen.tsx:174 #: src/screens/List/ListHiddenScreen.tsx:178 msgid "Remove from saved feeds" -msgstr "" +msgstr "Odebrat z uložených kanálů" #: src/components/PostControls/BookmarkButton.tsx:143 #: src/screens/Bookmarks/index.tsx:259 msgid "Remove from saved posts" -msgstr "" +msgstr "Odebrat z uložených příspěvků" #: src/components/FeedCard.tsx:373 msgid "Remove from your feeds?" -msgstr "" +msgstr "Odebrat z vašich kanálů?" #: src/view/com/composer/photos/Gallery.tsx:227 msgid "Remove image" -msgstr "" +msgstr "Odstranit obrázek" #: src/features/liveNow/components/EditLiveDialog.tsx:228 #: src/features/liveNow/components/EditLiveDialog.tsx:235 msgid "Remove live status" -msgstr "" +msgstr "Odebrat stav živého vysílání" + +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "Odebrat člena" #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" -msgstr "" +msgstr "Odebrat ztlumené slovo ze seznamu" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" -msgstr "" +msgstr "Odebrat profil" #: src/components/PostControls/RepostButton.tsx:153 #: src/components/PostControls/RepostButton.tsx:163 msgid "Remove repost" -msgstr "" +msgstr "Odstranit repost" #: src/components/contacts/screens/ViewMatches.tsx:500 #: src/screens/Settings/FindContactsSettings.tsx:349 msgid "Remove suggestion" -msgstr "" +msgstr "Odstranit návrh" #: src/view/com/posts/PostFeedErrorMessage.tsx:219 msgid "Remove this feed from your saved feeds" -msgstr "" +msgstr "Odebrat tento kanál z uložených kanálů" #: src/screens/Moderation/index.tsx:473 msgid "Remove unavailable moderation services" -msgstr "" +msgstr "Odebrat nedostupné moderační služby" #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:179 msgid "Remove user from list" -msgstr "" +msgstr "Odstranit uživatele ze seznamu" #: src/components/verification/VerificationRemovePrompt.tsx:48 #: src/components/verification/VerificationsDialog.tsx:250 #: src/view/com/profile/ProfileMenu.tsx:416 #: src/view/com/profile/ProfileMenu.tsx:419 msgid "Remove verification" -msgstr "" +msgstr "Odstranit ověření" #: src/components/verification/VerificationRemovePrompt.tsx:46 msgid "Remove your verification for this account?" -msgstr "" +msgstr "Odstranit vaše ověření tohoto účtu?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" -msgstr "" +msgstr "Odstraněno autorem" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" -msgstr "" +msgstr "Odstraněno vámi" #: src/components/dialogs/lists/ListAddRemoveUsersDialog.tsx:136 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:246 msgid "Removed from list" -msgstr "" +msgstr "Odebráno ze seznamu" #: src/screens/List/ListHiddenScreen.tsx:98 msgid "Removed from saved feeds" -msgstr "" +msgstr "Odebráno z uložených kanálů" #: src/components/PostControls/BookmarkButton.tsx:107 #: src/screens/Bookmarks/index.tsx:217 msgid "Removed from saved posts" -msgstr "" +msgstr "Odebráno z uložených příspěvků" #: src/components/dialogs/StarterPackDialog.tsx:287 msgid "Removed from starter pack" -msgstr "" +msgstr "Odebráno ze startovacího balíčku" #: src/screens/Profile/components/ProfileFeedHeader.tsx:121 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:77 #: src/view/com/posts/FeedShutdownMsg.tsx:45 msgid "Removed from your feeds" -msgstr "" +msgstr "Odebráno z vašich kanálů" #: src/screens/Moderation/index.tsx:187 msgid "Removed unavailable services" -msgstr "" +msgstr "Nedostupné služby byly odstraněny" #: src/components/verification/VerificationRemovePrompt.tsx:32 msgid "Removed verification" -msgstr "" +msgstr "Ověření odstraněno" #: src/components/dialogs/MutedWords.tsx:541 msgid "Renew" -msgstr "" +msgstr "Obnovit" #: src/components/dialogs/MutedWords.tsx:547 msgid "Renew duration" -msgstr "" +msgstr "Obnovit dobu trvání" #: src/components/dialogs/MutedWords.tsx:531 msgid "Renew mute word" -msgstr "" +msgstr "Obnovit ztlumené slovo" #: src/view/com/posts/FeedShutdownMsg.tsx:134 #: src/view/com/posts/FeedShutdownMsg.tsx:138 msgid "Replace with Discover" -msgstr "" +msgstr "Nahradit kanálem Discover" #: src/components/Post/PostRepliedTo.tsx:39 msgctxt "description" msgid "Replied to <0><1/>" -msgstr "" +msgstr "Odpovězeno uživateli <0><1/>" #: src/components/Post/PostRepliedTo.tsx:28 msgctxt "description" msgid "Replied to a blocked post" -msgstr "" +msgstr "Odpovězeno na zablokovaný příspěvek" #: src/components/Post/PostRepliedTo.tsx:30 msgctxt "description" msgid "Replied to a post" -msgstr "" +msgstr "Odpovězeno na příspěvek" #: src/components/Post/PostRepliedTo.tsx:36 msgctxt "description" msgid "Replied to you" -msgstr "" +msgstr "Odpovězeno vám" -#: src/components/dms/MessageItem.tsx:892 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "Zpráva od {senderName}, na kterou bylo odpovězeno, klepnutím se na ni přesunete" -#: src/components/dms/MessageItem.tsx:893 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "Zpráva, na kterou bylo odpovězeno, klepnutím na ni přejdete" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" -msgstr "" +msgstr "Odpovědi" #: src/components/WhoCanReply.tsx:87 msgid "Replies disabled" -msgstr "" +msgstr "Odpovědi zakázány" #: src/components/WhoCanReply.tsx:281 msgid "Replies to this post are disabled." -msgstr "" +msgstr "Odpovědi na tento příspěvek jsou zakázány." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" -msgstr "" +msgstr "Odpovědět" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" -msgstr "" +msgstr "Odpovědět" #. Accessibility label for the reply button, verb form followed by number of replies and noun form #. placeholder {0}: post.replyCount || 0 #: src/components/PostControls/index.tsx:240 msgid "Reply ({0, plural, one {# reply} other {# replies}})" -msgstr "" +msgstr "Odpovědět ({0, plural, one {# odpověď} few {# odpovědi} many {# odpovědí} other {# odpovědí}})" #: src/components/moderation/ModerationDetailsDialog.tsx:120 #: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" -msgstr "" +msgstr "Odpověď skryta autorem vlákna" #: src/components/moderation/ModerationDetailsDialog.tsx:119 #: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" -msgstr "" +msgstr "Odpověď skrytá vámi" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:418 msgid "Reply settings are chosen by the author of the thread" -msgstr "" +msgstr "Nastavení odpovědí volí autor vlákna" #: src/screens/PostThread/components/HeaderDropdown.tsx:71 msgid "Reply sorting" -msgstr "" +msgstr "Řazení odpovědí" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:389 msgctxt "toast" msgid "Reply visibility updated" -msgstr "" +msgstr "Viditelnost odpovědi byla aktualizována" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:388 msgid "Reply was successfully hidden" -msgstr "" +msgstr "Odpověď byla úspěšně skryta" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" -msgstr "" +msgstr "Nahlásit" #: src/view/com/profile/ProfileMenu.tsx:483 #: src/view/com/profile/ProfileMenu.tsx:486 msgid "Report account" -msgstr "" +msgstr "Nahlásit účet" #: src/components/dms/ConvoMenu.tsx:295 #: src/components/dms/ConvoMenu.tsx:299 #: src/screens/Messages/components/RequestButtons.tsx:161 #: src/screens/Messages/components/RequestButtons.tsx:164 msgid "Report conversation" -msgstr "" +msgstr "Nahlásit konverzaci" #: src/components/moderation/ReportDialog/index.tsx:98 #: src/components/moderation/ReportDialog/index.tsx:263 msgid "Report dialog" -msgstr "" +msgstr "Dialog nahlášení" #: src/screens/Profile/components/ProfileFeedHeader.tsx:536 #: src/screens/Profile/components/ProfileFeedHeader.tsx:542 msgid "Report feed" -msgstr "" +msgstr "Nahlásit kanál" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:210 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:213 msgid "Report list" -msgstr "" +msgstr "Nahlásit seznam" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" -msgstr "" +msgstr "Nahlásit zprávu" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:765 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:767 msgid "Report post" -msgstr "" +msgstr "Nahlásit příspěvek" #: src/components/SendErrorReportDialog.tsx:47 msgid "Report sent" -msgstr "" +msgstr "Hlášení odesláno" #: src/screens/StarterPack/StarterPackScreen.tsx:657 #: src/screens/StarterPack/StarterPackScreen.tsx:660 msgid "Report starter pack" -msgstr "" +msgstr "Nahlásit startovací balíček" #: src/components/dms/AfterReportConversationDialog.tsx:83 #: src/components/dms/AfterReportConversationDialog.tsx:210 #: src/components/dms/AfterReportDialog.tsx:86 #: src/components/dms/AfterReportDialog.tsx:178 msgid "Report submitted" -msgstr "" +msgstr "Nahlášení odesláno" #: src/components/moderation/ReportDialog/copy.ts:51 #: src/components/moderation/ReportDialog/copy.ts:65 msgid "Report this conversation" -msgstr "" +msgstr "Nahlásit tuto konverzaci" #: src/components/moderation/ReportDialog/copy.ts:37 msgid "Report this feed" -msgstr "" +msgstr "Nahlásit tento kanál" #: src/screens/Messages/ConversationSettings/index.tsx:582 msgid "Report this group chat" -msgstr "" +msgstr "Nahlásit tuto skupinovou konverzaci" #: src/components/moderation/ReportDialog/copy.ts:31 msgid "Report this list" -msgstr "" +msgstr "Nahlásit tento seznam" #: src/components/moderation/ReportDialog/copy.ts:19 #: src/features/liveNow/components/LiveStatusDialog.tsx:250 msgid "Report this livestream" -msgstr "" +msgstr "Nahlásit tento živý přenos" #: src/components/moderation/ReportDialog/copy.ts:57 msgid "Report this message" -msgstr "" +msgstr "Nahlásit tuto zprávu" #: src/components/moderation/ReportDialog/copy.ts:25 msgid "Report this post" -msgstr "" +msgstr "Nahlásit tento příspěvek" #: src/components/moderation/ReportDialog/copy.ts:43 msgid "Report this starter pack" -msgstr "" +msgstr "Nahlásit tento startovací balíček" #: src/components/moderation/ReportDialog/copy.ts:13 msgid "Report this user" -msgstr "" +msgstr "Nahlásit tohoto uživatele" #: src/components/PostControls/RepostButton.tsx:154 #: src/components/PostControls/RepostButton.tsx:165 @@ -9758,173 +10029,173 @@ msgstr "" #: src/components/PostControls/RepostButton.web.tsx:75 msgctxt "action" msgid "Repost" -msgstr "" +msgstr "Repostovat" #. Accessibility label for the repost button when the post has not been reposted, verb form followed by number of reposts and noun form #. placeholder {0}: repostCount || 0 #: src/components/PostControls/RepostButton.tsx:78 msgid "Repost ({0, plural, one {# repost} other {# reposts}})" -msgstr "" +msgstr "Repostovat ({0, plural, one {# repost} few {# reposty} many {# repostů} other {# repostů}})" #: src/components/PostControls/RepostButton.tsx:146 #: src/components/PostControls/RepostButton.web.tsx:43 #: src/components/PostControls/RepostButton.web.tsx:103 #: src/screens/StarterPack/StarterPackScreen.tsx:577 msgid "Repost or quote post" -msgstr "" +msgstr "Repostovat nebo citovat příspěvek" #: src/screens/Post/PostRepostedBy.tsx:31 msgid "Reposted By" -msgstr "" +msgstr "Repostováno uživateli" #: src/view/com/posts/PostFeedReason.tsx:78 #: src/view/com/posts/PostFeedReason.tsx:97 msgid "Reposted by {reposter}" -msgstr "" +msgstr "Repostoval/a {reposter}" #: src/view/com/posts/PostFeedReason.tsx:78 #: src/view/com/posts/PostFeedReason.tsx:95 msgid "Reposted by you" -msgstr "" +msgstr "Repostováno vámi" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" -msgstr "" +msgstr "Reposty" #: src/screens/PostThread/components/ThreadItemAnchor.tsx:448 msgid "Reposts of this post" -msgstr "" +msgstr "Reposty tohoto příspěvku" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" -msgstr "" +msgstr "Reposty vašich repostů" #: src/components/intents/GroupChatJoinDialog.tsx:463 msgid "Request access to group chat" -msgstr "" +msgstr "Požádat o přístup do skupinové konverzace" #: src/screens/Messages/JoinRequests.tsx:182 msgid "Request approved." -msgstr "" +msgstr "Žádost schválena." #: src/screens/Settings/components/ChangePasswordDialog.tsx:226 #: src/screens/Settings/components/ChangePasswordDialog.tsx:232 msgid "Request code" -msgstr "" +msgstr "Vyžádat kód" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "" +msgid "Request rejected." +msgstr "Žádost zamítnuta." #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 msgid "Request to join" -msgstr "" +msgstr "Požádat o připojení" #: src/components/dms/ChatInvite/Root.tsx:131 msgid "Requested" -msgstr "" +msgstr "Požádáno" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" -msgstr "" +msgstr "Žádosti" #: src/Navigation.tsx:501 #: src/screens/Messages/JoinRequests.tsx:59 #: src/screens/Messages/JoinRequests.tsx:425 msgid "Requests to join" -msgstr "" +msgstr "Žádosti o připojení" #: src/screens/Settings/AccessibilitySettings.tsx:59 #: src/screens/Settings/AccessibilitySettings.tsx:64 msgid "Require alt text before posting" -msgstr "" +msgstr "Před odesláním vyžadovat alternativní text" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Enable.tsx:95 msgid "Require an email code to sign in to your account." -msgstr "" +msgstr "Vyžadovat e-mailový kód pro přihlášení k vašemu účtu." #: src/screens/Signup/StepInfo/index.tsx:204 msgid "Required for this provider" -msgstr "" +msgstr "Vyžadováno pro tohoto poskytovatele" #: src/components/LabelingServiceCard/index.tsx:80 msgid "Required in your region" -msgstr "" +msgstr "Vyžadováno ve vašem regionu" #: src/components/intents/GroupChatJoinDialog.tsx:310 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:115 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:117 msgid "Rescind request" -msgstr "" +msgstr "Zrušit žádost" #: src/screens/Messages/components/OutgoingRequestListItem.tsx:50 msgid "Rescind request to join group chat" -msgstr "" +msgstr "Zrušit žádost o připojení ke skupinovému chatu" #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:39 msgid "Resend" -msgstr "" +msgstr "Odeslat znovu" #: src/components/contacts/screens/VerifyNumber.tsx:365 #: src/components/contacts/screens/VerifyNumber.tsx:382 msgid "Resend code" -msgstr "" +msgstr "Znovu odeslat kód" #. placeholder {0}: String( clamp(Math.round(timeUntilCanResend / 1000), 0, 30), ).padStart(2, '0') #: src/components/contacts/screens/VerifyNumber.tsx:372 msgid "Resend code in <0>00:{0}" -msgstr "" +msgstr "Znovu odeslat kód za <0>00:{0}" #: src/screens/Settings/components/DisableEmail2FADialog.tsx:174 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:177 msgid "Resend email" -msgstr "" +msgstr "Odeslat e-mail znovu" #: src/components/intents/VerifyEmailIntentDialog.tsx:124 msgid "Resend Email" -msgstr "" +msgstr "Odeslat e-mail znovu" #: src/components/intents/VerifyEmailIntentDialog.tsx:117 msgid "Resend Verification Email" -msgstr "" +msgstr "Znovu odeslat ověřovací e-mail" #: src/screens/Settings/Settings.tsx:490 #: src/screens/Settings/Settings.tsx:492 msgid "Reset activity subscription nudge" -msgstr "" +msgstr "Resetovat upozornění na odběr aktivity" #: src/screens/Login/SetNewPasswordForm.tsx:118 msgid "Reset code" -msgstr "" +msgstr "Resetovací kód" #: src/screens/Settings/Settings.tsx:475 #: src/screens/Settings/Settings.tsx:477 msgid "Reset onboarding state" -msgstr "" +msgstr "Resetovat stav onboardingu" #: src/screens/Login/ForgotPasswordForm.tsx:82 msgid "Reset password" -msgstr "" +msgstr "Obnovit heslo" #: src/screens/Settings/FindContactsSettings.tsx:544 #: src/screens/Settings/FindContactsSettings.tsx:560 msgid "Resync contacts" -msgstr "" +msgstr "Znovu synchronizovat kontakty" #: src/screens/Login/LoginForm.tsx:330 msgid "Retries signing in" -msgstr "" +msgstr "Opakuje pokus o přihlášení" #: src/view/com/util/error/ErrorMessage.tsx:56 #: src/view/com/util/error/ErrorScreen.tsx:93 msgid "Retries the last action, which errored out" -msgstr "" +msgstr "Zopakuje poslední akci, která skončila chybou" #: src/components/ageAssurance/AgeAssuranceErrors.tsx:28 #: src/components/ageAssurance/AgeAssuranceErrors.tsx:31 @@ -9938,9 +10209,9 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -9953,38 +10224,38 @@ msgstr "" #: src/view/com/util/error/ErrorScreen.tsx:91 #: src/view/screens/Storybook/Admonitions.tsx:64 msgid "Retry" -msgstr "" +msgstr "Zkusit znovu" #: src/components/moderation/ReportDialog/index.tsx:294 #: src/view/screens/Storybook/Admonitions.tsx:61 msgid "Retry loading report options" -msgstr "" +msgstr "Zkusit znovu načíst možnosti nahlášení" #: src/components/Error.tsx:68 #: src/screens/List/ListHiddenScreen.tsx:223 #: src/screens/StarterPack/StarterPackScreen.tsx:801 msgid "Return to previous page" -msgstr "" +msgstr "Vrátit se na předchozí stránku" #: src/view/screens/NotFound.tsx:54 msgid "Returns to home page" -msgstr "" +msgstr "Vrátí se na domovskou stránku" #: src/screens/ProfileList/components/ErrorScreen.tsx:36 #: src/screens/Settings/components/ChangeHandleDialog.tsx:577 #: src/screens/VideoFeed/index.tsx:1169 #: src/view/screens/NotFound.tsx:54 msgid "Returns to previous page" -msgstr "" +msgstr "Vrátí se na předchozí stránku" #: src/screens/StarterPack/Wizard/index.tsx:316 msgid "Returns to the previous step" -msgstr "" +msgstr "Vrátí se na předchozí krok" #. Accessibility label for the icon-only pill that filters the GIF picker to sad/crying GIFs. #: src/features/gifPicker/components/GifCategoryPills.tsx:75 msgid "Sad GIFs" -msgstr "" +msgstr "Smutné GIFy" #: src/components/dialogs/BirthDateSettings.tsx:200 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:309 @@ -10007,11 +10278,11 @@ msgstr "" #: src/view/com/composer/photos/ImageAltTextDialog.tsx:163 #: src/view/com/composer/photos/ImageAltTextDialog.tsx:173 msgid "Save" -msgstr "" +msgstr "Uložit" #: src/components/dialogs/BirthDateSettings.tsx:193 msgid "Save birthdate" -msgstr "" +msgstr "Uložit datum narození" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:198 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:207 @@ -10019,25 +10290,25 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" -msgstr "" +msgstr "Uložit změny" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" -msgstr "" +msgstr "Uložit změny?" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" -msgstr "" +msgstr "Uložit koncept" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" -msgstr "" +msgstr "Uložit koncept?" #: src/components/Lightbox/chrome/ImageMenu.tsx:98 #: src/components/MediaPreview.tsx:231 @@ -10045,597 +10316,614 @@ msgstr "" #: src/components/StarterPack/ShareDialog.tsx:144 #: src/components/StarterPack/ShareDialog.tsx:150 msgid "Save image" -msgstr "" +msgstr "Uložit obrázek" #: src/screens/Settings/components/ChangeHandleDialog.tsx:255 msgid "Save new handle" -msgstr "" +msgstr "Uložit nové uživatelské jméno" #: src/components/StarterPack/QrCodeDialog.tsx:202 msgid "Save QR code" -msgstr "" +msgstr "Uložit QR kód" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 #: src/components/dialogs/PostInteractionSettingsDialog.tsx:655 msgid "Save these options for next time" -msgstr "" +msgstr "Uložit tato nastavení pro příště" #: src/screens/Profile/components/ProfileFeedHeader.tsx:320 #: src/screens/Profile/components/ProfileFeedHeader.tsx:326 msgid "Save to my feeds" -msgstr "" +msgstr "Uložit do mých kanálů" #: src/view/shell/desktop/LeftNav.tsx:732 #: src/view/shell/Drawer.tsx:630 msgctxt "link to bookmarks screen" msgid "Saved" -msgstr "" +msgstr "Uloženo" #: src/screens/SavedFeeds.tsx:198 #: src/screens/SavedFeeds.tsx:375 msgid "Saved Feeds" -msgstr "" +msgstr "Uložené kanály" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:145 #: src/Navigation.tsx:561 #: src/screens/Bookmarks/index.tsx:59 msgid "Saved Posts" -msgstr "" +msgstr "Uložené příspěvky" #: src/screens/Profile/components/ProfileFeedHeader.tsx:131 #: src/screens/ProfileList/components/Header.tsx:88 msgid "Saved to your feeds" -msgstr "" +msgstr "Uloženo do vašich kanálů" #: src/components/NewskieDialog.tsx:141 -#: src/view/com/notifications/NotificationFeedItem.tsx:899 -#: src/view/com/notifications/NotificationFeedItem.tsx:924 +#: src/view/com/notifications/NotificationFeedItem.tsx:905 +#: src/view/com/notifications/NotificationFeedItem.tsx:930 msgid "Say hello!" -msgstr "" +msgstr "Pozdravte!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" -msgstr "" +msgstr "Pozdravte někoho" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 msgid "Scam" -msgstr "" +msgstr "Podvod" #: src/features/inviteFriends/components/ActionButtons.tsx:44 msgid "Scan" -msgstr "" +msgstr "Skenovat" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 #: src/Navigation.tsx:316 msgid "Scan QR code" -msgstr "" +msgstr "Naskenovat QR kód" #: src/lib/interests.ts:71 msgid "Science" -msgstr "" +msgstr "Věda" #: src/components/InterestTabs.tsx:255 msgid "Scroll left" -msgstr "" +msgstr "Posunout doleva" #: src/components/InterestTabs.tsx:289 msgid "Scroll right" -msgstr "" +msgstr "Posunout doprava" -#: src/components/dms/MessageItem.tsx:783 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "Přejít na zprávu, na kterou je tato odpověď" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" -msgstr "" +msgstr "Přejít nahoru" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" -msgstr "" +msgstr "Hledat" #. placeholder {0}: profile.handle #. placeholder {0}: route.params.name #: src/Navigation.tsx:257 #: src/screens/Profile/ProfileSearch.tsx:37 msgid "Search @{0}'s posts" -msgstr "" +msgstr "Hledat příspěvky uživatele @{0}" #: src/components/ProgressGuide/FollowDialog.tsx:708 msgid "Search by name or interest" -msgstr "" +msgstr "Hledat podle jména nebo zájmu" #: src/components/contacts/screens/ViewMatches.tsx:356 msgid "Search contacts" -msgstr "" +msgstr "Hledat kontakty" #: src/view/screens/Feeds.tsx:437 msgid "Search feeds" -msgstr "" +msgstr "Hledat kanály" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected. #: src/components/ProgressGuide/FollowDialog.tsx:505 msgid "Search for \"{interestsDisplayName}\"" -msgstr "" +msgstr "Hledat „{interestsDisplayName}“" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. #: src/components/ProgressGuide/FollowDialog.tsx:500 msgid "Search for \"{interestsDisplayName}\" (active)" -msgstr "" +msgstr "Hledat „{interestsDisplayName}“ (aktivní)" #: src/screens/Search/components/AutocompleteResults.tsx:54 msgid "Search for \"{searchText}\"" -msgstr "" +msgstr "Hledat „{searchText}“" #: src/screens/StarterPack/Wizard/index.tsx:541 msgid "Search for feeds that you want to suggest to others." -msgstr "" +msgstr "Hledejte kanály, které chcete doporučit ostatním." #: src/screens/Search/Explore.tsx:378 msgid "Search for more accounts" -msgstr "" +msgstr "Hledat další účty" #: src/screens/Search/Explore.tsx:456 msgid "Search for more feeds" -msgstr "" +msgstr "Hledat další kanály" #: src/components/dms/components/UserSearchInput.tsx:43 msgid "Search for people" -msgstr "" - -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" +msgstr "Hledat lidi" #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" -msgstr "" +msgstr "Hledat GIFy" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" -msgstr "" +msgstr "Vyhledávání je po odhlášení momentálně nedostupné" #. Placeholder text inside the GIF search input. KLIPY is the third-party GIF provider; keep the brand name as-is. #: src/features/gifPicker/components/GifPickerHeader.tsx:45 msgid "Search KLIPY" -msgstr "" +msgstr "Hledat na KLIPY" #: src/components/dialogs/LanguageSelectDialog.tsx:232 #: src/components/dialogs/LanguageSelectDialog.tsx:233 msgid "Search languages" -msgstr "" +msgstr "Vyhledat jazyky" #: src/screens/Profile/ProfileSearch.tsx:36 msgid "Search my posts" -msgstr "" +msgstr "Hledat v mých příspěvcích" #: src/view/com/profile/ProfileMenu.tsx:301 #: src/view/com/profile/ProfileMenu.tsx:304 msgid "Search posts" -msgstr "" +msgstr "Hledat příspěvky" #: src/components/dialogs/SearchablePeopleList.tsx:687 #: src/components/dms/components/UserSearchInput.tsx:63 #: src/components/ProgressGuide/FollowDialog.tsx:727 msgid "Search profiles" -msgstr "" +msgstr "Hledat profily" + +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "Vyhledávací dotaz" #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." -msgstr "" +msgstr "Hledat..." #: src/components/dialogs/SearchablePeopleList.tsx:688 #: src/components/dms/components/UserSearchInput.tsx:64 #: src/components/ProgressGuide/FollowDialog.tsx:728 msgid "Searches for profiles" -msgstr "" +msgstr "Hledá profily" #: src/components/dialogs/EmailDialog/screens/Update.tsx:240 msgid "Security step required" -msgstr "" +msgstr "Vyžadován bezpečnostní krok" #. placeholder {0}: isCashtag ? tag : `#${tag}` #: src/components/RichTextTag.tsx:114 msgid "See {0} posts" -msgstr "" +msgstr "Zobrazit příspěvky {0}" #. placeholder {0}: isCashtag ? tag : `#${tag}` #: src/components/RichTextTag.tsx:131 msgid "See {0} posts by user" -msgstr "" +msgstr "Zobrazit příspěvky uživatele s {0}" #: src/components/RichTextTag.tsx:122 msgid "See {tag} posts" -msgstr "" +msgstr "Zobrazit příspěvky {tag}" #: src/components/RichTextTag.tsx:140 msgid "See {tag} posts by user" -msgstr "" +msgstr "Zobrazit příspěvky uživatele s {tag}" #: src/components/RichTextTag.tsx:124 msgid "See #{tag} posts" -msgstr "" +msgstr "Zobrazit příspěvky s #{tag}" #: src/components/RichTextTag.tsx:142 msgid "See #{tag} posts by user" -msgstr "" +msgstr "Zobrazit příspěvky uživatele s #{tag}" #: src/view/com/auth/SplashScreen.web.tsx:177 msgid "See jobs at Bluesky" -msgstr "" +msgstr "Pracovní nabídky v Bluesky" #: src/components/FeedInterstitials.tsx:491 #: src/components/FeedInterstitials.tsx:549 msgid "See more" -msgstr "" +msgstr "Zobrazit více" #: src/components/FeedInterstitials.tsx:472 msgid "See more suggested profiles" -msgstr "" +msgstr "Zobrazit další doporučené profily" #: src/view/com/profile/ProfileFollows.tsx:190 #: src/view/com/profile/ProfileFollows.tsx:191 msgid "See suggested accounts" -msgstr "" +msgstr "Zobrazit doporučené účty" #: src/screens/SavedFeeds.tsx:232 #: src/screens/SavedFeeds.tsx:403 msgid "See this guide" -msgstr "" +msgstr "Zobrazit tohoto průvodce" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/Scrubber.tsx:196 msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space to play/pause" -msgstr "" +msgstr "Posuvník přehrávání. Pomocí šipek se můžete posouvat dopředu a dozadu, mezerníkem přehrávání spustíte nebo pozastavíte" #. Accessibility label for a category (e.g. Art, Video Games, Sports, etc.) that shows suggested accounts for the user to follow. The tab is not currently active and can be selected. #: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" -msgstr "" +msgstr "Vybrat kategorii „{interestsDisplayName}“" #. Accessibility label for a username suggestion in the account creation flow #. placeholder {0}: suggestion.handle #: src/screens/Signup/StepHandle/HandleSuggestions.tsx:43 msgid "Select {0}" -msgstr "" +msgstr "Vybrat {0}" #: src/view/com/composer/select-language/PostLanguageSelect.tsx:110 msgid "Select {langName}" -msgstr "" +msgstr "Vybrat {langName}" #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:68 msgid "Select a color" -msgstr "" +msgstr "Vyberte barvu" #: src/components/moderation/ReportDialog/index.tsx:380 msgid "Select a reason" -msgstr "" +msgstr "Vyberte důvod" #: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Select account" -msgstr "" +msgstr "Vybrat účet" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" -msgstr "" +msgstr "Vyberte jazyk aplikace" #: src/screens/Onboarding/StepProfile/AvatarCircle.tsx:66 msgid "Select an avatar" -msgstr "" +msgstr "Vyberte avatar" #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:66 msgid "Select an emoji" -msgstr "" +msgstr "Vyberte emoji" #: src/components/Select/index.tsx:199 msgid "Select an option" -msgstr "" +msgstr "Vyberte možnost" #: src/screens/Settings/LanguageSettings.tsx:118 msgid "Select app language" -msgstr "" +msgstr "Vyberte jazyk aplikace" #: src/view/com/composer/videos/SubtitleFilePicker.tsx:60 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:67 msgid "Select caption file (.vtt)" -msgstr "" +msgstr "Vyberte soubor s titulky (.vtt)" #: src/components/dialogs/SearchablePeopleList.tsx:501 msgid "Select chat \"{name}\"" -msgstr "" +msgstr "Vybrat konverzaci „{name}“" #: src/screens/Settings/LanguageSettings.tsx:195 #: src/screens/Settings/LanguageSettings.tsx:233 msgid "Select content languages" -msgstr "" +msgstr "Vyberte jazyky obsahu" #: src/features/liveNow/components/GoLiveDialog.tsx:180 msgid "Select duration" -msgstr "" +msgstr "Vyberte dobu trvání" + +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "Vyberte typ filtru (aktuálně: {0})" #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" -msgstr "" +msgstr "Vyberte ze stávajících účtů" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:553 msgid "Select from your lists" -msgstr "" +msgstr "Vyberte ze svých seznamů" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" -msgstr "" +msgstr "Vyberte ze svých seznamů <0>{numberOfListsSelected, plural, one {(# vybrán)} few {(# vybrány)} many {(# vybráno)} other {(# vybráno)}}" #. Accessibility label for the button in the post composer that opens the GIF picker dialog. #: src/view/com/composer/photos/SelectGifBtn.tsx:38 msgid "Select GIF" -msgstr "" +msgstr "Vybrat GIF" #. Accessibility label for an individual GIF tile in the picker grid. The placeholder is the GIF’s title from the provider. #. placeholder {0}: gif.title #: src/features/gifPicker/components/GifPickerItem.tsx:31 msgid "Select GIF \"{0}\"" -msgstr "" +msgstr "Vybrat GIF \"{0}\"" #: src/components/dms/InitiateChatFlow.tsx:725 msgid "Select group chat members" -msgstr "" +msgstr "Vybrat účastníky skupinové konverzace" #: src/components/dialogs/MutedWords.tsx:151 msgid "Select how long to mute this word for." -msgstr "" +msgstr "Vyberte, jak dlouho má být toto slovo ztlumeno." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" -msgstr "" +msgstr "Vyberte jazyk" #: src/view/com/composer/videos/SubtitleDialog.tsx:273 msgid "Select language..." -msgstr "" +msgstr "Vyberte jazyk..." #: src/components/dialogs/LanguageSelectDialog.tsx:267 msgid "Select languages" -msgstr "" +msgstr "Vybrat jazyky" #: src/components/moderation/ReportDialog/index.tsx:430 msgid "Select moderation service" -msgstr "" +msgstr "Vybrat moderátorskou službu" #: src/view/com/composer/select-language/PostLanguageSelect.tsx:91 msgid "Select post language" -msgstr "" +msgstr "Vybrat jazyk příspěvku" #: src/screens/Settings/LanguageSettings.tsx:152 msgid "Select primary language" -msgstr "" +msgstr "Vyberte primární jazyk" #: src/components/InternationalPhoneCodeSelect.tsx:68 msgid "Select telephone code" -msgstr "" +msgstr "Vyberte telefonní předvolbu" #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:84 msgid "Select the {emojiName} emoji as your avatar" -msgstr "" +msgstr "Vybrat emoji {emojiName} jako svůj avatar" #: src/components/Post/Translated/index.tsx:446 msgid "Select the source language" -msgstr "" +msgstr "Vyberte zdrojový jazyk" #: src/view/com/composer/select-language/PostLanguageSelect.tsx:77 #: src/view/com/composer/select-language/PostLanguageSelect.tsx:137 msgid "Select up to 3 languages used in this post" -msgstr "" +msgstr "Vyberte až 3 jazyky použité v tomto příspěvku" #: src/components/dialogs/MutedWords.tsx:251 msgid "Select what content this mute word should apply to." -msgstr "" +msgstr "Vyberte, na jaký obsah se má toto slovo pro ztlumení vztahovat." #: src/screens/Settings/LanguageSettings.tsx:111 msgid "Select which language to use for the app's user interface." -msgstr "" +msgstr "Vyberte jazyk, který se má používat pro uživatelské rozhraní aplikace." #: src/screens/Settings/LanguageSettings.tsx:181 msgid "Select which languages you want your subscribed feeds to include. If none are selected, all languages will be shown." -msgstr "" +msgstr "Vyberte, které jazyky mají být zahrnuty ve vašich odebíraných kanálech. Pokud nevyberete žádný, budou zobrazeny všechny jazyky." #: src/screens/Signup/StepInfo/index.tsx:297 msgid "Select your date of birth" -msgstr "" +msgstr "Vyberte své datum narození" #: src/screens/Onboarding/StepInterests/index.tsx:69 #: src/screens/Settings/InterestsSettings.tsx:178 msgid "Select your interests from the options below" -msgstr "" +msgstr "Vyberte své zájmy z možností níže" #: src/screens/Settings/LanguageSettings.tsx:145 msgid "Select your preferred language for translations in your feed." -msgstr "" +msgstr "Vyberte preferovaný jazyk pro překlady ve vašem feedu." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" -msgstr "" +msgstr "Vyberte své preferované kanály oznámení" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." -msgstr "" +msgstr "Výběr více typů médií není podporován." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 msgid "Self-harm or dangerous behaviors" -msgstr "" +msgstr "Sebepoškozování nebo nebezpečné chování" #: src/components/contacts/screens/PhoneInput.tsx:255 #: src/components/contacts/screens/PhoneInput.tsx:260 msgid "Send code" -msgstr "" +msgstr "Odeslat kód" #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:172 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:179 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:311 #: src/screens/Settings/components/DeleteAccountDialog.tsx:199 msgid "Send email" -msgstr "" +msgstr "Odeslat e-mail" #: src/components/SendErrorReportDialog.tsx:60 #: src/components/SendErrorReportDialog.tsx:64 #: src/screens/Settings/AboutSettings.tsx:118 #: src/screens/Settings/AboutSettings.tsx:121 msgid "Send error report" -msgstr "" +msgstr "Odeslat hlášení o chybě" #: src/view/shell/Drawer.tsx:420 msgid "Send feedback" -msgstr "" +msgstr "Odeslat zpětnou vazbu" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" -msgstr "" +msgstr "Odeslat zprávu" #: src/components/PostControls/ShareMenu/RecentChats.tsx:146 msgid "Send post to {name}" -msgstr "" +msgstr "Odeslat příspěvek uživateli {name}" #: src/components/dms/dialogs/ShareViaChatDialog.tsx:72 msgid "Send post to..." -msgstr "" +msgstr "Odeslat příspěvek..." #: src/components/moderation/ReportDialog/index.tsx:818 msgid "Send report to {title}" -msgstr "" +msgstr "Odeslat hlášení pro {title}" #: src/components/contacts/components/InviteInfo.tsx:63 msgid "Send the message from your phone" -msgstr "" +msgstr "Odeslat zprávu z vašeho telefonu" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:304 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:121 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:124 msgid "Send verification email" -msgstr "" +msgstr "Odeslat ověřovací e-mail" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:116 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:122 #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:105 #: src/components/PostControls/ShareMenu/ShareMenuItems.web.tsx:111 msgid "Send via direct message" -msgstr "" +msgstr "Odeslat přímou zprávou" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" -msgstr "" +msgstr "Odesláno v {0}" #: src/components/contacts/screens/PhoneInput.tsx:283 msgid "Sent to our phone number verification provider Plivo" -msgstr "" +msgstr "Odesláno našemu poskytovateli ověřování telefonních čísel Plivo" #: src/components/dialogs/ServerInput.tsx:174 msgid "Server address" -msgstr "" +msgstr "Adresa serveru" #. placeholder {0}: icon.name #: src/screens/Settings/AppIconSettings/index.tsx:176 msgid "Set app icon to {0}" -msgstr "" +msgstr "Nastavit ikonu aplikace na {0}" #: src/screens/Login/SetNewPasswordForm.tsx:108 msgid "Set new password" -msgstr "" +msgstr "Nastavit nové heslo" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:481 msgid "Set precisely which groups of people can reply to your post" -msgstr "" +msgstr "Přesně nastavte, které skupiny lidí mohou odpovídat na váš příspěvek" #: src/screens/Onboarding/Layout.tsx:48 msgid "Set up your account" -msgstr "" +msgstr "Nastavte si svůj účet" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:431 msgid "Set who can reply to your post" -msgstr "" +msgstr "Nastavte, kdo může odpovídat na váš příspěvek" #: src/ageAssurance/components/NoAccessScreen.tsx:223 msgid "Set your birthdate below and we'll get you back to posting and exploring in no time!" -msgstr "" +msgstr "Nastavte níže své datum narození a my vás v mžiku vrátíme k přidávání příspěvků a objevování!" #: src/screens/Login/ForgotPasswordForm.tsx:109 msgid "Sets email for password reset" -msgstr "" +msgstr "Nastaví e-mail pro obnovení hesla" #: src/Navigation.tsx:213 #: src/screens/Settings/Settings.tsx:98 #: src/view/shell/desktop/LeftNav.tsx:755 #: src/view/shell/Drawer.tsx:668 msgid "Settings" -msgstr "" +msgstr "Nastavení" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" -msgstr "" +msgstr "Nastavení pro aktivitu od ostatních" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:85 msgid "Settings for allowing others to be notified of your posts" -msgstr "" +msgstr "Nastavení pro umožnění ostatním dostávat upozornění na vaše příspěvky" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" -msgstr "" +msgstr "Nastavení oznámení o lajcích" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" -msgstr "" +msgstr "Nastavení oznámení o zmínkách" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" -msgstr "" +msgstr "Nastavení oznámení o nových sledujících" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" -msgstr "" +msgstr "Nastavení oznámení pro vše ostatní" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" -msgstr "" +msgstr "Nastavení oznámení o lajcích vašich repostů" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "Nastavení oznámení o nových žádostech o zprávu" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "Nastavení oznámení pro nové zprávy" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" -msgstr "" +msgstr "Nastavení oznámení o repostech vašich repostů" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" -msgstr "" +msgstr "Nastavení oznámení o citacích" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" -msgstr "" +msgstr "Nastavení oznámení o odpovědích" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" -msgstr "" +msgstr "Nastavení oznámení o repostech" #: src/screens/ModerationInteractionSettings/index.tsx:103 msgctxt "toast" msgid "Settings saved" -msgstr "" +msgstr "Nastavení uloženo" #: src/view/com/composer/labels/LabelsBtn.tsx:169 msgid "Sexual activity or erotic nudity." -msgstr "" +msgstr "Sexuální aktivita nebo erotická nahota." #: src/lib/moderation/useGlobalLabelStrings.ts:38 msgid "Sexually Suggestive" -msgstr "" +msgstr "Sexuálně sugestivní" -#: src/components/Link.tsx:433 +#: src/components/Link.tsx:428 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 #: src/components/StarterPack/QrCodeDialog.tsx:198 @@ -10645,26 +10933,26 @@ msgstr "" #: src/screens/StarterPack/StarterPackScreen.tsx:447 #: src/screens/Topic.tsx:90 msgid "Share" -msgstr "" +msgstr "Sdílet" #: src/view/com/profile/ProfileMenu.tsx:549 msgid "Share anyway" -msgstr "" +msgstr "Přesto sdílet" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:176 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:179 msgid "Share author DID" -msgstr "" +msgstr "Sdílet DID autora" #: src/components/Lightbox/chrome/ImageMenu.tsx:93 #: src/components/Lightbox/Lightbox.web.tsx:281 #: src/components/Lightbox/Lightbox.web.tsx:307 msgid "Share image" -msgstr "" +msgstr "Sdílet obrázek" #: src/features/inviteFriends/components/ActionButtons.tsx:23 msgid "Share invite link" -msgstr "" +msgstr "Sdílet odkaz na pozvánku" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 @@ -10672,38 +10960,47 @@ msgstr "" #: src/components/StarterPack/ShareDialog.tsx:124 #: src/features/inviteFriends/components/ActionButtons.tsx:28 msgid "Share link" -msgstr "" +msgstr "Sdílet odkaz" #: src/components/StarterPack/ShareDialog.tsx:74 msgid "Share link dialog" -msgstr "" +msgstr "Dialogové okno pro sdílení odkazu" #: src/screens/Settings/FindContactsSettings.tsx:172 #: src/screens/Settings/FindContactsSettings.tsx:181 msgid "Share my profile" -msgstr "" +msgstr "Sdílet můj profil" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:167 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:170 msgid "Share post at:// URI" -msgstr "" +msgstr "Sdílet příspěvek at:// URI" + +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "Sdílet profil" #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" -msgstr "" +msgstr "Sdílet QR kód" #: src/screens/Profile/components/ProfileFeedHeader.tsx:469 msgid "Share this feed" -msgstr "" +msgstr "Sdílet tento kanál" + +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "Sdílet toto hledání" #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" -msgstr "" +msgstr "Sdílet tento startovací balíček" #: src/components/StarterPack/ShareDialog.tsx:86 msgid "Share this starter pack and help people join your community on Bluesky." -msgstr "" +msgstr "Sdílejte tento startovací balíček a pomozte lidem připojit se k vaší komunitě na Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:132 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:135 @@ -10714,25 +11011,25 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:280 #: src/view/com/profile/ProfileMenu.tsx:292 msgid "Share via..." -msgstr "" +msgstr "Sdílet pomocí..." #: src/components/contacts/screens/GetContacts.tsx:232 msgid "Share your contacts to find friends" -msgstr "" +msgstr "Sdílejte své kontakty a najděte přátele" #: src/Navigation.tsx:321 msgid "Shared Preferences Tester" -msgstr "" +msgstr "Tester sdílených předvoleb" #: src/components/moderation/ContentHider.tsx:220 #: src/components/moderation/LabelPreference.tsx:143 #: src/components/moderation/PostHider.tsx:140 msgid "Show" -msgstr "" +msgstr "Zobrazit" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" -msgstr "" +msgstr "Zobrazit alternativní text" #: src/components/moderation/ScreenHider.tsx:179 #: src/components/moderation/ScreenHider.tsx:182 @@ -10742,119 +11039,119 @@ msgstr "" #: src/screens/VideoFeed/index.tsx:646 #: src/screens/VideoFeed/index.tsx:652 msgid "Show anyway" -msgstr "" +msgstr "Přesto zobrazit" #: src/screens/Settings/AutomationLabelSettings.tsx:185 #: src/screens/Settings/AutomationLabelSettings.tsx:198 msgid "Show automation label" -msgstr "" +msgstr "Zobrazit automatický popisek" #: src/lib/moderation/useLabelBehaviorDescription.ts:30 #: src/lib/moderation/useLabelBehaviorDescription.ts:66 msgid "Show badge" -msgstr "" +msgstr "Zobrazit odznak" #: src/lib/moderation/useLabelBehaviorDescription.ts:64 msgid "Show badge and filter from feeds" -msgstr "" +msgstr "Zobrazit odznak a odfiltrovat z kanálů" #: src/components/dialogs/Embed.tsx:125 msgid "Show customization options" -msgstr "" +msgstr "Zobrazit možnosti přizpůsobení" #: src/components/dms/SystemMessageGroup.tsx:57 msgid "Show group chat updates" -msgstr "" +msgstr "Zobrazit aktualizace skupinové konverzace" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:602 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show less like this" -msgstr "" +msgstr "Zobrazovat méně podobného obsahu" #: src/screens/List/ListHiddenScreen.tsx:190 msgid "Show list anyway" -msgstr "" +msgstr "Přesto zobrazit seznam" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:534 msgid "Show lists of users to select from" -msgstr "" +msgstr "Zobrazit seznamy uživatelů k výběru" #: src/features/liveEvents/components/LiveEventFeedsSettingsToggle.tsx:28 #: src/features/liveEvents/components/LiveEventFeedsSettingsToggle.tsx:38 msgid "Show live events in your Discover Feed" -msgstr "" +msgstr "Zobrazovat živé události ve vašem kanálu Objevit" #: src/components/Post/ShowMoreTextButton.tsx:52 msgid "Show More" -msgstr "" +msgstr "Zobrazit více" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:596 msgid "Show more like this" -msgstr "" +msgstr "Zobrazovat více podobného obsahu" #: src/screens/PostThread/components/ThreadItemShowOtherReplies.tsx:15 msgid "Show more replies" -msgstr "" +msgstr "Zobrazit další odpovědi" #: src/screens/Settings/ThreadPreferences.tsx:99 msgid "Show post replies in a threaded tree view" -msgstr "" +msgstr "Zobrazovat odpovědi na příspěvky ve stromovém zobrazení vlákna" #: src/screens/Settings/FollowingFeedPreferences.tsx:108 #: src/screens/Settings/FollowingFeedPreferences.tsx:118 msgid "Show quote posts" -msgstr "" +msgstr "Zobrazovat citace příspěvků" #: src/screens/Settings/FollowingFeedPreferences.tsx:72 #: src/screens/Settings/FollowingFeedPreferences.tsx:82 msgid "Show replies" -msgstr "" +msgstr "Zobrazovat odpovědi" #: src/screens/PostThread/components/HeaderDropdown.tsx:45 msgid "Show replies as" -msgstr "" +msgstr "Zobrazit odpovědi jako" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:673 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:683 msgid "Show reply for everyone" -msgstr "" +msgstr "Zobrazit odpověď pro všechny" #: src/screens/Settings/FollowingFeedPreferences.tsx:90 #: src/screens/Settings/FollowingFeedPreferences.tsx:100 msgid "Show reposts" -msgstr "" +msgstr "Zobrazit reposty" #: src/screens/Settings/FollowingFeedPreferences.tsx:133 #: src/screens/Settings/FollowingFeedPreferences.tsx:143 msgid "Show samples of your saved feeds in your Following feed" -msgstr "" +msgstr "Zobrazovat ukázky z vašich uložených kanálů v kanálu Sledovaní" #: src/lib/moderation/useLabelBehaviorDescription.ts:61 msgid "Show warning" -msgstr "" +msgstr "Zobrazit varování" #: src/lib/moderation/useLabelBehaviorDescription.ts:59 msgid "Show warning and filter from feeds" -msgstr "" +msgstr "Zobrazit varování a odfiltrovat z kanálů" #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:60 #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:171 msgid "Show when you’re live" -msgstr "" +msgstr "Zobrazit, když právě vysíláte živě" #: src/screens/PostThread/components/ThreadItemAnchor.tsx:604 msgid "Shows information about when this post was created" -msgstr "" +msgstr "Zobrazí informace o tom, kdy byl tento příspěvek vytvořen" #: src/screens/Settings/Settings.tsx:123 msgid "Shows other accounts you can switch to" -msgstr "" +msgstr "Zobrazí další účty, na které lze přepnout" #: src/components/moderation/ContentHider.tsx:172 #: src/components/moderation/PostHider.tsx:94 msgid "Shows the content" -msgstr "" +msgstr "Zobrazí obsah" #: src/components/dialogs/Signin.tsx:98 #: src/components/dialogs/Signin.tsx:100 @@ -10868,58 +11165,58 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 #: src/view/shell/NavSignupCard.tsx:63 msgid "Sign in" -msgstr "" +msgstr "Přihlásit se" #. placeholder {0}: account.handle #: src/components/AccountList.tsx:135 msgid "Sign in as {0}" -msgstr "" +msgstr "Přihlásit se jako {0}" #: src/screens/Login/ChooseAccountForm.tsx:86 msgid "Sign in as..." -msgstr "" +msgstr "Přihlásit se jako..." #: src/screens/Deactivated.tsx:195 #: src/screens/Deactivated.tsx:201 msgid "Sign in or create an account" -msgstr "" +msgstr "Přihlaste se nebo si vytvořte účet" #: src/components/dialogs/Signin.tsx:76 msgid "Sign in or create your account to join the conversation!" -msgstr "" +msgstr "Přihlaste se nebo si vytvořte účet a zapojte se do konverzace!" #: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." -msgstr "" +msgstr "Pro přijetí pozvánky se přihlaste." #: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" -msgstr "" +msgstr "Přihlásit se k účtu, který není uveden v seznamu" #: src/components/dialogs/Signin.tsx:47 msgid "Sign in to Bluesky or create a new account" -msgstr "" +msgstr "Přihlaste se k Bluesky nebo si vytvořte nový účet" #: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." -msgstr "" +msgstr "Pro vyžádání přístupu do této skupinové konverzace se přihlaste." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 msgid "Sign in to view post" -msgstr "" +msgstr "Pro zobrazení příspěvku se přihlaste" #: src/screens/Settings/Settings.tsx:265 #: src/screens/Settings/Settings.tsx:267 @@ -10931,27 +11228,32 @@ msgstr "" #: src/view/shell/desktop/LeftNav.tsx:282 #: src/view/shell/desktop/LeftNav.tsx:285 msgid "Sign out" -msgstr "" +msgstr "Odhlásit se" #: src/screens/Takendown.tsx:91 msgid "Sign Out" -msgstr "" +msgstr "Odhlásit se" #: src/screens/Settings/Settings.tsx:296 #: src/view/shell/desktop/LeftNav.tsx:224 msgid "Sign out?" -msgstr "" +msgstr "Odhlásit se?" #: src/components/moderation/ScreenHider.tsx:98 #: src/lib/moderation/useGlobalLabelStrings.ts:28 msgid "Sign-in Required" -msgstr "" +msgstr "Vyžadováno přihlášení" #. placeholder {0}: account.handle #: src/lib/hooks/useAccountSwitcher.ts:42 #: src/screens/Login/ChooseAccountForm.tsx:56 msgid "Signed in as @{0}" -msgstr "" +msgstr "Přihlášen jako @{0}" + +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "Od" #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 @@ -10963,118 +11265,118 @@ msgstr "" #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:105 #: src/screens/StarterPack/Wizard/index.tsx:206 msgid "Skip" -msgstr "" +msgstr "Přeskočit" #: src/components/contacts/screens/PhoneInput.tsx:160 #: src/components/contacts/screens/VerifyNumber.tsx:202 msgid "Skip contact sharing and continue to the app" -msgstr "" +msgstr "Přeskočit sdílení kontaktů a pokračovat do aplikace" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" -msgstr "" +msgstr "Přeskočit prázdné příspěvky?" #: src/screens/Onboarding/StepFinished/index.tsx:288 #: src/screens/Onboarding/StepFinished/index.tsx:314 msgid "Skip introduction and start using your account" -msgstr "" +msgstr "Přeskočit úvod a začít používat svůj účet" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:278 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:102 msgid "Skip to next step" -msgstr "" +msgstr "Přeskočit na další krok" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" -msgstr "" +msgstr "snímek" #: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" -msgstr "" +msgstr "Menší" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:86 msgid "Snoozes the reminder" -msgstr "" +msgstr "Odloží připomenutí" #: src/view/com/composer/drafts/DraftsListDialog.tsx:155 msgid "So many thoughts, you should post one" -msgstr "" +msgstr "Tolik myšlenek, měli byste nějakou zveřejnit" #: src/components/WelcomeModal.tsx:151 msgid "Social media you control." -msgstr "" +msgstr "Sociální sítě pod vaší kontrolou." #: src/lib/interests.ts:58 msgid "Software Dev" -msgstr "" +msgstr "Vývoj softwaru" #: src/screens/Moderation/index.tsx:466 msgid "Some moderation services in your list are no longer available." -msgstr "" +msgstr "Některé moderátorské služby ve vašem seznamu již nejsou dostupné." #: src/components/verification/VerificationsDialog.tsx:122 msgid "Some of your verifications are invalid." -msgstr "" +msgstr "Některá z vašich ověření jsou neplatná." #: src/components/FeedInterstitials.tsx:628 msgid "Some other feeds you might like" -msgstr "" +msgstr "Další kanály, které by se vám mohly líbit" #: src/components/WhoCanReply.tsx:88 msgid "Some people can reply" -msgstr "" +msgstr "Někteří lidé mohou odpovídat" #: src/components/dms/getSystemMessageInfo.ts:86 msgid "Someone joined" -msgstr "" +msgstr "Někdo se připojil" #: src/components/dms/getSystemMessageInfo.ts:87 msgid "Someone joined the group" -msgstr "" +msgstr "Někdo se přidal do skupiny" #: src/components/dms/getSystemMessageInfo.ts:99 msgid "Someone left" -msgstr "" +msgstr "Někdo odešel" #: src/components/dms/getSystemMessageInfo.ts:100 msgid "Someone left the group" -msgstr "" +msgstr "Někdo opustil skupinu" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:332 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" -msgstr "" +msgstr "Někdo zareagoval {0}" #. placeholder {0}: reaction.value #: src/components/dms/getReactionInfo.ts:67 msgid "Someone reacted {0} to {target}" -msgstr "" +msgstr "Někdo reagoval {0} na {target}" #: src/components/dms/getSystemMessageInfo.ts:60 msgid "Someone was added" -msgstr "" +msgstr "Někdo byl přidán" #: src/components/dms/getSystemMessageInfo.ts:61 msgid "Someone was added to the group" -msgstr "" +msgstr "Někdo byl přidán do skupiny" #: src/components/dms/getSystemMessageInfo.ts:73 msgid "Someone was removed" -msgstr "" +msgstr "Někdo byl odstraněn" #: src/components/dms/getSystemMessageInfo.ts:74 msgid "Someone was removed from the group" -msgstr "" +msgstr "Někdo byl odstraněn ze skupiny" #: src/components/moderation/ReportDialog/index.tsx:103 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." -msgstr "" +msgstr "S daty, která se snažíte nahlásit, něco nebylo v pořádku. Kontaktujte prosím podporu." #: src/screens/Messages/Conversation.tsx:133 #: src/screens/Messages/ConversationSettings/index.tsx:137 #: src/screens/Messages/JoinRequests.tsx:88 msgid "Something went wrong" -msgstr "" +msgstr "Něco se pokazilo" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:139 #: src/components/moderation/ReportDialog/index.tsx:289 @@ -11082,171 +11384,171 @@ msgstr "" #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:56 msgid "Something went wrong, please try again" -msgstr "" +msgstr "Něco se pokazilo, zkuste to prosím znovu" #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:184 msgid "Something went wrong, please try again." -msgstr "" +msgstr "Něco se pokazilo, zkuste to prosím znovu." #: src/components/Lists.tsx:185 msgid "Something went wrong!" -msgstr "" +msgstr "Něco se pokazilo!" #: src/screens/PostThread/components/ThreadError.tsx:28 msgid "Something went wrong. Please try again in a moment." -msgstr "" +msgstr "Něco se pokazilo. Zkuste to prosím za chvíli znovu." #: src/components/moderation/ReportDialog/index.tsx:247 msgid "Something went wrong. Please try again." -msgstr "" +msgstr "Něco se pokazilo. Zkuste to prosím znovu." #: src/screens/Profile/components/ProfileFeedHeader.tsx:532 msgid "Something wrong? Let us know." -msgstr "" +msgstr "Něco není v pořádku? Dejte nám vědět." #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:231 msgid "Sorry, we're unable to load account suggestions at this time." -msgstr "" +msgstr "Omlouváme se, momentálně nemůžeme načíst návrhy účtů." -#: src/App.native.tsx:139 -#: src/App.web.tsx:118 +#: src/App.native.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." -msgstr "" +msgstr "Omlouváme se! Vaše relace vypršela. Přihlaste se prosím znovu." #: src/screens/Settings/ThreadPreferences.tsx:45 msgid "Sort replies" -msgstr "" +msgstr "Řadit odpovědi" #: src/screens/Settings/ThreadPreferences.tsx:52 msgid "Sort replies by" -msgstr "" +msgstr "Řadit odpovědi podle" #: src/screens/Settings/ThreadPreferences.tsx:49 msgid "Sort replies to the same post by:" -msgstr "" +msgstr "Řadit odpovědi na stejný příspěvek podle:" #: src/components/moderation/LabelsOnMeDialog.tsx:183 #: src/components/moderation/ModerationDetailsDialog.tsx:202 msgid "Source: <0>{sourceName}" -msgstr "" +msgstr "Zdroj: <0>{sourceName}" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" -msgstr "" +msgstr "Spam" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 msgid "Spam or other inauthentic behavior or deception" -msgstr "" +msgstr "Spam nebo jiné neautentické chování či klamání" #: src/lib/interests.ts:72 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:218 msgid "Sports" -msgstr "" +msgstr "Sport" #: src/components/PostControls/ShareMenu/RecentChats.tsx:234 msgid "Start a conversation, and it will appear here." -msgstr "" +msgstr "Začněte konverzaci a objeví se zde." #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:130 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:135 msgid "Start a group chat" -msgstr "" +msgstr "Začít skupinovou konverzaci" #: src/components/dms/dialogs/NewChatDialog.tsx:191 msgid "Start a new chat" -msgstr "" +msgstr "Zahájit novou konverzaci" #: src/screens/ProfileList/AboutSection.tsx:104 #: src/screens/ProfileList/FeedSection.tsx:82 msgid "Start adding people" -msgstr "" +msgstr "Začněte přidávat lidi" #: src/screens/ProfileList/AboutSection.tsx:110 #: src/screens/ProfileList/FeedSection.tsx:88 msgid "Start adding people!" -msgstr "" +msgstr "Začněte přidávat lidi!" #: src/components/dms/InitiateChatFlow.tsx:726 msgid "Start chat" -msgstr "" +msgstr "Zahájit konverzaci" #: src/components/dialogs/SearchablePeopleList.tsx:428 #: src/components/dms/InitiateChatFlow.tsx:874 msgid "Start chat with {displayName}" -msgstr "" +msgstr "Zahájit konverzaci s uživatelem {displayName}" #: src/Navigation.tsx:532 #: src/Navigation.tsx:537 #: src/screens/StarterPack/Wizard/index.tsx:197 msgid "Starter Pack" -msgstr "" +msgstr "Startovací balíček" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #: src/components/StarterPack/StarterPackCard.tsx:91 msgid "Starter pack by {0}" -msgstr "" +msgstr "Startovací balíček od {0}" #: src/view/com/profile/ProfileSubpageHeader.tsx:171 msgid "Starter pack by <0/>" -msgstr "" +msgstr "Startovací balíček od uživatele <0/>" #: src/components/StarterPack/StarterPackCard.tsx:90 #: src/view/com/profile/ProfileSubpageHeader.tsx:169 msgid "Starter pack by you" -msgstr "" +msgstr "Startovací balíček od vás" #: src/screens/StarterPack/StarterPackScreen.tsx:765 msgid "Starter pack is invalid" -msgstr "" +msgstr "Startovací balíček je neplatný" #: src/screens/Search/Explore.tsx:665 #: src/view/screens/Profile.tsx:240 msgid "Starter Packs" -msgstr "" +msgstr "Startovací balíčky" #: src/components/StarterPack/ProfileStarterPacks.tsx:295 msgid "Starter packs let you easily share your favorite feeds and people with your friends." -msgstr "" +msgstr "Startovací balíčky vám umožňují snadno sdílet vaše oblíbené kanály a lidi s vašimi přáteli." #: src/components/StarterPack/ProfileStarterPacks.tsx:105 msgid "Starter packs let you share your favorite feeds and people with your friends." -msgstr "" +msgstr "Startovací balíčky vám umožňují sdílet vaše oblíbené kanály a lidi s vašimi přáteli." #: src/view/screens/Profile.tsx:555 msgid "Starter Packs let you share your favorite feeds and people with your friends." -msgstr "" +msgstr "Startivacá balíčky vám umožňují sdílet vaše oblíbené kanály a lidi s vašimi přáteli." #: src/screens/Settings/AboutSettings.tsx:103 #: src/screens/Settings/AboutSettings.tsx:106 msgid "Status Page" -msgstr "" +msgstr "Stavová stránka" #. placeholder {0}: state.activeStep + 1 #. placeholder {0}: state.activeStepIndex + 1 #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" -msgstr "" +msgstr "Krok {0} z {1}" #: src/screens/Settings/Settings.tsx:401 msgid "Storage cleared, you need to restart the app now." -msgstr "" +msgstr "Úložiště bylo vymazáno, nyní je nutné aplikaci restartovat." #: src/components/contacts/screens/PhoneInput.tsx:294 msgid "Stored as part of a secure code for matching with others" -msgstr "" +msgstr "Uloženo jako součást zabezpečeného kódu pro porovnání s ostatními" #: src/Navigation.tsx:306 #: src/screens/Settings/Settings.tsx:456 msgid "Storybook" -msgstr "" +msgstr "Storybook" #: src/components/dialogs/nuxs/LiveNowBetaDialog.tsx:182 msgid "Streaming on Twitch? Set your live status on Bluesky to add a badge to your avatar. Tapping it takes people straight to your stream." -msgstr "" +msgstr "Streamujete na Twitchi? Nastavte si na Bluesky stav živého vysílání a přidejte si k avataru odznak. Po klepnutí na něj se lidé dostanou přímo k vašemu streamu." #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:122 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:128 @@ -11259,123 +11561,127 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:175 #: src/screens/Messages/components/ChatDisabled.tsx:177 msgid "Submit" -msgstr "" +msgstr "Odeslat" #: src/screens/Takendown.tsx:76 msgid "Submit appeal" -msgstr "" +msgstr "Odeslat odvolání" #: src/screens/Takendown.tsx:80 msgid "Submit Appeal" -msgstr "" +msgstr "Odeslat odvolání" #: src/components/moderation/ReportDialog/index.tsx:508 #: src/components/moderation/ReportDialog/index.tsx:569 #: src/components/moderation/ReportDialog/index.tsx:576 msgid "Submit report" -msgstr "" +msgstr "Odeslat nahlášení" #: src/screens/ProfileList/components/SubscribeMenu.tsx:75 msgid "Subscribe" -msgstr "" +msgstr "Odebírat" #. placeholder {0}: highlightedPublisher.name #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" -msgstr "" +msgstr "Odebírat na {0}" #. placeholder {0}: highlightedPublisher.name #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" -msgstr "" +msgstr "Odebírat {publicationTitle} na {0}" #. placeholder {0}: labelerInfo.creator.handle #: src/screens/Profile/Sections/Labels.tsx:231 msgid "Subscribe to @{0} to use these labels:" -msgstr "" +msgstr "Přihlaste se k odběru @{0} pro použití těchto štítků:" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:252 msgid "Subscribe to account activity" -msgstr "" +msgstr "Odebírat aktivitu účtu" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" -msgstr "" +msgstr "Odebírat labelera" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" -msgstr "" +msgstr "Odebírat tohoto labelera" #: src/screens/ProfileList/components/SubscribeMenu.tsx:63 msgid "Subscribe to this list" -msgstr "" +msgstr "Odebírat tento seznam" #: src/ageAssurance/components/RedirectOverlay.tsx:252 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:160 msgid "Success" -msgstr "" +msgstr "Hotovo" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:183 #: src/components/dialogs/EmailDialog/screens/Update.tsx:282 msgid "Success!" -msgstr "" +msgstr "Hotovo!" #: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" -msgstr "" +msgstr "Úspěšně jste se připojili ke skupinové konverzaci!" #: src/components/verification/VerificationCreatePrompt.tsx:37 msgid "Successfully verified" -msgstr "" +msgstr "Úspěšně ověřeno" #: src/components/dms/AddMembersFlow.tsx:243 #: src/components/dms/InitiateChatFlow.tsx:350 msgid "Suggested" -msgstr "" +msgstr "Doporučené" #: src/screens/Search/Explore.tsx:375 msgid "Suggested accounts" -msgstr "" +msgstr "Doporučené účty" #. Accounts suggested to the user for them to follow #: src/components/FeedInterstitials.tsx:469 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:182 msgid "Suggested for you" -msgstr "" +msgstr "Doporučeno pro vás" #: src/view/com/composer/labels/LabelsBtn.tsx:140 #: src/view/com/composer/labels/LabelsBtn.tsx:143 msgid "Suggestive" -msgstr "" +msgstr "Sugestivní" + +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "Sluneční svit" #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" -msgstr "" +msgstr "Východ slunce" #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" -msgstr "" +msgstr "Západ slunce" #: src/Navigation.tsx:331 #: src/view/screens/Support.tsx:25 #: src/view/screens/Support.tsx:28 msgid "Support" -msgstr "" +msgstr "Podpora" #: src/components/contacts/screens/PhoneInput.tsx:236 msgid "Support for this feature in your country has not been enabled yet! Please check back later." -msgstr "" +msgstr "Podpora této funkce ve vaší zemi zatím nebyla povolena! Zkuste to prosím později." #: src/components/dms/dialogs/NewChatDialog.tsx:98 msgid "Suspended accounts cannot participate in a group chat." -msgstr "" +msgstr "Pozastavené účty se nemohou účastnit skupinové konverzace." #: src/components/dms/dialogs/NewChatDialog.tsx:60 msgid "Suspended accounts cannot participate in chat." -msgstr "" +msgstr "Pozastavené účty se nemohou účastnit konverzace." #: src/components/dialogs/SwitchAccount.tsx:47 #: src/components/dialogs/SwitchAccount.tsx:50 @@ -11384,153 +11690,153 @@ msgstr "" #: src/screens/Settings/Settings.tsx:615 #: src/view/shell/desktop/LeftNav.tsx:262 msgid "Switch account" -msgstr "" +msgstr "Přepnout účet" #: src/view/shell/desktop/LeftNav.tsx:124 msgid "Switch accounts" -msgstr "" +msgstr "Přepnout účty" #. placeholder {0}: sanitizeHandle( profile?.handle ?? account.handle, '@', ) #: src/view/shell/desktop/LeftNav.tsx:364 msgid "Switch to {0}" -msgstr "" +msgstr "Přepnout na {0}" #: src/components/dialogs/Embed.tsx:154 #: src/components/dialogs/Embed.tsx:156 #: src/screens/Settings/AppearanceSettings.tsx:85 #: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" -msgstr "" +msgstr "Systémové" #: src/screens/Log.tsx:49 #: src/screens/Settings/AboutSettings.tsx:110 #: src/screens/Settings/AboutSettings.tsx:113 #: src/screens/Settings/Settings.tsx:449 msgid "System log" -msgstr "" +msgstr "Systémový protokol" #: src/components/dialogs/MutedWords.tsx:291 msgid "Tags only" -msgstr "" +msgstr "Pouze štítky" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:184 msgid "Take the conversation private." -msgstr "" +msgstr "Přesuňte konverzaci do soukromí." #: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." -msgstr "" +msgstr "Klepnutím níže povolíte aplikaci Bluesky přístup k vaší GPS poloze. Tyto údaje pak použijeme k přesnějšímu určení obsahu a funkcí dostupných ve vašem regionu." -#: src/components/dms/MessageItem.tsx:670 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" -msgstr "" +msgstr "Klepnutím zobrazíte podrobnosti" #: src/view/com/feeds/MissingFeed.tsx:90 msgid "Tap for information" -msgstr "" +msgstr "Klepněte pro informace" #: src/view/com/feeds/MissingFeed.tsx:45 msgid "Tap for more information" -msgstr "" +msgstr "Klepněte pro více informací" #: src/screens/Signup/StepInfo/index.tsx:323 msgid "Tap here to update your location with GPS." -msgstr "" +msgstr "Klepnutím sem aktualizujete svou polohu pomocí GPS." #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:165 msgid "Tap to acknowledge that you understand and agree to these updates and continue using Bluesky" -msgstr "" +msgstr "Klepnutím potvrdíte, že rozumíte těmto aktualizacím a souhlasíte s nimi, a budete pokračovat v používání Bluesky" #: src/components/ContextMenu/Backdrop.ios.tsx:54 #: src/components/ContextMenu/Backdrop.ios.tsx:80 #: src/components/ContextMenu/Backdrop.tsx:46 msgid "Tap to close context menu" -msgstr "" +msgstr "Klepnutím zavřete kontextovou nabídku" #: src/components/dms/ChatInvite/Root.tsx:92 msgid "Tap to copy this invite link" -msgstr "" +msgstr "Klepnutím zkopírujete tento odkaz pozvánky" #: src/components/ProgressGuide/Toast.tsx:163 msgid "Tap to dismiss" -msgstr "" +msgstr "Klepnutím zavřete" #: src/components/dms/ChatInvite/Root.tsx:140 #: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" -msgstr "" +msgstr "Klepnutím se ihned připojíte k této skupinové konverzaci" #: src/components/dms/ChatInvite/Root.tsx:105 msgid "Tap to open this group chat" -msgstr "" +msgstr "Klepnutím otevřete tuto skupinovou konverzaci" #: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" -msgstr "" +msgstr "Klepnutím odeberete" #. placeholder {0}: reaction.value #: src/components/dms/ReactionsDialog.tsx:216 msgid "Tap to remove your {0} reaction" -msgstr "" +msgstr "Klepnutím odeberete svou reakci {0}" #: src/components/dms/ChatInvite/Root.tsx:139 #: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" -msgstr "" +msgstr "Klepnutím požádejte o přístup do této skupinové konverzace" -#: src/components/dms/MessageItem.tsx:635 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" -msgstr "" +msgstr "Klepnutím to zkuste znovu" #. placeholder {0}: tab.value #: src/components/dms/ReactionsDialog.tsx:362 msgid "Tap to show {0} reactions" -msgstr "" +msgstr "Klepnutím zobrazíte reakce {0}" #: src/components/dms/ReactionsDialog.tsx:361 msgid "Tap to show all reactions" -msgstr "" +msgstr "Klepnutím zobrazíte všechny reakce" -#: src/components/dms/MessageItem.tsx:358 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" -msgstr "" +msgstr "Klepnutím zobrazíte reakce" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 msgid "Targeted harassment" -msgstr "" +msgstr "Cílené obtěžování" #: src/state/shell/progress-guide.tsx:236 msgid "Task complete - 10 follows!" -msgstr "" +msgstr "Úkol splněn – 10 sledovaných!" #: src/state/shell/progress-guide.tsx:226 msgid "Task complete - 10 likes!" -msgstr "" +msgstr "Úkol splněn – 10 lajků!" #: src/components/ProgressGuide/List.tsx:111 msgid "Teach our algorithm what you like" -msgstr "" +msgstr "Naučte náš algoritmus, co se vám líbí" #: src/lib/interests.ts:73 msgid "Tech" -msgstr "" +msgstr "Technologie" #: src/screens/Profile/Header/EditProfileDialog.tsx:368 msgid "Tell us a bit about yourself" -msgstr "" +msgstr "Řekněte nám o sobě něco málo" #: src/screens/StarterPack/Wizard/StepDetails.tsx:70 msgid "Tell us a little more" -msgstr "" +msgstr "Řekněte nám něco více" #: src/screens/Settings/components/DeleteAccountDialog.tsx:214 msgid "Temporarily deactivate your account" -msgstr "" +msgstr "Dočasně deaktivovat váš účet" #: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/desktop/RightNav.tsx:126 msgid "Terms" -msgstr "" +msgstr "Podmínky" #: src/components/dialogs/BirthDateSettings.tsx:181 #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:31 @@ -11542,34 +11848,34 @@ msgstr "" #: src/view/shell/Drawer.tsx:756 #: src/view/shell/Drawer.tsx:758 msgid "Terms of Service" -msgstr "" +msgstr "Podmínky služby" #: src/components/dialogs/MutedWords.tsx:275 msgid "Text & tags" -msgstr "" +msgstr "Text a štítky" #: src/components/moderation/LabelsOnMeDialog.tsx:307 #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:122 #: src/screens/Messages/components/ChatDisabled.tsx:142 msgid "Text input field" -msgstr "" +msgstr "Pole pro zadání textu" #: src/view/com/posts/ShowLessFollowup.tsx:39 msgid "Thank you for your feedback! It has been sent to the feed operator." -msgstr "" +msgstr "Děkujeme za vaši zpětnou vazbu! Byla odeslána provozovateli kanálu." #: src/components/intents/VerifyEmailIntentDialog.tsx:77 msgid "Thanks, you have successfully verified your email address. You can close this dialog." -msgstr "" +msgstr "Děkujeme, vaše e-mailová adresa byla úspěšně ověřena. Toto dialogové okno můžete zavřít." #: src/ageAssurance/components/NoAccessScreen.tsx:423 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:247 msgid "Thanks! You're all set." -msgstr "" +msgstr "Děkujeme! Vše je nastaveno." #: src/screens/Settings/components/ChangeHandleDialog.tsx:500 msgid "That contains the following:" -msgstr "" +msgstr "Který obsahuje následující:" #: src/screens/StarterPack/StarterPackScreen.tsx:115 #: src/screens/StarterPack/StarterPackScreen.tsx:116 @@ -11578,164 +11884,164 @@ msgstr "" #: src/screens/StarterPack/Wizard/index.tsx:116 #: src/screens/StarterPack/Wizard/index.tsx:126 msgid "That starter pack could not be found." -msgstr "" +msgstr "Tento startovací balíček nebyl nalezen." #: src/screens/Signup/StepHandle/index.tsx:81 msgid "That username is already taken" -msgstr "" +msgstr "Toto uživatelské jméno je již obsazeno" #: src/view/com/post-thread/PostQuotes.tsx:135 msgid "That's all, folks!" -msgstr "" +msgstr "A to je vše, přátelé!" #: src/screens/VideoFeed/index.tsx:1141 msgid "That's everything!" -msgstr "" +msgstr "To je všechno!" #: src/components/moderation/BlockDialog.tsx:153 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:204 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:442 msgid "The account will be able to interact with you after unblocking." -msgstr "" +msgstr "Po odblokování s vámi účet bude moci interagovat." #: src/screens/Settings/AppIconSettings/index.tsx:39 #: src/screens/Settings/AppIconSettings/index.tsx:225 msgid "The app will be restarted" -msgstr "" +msgstr "Aplikace bude restartována" #: src/components/moderation/ModerationDetailsDialog.tsx:123 #: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." -msgstr "" +msgstr "Autor tohoto vlákna skryl tuto odpověď." #: src/components/dialogs/BirthDateSettings.tsx:169 msgid "The birthdate you've entered means you are under 18 years old. Certain content and features may be unavailable to you." -msgstr "" +msgstr "Datum narození, které jste zadali, znamená, že je vám méně než 18 let. Některý obsah a funkce pro vás mohou být nedostupné." #: src/screens/Moderation/index.tsx:415 msgid "The Bluesky web application" -msgstr "" +msgstr "Webová aplikace Bluesky" #: src/view/screens/CommunityGuidelines.tsx:32 msgid "The Community Guidelines have been moved to <0/>" -msgstr "" +msgstr "Pravidla komunity byla přesunuta na <0/>" #: src/view/screens/CopyrightPolicy.tsx:29 msgid "The Copyright Policy has been moved to <0/>" -msgstr "" +msgstr "Zásady ochrany autorských práv byly přesunuty na <0/>" #: src/view/com/posts/FeedShutdownMsg.tsx:107 msgid "The Discover feed" -msgstr "" +msgstr "Kanál Objevovat" #: src/state/shell/progress-guide.tsx:227 msgid "The Discover feed now knows what you like" -msgstr "" +msgstr "Kanál Objevovat nyní ví, co se vám líbí" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:332 msgid "The experience is better in the app. Download Bluesky now and we'll pick back up where you left off." -msgstr "" +msgstr "V aplikaci je to lepší. Stáhněte si Bluesky a budeme pokračovat tam, kde jste skončili." #: src/view/com/posts/FeedShutdownMsg.tsx:70 msgid "The feed has been replaced with Discover." -msgstr "" +msgstr "Tento kanál byl nahrazen sekcí Objevovat." #: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your account." -msgstr "" +msgstr "Na váš účet byly aplikovány následující štítky." #: src/components/moderation/LabelsOnMeDialog.tsx:65 msgid "The following labels were applied to your content." -msgstr "" +msgstr "Na váš obsah byly aplikovány následující štítky." #: src/features/liveNow/components/GoLiveDialog.tsx:162 msgid "The following services are enabled for your account: {allowedServices}" -msgstr "" +msgstr "Pro váš účet jsou povoleny následující služby: {allowedServices}" #: src/screens/ModerationInteractionSettings/index.tsx:43 msgid "The following settings will be used as your defaults when creating new posts. You can edit these for a specific post from the composer." -msgstr "" +msgstr "Následující nastavení budou použita jako výchozí při vytváření nových příspěvků. U konkrétního příspěvku je můžete upravit v editoru." #: src/components/ageAssurance/useAgeAssuranceCopy.ts:23 msgid "The laws in your region require you to verify you're an adult to access certain features. Tap to learn more." -msgstr "" +msgstr "Zákony ve vašem regionu vyžadují, abyste pro přístup k některým funkcím ověřili, že jste dospělí. Klepnutím se dozvíte více." #: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." -msgstr "" +msgstr "Byl dosažen limit členů." #: src/view/com/composer/select-language/SuggestedLanguage.tsx:400 msgid "The post you’re replying to was marked as being written in {suggestedLanguageName} by its author. Would you like to reply in <0>{suggestedLanguageName}?" -msgstr "" +msgstr "Příspěvek, na který odpovídáte, byl jeho autorem označen jako napsaný v jazyce {suggestedLanguageName}. Chcete odpovědět v jazyce <0>{suggestedLanguageName}?" #: src/view/screens/PrivacyPolicy.tsx:29 msgid "The Privacy Policy has been moved to <0/>" -msgstr "" +msgstr "Zásady ochrany osobních údajů byly přesunuty na <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." -msgstr "" +msgstr "Vybrané video je větší než {VIDEO_MAX_SIZE_MB} MB. Zkuste to prosím znovu s menším souborem." #: src/lib/hooks/useCleanError.ts:41 #: src/lib/strings/errors.ts:19 msgid "The server appears to be experiencing issues. Please try again in a few moments." -msgstr "" +msgstr "Zdá se, že server má problémy. Zkuste to prosím za chvíli znovu." #: src/screens/StarterPack/StarterPackScreen.tsx:775 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." -msgstr "" +msgstr "Startovací balíček, který se snažíte zobrazit, je neplatný. Můžete jej místo toho smazat." #: src/components/ContextMenu/index.tsx:509 msgid "The subject of the context menu" -msgstr "" +msgstr "Předmět kontextové nabídky" #: src/view/screens/Support.tsx:31 msgid "The support form has been moved. If you need help, please <0/> or visit {HELP_DESK_URL} to get in touch with us." -msgstr "" +msgstr "Formulář podpory byl přesunut. Pokud potřebujete pomoc, <0/> nebo nás kontaktujte na {HELP_DESK_URL}." #: src/view/screens/TermsOfService.tsx:29 msgid "The Terms of Service have been moved to" -msgstr "" +msgstr "Podmínky služby byly přesunuty na" #: src/components/intents/VerifyEmailIntentDialog.tsx:89 msgid "The verification code you have provided is invalid. Please make sure that you have used the correct verification link or request a new one." -msgstr "" +msgstr "Zadaný ověřovací kód je neplatný. Ujistěte se, že jste použili správný ověřovací odkaz, nebo si vyžádejte nový." #: src/components/contacts/screens/PhoneInput.tsx:115 #: src/components/contacts/screens/VerifyNumber.tsx:113 #: src/components/contacts/screens/VerifyNumber.tsx:165 msgid "The verification provider was unable to send a code to your phone number. Please check your phone number and try again." -msgstr "" +msgstr "Poskytovateli ověření se nepodařilo odeslat kód na vaše telefonní číslo. Zkontrolujte prosím své telefonní číslo a zkuste to znovu." #: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" -msgstr "" +msgstr "Motiv" #: src/components/dialogs/BirthDateSettings.tsx:106 msgid "There is a limit to how often you can change your birthdate. You may need to wait a day or two before updating it again." -msgstr "" +msgstr "Existuje omezení, jak často můžete měnit datum narození. Možná budete muset počkat den nebo dva, než ho budete moci znovu aktualizovat." #: src/screens/Messages/components/InviteLinkDialog.tsx:519 msgid "There is no invite link for this group chat." -msgstr "" +msgstr "Pro tuto skupinovou konverzaci neexistuje žádný odkaz s pozvánkou." #: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." -msgstr "" +msgstr "Deaktivace účtu nemá žádný časový limit, můžete se kdykoli vrátit." #. Body message of the error screen shown when the GIF provider request fails. Encourages the user to retry. #: src/features/gifPicker/components/GifPickerPlaceholder.tsx:56 msgid "There was a problem loading GIFs. Check your connection and try again." -msgstr "" +msgstr "Při načítání GIFů nastal problém. Zkontrolujte připojení a zkuste to znovu." #: src/components/contacts/screens/GetContacts.tsx:147 #: src/components/intents/GroupChatJoinDialog.tsx:149 #: src/components/intents/GroupChatJoinDialog.tsx:195 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:36 msgid "There was a problem with your internet connection, please try again" -msgstr "" +msgstr "Došlo k problému s vaším internetovým připojením, zkuste to prosím znovu" #: src/screens/Profile/components/ProfileFeedHeader.tsx:177 #: src/screens/ProfileList/components/Header.tsx:91 @@ -11743,48 +12049,48 @@ msgstr "" #: src/screens/SavedFeeds.tsx:99 #: src/screens/SavedFeeds.tsx:278 msgid "There was an issue contacting the server" -msgstr "" +msgstr "Při kontaktování serveru došlo k problému" #: src/screens/Profile/components/ProfileFeedHeader.tsx:416 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:100 msgid "There was an issue contacting the server, please check your internet connection and try again." -msgstr "" +msgstr "Při kontaktování serveru došlo k chybě, zkontrolujte prosím připojení k internetu a zkuste to znovu." #: src/view/com/notifications/NotificationFeed.tsx:133 msgid "There was an issue fetching notifications. Tap here to try again." -msgstr "" +msgstr "Při načítání oznámení došlo k potížím. Klepnutím to zkuste znovu." #: src/screens/Search/Explore.tsx:1027 #: src/view/com/posts/PostFeed.tsx:777 msgid "There was an issue fetching posts. Tap here to try again." -msgstr "" +msgstr "Při načítání příspěvků došlo k potížím. Klepněte sem pro opětovný pokus." #: src/view/com/lists/ListMembers.tsx:180 msgid "There was an issue fetching the list. Tap here to try again." -msgstr "" +msgstr "Při načítání seznamu došlo k potížím. Klepnutím sem to zkuste znovu." #: src/screens/Settings/AppPasswords.tsx:60 msgid "There was an issue fetching your app passwords" -msgstr "" +msgstr "Při načítání hesel aplikací došlo k potížím" #: src/view/com/feeds/ProfileFeedgens.tsx:185 #: src/view/com/lists/ProfileLists.tsx:184 msgid "There was an issue fetching your lists. Tap here to try again." -msgstr "" +msgstr "Při načítání vašich seznamů došlo k potížím. Klepnutím sem to zkuste znovu." #: src/screens/Settings/components/ChangeHandleDialog.tsx:109 msgid "There was an issue fetching your service info" -msgstr "" +msgstr "Při načítání informací o službě došlo k potížím" #: src/view/com/posts/PostFeedErrorMessage.tsx:153 msgid "There was an issue removing this feed. Please check your internet connection and try again." -msgstr "" +msgstr "Při odebírání tohoto kanálu došlo k chybě. Zkontrolujte prosím připojení k internetu a zkuste to znovu." #: src/screens/Profile/components/ProfileFeedHeader.tsx:136 #: src/view/com/posts/FeedShutdownMsg.tsx:53 #: src/view/com/posts/FeedShutdownMsg.tsx:74 msgid "There was an issue updating your feeds, please check your internet connection and try again." -msgstr "" +msgstr "Při aktualizaci vašich kanálů došlo k potížím, zkontrolujte prosím připojení k internetu a zkuste to znovu." #. placeholder {0}: e.toString() #: src/components/PostControls/PostMenu/PostMenuItems.tsx:432 @@ -11806,7 +12112,7 @@ msgstr "" #: src/view/com/profile/ProfileMenu.tsx:203 #: src/view/com/profile/ProfileMenu.tsx:218 msgid "There was an issue! {0}" -msgstr "" +msgstr "Došlo k potížím! {0}" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:241 #: src/screens/List/ListHiddenScreen.tsx:67 @@ -11819,655 +12125,678 @@ msgstr "" #: src/screens/ProfileList/components/SubscribeMenu.tsx:38 #: src/screens/ProfileList/components/SubscribeMenu.tsx:53 msgid "There was an issue. Please check your internet connection and try again." -msgstr "" +msgstr "Došlo k potížím. Zkontrolujte prosím připojení k internetu a zkuste to znovu." #. Body of the error screen shown when the GIF picker crashes unexpectedly. Encourages the user to report the issue. #: src/components/dialogs/LanguageSelectDialog.tsx:349 #: src/features/gifPicker/components/GifPickerErrorBoundary.tsx:27 #: src/view/com/util/ErrorBoundary.tsx:59 msgid "There was an unexpected issue in the application. Please let us know if this happened to you!" -msgstr "" +msgstr "V aplikaci došlo k neočekávané chybě. Dejte nám prosím vědět, pokud k tomu došlo i u vás!" #: src/screens/SignupQueued.tsx:133 msgid "There's been a rush of new users to Bluesky! We'll activate your account as soon as we can." -msgstr "" +msgstr "Na Bluesky se přihrnul nával nových uživatelů! Aktivujeme váš účet, jakmile to bude možné." #: src/components/dialogs/PostInteractionSettingsDialog.tsx:660 msgid "These are your default settings" -msgstr "" +msgstr "Toto je vaše výchozí nastavení" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "Tyto domény" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "Tyto hashtagy" #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." -msgstr "" +msgstr "Tato nastavení se vztahují pouze na kanál Sledovaní." + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "Tyto adresy URL" #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" -msgstr "" +msgstr "Vlastní tento chat" #: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They won’t be able to rejoin unless you invite them again." -msgstr "" +msgstr "Nebudou se moci znovu připojit, pokud je znovu nepozvete." #: src/components/moderation/ScreenHider.tsx:118 msgid "This {screenDescription} has been flagged:" -msgstr "" +msgstr "Tento {screenDescription} byl označen:" #: src/components/verification/VerificationsDialog.tsx:89 msgid "This account has a checkmark because it's been verified by trusted sources." -msgstr "" +msgstr "Tento účet má značku ověření, protože byl ověřen důvěryhodnými zdroji." #: src/components/BotAccountAlert.tsx:27 msgid "This account has been marked as automated by its owner." -msgstr "" +msgstr "Tento účet byl jeho vlastníkem označen jako automatizovaný." #: src/components/verification/VerificationsDialog.tsx:94 msgid "This account has one or more attempted verifications, but it is not currently verified." -msgstr "" +msgstr "Tento účet má jeden nebo více pokusů o ověření, ale momentálně není ověřený." #: src/components/moderation/ScreenHider.tsx:113 msgid "This account has requested that users sign in to view their profile." -msgstr "" +msgstr "Tento účet požaduje, aby se uživatelé pro zobrazení jeho profilu přihlásili." #: src/components/dms/BlockedByListDialog.tsx:33 msgid "This account is blocked by one or more of your moderation lists. To unblock, please visit the lists directly and remove this user." -msgstr "" +msgstr "Tento účet je blokován jedním nebo více vašimi moderačními seznamy. Pro odblokování prosím přejděte přímo do seznamů a odeberte tohoto uživatele." #: src/components/verification/VerificationCreatePrompt.tsx:56 msgid "This action can be undone at any time." -msgstr "" +msgstr "Tuto akci lze kdykoli vrátit zpět." #: src/components/moderation/LabelsOnMeDialog.tsx:285 msgid "This appeal will be sent to <0>{sourceName}." -msgstr "" +msgstr "Toto odvolání bude odesláno na <0>{sourceName}." #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:114 #: src/screens/Messages/components/ChatDisabled.tsx:138 msgid "This appeal will be sent to Bluesky's moderation service." -msgstr "" +msgstr "Toto odvolání bude odesláno moderátorské službě Bluesky." #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "This author has chosen to make their posts visible only to people who are signed in." -msgstr "" +msgstr "Tento autor se rozhodl zveřejnit své příspěvky pouze přihlášeným uživatelům." #: src/screens/Profile/components/GermButton.tsx:244 msgid "This button lets others open the Germ DM app to send you a message. You can manage its visibility from the Germ DM app, or you can disconnect your Bluesky account from Germ DM altogether by clicking the button below." -msgstr "" +msgstr "Toto tlačítko umožňuje ostatním otevřít aplikaci Germ DM a poslat vám zprávu. Jeho viditelnost můžete spravovat v aplikaci Germ DM, nebo můžete svůj účet Bluesky od Germ DM zcela odpojit kliknutím na tlačítko níže." #: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" -msgstr "" +msgstr "Tato konverzace skončila" #: src/components/dms/ChatInvite/Root.tsx:122 #: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" -msgstr "" +msgstr "Tato konverzace je plná" #: src/screens/Messages/components/ChatListItem.tsx:377 #: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" -msgstr "" +msgstr "Tato konverzace je uzamčena" #: src/screens/Messages/components/ChatLocked.tsx:45 #: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" -msgstr "" +msgstr "Tato konverzace je uzamčena moderátorským zásahem" #: src/screens/Messages/components/MessageListError.tsx:17 msgid "This chat was disconnected" -msgstr "" +msgstr "Tato konverzace byla odpojena" #: src/components/contacts/screens/VerifyNumber.tsx:106 msgid "This code is invalid. Resend to get a new code." -msgstr "" +msgstr "Tento kód je neplatný. Pro získání nového kódu jej odešlete znovu." #: src/screens/Settings/components/ChangePasswordDialog.tsx:145 msgid "This confirmation code is not valid. Please try again." -msgstr "" +msgstr "Tento potvrzovací kód není platný. Zkuste to prosím znovu." #: src/lib/moderation/useGlobalLabelStrings.ts:19 msgid "This content has been hidden by the moderators." -msgstr "" +msgstr "Tento obsah byl skryt moderátory." #: src/lib/moderation/useGlobalLabelStrings.ts:24 msgid "This content has received a general warning from moderators." -msgstr "" +msgstr "Tento obsah obdržel od moderátorů obecné varování." #. placeholder {0}: externalEmbedLabels[source] #: src/components/dialogs/EmbedConsent.tsx:63 msgid "This content is hosted by {0}. Do you want to enable external media?" -msgstr "" +msgstr "Tento obsah je hostován službou {0}. Chcete povolit externí média?" #: src/components/moderation/ModerationDetailsDialog.tsx:88 #: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." -msgstr "" +msgstr "Tento obsah není dostupný, protože jeden ze zúčastněných uživatelů toho druhého zablokoval." #: src/view/com/posts/PostFeedErrorMessage.tsx:122 msgid "This content is not viewable without a Bluesky account." -msgstr "" +msgstr "Tento obsah není možné zobrazit bez účtu Bluesky." #: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." -msgstr "" +msgstr "Tato konverzace je uzamčena." #: src/screens/Messages/components/ChatListItem.tsx:156 msgid "This conversation is with a deleted or a deactivated account. Press for options" -msgstr "" +msgstr "Tato konverzace je s odstraněným nebo deaktivovaným účtem. Stiskněte pro zobrazení možností" #: src/view/com/composer/drafts/DraftItem.tsx:240 msgid "This draft will be permanently deleted." -msgstr "" +msgstr "Tento koncept bude trvale smazán." #: src/components/dialogs/EmailDialog/screens/Update.tsx:155 msgid "This email is already associated with your account." -msgstr "" +msgstr "Tento e-mail je již přiřazen k vašemu účtu." + +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "Tato přesná fráze" #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" -msgstr "" +msgstr "Tato funkce umožňuje uživatelům dostávat oznámení o vašich nových příspěvcích a odpovědích. Pro koho ji chcete povolit?" #: src/screens/Settings/components/ExportCarDialog.tsx:166 msgid "This feature is in beta. You can read more about repository exports in <0>this blogpost." -msgstr "" +msgstr "Tato funkce je v beta verzi. Více o exportech repozitáře si můžete přečíst v <0>tomto blogovém příspěvku." #: src/lib/hooks/useCleanError.ts:61 msgid "This feature is not available while using an app password. Please sign in with your main password." -msgstr "" +msgstr "Tato funkce není dostupná při použití hesla aplikace. Přihlaste se prosím svým hlavním heslem." #: src/lib/strings/errors.ts:31 msgid "This feature is not available while using an App Password. Please sign in with your main password." -msgstr "" +msgstr "Tato funkce není dostupná při použití hesla aplikace. Přihlaste se prosím svým hlavním heslem." #: src/view/com/posts/PostFeedErrorMessage.tsx:128 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." -msgstr "" +msgstr "Tento kanál je momentálně přetížen a je dočasně nedostupný. Zkuste to prosím později." #: src/view/com/posts/CustomFeedEmptyState.tsx:60 msgid "This feed is empty! You may need to follow more users or tune your language settings." -msgstr "" +msgstr "Tento kanál je prázdný! Možná budete muset sledovat více uživatelů nebo upravit nastavení jazyka." #: src/components/StarterPack/Main/PostsList.tsx:41 #: src/screens/Profile/ProfileFeed/index.tsx:171 #: src/screens/ProfileList/FeedSection.tsx:78 msgid "This feed is empty." -msgstr "" +msgstr "Tento kanál je prázdný." #: src/view/com/posts/FeedShutdownMsg.tsx:104 msgid "This feed is no longer online. We are showing <0>Discover instead." -msgstr "" +msgstr "Tento kanál již není dostupný. Místo něj zobrazujeme <0>Objevovat." #: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" -msgstr "" +msgstr "Tato skupina je uzamčena z důvodu moderačního zásahu vůči vlastníkovi" #: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "This handle is reserved. Please try a different one." -msgstr "" +msgstr "Toto uživatelské jméno je rezervováno. Zkuste prosím jiné." #: src/screens/Onboarding/StepProfile/index.tsx:142 msgid "This image could not be used. Try a different format like .jpg or .png." -msgstr "" +msgstr "Tento obrázek nelze použít. Zkuste jiný formát, například .jpg nebo .png." #: src/components/dialogs/BirthDateSettings.tsx:62 msgid "This information is private and not shared with other users." -msgstr "" +msgstr "Tyto informace jsou soukromé a nejsou sdíleny s ostatními uživateli." #: src/components/intents/GroupChatJoinDialog.tsx:161 msgid "This invite link has been disabled." -msgstr "" +msgstr "Tento zvací odkaz byl deaktivován." #: src/components/intents/GroupChatJoinDialog.tsx:236 msgid "This invite link is invalid" -msgstr "" +msgstr "Tento zvací odkaz je neplatný" #: src/view/screens/Debug.tsx:327 msgid "This is an empty state" -msgstr "" +msgstr "Toto je prázdný stav" #: src/features/liveNow/components/EditLiveDialog.tsx:178 #: src/features/liveNow/components/GoLiveDialog.tsx:155 msgid "This is not a valid link" -msgstr "" +msgstr "Toto není platný odkaz" #: src/screens/Settings/AutomationLabelSettings.tsx:173 msgid "This label lets the world know that this account is automated. If turned on, this label appears next to the account's name on their profile and posts. It can be turned on or off at any time." -msgstr "" +msgstr "Tento štítek dává světu vědět, že je tento účet automatizovaný. Pokud je zapnutý, zobrazuje se vedle jména účtu na jeho profilu a u příspěvků. Lze jej kdykoli zapnout nebo vypnout." #: src/components/moderation/ModerationDetailsDialog.tsx:184 msgid "This label was applied by the author." -msgstr "" +msgstr "Tento štítek byl přidán autorem." #: src/components/moderation/LabelsOnMeDialog.tsx:170 msgid "This label was applied by you." -msgstr "" +msgstr "Tento štítek jste použili vy." #: src/screens/Profile/Sections/Labels.tsx:218 msgid "This labeler hasn't declared what labels it publishes, and may not be active." -msgstr "" +msgstr "Tento labeler neuvedl, jaké štítky vydává, a nemusí být aktivní." #: src/components/dialogs/LinkWarning.tsx:95 msgid "This link is taking you to the following website:" -msgstr "" +msgstr "Tento odkaz vás přesměruje na následující web:" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/screens/List/ListHiddenScreen.tsx:155 msgid "This list – created by <0>{0} – contains possible violations of Bluesky's community guidelines in its name or description." -msgstr "" +msgstr "Tento seznam – vytvořený uživatelem <0>{0} – obsahuje ve svém názvu nebo popisu možná porušení komunitních pravidel sítě Bluesky." #: src/screens/List/ListHiddenScreen.tsx:150 msgid "This list – created by you – contains possible violations of Bluesky's community guidelines in its name or description." -msgstr "" +msgstr "Tento seznam – který jste vytvořili – obsahuje ve svém názvu nebo popisu možná porušení pravidel komunity Bluesky." #: src/screens/ProfileList/AboutSection.tsx:100 msgid "This list is empty." -msgstr "" +msgstr "Tento seznam je prázdný." #: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" -msgstr "" +msgstr "Tato zpráva je skrytá" -#: src/components/dms/MessageItem.tsx:668 -#: src/components/dms/MessageItem.tsx:697 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." -msgstr "" +msgstr "Tato zpráva je skrytá, protože vás tento uživatel blokuje." -#: src/components/dms/MessageItem.tsx:667 -#: src/components/dms/MessageItem.tsx:693 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." -msgstr "" +msgstr "Tato zpráva je skrytá, protože tohoto uživatele blokujete." #: src/screens/Profile/ErrorState.tsx:41 msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." -msgstr "" +msgstr "Tato moderátorská služba je nedostupná. Více informací naleznete níže. Pokud problém přetrvává, kontaktujte nás." #: src/components/moderation/ModerationDetailsDialog.tsx:161 msgid "This moderation was applied to the entire user account and will appear on all posts." -msgstr "" +msgstr "Tato moderace byla použita na celý uživatelský účet a zobrazí se u všech příspěvků." #: src/components/dms/MessagesListBlockedFooter.tsx:84 msgid "This person is blocking you" -msgstr "" +msgstr "Tato osoba vás blokuje" #. placeholder {0}: niceDate(i18n, createdAt) #. placeholder {1}: niceDate(i18n, indexedAt) #: src/screens/PostThread/components/ThreadItemAnchor.tsx:644 msgid "This post claims to have been created on <0>{0}, but was first seen by Bluesky on <1>{1}." -msgstr "" +msgstr "Tento příspěvek tvrdí, že byl vytvořen <0>{0}, ale Bluesky jej poprvé zaznamenala <1>{1}." #: src/components/WhoCanReply.tsx:274 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." -msgstr "" +msgstr "Tento příspěvek má neznámý typ threadgate. Vaše aplikace může být zastaralá." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:157 msgid "This post is only visible to logged-in users." -msgstr "" +msgstr "Tento příspěvek je viditelný pouze pro přihlášené uživatele." #: src/screens/Bookmarks/index.tsx:255 msgid "This post was deleted by its author" -msgstr "" +msgstr "Tento příspěvek byl odstraněn jeho autorem" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:818 msgid "This post will be hidden from feeds and threads. This cannot be undone." -msgstr "" +msgstr "Tento příspěvek bude skryt z kanálů a vláken. Tuto akci nelze vrátit zpět." -#: src/view/com/composer/Composer.tsx:1043 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." -msgstr "" +msgstr "Autor tohoto příspěvku zakázal citování příspěvků." #: src/view/com/profile/ProfileMenu.tsx:547 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." -msgstr "" +msgstr "Tento profil je viditelný pouze pro přihlášené uživatele. Nebude viditelný pro lidi, kteří nejsou přihlášeni." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:853 msgid "This reply will be sorted into a hidden section at the bottom of your thread and will mute notifications for subsequent replies - both for yourself and others." -msgstr "" +msgstr "Tato odpověď bude zařazena do skryté sekce na konci vašeho vlákna a ztlumí oznámení pro následující odpovědi – jak pro vás, tak pro ostatní." #: src/screens/Messages/ConversationSettings/index.tsx:156 #: src/screens/Messages/JoinRequests.tsx:111 msgid "This screen is only available for group conversations." -msgstr "" +msgstr "Tato obrazovka je dostupná pouze pro skupinové konverzace." #: src/screens/Signup/StepInfo/Policies.tsx:32 msgid "This service has not provided terms of service or a privacy policy." -msgstr "" +msgstr "Tato služba neposkytla podmínky služby ani zásady ochrany osobních údajů." #: src/features/liveNow/index.tsx:203 msgid "This service is not supported while the Live feature is in beta. Allowed services: {formatted}." -msgstr "" +msgstr "Tato služba není podporována, dokud je funkce Živé vysílání ve verzi beta. Povolené služby: {formatted}." #: src/screens/Settings/components/ChangeHandleDialog.tsx:469 msgid "This should create a domain record at:" -msgstr "" +msgstr "Tím by se měl vytvořit doménový záznam na:" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:214 msgid "This should only take a few minutes." -msgstr "" +msgstr "Mělo by to zabrat jen několik minut." #: src/components/verification/VerificationCreatePrompt.tsx:94 msgid "This user does not have a display name, and therefore cannot be verified." -msgstr "" +msgstr "Tento uživatel nemá zobrazované jméno, a proto nemůže být ověřen." #: src/view/com/profile/ProfileFollowers.tsx:203 msgid "This user doesn't have any followers." -msgstr "" +msgstr "Tento uživatel nemá žádné sledující." #: src/components/dms/dialogs/NewChatDialog.tsx:64 msgid "This user has blocked you and cannot be messaged." -msgstr "" +msgstr "Tento uživatel vás zablokoval a nelze mu zaslat zprávu." #: src/components/moderation/ModerationDetailsDialog.tsx:83 #: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." -msgstr "" +msgstr "Tento uživatel vás zablokoval. Nemůžete zobrazit jeho obsah." #: src/components/dms/dialogs/NewChatDialog.tsx:68 msgid "This user has disabled chat and cannot be messaged." -msgstr "" +msgstr "Tento uživatel zakázal konverzaci a nelze mu posílat zprávy." #: src/lib/moderation/useGlobalLabelStrings.ts:30 msgid "This user has requested that their content only be shown to signed-in users." -msgstr "" +msgstr "Tento uživatel požádal, aby se jeho obsah zobrazoval pouze přihlášeným uživatelům." #. placeholder {0}: list.name #: src/components/moderation/ModerationDetailsDialog.tsx:63 msgid "This user is included in the <0>{0} list which you have blocked." -msgstr "" +msgstr "Tento uživatel je zahrnut v seznamu <0>{0}, který jste zablokovali." #. placeholder {0}: list.name #: src/components/moderation/ModerationDetailsDialog.tsx:95 msgid "This user is included in the <0>{0} list which you have muted." -msgstr "" +msgstr "Tento uživatel je zařazen v seznamu <0>{0}, který jste ztlumili." #: src/components/NewskieDialog.tsx:49 msgid "This user is new here. Press for more info about when they joined." -msgstr "" +msgstr "Tento uživatel je tu nový. Stiskněte pro více informací o tom, kdy se přidal." #: src/view/com/profile/ProfileFollows.tsx:182 msgid "This user isn't following anyone." -msgstr "" +msgstr "Tento uživatel nikoho nesleduje." #: src/components/Post/Embed/VideoEmbed/index.web.tsx:236 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." -msgstr "" +msgstr "Toto video nelze přehrát na vašem zařízení. Ve vašem prohlížeči nebo systému mohou chybět požadované video kodeky (H.264/AAC)." #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:157 msgid "This will create a new list with the same name, description, and members as this starter pack." -msgstr "" +msgstr "Tímto se vytvoří nový seznam se stejným názvem, popisem a členy jako tento startovací balíček." #. placeholder {0}: word.value #: src/components/dialogs/MutedWords.tsx:454 msgid "This will delete \"{0}\" from your muted words. You can always add it back later." -msgstr "" +msgstr "Tímto odstraníte „{0}“ ze svých slov pro ztlumení. Vždy je můžete později přidat zpět." #: src/screens/Settings/components/DeleteAccountDialog.tsx:330 msgid "This will irreversibly delete your Bluesky account <0>{currentHandle} and all associated data. Note that this will affect any other <1>AT Protocol services you use with this account." -msgstr "" +msgstr "Tímto nevratně smažete svůj účet Bluesky <0>{currentHandle} a všechna související data. Vezměte na vědomí, že to ovlivní i další služby <1>AT Protocol, které s tímto účtem používáte." #. placeholder {0}: account.handle #: src/screens/Settings/Settings.tsx:668 msgid "This will remove @{0} from the quick access list." -msgstr "" +msgstr "Tímto odeberete @{0} ze seznamu rychlého přístupu." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:846 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." -msgstr "" +msgstr "Tato akce odstraní váš příspěvek z tohoto citovaného příspěvku pro všechny uživatele a nahradí ho zástupným symbolem." #: src/screens/PostThread/components/HeaderDropdown.tsx:25 #: src/screens/PostThread/components/HeaderDropdown.tsx:28 msgid "Thread options" -msgstr "" +msgstr "Možnosti vlákna" #: src/screens/Settings/ContentAndMediaSettings.tsx:70 #: src/screens/Settings/ContentAndMediaSettings.tsx:73 msgid "Thread preferences" -msgstr "" +msgstr "Předvolby vlákna" #: src/screens/Settings/ThreadPreferences.tsx:35 msgid "Thread Preferences" -msgstr "" +msgstr "Předvolby vláken" #: src/screens/PostThread/components/HeaderDropdown.tsx:59 #: src/screens/PostThread/components/HeaderDropdown.tsx:64 msgid "Threaded" -msgstr "" +msgstr "Vláknové" #: src/Navigation.tsx:374 msgid "Threads Preferences" -msgstr "" +msgstr "Předvolby vláken" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 msgid "Threats or incitement" -msgstr "" +msgstr "Vyhrožování nebo podněcování" #. placeholder {0}: Number(time) || 0 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" -msgstr "" +msgstr "Zbývající čas: {0, plural, one {# sekunda} few {# sekundy} many {# sekund} other {# sekund}}" #: src/components/SendErrorReportDialog.tsx:68 msgid "Title" -msgstr "" +msgstr "Název" #: src/components/SendErrorReportDialog.tsx:71 msgid "Title (100 characters max)" -msgstr "" +msgstr "Název (max. 100 znaků)" #: src/screens/Settings/components/DisableEmail2FADialog.tsx:100 msgid "To disable the email 2FA method, please verify your access to the email address." -msgstr "" +msgstr "Chcete-li deaktivovat metodu e-mailového 2FA, ověřte prosím svůj přístup k e-mailové adrese." #. placeholder {0}: currentAccount?.email #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:162 #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:213 msgid "To disable your email 2FA method, please verify your access to <0>{0}" -msgstr "" +msgstr "Chcete-li deaktivovat 2FA ověření e-mailem, ověřte prosím svůj přístup k <0>{0}" #: src/ageAssurance/components/NoAccessScreen.tsx:251 msgid "To log out, <0>click here. Or if you’d prefer, you can <1>delete your account." -msgstr "" +msgstr "Pro odhlášení <0>klikněte zde. Nebo pokud chcete, můžete <1>smazat svůj účet." #: src/components/dms/DateDivider.tsx:27 msgid "Today" -msgstr "" +msgstr "Dnes" #: src/screens/Moderation/index.tsx:392 msgid "Toggle to enable or disable adult content" -msgstr "" +msgstr "Přepnout pro povolení nebo zakázání obsahu pro dospělé" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" -msgstr "" +msgstr "Přepne zvuk" #: src/components/contacts/screens/VerifyNumber.tsx:123 msgid "Too many attempts. Please wait a few minutes and try again." -msgstr "" +msgstr "Příliš mnoho pokusů. Počkejte prosím několik minut a zkuste to znovu." #: src/components/contacts/screens/VerifyNumber.tsx:176 msgid "Too many codes sent. Please wait a few minutes and try again." -msgstr "" +msgstr "Bylo odesláno příliš mnoho kódů. Počkejte prosím několik minut a zkuste to znovu." #: src/components/contacts/screens/GetContacts.tsx:156 msgid "Too many contacts - you've exceeded the number of contacts you can import to find your friends" -msgstr "" +msgstr "Příliš mnoho kontaktů – překročili jste počet kontaktů, které můžete importovat, abyste našli své přátele" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" -msgstr "" +msgstr "Nejlepší" #: src/screens/PostThread/components/HeaderDropdown.tsx:75 #: src/screens/PostThread/components/HeaderDropdown.tsx:80 #: src/screens/Settings/ThreadPreferences.tsx:57 #: src/screens/Settings/ThreadPreferences.tsx:60 msgid "Top replies first" -msgstr "" +msgstr "Nejlepší odpovědi jako první" #: src/Navigation.tsx:485 msgid "Topic" -msgstr "" +msgstr "Téma" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:563 msgid "Translate" -msgstr "" +msgstr "Přeložit" #: src/components/Post/Translated/index.tsx:326 msgid "Translated" -msgstr "" +msgstr "Přeloženo" #: src/components/Post/Translated/index.tsx:113 msgid "Translating" -msgstr "" +msgstr "Překládání" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:538 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:540 msgid "Translating…" -msgstr "" +msgstr "Překládání…" #: src/lib/translation/index.tsx:305 msgid "Translation to the same language is unavailable on your device." -msgstr "" +msgstr "Překlad do stejného jazyka není na vašem zařízení k dispozici." #: src/screens/Settings/ThreadPreferences.tsx:87 #: src/screens/Settings/ThreadPreferences.tsx:92 msgid "Tree view" -msgstr "" +msgstr "Stromové zobrazení" #: src/view/shell/desktop/SidebarTrendingTopics.tsx:50 msgid "Trending" -msgstr "" +msgstr "Populární" #. Accessibility label for the icon-only pill that shows currently trending/featured GIFs in the GIF picker. #: src/features/gifPicker/components/GifCategoryPills.tsx:45 msgid "Trending GIFs" -msgstr "" +msgstr "Populární GIFy" #: src/view/shell/desktop/SidebarTrendingTopics.tsx:57 msgid "Trending options" -msgstr "" +msgstr "Možnosti trendování" #: src/components/interstitials/TrendingVideos.tsx:87 msgid "Trending Videos" -msgstr "" +msgstr "Populární videa" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 msgid "Trolling" -msgstr "" +msgstr "Trolling" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:142 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." -msgstr "" +msgstr "Důvěra vzniká ze vztahů, komunit a sdíleného kontextu, proto také zavádíme <0>důvěryhodné ověřovatele: organizace, které mohou přímo vydávat ověření." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "" +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "Zkuste jiný vyhledávací výraz nebo odstraňte některé filtry." + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "Zkuste jiný vyhledávací výraz." #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 msgid "Try again" -msgstr "" +msgstr "Zkusit znovu" #: src/view/com/util/error/ErrorScreen.tsx:97 msgctxt "action" msgid "Try again" -msgstr "" +msgstr "Zkusit znovu" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." -msgstr "" +msgstr "Zkuste to za chvíli znovu." #: src/components/Post/Translated/index.tsx:229 #: src/components/Post/Translated/index.tsx:242 msgid "Try Google Translate" -msgstr "" +msgstr "Zkusit Překladač Google" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:165 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:171 msgid "Try it" -msgstr "" +msgstr "Vyzkoušet" #: src/lib/interests.ts:74 msgid "TV" -msgstr "" +msgstr "TV" + +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "Soumrak" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" -msgstr "" - -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "" +msgstr "Dvoufaktorové ověření (2FA)" #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" -msgstr "" +msgstr "Typ:" #: src/components/dialogs/DeviceLocationRequestDialog.tsx:86 msgid "Unable to access location. You'll need to visit your system settings to enable location services for Bluesky." -msgstr "" +msgstr "Nelze získat přístup k poloze. V systémovém nastavení budete muset povolit služby určování polohy pro Bluesky." #: src/lib/hooks/useCleanError.ts:30 #: src/lib/strings/errors.ts:12 msgid "Unable to connect. Please check your internet connection and try again." -msgstr "" +msgstr "Nelze se připojit. Zkontrolujte prosím připojení k internetu a zkuste to znovu." #: src/screens/Settings/components/ChangePasswordDialog.tsx:96 #: src/screens/Settings/components/ChangePasswordDialog.tsx:141 msgid "Unable to contact your service. Please check your internet connection and try again." -msgstr "" +msgstr "Nepodařilo se kontaktovat vaši službu. Zkontrolujte prosím připojení k internetu a zkuste to znovu." #: src/screens/Login/ForgotPasswordForm.tsx:70 #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." -msgstr "" +msgstr "Nepodařilo se kontaktovat vaši službu. Zkontrolujte prosím připojení k internetu." #: src/screens/StarterPack/StarterPackScreen.tsx:700 msgid "Unable to delete" -msgstr "" +msgstr "Nelze odstranit" #: src/screens/Messages/JoinRequests.tsx:351 msgid "Unable to fetch join requests." -msgstr "" +msgstr "Nepodařilo se načíst požadavky na přidání." #: src/components/dms/dialogs/NewChatDialog.tsx:113 msgid "Unable to find a selected recipient." -msgstr "" +msgstr "Vybraného příjemce se nepodařilo najít." #: src/components/dms/dialogs/NewChatDialog.tsx:77 msgid "Unable to find the selected recipient." -msgstr "" +msgstr "Vybraného příjemce se nepodařilo najít." #: src/lib/strings/errors.ts:43 msgid "Unable to resolve handle" -msgstr "" +msgstr "Nepodařilo se rozpoznat uživatelské jméno" #: src/screens/Settings/Settings.tsx:515 msgid "Unapply Pull Request" -msgstr "" +msgstr "Zrušit použití pull requestu" #: src/screens/Settings/Settings.tsx:517 msgid "Unapply Pull Request {currentChannel}" -msgstr "" +msgstr "Zrušit použití Pull Requestu {currentChannel}" #: src/components/ageAssurance/AgeRestrictedScreen.tsx:43 msgid "Unavailable" -msgstr "" +msgstr "Nedostupné" #: src/view/com/feeds/MissingFeed.tsx:127 msgid "Unavailable feed information" -msgstr "" +msgstr "Informace o kanálu nejsou k dispozici" -#: src/components/dms/MessageItem.tsx:735 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12480,37 +12809,37 @@ msgstr "" #: src/screens/ProfileList/components/Header.tsx:166 #: src/screens/ProfileList/components/Header.tsx:173 msgid "Unblock" -msgstr "" +msgstr "Odblokovat" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:389 msgctxt "action" msgid "Unblock" -msgstr "" +msgstr "Odblokovat" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:215 msgid "Unblock {displayName}" -msgstr "" +msgstr "Odblokovat {displayName}" #: src/components/dms/ConvoMenu.tsx:284 #: src/components/dms/ConvoMenu.tsx:288 #: src/view/com/profile/ProfileMenu.tsx:463 #: src/view/com/profile/ProfileMenu.tsx:469 msgid "Unblock account" -msgstr "" +msgstr "Odblokovat účet" #: src/components/moderation/BlockDialog.tsx:146 msgid "Unblock account?" -msgstr "" +msgstr "Odblokovat účet?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 msgid "Unblock Account?" -msgstr "" +msgstr "Odblokovat účet?" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:242 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:245 msgid "Unblock list" -msgstr "" +msgstr "Odblokovat seznam" #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:58 #: src/features/liveEvents/components/DiscoverFeedLiveEventFeedsAndTrendingBanner.tsx:64 @@ -12521,455 +12850,460 @@ msgstr "" #: src/screens/Profile/components/GermButton.tsx:186 #: src/screens/Profile/components/GermButton.tsx:187 msgid "Undo" -msgstr "" +msgstr "Zpět" #: src/components/PostControls/BookmarkButton.tsx:43 msgctxt "Button label to undo saving/removing a post from saved posts." msgid "Undo" -msgstr "" +msgstr "Zpět" #: src/components/PostControls/RepostButton.web.tsx:67 #: src/components/PostControls/RepostButton.web.tsx:74 msgid "Undo repost" -msgstr "" +msgstr "Zrušit repost" #. Accessibility label for the repost button when the post has been reposted, verb followed by number of reposts and noun #. placeholder {0}: repostCount || 0 #: src/components/PostControls/RepostButton.tsx:68 msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" -msgstr "" +msgstr "Zrušit repost ({0, plural, one {# repost} few {# reposty} many {# repostů} other {# repostů}})" #. placeholder {0}: profile.handle #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:416 msgid "Unfollow {0}" -msgstr "" +msgstr "Přestat sledovat {0}" #: src/view/com/profile/ProfileMenu.tsx:320 #: src/view/com/profile/ProfileMenu.tsx:329 msgid "Unfollow account" -msgstr "" +msgstr "Přestat sledovat účet" #: src/screens/VideoFeed/index.tsx:848 msgid "Unfollows the user" -msgstr "" +msgstr "Přestane sledovat uživatele" #: src/components/moderation/ReportDialog/index.tsx:492 msgid "Unfortunately, none of your subscribed labelers supports this report type." -msgstr "" +msgstr "Bohužel žádný z vašich odebíraných labelerů nepodporuje tento typ nahlášení." #: src/ageAssurance/components/NoAccessScreen.tsx:200 msgid "Unfortunately, the birthdate you have saved to your profile makes you too young to access Bluesky." -msgstr "" +msgstr "Datum narození uložené ve vašem profilu bohužel ukazuje, že jste příliš mladí na přístup k Bluesky." #: src/ageAssurance/components/NoAccessScreen.tsx:185 msgid "Unfortunately, your declared age indicates that you are not old enough to access Bluesky in your region." -msgstr "" +msgstr "Vámi uvedený věk bohužel naznačuje, že nejste dostatečně staří na přístup k Bluesky ve vašem regionu." #: src/components/verification/VerificationsDialog.tsx:209 msgid "Unknown verifier" -msgstr "" +msgstr "Neznámý ověřovatel" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 msgid "Unlabeled adult content" -msgstr "" +msgstr "Neoznačený obsah pro dospělé" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 msgid "Unlabeled, abusive, or non-consensual adult content" -msgstr "" +msgstr "Neoznačený, urážlivý nebo nekonsensuální obsah pro dospělé" #: src/screens/Profile/components/ProfileFeedHeader.tsx:509 msgid "Unlike" -msgstr "" +msgstr "Zrušit lajk" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun #. placeholder {0}: post.likeCount || 0 #: src/components/PostControls/index.tsx:276 msgid "Unlike ({0, plural, one {# like} other {# likes}})" -msgstr "" +msgstr "Zrušit lajk ({0, plural, one {# lajk} few {# lajky} many {# lajků} other {# lajků}})" #: src/screens/Messages/components/ChatLocked.tsx:91 msgid "Unlock chat" -msgstr "" +msgstr "Odemknout konverzaci" #: src/screens/Messages/ConversationSettings/index.tsx:568 msgid "Unlock this group chat" -msgstr "" +msgstr "Odemknout tuto skupinovou konverzaci" #: src/screens/ProfileList/components/Header.tsx:180 #: src/screens/ProfileList/components/Header.tsx:187 msgid "Unmute" -msgstr "" +msgstr "Zrušit ztlumení" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" -msgstr "" +msgstr "Zrušit ztlumení" #. placeholder {0}: isCashtag ? tag : `#${tag}` #: src/components/RichTextTag.tsx:153 #: src/components/RichTextTag.tsx:169 msgid "Unmute {0}" -msgstr "" +msgstr "Zrušit ztlumení {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:738 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:744 #: src/view/com/profile/ProfileMenu.tsx:442 #: src/view/com/profile/ProfileMenu.tsx:448 msgid "Unmute account" -msgstr "" +msgstr "Zrušit ztlumení účtu" #: src/components/dms/ConvoMenu.tsx:272 msgid "Unmute conversation" -msgstr "" +msgstr "Zrušit ztlumení konverzace" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:252 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:255 msgid "Unmute list" -msgstr "" +msgstr "Zrušit ztlumení seznamu" #: src/screens/Messages/ConversationSettings/index.tsx:533 msgid "Unmute this group chat" -msgstr "" +msgstr "Zrušit ztlumení této skupinové konverzace" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:630 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:633 msgid "Unmute thread" -msgstr "" +msgstr "Zrušit ztlumení vlákna" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:344 msgid "Unmute video" -msgstr "" +msgstr "Zrušit ztlumení videa" #: src/screens/ProfileList/components/Header.tsx:151 #: src/screens/ProfileList/components/Header.tsx:158 msgid "Unpin" -msgstr "" +msgstr "Odepnout" #: src/components/FeedCard.tsx:355 #: src/screens/Profile/components/ProfileFeedHeader.tsx:514 #: src/screens/Profile/components/ProfileFeedHeader.tsx:520 #: src/screens/SavedFeeds.tsx:467 msgid "Unpin feed" -msgstr "" +msgstr "Odepnout kanál" #: src/screens/Profile/components/ProfileFeedHeader.tsx:312 #: src/screens/Profile/components/ProfileFeedHeader.tsx:314 msgid "Unpin from home" -msgstr "" +msgstr "Odepnout z domovské obrazovky" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:515 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:520 msgid "Unpin from profile" -msgstr "" +msgstr "Odepnout z profilu" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:225 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:228 msgid "Unpin moderation list" -msgstr "" +msgstr "Odepnout seznam moderování" #. placeholder {0}: info.displayName #: src/screens/Profile/components/ProfileFeedHeader.tsx:162 msgid "Unpinned {0} from Home" -msgstr "" +msgstr "{0} odepnuto z Domů" #: src/screens/ProfileList/components/Header.tsx:78 msgid "Unpinned from your feeds" -msgstr "" +msgstr "Odepnuto z vašich kanálů" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:105 msgid "Unpinned list" -msgstr "" +msgstr "Seznam odepnut" #: src/screens/Settings/Settings.tsx:482 #: src/screens/Settings/Settings.tsx:484 msgid "Unsnooze email reminder" -msgstr "" +msgstr "Zrušit odložení e-mailové připomínky" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" -msgstr "" +msgstr "Odhlásit odběr" #: src/screens/List/ListHiddenScreen.tsx:202 #: src/screens/List/ListHiddenScreen.tsx:212 msgid "Unsubscribe from list" -msgstr "" +msgstr "Zrušit odběr seznamu" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" -msgstr "" +msgstr "Zrušit odběr tohoto labelera" #: src/screens/List/ListHiddenScreen.tsx:90 msgid "Unsubscribed from list" -msgstr "" +msgstr "Odhlášeno ze seznamu" #: src/view/com/composer/text-input/TextInput.tsx:128 msgid "Unsupported clipboard content" -msgstr "" +msgstr "Nepodporovaný obsah schránky" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" -msgstr "" +msgstr "Nepodporovaný typ videa: {mimeType}" + +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "Do" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" -msgstr "" +msgstr "Až 50 lidí" #: src/screens/Settings/components/OTAInfo.tsx:61 #: src/screens/Settings/components/OTAInfo.tsx:77 msgid "Update" -msgstr "" +msgstr "Aktualizovat" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "Aktualizovat {0} v seznamech" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 #: src/screens/Settings/AccountSettings.tsx:112 #: src/screens/Settings/AccountSettings.tsx:120 msgid "Update email" -msgstr "" +msgstr "Aktualizovat e-mail" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "Aktualizovat v seznamech" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 #: src/screens/Messages/components/InviteLinkDialog.tsx:303 msgid "Update invite link" -msgstr "" +msgstr "Aktualizovat odkaz na pozvánku" #: src/screens/Settings/components/ChangeHandleDialog.tsx:544 #: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Update to {domain}" -msgstr "" +msgstr "Aktualizovat na {domain}" #: src/components/dialogs/EmailDialog/screens/Update.tsx:202 msgid "Update your email" -msgstr "" +msgstr "Aktualizovat e-mail" #: src/ageAssurance/components/NoAccessScreen.tsx:397 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:278 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:41 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:106 msgid "Update your location" -msgstr "" +msgstr "Aktualizovat polohu" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:356 msgctxt "toast" msgid "Updating quote attachment failed" -msgstr "" +msgstr "Aktualizace přílohy citace se nezdařila" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:405 msgctxt "toast" msgid "Updating reply visibility failed" -msgstr "" +msgstr "Aktualizace viditelnosti odpovědi se nezdařila" #: src/screens/Onboarding/StepProfile/index.tsx:315 msgid "Upload a photo instead" -msgstr "" +msgstr "Nahrát místo toho fotku" #: src/screens/Settings/components/ChangeHandleDialog.tsx:485 msgid "Upload a text file to:" -msgstr "" +msgstr "Nahrajte textový soubor na:" #: src/view/com/util/UserAvatar.tsx:494 #: src/view/com/util/UserAvatar.tsx:497 #: src/view/com/util/UserBanner.tsx:164 #: src/view/com/util/UserBanner.tsx:167 msgid "Upload from Camera" -msgstr "" +msgstr "Nahrát z fotoaparátu" #: src/view/com/util/UserAvatar.tsx:511 #: src/view/com/util/UserBanner.tsx:181 msgid "Upload from Files" -msgstr "" +msgstr "Nahrát ze souboru" #: src/view/com/util/UserAvatar.tsx:505 #: src/view/com/util/UserAvatar.tsx:509 #: src/view/com/util/UserBanner.tsx:175 #: src/view/com/util/UserBanner.tsx:179 msgid "Upload from Library" -msgstr "" +msgstr "Nahrát z knihovny" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." -msgstr "" +msgstr "Nahrávání GIF..." #: src/lib/api/index.ts:328 #: src/lib/api/index.ts:355 msgid "Uploading images..." -msgstr "" +msgstr "Nahrávání obrázků..." #: src/lib/api/index.ts:427 #: src/lib/api/index.ts:451 msgid "Uploading link thumbnail..." -msgstr "" +msgstr "Nahrávání náhledu odkazu..." -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." -msgstr "" +msgstr "Nahrávání videa..." #: src/screens/Settings/AppPasswords.tsx:67 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." -msgstr "" +msgstr "Použijte hesla aplikací k přihlášení do jiných klientů Bluesky, aniž byste poskytli plný přístup ke svému účtu nebo heslu." #: src/screens/Settings/components/ChangeHandleDialog.tsx:576 msgid "Use default provider" -msgstr "" +msgstr "Použít výchozího poskytovatele" #: src/components/dialogs/InAppBrowserConsent.tsx:78 #: src/components/dialogs/InAppBrowserConsent.tsx:84 msgid "Use in-app browser" -msgstr "" +msgstr "Použít prohlížeč v aplikaci" #: src/screens/Settings/ContentAndMediaSettings.tsx:104 #: src/screens/Settings/ContentAndMediaSettings.tsx:110 msgid "Use in-app browser to open links" -msgstr "" +msgstr "Otevírat odkazy v prohlížeči v aplikaci" #: src/components/dialogs/InAppBrowserConsent.tsx:88 #: src/components/dialogs/InAppBrowserConsent.tsx:94 msgid "Use my default browser" -msgstr "" +msgstr "Použít můj výchozí prohlížeč" #: src/screens/Feeds/NoSavedFeedsOfAnyType.tsx:57 msgid "Use recommended" -msgstr "" +msgstr "Použít doporučené" #: src/screens/Settings/components/AddAppPasswordDialog.tsx:190 msgid "Use this to sign in to the other app along with your handle." -msgstr "" +msgstr "Toto použijte k přihlášení do jiné aplikace spolu se svým uživatelským jménem." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:278 msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." -msgstr "" +msgstr "Použijte e-mailovou adresu svého účtu nebo jinou skutečnou e-mailovou adresu, kterou kontrolujete, pro případ, že vás bude potřebovat kontaktovat KWS nebo Bluesky." #: src/view/screens/Profile.tsx:383 msgid "user" -msgstr "" +msgstr "uživatel" #: src/components/dms/AfterReportConversationDialog.tsx:187 #: src/components/dms/AfterReportDialog.tsx:155 msgctxt "toast" msgid "User blocked" -msgstr "" +msgstr "Uživatel zablokován" #: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" -msgstr "" +msgstr "Uživatel zablokován" #. placeholder {0}: cause.source.list.name #: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" -msgstr "" +msgstr "Uživatel zablokován \"{0}\"" #: src/components/dms/BlockedByListDialog.tsx:27 msgid "User blocked by list" -msgstr "" +msgstr "Uživatel zablokován seznamem" #: src/components/moderation/ModerationDetailsDialog.tsx:61 msgid "User Blocked by List" -msgstr "" +msgstr "Uživatel blokován seznamem" #: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" -msgstr "" +msgstr "Uživatel vás blokuje" #: src/components/moderation/ModerationDetailsDialog.tsx:81 msgid "User Blocks You" -msgstr "" +msgstr "Uživatel vás blokuje" #. placeholder {0}: sanitizeHandle(list.creator.handle, '@') #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:303 msgid "User list by {0}" -msgstr "" +msgstr "Seznam uživatelů od {0}" #. placeholder {0}: sanitizeHandle(view.creator.handle, '@') #: src/state/queries/feed.ts:171 msgid "User List by {0}" -msgstr "" +msgstr "Seznam uživatelů od {0}" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:301 msgid "User list by you" -msgstr "" +msgstr "Seznam uživatelů od vás" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:255 msgctxt "toast" msgid "User list created" -msgstr "" +msgstr "Seznam uživatelů byl vytvořen" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:241 msgctxt "toast" msgid "User list updated" -msgstr "" +msgstr "Seznam uživatelů aktualizován" #: src/screens/Signup/StepHandle/index.tsx:231 msgid "Username cannot be longer than {MAX_SERVICE_HANDLE_LENGTH, plural, other {# characters}}" -msgstr "" +msgstr "Uživatelské jméno nesmí být delší než {MAX_SERVICE_HANDLE_LENGTH, plural, one {# znak} few {# znaky} many {# znaků} other {# znaků}}" #: src/screens/Signup/StepHandle/index.tsx:215 msgid "Username cannot begin or end with a hyphen" -msgstr "" +msgstr "Uživatelské jméno nesmí začínat ani končit pomlčkou" #: src/screens/Signup/StepHandle/index.tsx:219 msgid "Username must only contain letters (a-z), numbers, and hyphens" -msgstr "" +msgstr "Uživatelské jméno smí obsahovat pouze písmena (a-z), číslice a pomlčky" #: src/screens/Login/LoginForm.tsx:200 msgid "Username or email address" -msgstr "" +msgstr "Uživatelské jméno nebo e-mailová adresa" #. placeholder {0}: post.author.handle #: src/components/WhoCanReply.tsx:337 msgid "users followed by <0>@{0}" -msgstr "" +msgstr "uživatelé, které sleduje <0>@{0}" #. placeholder {0}: post.author.handle #: src/components/WhoCanReply.tsx:324 msgid "users following <0>@{0}" -msgstr "" +msgstr "uživatelé sledující <0>@{0}" #: src/screens/Settings/components/ChangeHandleDialog.tsx:451 msgid "Value:" -msgstr "" +msgstr "Hodnota:" #: src/components/verification/VerificationCreatePrompt.tsx:40 msgid "Verification failed, please try again." -msgstr "" +msgstr "Ověření se nezdařilo, zkuste to prosím znovu." #: src/screens/Moderation/index.tsx:344 msgid "Verification settings" -msgstr "" +msgstr "Nastavení ověření" #: src/Navigation.tsx:206 #: src/screens/Moderation/VerificationSettings.tsx:34 msgid "Verification Settings" -msgstr "" +msgstr "Nastavení ověření" #: src/screens/Moderation/VerificationSettings.tsx:43 msgid "Verifications on Bluesky work differently than on other platforms. <0>Learn more here." -msgstr "" +msgstr "Ověřování na Bluesky funguje jinak než na jiných platformách. <0>Zjistěte více zde." #: src/components/verification/VerificationsDialog.tsx:105 msgid "Verified by:" -msgstr "" +msgstr "Ověřeno uživatelem:" #: src/components/verification/VerificationCreatePrompt.tsx:85 #: src/components/verification/VerificationCreatePrompt.tsx:87 #: src/view/com/profile/ProfileMenu.tsx:426 #: src/view/com/profile/ProfileMenu.tsx:429 msgid "Verify account" -msgstr "" +msgstr "Ověřit účet" #: src/ageAssurance/components/NoAccessScreen.tsx:360 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:184 msgid "Verify again" -msgstr "" +msgstr "Ověřit znovu" #. Button text and accessibility label for action to verify the user's email address using the code entered #. Button text and accessibility label for action to verify the user's email address using the code entered @@ -12977,149 +13311,151 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:372 msgctxt "action" msgid "Verify code" -msgstr "" +msgstr "Ověřit kód" #: src/screens/Settings/components/ChangeHandleDialog.tsx:546 #: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify DNS Record" -msgstr "" +msgstr "Ověřit DNS záznam" #. Dialog title when a user is verifying their email address by entering a code they have been sent #: src/components/dialogs/EmailDialog/screens/Verify.tsx:224 msgid "Verify email code" -msgstr "" +msgstr "Ověřit e-mailový kód" #: src/components/intents/VerifyEmailIntentDialog.tsx:62 msgid "Verify email dialog" -msgstr "" +msgstr "Dialogové okno pro ověření e-mailu" #: src/ageAssurance/components/NoAccessScreen.tsx:348 #: src/ageAssurance/components/NoAccessScreen.tsx:362 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:172 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:186 msgid "Verify now" -msgstr "" +msgstr "Ověřit nyní" #: src/components/contacts/screens/PhoneInput.tsx:175 #: src/components/contacts/screens/VerifyNumber.tsx:217 msgid "Verify phone number" -msgstr "" +msgstr "Ověřit telefonní číslo" #: src/screens/Settings/components/ChangeHandleDialog.tsx:547 #: src/screens/Settings/components/ChangeHandleDialog.tsx:569 msgid "Verify Text File" -msgstr "" +msgstr "Ověřit textový soubor" #: src/components/verification/VerificationCreatePrompt.tsx:52 msgid "Verify this account?" -msgstr "" +msgstr "Ověřit tento účet?" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:183 msgid "Verify your age" -msgstr "" +msgstr "Ověřte svůj věk" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:221 #: src/screens/Settings/AccountSettings.tsx:86 #: src/screens/Settings/AccountSettings.tsx:106 msgid "Verify your email" -msgstr "" +msgstr "Ověřte svůj e-mail" #: src/ageAssurance/components/RedirectOverlay.tsx:297 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:209 msgid "Verifying" -msgstr "" +msgstr "Ověřování" #: src/ageAssurance/components/RedirectOverlay.tsx:165 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:75 msgid "Verifying your age assurance status" -msgstr "" +msgstr "Ověřování stavu vašeho ověření věku" #: src/components/contacts/screens/VerifyNumber.tsx:307 msgid "Verifying..." -msgstr "" +msgstr "Ověřování..." #. placeholder {0}: env.APP_VERSION #: src/screens/Settings/AboutSettings.tsx:137 #: src/screens/Settings/AboutSettings.tsx:166 msgid "Version {0}" -msgstr "" +msgstr "Verze {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" -msgstr "" +msgstr "Video" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" -msgstr "" +msgstr "Zpracování videa se nezdařilo" #: src/Navigation.tsx:553 msgid "Video Feed" -msgstr "" +msgstr "Video kanál" #. placeholder {0}: author.handle #: src/components/VideoPostCard.tsx:122 msgid "Video from {0}: {text}" -msgstr "" +msgstr "Video od {0}: {text}" #. placeholder {0}: sanitizeHandle( post.author.handle, '@', ) #: src/screens/VideoFeed/index.tsx:1103 msgid "Video from {0}. Tap to play or pause the video" -msgstr "" +msgstr "Video od {0}. Klepnutím video přehrajete nebo pozastavíte" #: src/lib/interests.ts:62 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:222 msgid "Video Games" -msgstr "" +msgstr "Videohry" #: src/screens/VideoFeed/index.tsx:1102 msgid "Video is paused" -msgstr "" +msgstr "Video je pozastaveno" #: src/screens/VideoFeed/index.tsx:1102 msgid "Video is playing" -msgstr "" +msgstr "Video se přehrává" #: src/components/Post/Embed/VideoEmbed/index.web.tsx:232 msgid "Video not found." -msgstr "" +msgstr "Video nenalezeno." #: src/view/com/composer/videos/SubtitleDialog.tsx:107 msgid "Video settings" -msgstr "" +msgstr "Nastavení videa" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" -msgstr "" +msgstr "Video nahráno" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" -msgstr "" +msgstr "Video: {0}" #: src/view/screens/Profile.tsx:237 msgid "Videos" -msgstr "" +msgstr "Videa" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." -msgstr "" +msgstr "Videa musí být kratší než 3 minuty." -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" -msgstr "" +msgstr "Zobrazit" #. placeholder {0}: view.source.title #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View {0}" -msgstr "" +msgstr "Zobrazit {0}" #. placeholder {0}: profile.handle #: src/screens/Profile/Header/Shell.tsx:257 msgid "View {0}'s avatar" -msgstr "" +msgstr "Zobrazit profilový obrázek uživatele {0}" #. placeholder {0}: authors[0].profile.displayName || authors[0].profile.handle #. placeholder {0}: info.creatorHandle @@ -13127,76 +13463,76 @@ msgstr "" #: src/screens/Profile/components/ProfileFeedHeader.tsx:454 #: src/screens/Search/components/SearchProfileCard.tsx:36 #: src/screens/VideoFeed/index.tsx:809 -#: src/view/com/notifications/NotificationFeedItem.tsx:613 +#: src/view/com/notifications/NotificationFeedItem.tsx:619 msgid "View {0}'s profile" -msgstr "" +msgstr "Zobrazit profil uživatele {0}" #. placeholder {0}: profile.displayName || sanitizeHandle(profile.handle) #: src/components/ProfileCard.tsx:149 msgid "View {0}’s profile" -msgstr "" +msgstr "Zobrazit profil uživatele {0}" #: src/components/dms/MessagesListHeader.tsx:111 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:188 msgid "View {displayName}’s profile" -msgstr "" +msgstr "Zobrazit profil uživatele {displayName}" #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:478 msgid "View {publicationTitle}" -msgstr "" +msgstr "Zobrazit {publicationTitle}" #: src/components/ProfileHoverCard/index.web.tsx:479 msgid "View blocked user's profile" -msgstr "" +msgstr "Zobrazit profil zablokovaného uživatele" #: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "View blogpost for more details" -msgstr "" +msgstr "Zobrazit blogový příspěvek pro více informací" #: src/screens/Log.tsx:72 msgid "View debug entry" -msgstr "" +msgstr "Zobrazit záznam ladění" #: src/screens/VideoFeed/index.tsx:674 #: src/screens/VideoFeed/index.tsx:692 msgid "View details" -msgstr "" +msgstr "Zobrazit podrobnosti" #: src/view/com/posts/ViewFullThread.tsx:31 #: src/view/com/posts/ViewFullThread.tsx:64 msgid "View full thread" -msgstr "" +msgstr "Zobrazit celé vlákno" #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:48 msgid "View incoming group chat requests" -msgstr "" +msgstr "Zobrazit příchozí žádosti o skupinovou konverzaci" #: src/screens/Messages/components/RequestStatus.tsx:54 msgid "View incoming requests" -msgstr "" +msgstr "Zobrazit příchozí požadavky" #: src/screens/Messages/components/RequestStatus.tsx:55 msgid "View incoming requests to join this group chat" -msgstr "" +msgstr "Zobrazit příchozí žádosti o připojení k této skupinové konverzaci" #: src/components/moderation/LabelsOnMe.tsx:56 msgid "View information about these labels" -msgstr "" +msgstr "Zobrazit informace o těchto štítcích" #: src/components/interstitials/TrendingVideos.tsx:200 #: src/components/interstitials/TrendingVideos.tsx:222 #: src/screens/Search/modules/ExploreTrendingVideos.tsx:191 #: src/screens/Search/modules/ExploreTrendingVideos.tsx:210 msgid "View more" -msgstr "" +msgstr "Zobrazit více" #: src/components/interstitials/TrendingVideos.tsx:228 msgid "View more trending videos" -msgstr "" +msgstr "Zobrazit další populární videa" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" -msgstr "" +msgstr "Zobrazit příspěvek" #: src/components/ProfileHoverCard/index.web.tsx:465 #: src/components/ProfileHoverCard/index.web.tsx:485 @@ -13205,1116 +13541,1125 @@ msgstr "" #: src/view/com/util/PostMeta.tsx:92 #: src/view/com/util/PostMeta.tsx:119 msgid "View profile" -msgstr "" +msgstr "Zobrazit profil" #: src/screens/Profile/Header/Shell.tsx:163 msgid "View profile banner" -msgstr "" +msgstr "Zobrazit banner profilu" #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:340 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:448 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:479 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:670 msgid "View publication" -msgstr "" +msgstr "Zobrazit příspěvek" #: src/view/com/profile/ProfileSubpageHeader.tsx:108 msgid "View the avatar" -msgstr "" +msgstr "Zobrazit avatar" #: src/screens/Messages/ConversationSettings/index.tsx:555 msgid "View the invite link for this group chat" -msgstr "" +msgstr "Zobrazit odkaz s pozvánkou do této skupinové konverzace" #. placeholder {0}: labeler.creator.handle #: src/components/LabelingServiceCard/index.tsx:164 msgid "View the labeling service provided by @{0}" -msgstr "" +msgstr "Zobrazit službu označování poskytovanou uživatelem @{0}" #: src/components/verification/VerificationCheckButton.tsx:93 msgid "View this user's verifications" -msgstr "" +msgstr "Zobrazit ověření tohoto uživatele" #: src/screens/Profile/components/ProfileFeedHeader.tsx:482 msgid "View users who like this feed" -msgstr "" +msgstr "Zobrazit uživatele, kteří mají rádi tento kanál" #: src/components/VideoPostCard.tsx:401 msgid "View video" -msgstr "" +msgstr "Zobrazit video" #: src/screens/Moderation/index.tsx:324 msgid "View your blocked accounts" -msgstr "" +msgstr "Zobrazit vaše zablokované účty" #: src/screens/Moderation/index.tsx:264 msgid "View your default post interaction settings" -msgstr "" +msgstr "Zobrazit vaše výchozí nastavení interakcí s příspěvkem" #: src/view/com/home/HomeHeaderLayout.web.tsx:59 #: src/view/com/home/HomeHeaderLayoutMobile.tsx:84 msgid "View your feeds and explore more" -msgstr "" +msgstr "Zobrazit vaše kanály a objevovat další" #: src/screens/Moderation/index.tsx:294 msgid "View your moderation lists" -msgstr "" +msgstr "Zobrazit vaše seznamy moderování" #: src/screens/Moderation/index.tsx:309 msgid "View your muted accounts" -msgstr "" +msgstr "Zobrazit vaše ztlumené účty" #: src/components/verification/VerificationCheckButton.tsx:92 msgid "View your verifications" -msgstr "" +msgstr "Zobrazit vaše ověření" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" -msgstr "" +msgstr "Zobrazí obrázek v plné velikosti" #: src/components/VideoPostCard.tsx:121 msgid "Views video in immersive mode" -msgstr "" +msgstr "Zobrazí video v režimu na celou obrazovku" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 msgid "Violence" -msgstr "" +msgstr "Násilí" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 msgid "Violent or threatening content" -msgstr "" +msgstr "Násilný nebo výhružný obsah" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:122 msgid "Visit site" -msgstr "" +msgstr "Navštívit stránku" #: src/view/screens/Notifications.tsx:296 msgid "Visit your notification settings" -msgstr "" +msgstr "Přejít do nastavení oznámení" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:80 msgid "Volume" -msgstr "" +msgstr "Hlasitost" #: src/components/moderation/LabelPreference.tsx:142 #: src/lib/moderation/useLabelBehaviorDescription.ts:20 #: src/lib/moderation/useLabelBehaviorDescription.ts:25 msgid "Warn" -msgstr "" +msgstr "Varovat" #: src/lib/moderation/useLabelBehaviorDescription.ts:51 msgid "Warn content" -msgstr "" +msgstr "Varovat před obsahem" #: src/lib/moderation/useLabelBehaviorDescription.ts:49 msgid "Warn content and filter from feeds" -msgstr "" +msgstr "Varovat před obsahem a odfiltrovat z kanálů" #: src/features/liveNow/components/LiveStatusDialog.tsx:190 #: src/features/liveNow/components/LiveStatusDialog.tsx:199 msgid "Watch now" -msgstr "" +msgstr "Sledovat nyní" #: src/components/contacts/screens/GetContacts.tsx:253 msgid "We apply the highest privacy standards, and never share or sell your contact information." -msgstr "" +msgstr "Uplatňujeme nejvyšší standardy ochrany soukromí a vaše kontaktní údaje nikdy nesdílíme ani neprodáváme." #: src/view/com/feeds/MissingFeed.tsx:141 msgid "We could not connect to the service that provides this custom feed. It may be temporarily experiencing issues, or permanently unavailable." -msgstr "" +msgstr "Nepodařilo se nám připojit ke službě, která poskytuje tento vlastní kanál. Služba může dočasně mít potíže, nebo je trvale nedostupná." #: src/view/com/feeds/MissingFeed.tsx:147 msgid "We could not find this list. It was probably deleted." -msgstr "" +msgstr "Tento seznam se nám nepodařilo najít. Pravděpodobně byl smazán." #: src/screens/Hashtag.tsx:259 msgid "We couldn't find any results for that tag." -msgstr "" +msgstr "Pro tento štítek se nám nepodařilo najít žádné výsledky." #: src/screens/Topic.tsx:167 msgid "We couldn't find any results for that topic." -msgstr "" +msgstr "Pro toto téma se nám nepodařilo najít žádné výsledky." #: src/screens/Messages/Conversation.tsx:134 msgid "We couldn't load this conversation" -msgstr "" +msgstr "Tuto konverzaci se nám nepodařilo načíst" #: src/screens/Messages/JoinRequests.tsx:89 msgid "We couldn’t load this conversation’s join requests" -msgstr "" +msgstr "Žádosti o připojení k této konverzaci se nám nepodařilo načíst" #: src/screens/Messages/ConversationSettings/index.tsx:138 msgid "We couldn’t load this conversation’s settings" -msgstr "" +msgstr "Nastavení této konverzace se nám nepodařilo načíst" #: src/components/contacts/screens/GetContacts.tsx:244 msgid "We delete hashes after matches are made" -msgstr "" +msgstr "Hashe odstraňujeme po nalezení shody" #: src/components/contacts/components/InviteInfo.tsx:67 msgid "We don't store your friends' phone numbers or send any messages" -msgstr "" +msgstr "Neukládáme telefonní čísla vašich přátel ani neposíláme žádné zprávy" #: src/screens/SignupQueued.tsx:163 msgid "We estimate {estimatedTime} until your account is ready." -msgstr "" +msgstr "Odhadujeme, že váš účet bude připraven za {estimatedTime}." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:197 msgid "We have partnered with <0>KWS to handle age verification. When you click \"Begin\" below, KWS will email you instructions to complete the verification process. If your email address has already been used to verify your age for another game or service that uses KWS, you won’t need to do it again. When you’re done, you'll be brought back to continue using Bluesky." -msgstr "" +msgstr "Pro ověření věku jsme navázali spolupráci se službou <0>KWS. Po kliknutí na tlačítko „Začít“ níže vám KWS zašle e-mailem pokyny k dokončení procesu ověření. Pokud již byla vaše e-mailová adresa použita k ověření věku pro jinou hru nebo službu využívající KWS, nebudete to muset dělat znovu. Po dokončení budete přesměrováni zpět, abyste mohli pokračovat v používání Bluesky." #. placeholder {0}: currentAccount?.email #: src/components/intents/VerifyEmailIntentDialog.tsx:102 msgid "We have sent another verification email to <0>{0}." -msgstr "" +msgstr "Odeslali jsme další ověřovací e-mail na adresu <0>{0}." #: src/components/contacts/screens/PhoneInput.tsx:184 msgid "We need to verify your number before we can look for your friends. A verification code will be sent to this number." -msgstr "" +msgstr "Než budeme moci vyhledat vaše přátele, musíme ověřit vaše telefonní číslo. Na toto číslo bude odeslán ověřovací kód." #: src/components/contacts/screens/GetContacts.tsx:241 msgid "We never keep plain phone numbers" -msgstr "" +msgstr "Nikdy neukládáme telefonní čísla v nezašifrované podobě" #: src/components/contacts/screens/GetContacts.tsx:247 msgid "We only suggest follows if both people consent" -msgstr "" +msgstr "Sledování navrhujeme pouze tehdy, pokud s tím souhlasí obě strany" #: src/view/com/posts/DiscoverFallbackHeader.tsx:29 msgid "We ran out of posts from your follows. Here's the latest from <0/>." -msgstr "" +msgstr "Došly nám příspěvky od lidí, které sledujete. Zde je nejnovější obsah z <0/>." #: src/screens/Settings/InterestsSettings.tsx:171 msgid "We recommend selecting at least two interests." -msgstr "" +msgstr "Doporučujeme vybrat alespoň dva zájmy." #. placeholder {0}: currentAccount!.email #: src/components/dialogs/EmailDialog/screens/Verify.tsx:250 msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." -msgstr "" +msgstr "Na adresu <0>{0} jsme odeslali e-mail s odkazem. Pro dokončení ověření e-mailu na něj klikněte." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." -msgstr "" +msgstr "Nepodařilo se nám zjistit, zda máte oprávnění nahrávat videa. Zkuste to prosím znovu." #: src/components/ageAssurance/AgeAssuranceErrors.tsx:19 msgid "We were unable to load the age assurance configuration for your region, probably due to a network error. Some content and features may be unavailable temporarily. Please try again later." -msgstr "" +msgstr "Nepodařilo se nám načíst konfiguraci ověření věku pro vaši oblast, pravděpodobně kvůli chybě sítě. Některý obsah a funkce mohou být dočasně nedostupné. Zkuste to prosím znovu později." #: src/components/dialogs/BirthDateSettings.tsx:41 msgid "We were unable to load your birthdate preferences. Please try again." -msgstr "" +msgstr "Nepodařilo se nám načíst předvolby data narození. Zkuste to prosím znovu." #: src/screens/Moderation/index.tsx:492 msgid "We were unable to load your configured labelers at this time." -msgstr "" +msgstr "V tuto chvíli se nepodařilo načíst nakonfigurované labelery." #: src/ageAssurance/components/RedirectOverlay.tsx:305 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:217 msgid "We were unable to receive the verification due to a connection issue. It may arrive later. If it does, your account will update automatically." -msgstr "" +msgstr "Ověření se nám nepodařilo přijmout kvůli problému s připojením. Může dorazit později. Pokud ano, váš účet se automaticky aktualizuje." #: src/screens/SignupQueued.tsx:167 msgid "We will let you know when your account is ready." -msgstr "" +msgstr "Až bude váš účet připraven, dáme vám vědět." #: src/screens/Settings/FindContactsSettings.tsx:531 msgid "We will notify you when we find your friends." -msgstr "" +msgstr "Až najdeme vaše přátele, dáme vám vědět." #. placeholder {0}: currentAccount!.email #: src/components/dialogs/EmailDialog/screens/Verify.tsx:259 msgid "We'll send an email to <0>{0} containing a link. Please click on it to complete the email verification process." -msgstr "" +msgstr "Pošleme na adresu <0>{0} e-mail s odkazem. Kliknutím na něj dokončíte ověření e-mailu." #: src/screens/Onboarding/StepInterests/index.tsx:62 msgid "We'll use this to help customize your experience." -msgstr "" +msgstr "Pomůže nám to přizpůsobit váš zážitek." #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:140 msgid "We're also updating our <0>Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." -msgstr "" +msgstr "Aktualizujeme také naše <0>Pravidla komunity a uvítáme vaše připomínky! Tato nová pravidla vstoupí v platnost 15. října 2025." #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:83 msgid "We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025." -msgstr "" +msgstr "Aktualizujeme také naše Pravidla komunity a chceme znát váš názor! Tato nová pravidla vstoupí v platnost 15. října 2025." #: src/ageAssurance/components/RedirectOverlay.tsx:311 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:223 msgid "We're confirming your age assurance status with our servers. This should only take a few seconds." -msgstr "" +msgstr "Ověřujeme stav vašeho ověření věku na našich serverech. Mělo by to trvat jen několik sekund." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:151 msgid "We're having issues initializing the age assurance process for your account. Please <0>contact support for assistance." -msgstr "" +msgstr "Při inicializaci procesu ověření věku pro váš účet nastaly potíže. Obraťte se prosím na <0>podporu." #: src/components/dialogs/SearchablePeopleList.tsx:127 #: src/components/ProgressGuide/FollowDialog.tsx:195 msgid "We're having network issues, try again" -msgstr "" +msgstr "Máme problémy se sítí, zkuste to znovu" #: src/components/dms/AddMembersFlow.tsx:197 #: src/components/dms/InitiateChatFlow.tsx:289 msgid "We’re having network issues, try again" -msgstr "" +msgstr "Máme problémy se sítí, zkuste to znovu" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:97 msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." -msgstr "" +msgstr "Představujeme novou vrstvu ověření na Bluesky – snadno viditelnou značku zaškrtnutí." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" -msgstr "" +msgstr "Jsme moc rádi, že se k nám přidáváte!" #: src/ageAssurance/components/NoAccessScreen.tsx:416 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:241 msgid "We're sorry, but based on your device's location, you are currently located in a region that requires age assurance." -msgstr "" +msgstr "Je nám líto, ale na základě polohy vašeho zařízení se aktuálně nacházíte v regionu, který vyžaduje ověření věku." #: src/screens/ProfileList/index.tsx:88 msgid "We're sorry, but we were unable to resolve this list. If this persists, please contact the list creator, @{handleOrDid}." -msgstr "" +msgstr "Je nám líto, ale tento seznam se nám nepodařilo načíst. Pokud problém přetrvává, kontaktujte prosím autora seznamu, @{handleOrDid}." #: src/components/dialogs/MutedWords.tsx:387 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." -msgstr "" +msgstr "Omlouváme se, ale momentálně se nepodařilo načíst vaše ztlumená slova. Zkuste to prosím znovu." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." -msgstr "" +msgstr "Omlouváme se, ale vaše vyhledávání nemohlo být dokončeno. Zkuste to prosím znovu za pár minut." #: src/components/ageAssurance/AgeRestrictedScreen.tsx:62 msgid "We're sorry, you cannot access this screen at this time." -msgstr "" +msgstr "Omlouváme se, k této obrazovce nyní nemáte přístup." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." -msgstr "" +msgstr "Omlouváme se! Příspěvek, na který odpovídáte, byl smazán." #: src/components/Lists.tsx:223 #: src/view/screens/NotFound.tsx:44 msgid "We're sorry! We can't find the page you were looking for." -msgstr "" +msgstr "Omlouváme se! Nemůžeme najít stránku, kterou hledáte." #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:219 msgid "We're sorry! You can only subscribe to twenty labelers, and you've reached your limit of twenty." -msgstr "" +msgstr "Omlouváme se! Můžete se přihlásit k odběru maximálně dvaceti labelerů a dosáhli jste tohoto limitu." #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:123 msgid "We’re updating our <0>Terms of Service, <1>Privacy Policy, and <2>Copyright Policy, effective September 15th, 2025." -msgstr "" +msgstr "Aktualizujeme naše <0>Podmínky služby, <1>Zásady ochrany osobních údajů a <2>Zásady autorských práv s účinností od 15. září 2025." #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:64 msgid "We're updating our policies" -msgstr "" +msgstr "Aktualizujeme naše zásady" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:77 msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025." -msgstr "" +msgstr "Aktualizujeme naše Podmínky služby, Zásady ochrany osobních údajů a Zásady autorských práv s účinností od 15. září 2025." #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:62 msgid "We’re updating our Terms of Service, Privacy Policy, and Copyright Policy, effective September 15th, 2025. We're also updating our Community Guidelines, and we want your input! These new guidelines will take effect on October 15th, 2025. Learn more about these changes and how to share your thoughts with us by reading our blog post." -msgstr "" +msgstr "Aktualizujeme naše Podmínky služby, Zásady ochrany osobních údajů a Zásady ochrany autorských práv s účinností od 15. září 2025. Aktualizujeme také naše Pravidla komunity a chceme znát váš názor! Tato nová pravidla vstoupí v platnost 15. října 2025. Více informací o těchto změnách a o tom, jak se s námi podělit o své názory, se dozvíte v našem příspěvku na blogu." #: src/ageAssurance/components/RedirectOverlay.tsx:257 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:165 msgid "We've confirmed your age assurance status. You can now close this dialog." -msgstr "" +msgstr "Potvrdili jsme stav ověření vašeho věku. Nyní můžete toto dialogové okno zavřít." #: src/screens/Deactivated.tsx:117 msgid "Welcome back!" -msgstr "" +msgstr "Vítejte zpět!" #: src/components/NewskieDialog.tsx:141 msgid "Welcome, friend!" -msgstr "" +msgstr "Vítejte, příteli!" #: src/screens/Onboarding/StepInterests/index.tsx:59 msgid "What are your interests?" -msgstr "" +msgstr "Jaké jsou vaše zájmy?" #: src/screens/StarterPack/Wizard/StepDetails.tsx:44 msgid "What do you want to call your starter pack?" -msgstr "" +msgstr "Jak chcete pojmenovat svůj startovací balíček?" + +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "co se děje" #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" -msgstr "" +msgstr "Co se děje?" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:150 msgid "When you tap on a check, you’ll see which organizations have granted verification." -msgstr "" +msgstr "Po klepnutí na fajfku uvidíte, které organizace ověření udělily." #: src/components/WhoCanReply.tsx:226 msgid "Who can interact with this post?" -msgstr "" +msgstr "Kdo může reagovat na tento příspěvek?" #: src/screens/Messages/components/InviteLinkDialog.tsx:247 msgid "Who can join this group chat and how" -msgstr "" +msgstr "Kdo se může připojit k tomuto skupinovému chatu a jak" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:427 #: src/components/WhoCanReply.tsx:116 msgid "Who can reply" -msgstr "" +msgstr "Kdo může odpovídat" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:131 msgid "Who can verify?" -msgstr "" +msgstr "Kdo může ověřovat?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" -msgstr "" +msgstr "Jejda!" #: src/components/interstitials/TrendingVideos.tsx:126 #: src/screens/Search/modules/ExploreTrendingVideos.tsx:108 msgid "Whoops! Trending videos failed to load." -msgstr "" +msgstr "Jejda! Populární videa se nepodařilo načíst." #: src/screens/Takendown.tsx:169 msgid "Why are you appealing?" -msgstr "" +msgstr "Proč se odvoláváte?" #: src/components/moderation/ReportDialog/copy.ts:52 #: src/components/moderation/ReportDialog/copy.ts:66 msgid "Why should this conversation be reviewed?" -msgstr "" +msgstr "Proč by tato konverzace měla být zkontrolována?" #: src/components/moderation/ReportDialog/copy.ts:38 msgid "Why should this feed be reviewed?" -msgstr "" +msgstr "Proč by měl být tento kanál zkontrolován?" #: src/components/moderation/ReportDialog/copy.ts:32 msgid "Why should this list be reviewed?" -msgstr "" +msgstr "Proč by měl být tento seznam zkontrolován?" #: src/components/moderation/ReportDialog/copy.ts:20 msgid "Why should this livestream be reviewed?" -msgstr "" +msgstr "Proč by měl být tento živý přenos zkontrolován?" #: src/components/moderation/ReportDialog/copy.ts:58 msgid "Why should this message be reviewed?" -msgstr "" +msgstr "Proč by tato zpráva měla být zkontrolována?" #: src/components/moderation/ReportDialog/copy.ts:26 msgid "Why should this post be reviewed?" -msgstr "" +msgstr "Proč by měl být tento příspěvek zkontrolován?" #: src/components/moderation/ReportDialog/copy.ts:44 msgid "Why should this starter pack be reviewed?" -msgstr "" +msgstr "Proč by měl být tento startovací balíček zkontrolován?" #: src/components/moderation/ReportDialog/copy.ts:14 msgid "Why should this user be reviewed?" -msgstr "" +msgstr "Proč by měl být tento uživatel zkontrolován?" #: src/components/dms/AfterReportDialog.tsx:51 msgid "Would you like to block this user and/or delete this conversation?" -msgstr "" +msgstr "Chcete tohoto uživatele zablokovat a/nebo smazat tuto konverzaci?" #: src/components/dms/AfterReportConversationDialog.tsx:47 msgid "Would you like to block this user and/or leave this conversation?" -msgstr "" +msgstr "Chcete tohoto uživatele zablokovat a/nebo opustit tuto konverzaci?" #: src/view/com/composer/drafts/DraftsButton.tsx:110 msgid "Would you like to save this as a draft before viewing your drafts?" -msgstr "" +msgstr "Chcete tento příspěvek uložit jako koncept před zobrazením vašich konceptů?" -#: src/view/com/composer/Composer.tsx:1439 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" -msgstr "" +msgstr "Chcete tento příspěvek uložit jako koncept a upravit ho později?" #: src/view/screens/Profile.tsx:434 #: src/view/screens/Profile.tsx:435 msgid "Write a post" -msgstr "" +msgstr "Napsat příspěvek" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" -msgstr "" +msgstr "Napsat příspěvek" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" -msgstr "" +msgstr "Napište svou odpověď" #: src/lib/interests.ts:75 msgid "Writers" -msgstr "" +msgstr "Spisovatelé" #. placeholder {0}: verifyError.did #: src/screens/Settings/components/ChangeHandleDialog.tsx:368 msgid "Wrong DID returned from server. Received: {0}" -msgstr "" +msgstr "Server vrátil nesprávné DID. Přijato: {0}" #: src/screens/Messages/ConversationSettings/index.tsx:155 #: src/screens/Messages/JoinRequests.tsx:110 msgid "Wrong kind of conversation" -msgstr "" +msgstr "Nesprávný typ konverzace" #: src/features/liveNow/components/EditLiveDialog.tsx:154 #: src/features/liveNow/components/GoLiveDialog.tsx:136 msgid "www.mylivestream.tv" -msgstr "" +msgstr "www.mylivestream.tv" #. Accessibility label for the icon-only pill that filters the GIF picker to affirmation/agreement GIFs. #: src/features/gifPicker/components/GifCategoryPills.tsx:95 msgid "Yes GIFs" -msgstr "" +msgstr "GIFy souhlasu" #: src/screens/Settings/components/DeactivateAccountDialog.tsx:105 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:107 msgid "Yes, deactivate" -msgstr "" +msgstr "Ano, deaktivovat" #: src/screens/Settings/components/DeleteAccountDialog.tsx:348 msgid "Yes, delete my account" -msgstr "" +msgstr "Ano, smazat můj účet" #: src/screens/StarterPack/StarterPackScreen.tsx:712 msgid "Yes, delete this starter pack" -msgstr "" +msgstr "Ano, smazat tento startovací balíček" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:848 msgid "Yes, detach" -msgstr "" +msgstr "Ano, odpojit" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:855 msgid "Yes, hide" -msgstr "" +msgstr "Ano, skrýt" #: src/screens/Deactivated.tsx:139 msgid "Yes, reactivate my account" -msgstr "" +msgstr "Ano, znovu aktivovat můj účet" #: src/components/dms/DateDivider.tsx:29 msgid "Yesterday" -msgstr "" +msgstr "Včera" #: src/components/verification/VerifierDialog.tsx:61 msgid "You are a trusted verifier" -msgstr "" +msgstr "Jste důvěryhodný ověřovatel" #: src/ageAssurance/components/NoAccessScreen.tsx:176 msgid "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." -msgstr "" +msgstr "Přistupujete k Bluesky z regionu, který nám zákonně ukládá ověřit váš věk, než vám umožníme aplikaci používat." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:708 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" -msgstr "" +msgstr "Blokujete uživatele {0}" #: src/components/dms/MessagesListBlockedFooter.tsx:81 msgid "You are blocking the chat owner" -msgstr "" +msgstr "Blokujete vlastníka konverzace" #: src/components/dms/MessagesListBlockedFooter.tsx:83 msgid "You are blocking this person" -msgstr "" +msgstr "Tuto osobu blokujete" #: src/components/forms/HostingProvider.tsx:46 msgid "You are creating an account on" -msgstr "" +msgstr "Vytváříte účet na" #: src/features/liveNow/components/GoLiveDisabledDialog.tsx:108 msgid "You are currently blocked from using the Go Live feature. To appeal this moderation decision, please submit the form below." -msgstr "" +msgstr "V současné době máte zablokované používání funkce Vysílat živě. Pokud chcete proti tomuto moderátorskému rozhodnutí podat odvolání, vyplňte prosím níže uvedený formulář." #: src/ageAssurance/components/NoAccessScreen.tsx:330 #: src/components/ageAssurance/AgeAssuranceAccountCard.tsx:142 msgid "You are currently unable to access Bluesky's Age Assurance flow. Please <0>contact our moderation team if you believe this is an error." -msgstr "" +msgstr "V současné době nemáte přístup k procesu ověření věku na Bluesky. Pokud se domníváte, že jde o chybu, <0>kontaktujte náš moderátorský tým." #: src/screens/SignupQueued.tsx:160 msgid "You are in line." -msgstr "" +msgstr "Jste ve frontě." #: src/features/liveNow/components/EditLiveDialog.tsx:120 #: src/features/liveNow/components/EditLiveDialog.tsx:125 msgid "You are Live" -msgstr "" +msgstr "Vysíláte živě" #: src/features/liveNow/index.tsx:371 msgid "You are no longer live" -msgstr "" +msgstr "Již nevysíláte živě" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." -msgstr "" +msgstr "Nemáte oprávnění nahrávat videa." #: src/view/com/profile/ProfileFollows.tsx:181 msgid "You are not following anyone yet" -msgstr "" +msgstr "Zatím nikoho nesledujete" #: src/features/liveNow/index.tsx:315 msgid "You are now live!" -msgstr "" +msgstr "Nyní vysíláte živě!" #: src/components/verification/VerificationsDialog.tsx:66 msgid "You are verified" -msgstr "" +msgstr "Jste ověřeni" #: src/screens/Profile/Header/EditProfileDialog.tsx:341 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more." -msgstr "" +msgstr "Jste ověřeni. Pokud změníte své zobrazované jméno, ztratíte status ověření. <0>Zjistit více." #: src/screens/Settings/components/ChangeHandleDialog.tsx:210 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more." -msgstr "" +msgstr "Jste ověřeni. Pokud změníte svoje uživatelské jméno, ztratíte status ověření. <0>Zjistit více." #: src/screens/Search/modules/ExploreInterestsCard.tsx:46 msgid "You can adjust your interests at any time from \"Content and media\" settings." -msgstr "" +msgstr "Své zájmy můžete kdykoli upravit v nastavení „Obsah a média“." #: src/screens/Settings/components/DeleteAccountDialog.tsx:211 msgid "You can also <0>temporarily deactivate your account instead. Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." -msgstr "" +msgstr "Místo toho můžete svůj účet také <0>dočasně deaktivovat. Váš profil, příspěvky, kanály a seznamy už nebudou viditelné pro ostatní uživatele Bluesky. Účet můžete kdykoli znovu aktivovat přihlášením." #: src/view/com/posts/FollowingEmptyState.tsx:60 #: src/view/com/posts/FollowingEndOfFeed.tsx:61 msgid "You can also discover new Custom Feeds to follow." -msgstr "" +msgstr "Můžete také objevit nové Vlastní kanály, které budete sledovat." #: src/screens/Settings/components/ExportCarDialog.tsx:139 msgid "You can also download your chat data as a \"JSONL\" file. This file only includes chat messages that you have sent and does not include chat messages that you have received." -msgstr "" +msgstr "Svá data z chatů si můžete také stáhnout jako soubor „JSONL“. Tento soubor obsahuje pouze zprávy, které jste odeslali, a neobsahuje zprávy, které jste přijali." #: src/components/contacts/screens/GetContacts.tsx:250 msgid "You can always opt out and delete your data" -msgstr "" +msgstr "Kdykoli se můžete odhlásit a smazat svá data" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" -msgstr "" +msgstr "V nastavení konverzace v aplikaci si můžete zvolit, zda mají notifikace konverzace vydávat zvuk" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." -msgstr "" +msgstr "V probíhajících konverzacích můžete pokračovat bez ohledu na to, které nastavení zvolíte." #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:150 msgid "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." -msgstr "" +msgstr "Nyní si můžete vybrat, kdy chcete být upozorněni na příspěvky konkrétních lidí. Pokud je někdo, od koho chcete dostávat včasné aktualizace, přejděte na jeho profil a najděte novou ikonu zvonečku vedle tlačítka pro sledování." #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:154 msgid "You can now invite friends with a link or QR code. Share the link anywhere, or let them scan the code to join you on Bluesky." -msgstr "" +msgstr "Nyní můžete zvát přátele pomocí odkazu nebo QR kódu. Sdílejte odkaz kdekoli, nebo je nechte naskenovat kód a připojit se k vám na Bluesky." #: src/screens/Login/index.tsx:203 #: src/screens/Login/PasswordUpdatedForm.tsx:27 msgid "You can now sign in with your new password." -msgstr "" +msgstr "Nyní se můžete přihlásit pomocí svého nového hesla." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" -msgstr "" +msgstr "K jednomu příspěvku můžete přidat maximálně {MAX_GALLERY_IMAGES, plural, one {# obrázek} few {# obrázky} many {# obrázků} other {# obrázků}}" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." -msgstr "" +msgstr "Koncepty můžete ukládat pouze do délky 1000 znaků." #: src/view/com/composer/drafts/DraftsButton.tsx:116 msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" -msgstr "" +msgstr "Ukládat lze pouze koncepty do 1000 znaků. Chcete tento příspěvek zahodit před zobrazením vašich konceptů?" + +#: src/view/com/composer/SelectMediaButton.tsx:443 +msgid "You can only select one GIF at a time." +msgstr "Najednou můžete vybrat pouze jeden GIF." #: src/view/com/composer/SelectMediaButton.tsx:437 -msgid "You can only select one GIF at a time." -msgstr "" - -#: src/view/com/composer/SelectMediaButton.tsx:431 msgid "You can only select one video at a time." -msgstr "" +msgstr "Najednou můžete vybrat pouze jedno video." #: src/screens/Deactivated.tsx:125 msgid "You can reactivate your account to continue logging in. Your profile and posts will be visible to other users." -msgstr "" +msgstr "Svůj účet můžete znovu aktivovat a pokračovat v přihlašování. Váš profil a příspěvky budou viditelné pro ostatní uživatele." #: src/components/dms/MessagesListBlockedFooter.tsx:93 msgid "You can read chat history but can’t send new messages." -msgstr "" +msgstr "Můžete číst historii konverzace, ale nemůžete odesílat nové zprávy." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." -msgstr "" +msgstr "Celkem můžete vybrat až {MAX_GALLERY_IMAGES, plural, one {# obrázek} few {# obrázky} many {# obrázků} other {# obrázků}}." #: src/components/interstitials/Trending.tsx:132 #: src/components/interstitials/TrendingVideos.tsx:138 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:130 msgid "You can update this later from your settings." -msgstr "" +msgstr "Toto můžete později změnit v nastavení." -#: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" -msgstr "" +msgstr "Nemůžete přidat více než {EMOJI_REACTION_LIMIT, plural, one {# emoji reakci} few {# emoji reakce} many {# emoji reakcí} other {# emoji reakcí}}" #: src/components/dms/dialogs/NewChatDialog.tsx:105 msgid "You cannot create a group chat yet." -msgstr "" +msgstr "Zatím nemůžete vytvořit skupinový chat." #: src/lib/hooks/useCleanError.ts:54 #: src/lib/strings/errors.ts:28 msgid "You cannot update your birthdate while using an app password. Please sign in with your main password to update your birthdate." -msgstr "" +msgstr "Datum narození nelze aktualizovat při použití hesla aplikace. Pro aktualizaci data narození se prosím přihlaste hlavním heslem." #: src/screens/Profile/KnownFollowers.tsx:103 msgid "You don't follow any users who follow @{name}." -msgstr "" +msgstr "Nesledujete žádné uživatele, kteří sledují @{name}." #: src/components/dialogs/PostInteractionSettingsDialog.tsx:589 msgid "You don't have any lists yet." -msgstr "" +msgstr "Zatím nemáte žádné seznamy." #: src/screens/SavedFeeds.tsx:153 #: src/screens/SavedFeeds.tsx:343 msgid "You don't have any pinned feeds." -msgstr "" +msgstr "Nemáte žádné připnuté kanály." #: src/screens/SavedFeeds.tsx:205 #: src/screens/SavedFeeds.tsx:381 msgid "You don't have any saved feeds." -msgstr "" +msgstr "Nemáte žádné uložené kanály." #: src/components/contacts/screens/ViewMatches.tsx:312 msgid "You got here first" -msgstr "" +msgstr "Byl jsi tu první" #: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and can’t join it using this link." -msgstr "" +msgstr "Z této skupiny jste byli dříve odebráni a nemůžete se do ní pomocí tohoto odkazu připojit." #: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:58 #: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." -msgstr "" +msgstr "Tohoto uživatele jste zablokovali. Nemůžete zobrazit jeho obsah." #: src/components/ageAssurance/useAgeAssuranceCopy.ts:17 msgid "You have completed the Age Assurance process, but based on the results, we cannot be sure that you are 18 years of age or older. Due to laws in your region, certain features on Bluesky must remain restricted until you're able to verify you're an adult." -msgstr "" +msgstr "Dokončili jste proces ověření věku, ale na základě výsledků si nemůžeme být jisti, že je vám 18 nebo více let. Kvůli zákonům ve vašem regionu musí některé funkce na Bluesky zůstat omezené, dokud nebudete schopni ověřit, že jste dospělí." #: src/view/screens/Notifications.tsx:291 msgid "You have completely disabled reply, quote, and mention notifications, so this tab will no longer update. To adjust this, visit your <0>notification settings." -msgstr "" +msgstr "Úplně jste vypnuli oznámení o odpovědích, citacích a zmínkách, takže tato karta se již nebude aktualizovat. Pro úpravu navštivte <0>nastavení oznámení." #: src/screens/Login/SetNewPasswordForm.tsx:51 #: src/screens/Login/SetNewPasswordForm.tsx:97 #: src/screens/Settings/components/ChangePasswordDialog.tsx:113 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." -msgstr "" +msgstr "Zadali jste neplatný kód. Měl by mít tvar XXXXX-XXXXX." #: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" -msgstr "" +msgstr "Tento příspěvek jste skryli" #: src/components/moderation/ModerationDetailsDialog.tsx:115 msgid "You have hidden this post." -msgstr "" +msgstr "Tento příspěvek jste skryli." #: src/components/BotAccountAlert.tsx:26 msgid "You have marked this account as automated. You can remove it at any time from your account settings." -msgstr "" +msgstr "Tento účet jste označili jako automatizovaný. Toto označení můžete kdykoli odstranit v nastavení účtu." #: src/components/moderation/ModerationDetailsDialog.tsx:108 #: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." -msgstr "" +msgstr "Tento účet jste ztlumili." #: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" -msgstr "" +msgstr "Tohoto uživatele jste ztlumili" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:71 #: src/view/com/lists/MyLists.tsx:81 msgid "You have no lists." -msgstr "" +msgstr "Nemáte žádné seznamy." #: src/components/dialogs/StarterPackDialog.tsx:102 msgid "You have no starter packs." -msgstr "" +msgstr "Nemáte žádné startovací balíčky." #: src/view/screens/ModerationBlockedAccounts.tsx:155 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." -msgstr "" +msgstr "Zatím jste neblokovali žádné účty. Chcete-li účet zablokovat, přejděte na jeho profil a v nabídce daného účtu zvolte „Zablokovat účet“." #: src/view/screens/ModerationMutedAccounts.tsx:168 msgid "You have not muted any accounts yet. To mute an account, go to their profile and select \"Mute account\" from the menu on their account." -msgstr "" +msgstr "Zatím jste neztlumili žádné účty. Chcete-li účet ztlumit, přejděte na jeho profil a vyberte v nabídce daného účtu možnost \"Ztlumit účet\"." #: src/components/Lists.tsx:62 msgid "You have reached the end" -msgstr "" +msgstr "Dosáhli jste konce" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:188 msgid "You have successfully verified your email address. You can close this dialog." -msgstr "" +msgstr "Vaše e-mailová adresa byla úspěšně ověřena. Toto dialogové okno můžete zavřít." #: src/lib/media/video/upload.shared.ts:56 msgid "You have temporarily reached the limit for video uploads. Please try again later." -msgstr "" +msgstr "Dočasně jste dosáhli limitu pro nahrávání videí. Zkuste to prosím později." -#: src/view/com/composer/Composer.tsx:1434 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" -msgstr "" +msgstr "V tomto konceptu máte neuložené změny, chcete je uložit?" #: src/view/com/composer/drafts/DraftsButton.tsx:105 msgid "You have unsaved changes. Would you like to save them before viewing your drafts?" -msgstr "" +msgstr "Máte neuložené změny. Chcete je uložit před zobrazením vašich konceptů?" #: src/components/StarterPack/ProfileStarterPacks.tsx:292 msgid "You haven't created a starter pack yet!" -msgstr "" +msgstr "Zatím jste nevytvořili žádný startovací balíček!" #: src/view/com/lists/ProfileLists.tsx:159 msgid "You haven't created any lists yet." -msgstr "" +msgstr "Zatím jste nevytvořili žádné seznamy." #: src/view/com/feeds/ProfileFeedgens.tsx:160 msgid "You haven't made any custom feeds yet." -msgstr "" +msgstr "Zatím jste nevytvořili žádné vlastní kanály." #: src/components/dialogs/MutedWords.tsx:407 msgid "You haven't muted any words or tags yet" -msgstr "" +msgstr "Zatím jste neztlumili žádná slova ani štítky" #: src/components/moderation/ModerationDetailsDialog.tsx:122 #: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." -msgstr "" +msgstr "Tuto odpověď jste skryli." #. placeholder {0}: getTimeAgo(lastInitiatedAt, new Date(), {format: 'long'}) #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:240 msgid "You initiated this flow already, {0} ago. It may take up to 5 minutes for emails to reach your inbox. Please consider waiting a few minutes before trying again." -msgstr "" +msgstr "Tento proces jste již zahájili před {0}. Doručení e-mailů do vaší schránky může trvat až 5 minut. Než to zkusíte znovu, počkejte prosím několik minut." #: src/components/NewskieDialog.tsx:107 msgid "You joined Bluesky {timeAgoString} ago" -msgstr "" +msgstr "K Bluesky jsi se připojil/a před {timeAgoString}" #: src/components/NewskieDialog.tsx:104 msgid "You joined Bluesky using a starter pack {timeAgoString} ago" -msgstr "" +msgstr "K Bluesky jste se připojil/a pomocí startovacího balíčku před {timeAgoString}" #: src/components/moderation/LabelsOnMeDialog.tsx:84 msgid "You may appeal non-self labels if you feel they were placed in error." -msgstr "" +msgstr "Pokud se domníváte, že byly štítky přiřazeny chybně, můžete se proti štítkům, které jste si nepřidělili sami, odvolat." #: src/components/moderation/LabelsOnMeDialog.tsx:89 msgid "You may appeal these labels if you feel they were placed in error." -msgstr "" +msgstr "Pokud se domníváte, že byly tyto štítky přiděleny omylem, můžete se proti nim odvolat." #: src/screens/StarterPack/Wizard/State.tsx:80 msgid "You may only add up to {STARTER_PACK_MAX_SIZE, plural, other {{STARTER_PACK_MAX_SIZE} profiles}}" -msgstr "" +msgstr "Můžete přidat maximálně {STARTER_PACK_MAX_SIZE, plural, one {{STARTER_PACK_MAX_SIZE} profil} few {{STARTER_PACK_MAX_SIZE} profily} many {{STARTER_PACK_MAX_SIZE} profilů} other {{STARTER_PACK_MAX_SIZE} profilů}}" #: src/screens/StarterPack/Wizard/State.tsx:101 msgid "You may only add up to 3 feeds" -msgstr "" +msgstr "Můžete přidat maximálně 3 kanály" #: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." -msgstr "" +msgstr "Pro odebrání člena musíte být vlastníkem konverzace." #: src/components/dialogs/BirthDateSettings.tsx:177 msgid "You must be at least 13 years old to use Bluesky. Read our <0>Terms of Service for more information." -msgstr "" +msgstr "Pro používání Bluesky musí být vám alespoň 13 let. Více informací naleznete v našich <0>Podmínkách služby." #: src/components/StarterPack/ProfileStarterPacks.tsx:365 msgid "You must be following at least seven other people to generate a starter pack." -msgstr "" +msgstr "K vygenerování startovacího balíčku musíte sledovat alespoň sedm dalších lidí." #: src/components/StarterPack/QrCodeDialog.tsx:69 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" -msgstr "" +msgstr "Pro uložení QR kódu musíte udělit přístup ke své knihovně fotografií" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." -msgstr "" +msgstr "Musíte povolit přístup ke své knihovně médií." #: src/components/dialogs/EmailDialog/screens/Manage2FA/index.tsx:23 msgid "You need to verify your email address before you can enable email 2FA." -msgstr "" +msgstr "Než budete moci povolit e-mailové 2FA, musíte ověřit svou e-mailovou adresu." #: src/components/moderation/BlockDialog.tsx:352 msgid "You own this chat" -msgstr "" +msgstr "Tuto konverzaci vlastníte vy" #. placeholder {0}: currentAccount?.handle #: src/screens/Deactivated.tsx:120 msgid "You previously deactivated @{0}." -msgstr "" +msgstr "Účet @{0} jste dříve deaktivovali." #: src/screens/Settings/Settings.tsx:412 msgid "You probably want to restart the app now." -msgstr "" +msgstr "Pravděpodobně budete chtít aplikaci nyní restartovat." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:325 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" -msgstr "" +msgstr "Reagovali jste {0}" #. placeholder {0}: reaction.value #: src/components/dms/getReactionInfo.ts:63 msgid "You reacted {0} to {target}" -msgstr "" +msgstr "Reagovali jste {0} na {target}" #: src/components/dialogs/BirthDateSettings.tsx:92 #: src/components/dialogs/BirthDateSettings.tsx:102 msgid "You recently changed your birthdate" -msgstr "" +msgstr "Nedávno jste změnili své datum narození" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "Odpověděli jste" -#: src/components/dms/MessageItem.tsx:811 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "Odpověděli jste uživateli {originalName}" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "Odpověděli jste sami sobě" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" -msgstr "" +msgstr "Požádali jste o připojení" #: src/screens/Settings/Settings.tsx:297 #: src/view/shell/desktop/LeftNav.tsx:225 msgid "You will be signed out of all your accounts." -msgstr "" +msgstr "Budete odhlášeni ze všech svých účtů." #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:140 msgid "You will no longer receive notifications for {0}" -msgstr "" +msgstr "Už nebudete dostávat oznámení pro {0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:246 msgid "You will no longer receive notifications for this thread" -msgstr "" +msgstr "Pro toto vlákno již nebudete dostávat oznámení" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:237 msgid "You will now receive notifications for this thread" -msgstr "" +msgstr "Od této chvíle budete dostávat upozornění na toto vlákno" #: src/screens/Login/SetNewPasswordForm.tsx:110 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." -msgstr "" +msgstr "Obdržíte e-mail s „resetovacím kódem“. Zadejte tento kód zde a poté zadejte své nové heslo." #: src/screens/Messages/ConversationSettings/prompts.tsx:129 msgid "You won’t be able to rejoin unless you’re invited." -msgstr "" +msgstr "Nebudete se moci znovu připojit, pokud nebudete pozváni." #. When the last message in a chat was made by you. #: src/components/dms/getMessageInfo.ts:82 msgid "You: {message}" -msgstr "" +msgstr "Vy: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" -msgstr "" +msgstr "Jakmile dokončíte vytváření účtu, začnete sledovat doporučené uživatele a kanály!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" -msgstr "" +msgstr "Jakmile dokončíte vytváření účtu, začnete sledovat doporučené uživatele!" #. placeholder {0}: listItemsCount - 8 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:243 msgid "You'll follow these people and {0} others" -msgstr "" +msgstr "Začnete sledovat tyto lidi a {0} dalších" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people right away" -msgstr "" +msgstr "Tyto lidi začnete sledovat ihned" #: src/components/contacts/screens/GetContacts.tsx:314 msgid "You'll need to go to the System Settings for Bluesky and give permission if you want to use this feature." -msgstr "" +msgstr "Pokud chcete tuto funkci používat, budete muset přejít do systémového nastavení pro Bluesky a udělit oprávnění." #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:172 msgid "You'll start receiving notifications for {0}!" -msgstr "" +msgstr "Začnete dostávat oznámení pro {0}!" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:281 msgid "You'll stay updated with these feeds" -msgstr "" +msgstr "Díky těmto kanálům budete v obraze" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "You’re in control" -msgstr "" +msgstr "Máte to pod kontrolou" #: src/screens/SignupQueued.tsx:130 msgid "You're in line" -msgstr "" +msgstr "Jste ve frontě" #: src/screens/Deactivated.tsx:81 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:54 msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." -msgstr "" +msgstr "Jste přihlášeni pomocí App Password. Pro pokračování v deaktivaci účtu se prosím přihlaste svým hlavním heslem." #: src/components/moderation/LabelsOnMeDialog.tsx:262 msgid "You've already appealed this label and it's being reviewed by our moderation team." -msgstr "" +msgstr "Proti tomuto štítku jste se již odvolali a náš moderátorský tým jej posuzuje." #: src/components/moderation/ModerationDetailsDialog.tsx:112 #: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." -msgstr "" +msgstr "Rozhodli jste se v tomto příspěvku skrýt slovo nebo štítek." #: src/components/contacts/screens/GetContacts.tsx:313 msgid "You've denied access to your contacts" -msgstr "" +msgstr "Odepřeli jste přístup ke svým kontaktům" #: src/state/shell/progress-guide.tsx:237 msgid "You've found some people to follow" -msgstr "" +msgstr "Našli jste nějaké lidi ke sledování" #: src/components/FocusScope/index.tsx:112 msgid "You've reached the end of the active content." -msgstr "" +msgstr "Dosáhli jste konce aktivního obsahu." #: src/view/com/posts/FollowingEndOfFeed.tsx:42 msgid "You've reached the end of your feed! Find some more accounts to follow." -msgstr "" +msgstr "Dostali jste se na konec svého kanálu! Najděte si další účty, které můžete sledovat." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" -msgstr "" +msgstr "Dosáhli jste maximálního počtu konceptů" #: src/lib/hooks/useCleanError.ts:68 msgid "You've reached the maximum number of requests allowed. Please try again later." -msgstr "" +msgstr "Dosáhli jste maximálního počtu povolených požadavků. Zkuste to prosím znovu později." + +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "Dosáhli jste maximálního počtu {MAX_FILTERS, plural, one {# filtru} few {# filtrů} many {# filtrů} other {# filtrů}}. Místo vytváření nových přidejte další hodnoty do stávajícího filtru." #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." -msgstr "" +msgstr "Dosáhli jste začátku aktivního obsahu." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" -msgstr "" +msgstr "Dosáhli jste svého denního limitu pro nahrávání videí (příliš mnoho bajtů)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" -msgstr "" +msgstr "Dosáhli jste denního limitu pro nahrávání videí (příliš mnoho videí)" #: src/screens/VideoFeed/index.tsx:1150 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" -msgstr "" +msgstr "Došla vám videa ke sledování. Možná je vhodný čas si dát pauzu?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" -msgstr "" +msgstr "Váš účet" #: src/screens/Settings/components/DeleteAccountDialog.tsx:128 msgid "Your account has been deleted, see ya! ✌️" -msgstr "" +msgstr "Váš účet byl smazán, mějte se! ✌️" #: src/screens/Takendown.tsx:142 msgid "Your account has been suspended" -msgstr "" +msgstr "Váš účet byl pozastaven" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." -msgstr "" +msgstr "Váš účet ještě není dostatečně starý na nahrávání videí. Zkuste to prosím později." #: src/components/dms/InitiateChatFlow.tsx:731 msgid "Your account is too new" -msgstr "" +msgstr "Váš účet je příliš nový" #: src/components/dms/InitiateChatFlow.tsx:732 msgid "Your account must be at least 7 days old to create a new group chat." -msgstr "" +msgstr "Pro vytvoření nové skupinové konverzace musí být váš účet starý alespoň 7 dní." #: src/screens/Settings/components/ExportCarDialog.tsx:107 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." -msgstr "" +msgstr "Repozitář vašeho účtu, který obsahuje všechny veřejné datové záznamy, lze stáhnout jako soubor „CAR\". Tento soubor neobsahuje vložená média, jako jsou obrázky, ani vaše soukromá data, která je nutné získat samostatně." #: src/screens/Takendown.tsx:210 msgid "Your account was found to be in violation of the <0>Bluesky Social Terms of Service. You have been sent an email outlining the specific violation and suspension period, if applicable. You can appeal this decision if you believe it was made in error." -msgstr "" +msgstr "Bylo zjištěno, že váš účet porušuje <0>Podmínky služby Bluesky Social. Byl vám zaslán e-mail s popisem konkrétního porušení a případné doby pozastavení účtu. Pokud se domníváte, že toto rozhodnutí bylo učiněno chybně, můžete se proti němu odvolat." #: src/screens/Takendown.tsx:150 msgid "Your appeal has been submitted. If your appeal succeeds, you will receive an email." -msgstr "" +msgstr "Vaše odvolání bylo odesláno. Pokud bude vašemu odvolání vyhověno, obdržíte e-mail." #: src/screens/Signup/StepInfo/index.tsx:284 msgid "Your birth date" -msgstr "" +msgstr "Vaše datum narození" #: src/screens/Messages/components/ChatDisabled.tsx:45 msgid "Your chats have been disabled" -msgstr "" +msgstr "Vaše konverzace byly zakázány" #: src/components/dialogs/InAppBrowserConsent.tsx:70 msgid "Your choice will be remembered for future links. You can change it at any time in settings." -msgstr "" +msgstr "Vaše volba bude zapamatována pro budoucí odkazy. Kdykoli ji můžete změnit v nastavení." -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" -msgstr "" +msgstr "Váš kontakt {firstAuthorLink} je na Bluesky" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" -msgstr "" +msgstr "Váš kontakt {firstAuthorName} je na Bluesky" #: src/components/contacts/screens/ViewMatches.tsx:454 msgid "Your contact {name}" -msgstr "" +msgstr "Váš kontakt {name}" #. placeholder {0}: sanitizeHandle(currentAccount?.handle || '', '@') #: src/screens/Settings/components/ChangeHandleDialog.tsx:531 msgid "Your current handle <0>{0} will automatically remain reserved for you. You can switch back to it at any time from this account." -msgstr "" +msgstr "Vaše stávající uživatelské jméno <0>{0} pro vás zůstane automaticky rezervováno. Kdykoli se k němu z tohoto účtu můžete vrátit." #: src/screens/Moderation/index.tsx:231 msgid "Your declared age is under 18. Some settings below may be disabled. If this was a mistake, you may edit your birthdate in your <0>account settings." -msgstr "" +msgstr "Vámi uvedený věk je nižší než 18 let. Některá níže uvedená nastavení mohou být zakázána. Pokud se jednalo o chybu, můžete upravit datum narození v <0>nastavení účtu." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:252 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:256 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:257 msgid "Your email" -msgstr "" +msgstr "Váš e-mail" #: src/screens/Login/ForgotPasswordForm.tsx:53 #: src/screens/Settings/components/ChangePasswordDialog.tsx:82 #: src/screens/Signup/state.ts:278 #: src/screens/Signup/StepInfo/index.tsx:130 msgid "Your email appears to be invalid." -msgstr "" +msgstr "Váš e-mail se zdá být neplatný." #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:62 msgid "Your email has not yet been verified. Please verify your email in order to enjoy all the features of Bluesky." -msgstr "" +msgstr "Váš e-mail ještě nebyl ověřen. Ověřte prosím svůj e-mail, abyste si mohli užít všechny funkce Bluesky." #: src/state/shell/progress-guide.tsx:216 msgid "Your first like!" -msgstr "" +msgstr "Váš první lajk!" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 msgid "Your followers" -msgstr "" +msgstr "Vaši sledující" #: src/view/com/posts/FollowingEmptyState.tsx:41 msgid "Your following feed is empty! Follow more users to see what's happening." -msgstr "" +msgstr "Váš sledovaný kanál je prázdný! Sledujte více uživatelů a uvidíte, co se děje." #. placeholder {0}: createFullHandle(subdomain, host) #: src/screens/Settings/components/ChangeHandleDialog.tsx:247 msgid "Your full handle will be <0>@{0}" -msgstr "" +msgstr "Vaše úplná adresa bude <0>@{0}" #: src/Navigation.tsx:457 #: src/screens/Search/modules/ExploreInterestsCard.tsx:68 @@ -14322,84 +14667,83 @@ msgstr "" #: src/screens/Settings/ContentAndMediaSettings.tsx:97 #: src/screens/Settings/InterestsSettings.tsx:49 msgid "Your interests" -msgstr "" +msgstr "Vaše zájmy" #: src/screens/Settings/InterestsSettings.tsx:138 msgctxt "toast" msgid "Your interests have been updated!" -msgstr "" +msgstr "Vaše zájmy byly aktualizovány!" #: src/screens/Search/modules/ExploreInterestsCard.tsx:95 msgid "Your interests help us find what you like!" -msgstr "" +msgstr "Vaše zájmy nám pomáhají najít to, co se vám líbí!" #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:69 msgid "Your live event preferences have been updated." -msgstr "" +msgstr "Vaše předvolby živých událostí byly aktualizovány." #: src/screens/Signup/StepInfo/index.tsx:353 msgid "Your location has been updated." -msgstr "" +msgstr "Vaše poloha byla aktualizována." #: src/components/dialogs/MutedWords.tsx:378 msgid "Your muted words" -msgstr "" +msgstr "Vaše ztlumená slova" #: src/screens/Messages/components/InviteLinkDialog.tsx:211 msgid "Your name, avatar, the name of the group chat, and the number of members will be visible to everyone." -msgstr "" +msgstr "Vaše jméno, avatar, název skupinového chatu a počet členů budou viditelné pro všechny." #: src/screens/Settings/components/ChangePasswordDialog.tsx:72 msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." -msgstr "" +msgstr "Vaše heslo bylo úspěšně změněno! Od této chvíle při přihlašování do Bluesky používejte své nové heslo." #: src/screens/Signup/StepInfo/index.tsx:157 msgid "Your password must be at least 8 characters long." -msgstr "" +msgstr "Vaše heslo musí mít alespoň 8 znaků." -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" -msgstr "" +msgstr "Váš příspěvek byl odeslán" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" -msgstr "" +msgstr "Vaše příspěvky byly odeslány" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:289 msgid "Your preferred language" -msgstr "" +msgstr "Váš preferovaný jazyk" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.tsx:102 #: src/screens/Onboarding/StepFinished/ValuePropositionPager.web.tsx:53 msgid "Your profile picture" -msgstr "" +msgstr "Váš profilový obrázek" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:26 msgid "Your profile picture surrounded by concentric circles of other users' profile pictures" -msgstr "" +msgstr "Vaše profilová fotka obklopená soustřednými kruhy profilových fotek ostatních uživatelů" #: src/screens/Settings/components/DeactivateAccountDialog.tsx:75 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." -msgstr "" +msgstr "Váš profil, příspěvky, kanály a seznamy už nebudou viditelné pro ostatní uživatele Bluesky. Účet můžete kdykoli znovu aktivovat přihlášením." -#: src/view/com/composer/Composer.tsx:1140 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" -msgstr "" +msgstr "Vaše odpověď byla odeslána" #. placeholder {0}: state.selectedLabeler?.creator.displayName #: src/components/moderation/ReportDialog/index.tsx:519 msgid "Your report will be sent to <0>{0}." -msgstr "" +msgstr "Vaše hlášení bude odesláno na <0>{0}." #: src/screens/Settings/InterestsSettings.tsx:63 msgid "Your selected interests help us serve you content you care about." -msgstr "" +msgstr "Vámi vybrané zájmy nám pomáhají poskytovat vám obsah, který vás zajímá." -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." -msgstr "" +msgstr "Vaše vlákno obsahuje prázdné příspěvky, které budou přeskočeny. Zbývající příspěvky budou zveřejněny jako vlákno." #: src/components/verification/VerificationsDialog.tsx:67 msgid "Your verifications" -msgstr "" - +msgstr "Vaše ověření" diff --git a/src/locale/locales/cy/messages.po b/src/locale/locales/cy/messages.po index e31542d054..9222062ea8 100644 --- a/src/locale/locales/cy/messages.po +++ b/src/locale/locales/cy/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: cy\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:44\n" "Last-Translator: \n" "Language-Team: Welsh\n" "Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n == 3) ? 3 : ((n == 6) ? 4 : 5))));\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categori \"{interestsDisplayName}\" (gweithredol)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(dolen gwahodd i sgwrs)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(yn cynnwys cynnwys wedi'i fewnosod)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(dim e-bost)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, zero {}one {Wedi darganfod # ffrind!} two {Wedi darganfod # msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# awr} other {# awr}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# label wedi ei} other {# label wedi eu}} gosod ar y cyfrif hwn" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# label wedi ei} other {# label wedi eu}} gosod ar y cynnwys hwn" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, zero {}one {# cais i ymuno} two {# gais i ymuno} few {# cais #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, zero {}one {# person} two {# berson} few {# person} many {# person} other {# person}} reacted – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# eiliad} other {# eiliad}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# eitem heb ei ddarllen} other {# eitem heb ei ddarllen}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "Yn dilyn {0}" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "Mae {0} yn eich rhwystro" @@ -277,10 +305,16 @@ msgstr "{0} allan 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "Ymatebodd {0} i {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "Mae {0} wedi'i dynnu" msgid "{0} was removed from the group" msgstr "Cafodd {0} ei dynnu o'r grŵp" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, zero {}one {aelod} two {aelod} few {aelod} many {ael #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, zero {}one {# diweddariad sgwrs} two {# diweddariad sgwr msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, zero {}one {# cais newydd i ymuno} two {# gais newydd i ymuno} few {# cais newydd i ymuno} many {# cais newydd i ymuno} other {# cais newydd i ymuno}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, zero {}one {# cais} two {# gais} few {# cais} many {# cais} other {# cais}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {awr} other {awr}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {munud} other {munud}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other{{formattedAuthorsCount} arall}} wedi'ch dilyn chi" @@ -677,15 +733,15 @@ msgstr "Ymunodd {profileName} â Bluesky gan ddefnyddio pecyn cychwyn {timeAgoSt msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "Atebodd {replierDisplayName}" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "Atebodd {replierDisplayName} i {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "Atebodd {replierDisplayName} i chi" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "Mae <0>{displayName}<1/><2> wedi'ch ychwanegu" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Mewngofnodwch<1> neu <2>grëwch cyfrif<3> <4>i chwilio am newyddion, chwaraeon, gwleidyddiaeth, a phopeth arall sy'n digwydd ar Bluesky." @@ -825,16 +881,6 @@ msgstr "Rydych <0>chi a <1> <2>{0} wedi'ch cynnwys yn eich pecyn cyc msgid "⚠Invalid Handle" msgstr "⚠Enw Dangos Annilys" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "10+" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "10+ cais" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Derbyn y cais" msgid "Accept this language suggestion" msgstr "Derbyn awgrym yr iaith hon" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Sgyrsiau wedi'u derbyn" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Cais am fynediad! Bydd perchennog y grŵp yn adolygu eich cais." @@ -1050,9 +1091,9 @@ msgstr "Dad-dewi cyfrif" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Mae cyfrifon gyda marc siec glas cregynog <0><1/> yn gallu dilysu eraill. Mae'r dilyswyr dibynadwy hyn yn cael eu dewis gan Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Gweithgaredd gan eraill" @@ -1108,6 +1149,10 @@ msgstr "Ychwanegu testun amgen" msgid "Add alt text (optional)" msgstr "Ychwanegu testun amgen (dewisol)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Ychwanegu testun amgen (dewisol)" msgid "Add another account" msgstr "Ychwanegu cyfrif arall" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Ychwanegu postiad arall" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Ychwanegu postiad arall i edefyn" @@ -1141,6 +1186,10 @@ msgstr "Ychwanegu label awtomatiaeth i'r cyfrif" msgid "Add emoji reaction" msgstr "Ychwanegu adwaith emoji" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Ychwanegu aelodau grŵp sgwrsio" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Ychwanegwch lun" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Ychwanegu cyfrwng i bostiad" @@ -1312,6 +1361,11 @@ msgstr "Cynnwys camdriniaeth rywiol oedolion" msgid "Advanced" msgstr "Uwch" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Sicrwydd Oed" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Y Cyfan" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Pob ffrind yn cael eu dilyn!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Pob iaith" @@ -1367,6 +1422,15 @@ msgstr "Pob iaith" msgid "All languages will be shown in your feeds." msgstr "Bydd yr holl ieithoedd yn cael eu dangos yn eich ffrydiau." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Yr holl ffrydiau rydych wedi'u cadw, mewn un lle." @@ -1380,13 +1444,13 @@ msgstr "Caniatáu mynediad i'ch negeseuon uniongyrchol" msgid "Allow anyone to reply" msgstr "Caniatáu i unrhyw un ateb" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Caniatáu negeseuon uniongyrchol oddi wrth" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Caniatáu gwahoddiadau sgwrsio gan" @@ -1440,10 +1504,10 @@ msgstr "Oes gennych chi gyfrif yn barod?" msgid "Already signed in as @{0}" msgstr "Eisoes wedi mewngofnodi fel @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "AMGEN" msgid "Alt text" msgstr "Testun amgen" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Testun Amgen" @@ -1489,7 +1553,7 @@ msgstr "Digwyddodd gwall" msgid "An error occurred" msgstr "Digwyddodd gwall" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Digwyddodd gwall wrth gywasgu'r fideo." @@ -1535,11 +1599,11 @@ msgstr "Digwyddodd gwall wrth gadw'r cod QR!" msgid "An error occurred while trying to follow all" msgstr "Digwyddodd gwall wrth geisio dilyn pob un" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Digwyddodd gwall wrth lwytho'r fideo i fyny. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Bu anhawster wrth ddileu'r llwytho'r fideo. Gwiriwch eich cysylltiad rhyngwyd a cheisio eto." @@ -1626,7 +1690,7 @@ msgstr "Lles anifeiliaid" msgid "Animals" msgstr "Anifeiliaid" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF wedi'i hanimeiddio" @@ -1638,6 +1702,11 @@ msgstr "Cyhoeddiad" msgid "Announcing verification on Bluesky" msgstr "Mae dilysu nawr ar gael ar Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Unrhyw un" @@ -1781,6 +1850,24 @@ msgstr "Post wedi'i archifo" msgid "Are you really, really sure?" msgstr "Ydych chi wir yn siŵr?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Ydych chi'n siŵr eich bod am dynnu hwn o'ch ffrydiau?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Ydych chi'n siŵr eich bod am dynnu'n ôl eich cais i ymuno â {0}?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Ydych chi'n siŵr yr hoffech chi gael gwared ar y postiad hwn?" @@ -1904,7 +1991,7 @@ msgstr "Ar gael" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Ar gael" msgid "Back" msgstr "Nôl" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Nôl i Sgyrsiau" @@ -1961,10 +2048,10 @@ msgstr "Cyn i chi dderbyn hysbysiadau am bostiadau {name}, rhaid i chi yn gyntaf #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Rhwystro'r defnyddiwr a/neu ddileu'r sgwrs hon" msgid "Block user and/or leave this conversation" msgstr "Rhwystro defnyddiwr a/neu adael y sgwrs hon" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Ddim ar gael" @@ -2091,10 +2178,6 @@ msgstr "Does dim modd i gyfrifon sydd wedi'u rhwystro ymateb yn eich trywyddau, msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Does dim modd i gyfrifon sydd wedi'u rhwystro ymateb yn eich trywyddau, eich crybwylliadau, na rhyngweithio â chi fel arall. Fyddwch chi ddim yn gweld eu cynnwys a byddan nhw'n cael eu hatal rhag gweld eich un chi." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "Neges wedi'i rhwystro wedi'i chuddio" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Dyw rhwystro ddim yn atal y labelwr hwn rhag gosod labeli ar eich cyfrif." @@ -2111,11 +2194,21 @@ msgstr "Fydd rhwystro ddim yn atal labeli rhag cael eu gosod ar eich cyfrif, ond msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Dyw Bluesky ddim yn gallu cadarnhau dilysrwydd y dyddiad honedig." @@ -2340,7 +2433,7 @@ msgstr "Mae angen mynediad i'r camera" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Mae angen mynediad i'r camera" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Mae angen mynediad i'r camera" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Diddymu'r ailweithredu ac allgofnodi" msgid "Cancel reply" msgstr "Diddymu'r ateb" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Diddymu'r chwilio" @@ -2411,7 +2505,7 @@ msgstr "Capsiynau (.vtt)" msgid "Captions & alt text" msgstr "Capsiynau a thestun amgen" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "carwsél" @@ -2435,7 +2529,7 @@ msgstr "Newid eicon ap" msgid "Change app icon to \"{0}\"" msgstr "Newid eicon ap i \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Newid iaith yr ap" @@ -2518,11 +2612,11 @@ msgstr "Dyw'r ddolen gwahoddiad sgwrs ddim ar gael mwyach" msgid "Chat locked" msgstr "Sgwrs wedi'i chloi" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Negeseuon sgyrsiau - tawel" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Negeseuon sgyrsiau - sain" @@ -2536,6 +2630,12 @@ msgstr "Sgwrs wedi'i thewi" msgid "Chat not found." msgstr "Heb ganfod y sgwrs." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "Dewisiadau sgwrsio" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Gall perchnogion sgwrs ddim gadael sgwrs grŵp." @@ -2548,22 +2648,22 @@ msgstr "Dyw derbynnydd y sgwrs ddim yn cael ei ddilyn gan yr anfonwr." msgid "Chat request inbox" msgstr "Dewch derbyn cais am sgwrs" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Ceisiadau am sgyrsiau" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Gosodiadau sgyrsiau" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Gosodiadau Sgyrsiau" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Dad-dewi sgyrsiau" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Sgyrsiau" @@ -2661,10 +2761,16 @@ msgstr "Dewiswch eich llinell amser eich hun! Mae ffrydiau adeiladwyd gan y gymu msgid "Choose your password" msgstr "Dewiswch eich cyfrinair" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Dewiswch eich enw defnyddiwr" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Clirio'r holl ddata storio" @@ -2673,6 +2779,10 @@ msgstr "Clirio'r holl ddata storio" msgid "Clear all storage data (restart after this)" msgstr "Clirio'r holl ddata storio (ailgychwyn ar ôl hyn)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Cliciwch yma i weld y ddolen gwahodd ar gyfer y grŵp sgwrsio yma" msgid "Click to open tag menu for {0}" msgstr "Clicio i agor dewislen tagiau {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Cliciwch i roi cynnig arall ar y neges a fethwyd" @@ -2755,6 +2865,7 @@ msgstr "Cliciwch i roi cynnig arall ar y neges a fethwyd" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Cliciwch i roi cynnig arall ar y neges a fethwyd" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Cau'r faner" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Cau'r faner ceisiadau sy'n dod i mewn" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Cau'r ddeialog hon" @@ -2874,7 +2984,7 @@ msgstr "Cau'r modal croeso" msgid "Closes password update alert" msgstr "Yn cau'r rhybudd diweddaru cyfrinair" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Yn cau cyfansoddwr postiad ac yn dileu postiad drafft" @@ -2886,7 +2996,7 @@ msgstr "Lleihau'r rhestr o ddefnyddwyr" msgid "Collapses list of users for a given notification" msgstr "Yn lleihau'r rhestr o ddefnyddwyr hysbysiad penodol" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Lliw" @@ -2917,7 +3027,7 @@ msgstr "Canllawiau Cymunedol" msgid "Complete onboarding and start using your account" msgstr "Cwblhewch y cyflwyniad a dechreuwch ddefnyddio'ch cyfrif" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Cwblhewch yr her" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Cyfansoddi postiad newydd" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Cyfansoddwch bostiadau hyd at {0, plural, zero {} one {# nod} two {# nod} few {# characters} many {# nod}other {# nod}}" @@ -2936,11 +3046,11 @@ msgstr "Cyfansoddwch bostiadau hyd at {0, plural, zero {} one {# nod} two {# nod msgid "Compose reply" msgstr "Ysgrifennu ateb" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "Yn cywasgu GIF..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Yn cywasgu fideo..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Cysylltwch â'n tîm cefnogi" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Cysylltu â'n chefnogaeth" @@ -3134,8 +3244,12 @@ msgstr "Heb ganfod y sgwrs." msgid "Copied build version to clipboard" msgstr "Fersiwn adeiladu wedi'i gopïo i'r clipfwrdd" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Copïo'r ddolen i'r proffil" msgid "Copy link to starter pack" msgstr "Copïo'r ddolen i'r pecyn cychwyn" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Copïo testun neges" @@ -3341,7 +3455,7 @@ msgstr "Methu cadw'r newidiadau: {0}" msgid "Could not share – please try again" msgstr "Methwyd rhannu – ceisiwch eto" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Wedi methu diweddaru gosodiadau hysbysu" @@ -3363,6 +3477,11 @@ msgstr "Methu llwytho GIFau" msgid "Country code" msgstr "Cod gwlad" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Creu pecyn cychwyn i mi" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Creu cyfrif" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Creu cyfrif" @@ -3549,7 +3668,7 @@ msgstr "Dyddiad geni" msgid "Dawn" msgstr "Gwawr" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Dydd" @@ -3632,7 +3751,7 @@ msgstr "Dileu cysylltiadau" msgid "Delete conversation" msgstr "Dileu sgwrs" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Dileu i mi" @@ -3645,7 +3764,7 @@ msgstr "Dileu rhestr" msgid "Delete message" msgstr "Dileu neges" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Dileu neges i mi" @@ -3655,7 +3774,7 @@ msgstr "Dileu fy ngyfrif" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Dileu postiad" @@ -3676,7 +3795,7 @@ msgstr "Dileu'r rhestr hon?" msgid "Delete this post?" msgstr "Dileu'r postiad hwn?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Dilëwyd" @@ -3697,10 +3816,6 @@ msgstr "Dilëwyd gan Plivo ar ôl gwirio" msgid "Deleted list" msgstr "Rhestr dilëwyd" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "Neges wedi'i dileu" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "Methodd y ddyfais a chyfieithu :(" msgid "Dialog: adjust who can interact with this post" msgstr "Deialog: addaswch pwy all ryngweithio â'r postiad hwn" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Tywyllu" @@ -3806,9 +3925,9 @@ msgstr "Analluogwyd" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Dileu" msgid "Discard changes?" msgstr "Dileu'r newidiadau?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Dileu'r drafft?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Dileu'r postiad?" @@ -3864,7 +3983,7 @@ msgstr "Cau" msgid "Dismiss banner" msgstr "Cau'r faner" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Cau'r gwall" @@ -3954,13 +4073,13 @@ msgstr "Peidiwch â phoeni! Mae'r holl negeseuon a gosodiadau wedi'u cadw a bydd #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Peidiwch â phoeni! Mae'r holl negeseuon a gosodiadau wedi'u cadw a bydd msgid "Done" msgstr "Gorffen" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Tapio dwywaith neu bwyso'n hir i ychwanegu ymateb" @@ -4045,7 +4164,7 @@ msgstr "Oherwydd cyfreithiau yn eich ardal, mae rhai nodweddion o Bluetooth yn c msgid "Duration:" msgstr "Hyd:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Cyfnos" @@ -4176,12 +4295,12 @@ msgstr "Golygu gosodiadau rhyngweithio postiad" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Golygu proffil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Golygu Proffil" @@ -4268,7 +4387,7 @@ msgstr "Mewnblannu postiad" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Mewnblanwch y postiad hon yn eich gwefan. Copïwch y pwt canlynol a'i gludo i god HTML eich gwefan." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Chwaraewr fideo wedi'i fewnblannu" @@ -4308,8 +4427,8 @@ msgstr "Galluogi chwaraewyr cyfryngau ar gyfer" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Galluogwch hysbysiadau am gyfrif drwy fynd i'w proffil a phwyso'r <0>eicon cloch <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Galluogi gwthio hysbysiadau" @@ -4400,7 +4519,7 @@ msgstr "Rhowch eich cyfrinair" msgid "Enter your username and password" msgstr "Rhowch eich enw defnyddiwr a chyfrinair" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Yn mynd i'r sgrin lawn" @@ -4408,7 +4527,7 @@ msgstr "Yn mynd i'r sgrin lawn" msgid "Entertainment" msgstr "Adloniant" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Gwall" @@ -4438,7 +4557,7 @@ msgstr "Bu gwall wrth gadw ffeil" msgid "Error receiving captcha response." msgstr "Gwall wrth dderbyn ymateb captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Gwall: {error}" @@ -4450,26 +4569,38 @@ msgstr "Gall pawb ateb" msgid "Everybody can reply to this post." msgstr "Gall pawb ateb i'r postiad hwn." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Pawb" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Pawb" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Pawb" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Popeth arall" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Eithrio defnyddwyr rydych yn eu dilyn" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Delweddau di-noethol amlwg." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Darganfod" msgid "Explore the app" msgstr "Archwilio'r ap" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Allforio fy nata sgwrsio" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "Methwyd â derbyn y cais i ymuno" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Wedi methu ychwanegu emoji ymateb" @@ -4626,6 +4757,7 @@ msgstr "Wedi methu newid enw dangos. Ceisiwch eto." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Methu copïo dolen" @@ -4698,10 +4830,6 @@ msgstr "Wedi methu dilyn eich holl ffrindiau, ceisiwch eto" msgid "Failed to hide suggestion, please check your internet connection" msgstr "Wedi methu cuddio awgrymiadau, gwiriwch eich cysylltiad rhyngrwyd" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Methwyd ag anwybyddu'r cais i ymuno" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Methwyd ag ymuno â'r sgwrs grŵp. Ceisiwch eto." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Wedi methu gadael grŵp sgwrsio" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Wedi methu llwytho sgyrsiau" @@ -4735,8 +4863,11 @@ msgstr "Wedi methu llwytho ffrydiau" msgid "Failed to load feeds preferences" msgstr "Wedi methu llwytho dewisiadau ffrydiau" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Wedi methu llwytho gosodiadau hysbysu." @@ -4767,12 +4898,13 @@ msgstr "Wedi methu llwytho'r awgrymiadau dilyn" msgid "Failed to lock group chat" msgstr "Wedi methu cloi grŵp sgwrsio" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "Methwyd nodi pob sgwrs wedi'i darllen" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Wedi methu nodi pob cais wedi'i ddarllen" @@ -4789,6 +4921,10 @@ msgstr "Wedi methu pinio post" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Wedi methu datgysylltu Germ DM. Gwall: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Wedi methu tynnu data oherwydd gwall rhwydwaith, gwiriwch eich cysylltiad rhyngrwyd." @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "Wedi methu tynnu data. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Wedi methu dileu emoji ymateb" @@ -4830,7 +4966,7 @@ msgstr "Methwyd diddymu eich cais. Ceisiwch eto." msgid "Failed to resolve location. Please try again." msgstr "Wedi methu canfod y lleoliad. Ceisiwch eto." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Wedi methu cadw drafft" @@ -4898,7 +5034,7 @@ msgstr "Wedi methu diweddaru ffrydiau" msgid "Failed to update notification declaration" msgstr "Methu diweddaru datganiad hysbysiad" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Wedi methu diweddaru gosodiadau" @@ -4973,7 +5109,7 @@ msgstr "Adborth wedi'i anfon at weithredwr ffrwd" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Estyn diweddariad" msgid "File saved successfully!" msgstr "Ffeil wedi'i chadw'n llwyddiannus!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Hidlo o ffrydiau" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Hidlo'r chwiliad yn ôl iaith" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Hidlo chwiliad yn ôl iaith ( {currentLanguageLabel} - ar hyn o bryd)" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Hidlo pwy all ddewis i dderbyn hysbysiadau am eich gweithgareddau" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Hidlo gan bwy rydych yn derbyn hysbysiadau" @@ -5081,7 +5238,7 @@ msgstr "Chwilio am bobl i'w dilyn" msgid "Find people you know" msgstr "Dewch o hyd i bobl rydych yn eu hadnabod" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Canfod postiadau, defnyddwyr a ffrydiau ar Bluesky" @@ -5361,7 +5518,8 @@ msgstr "Pedwar swigen neges yn cynrychioli sgwrs grŵp. Neges gyntaf: \"Glywsoch msgid "Free your feed" msgstr "Ryddhewch eich ffrwd" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "Oddi wrth" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Oddi wrth <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Creu pecyn cychwyn" @@ -5414,43 +5577,51 @@ msgstr "Germ DM wedi'i ail gysylltu" msgid "Get help" msgstr "Cael cymorth" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Cael hysbysiadau ar gyfer paciau cychwyn, gwirio a gweithgareddau eraill." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Cael hysbysiadau pan fydd pobl yn eich dilyn." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Cael hysbysiadau pan fydd pobl yn hoffi'ch postiadau." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Cael hysbysiadau pan fydd pobl yn hoffi eich ailbostiadau." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Cael hysbysiadau pan fydd pobl yn eich crybwyll chi." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Cael hysbysiadau pan fydd pobl yn dyfynnu eich postiadau." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Cael hysbysiadau pan fydd pobl yn ateb i'ch postiadau." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Cael hysbysiadau pan fydd pobl yn ail bostio'ch postiadau chi." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Cael hysbysiadau pan mae pobl yn ailbostio eich alibostiadau." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Cael hysbysiadau pan mae gweithgaredd ar bostiadau rydych wedi tanysgrifio iddyn nhw." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Cychwyn arni" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF wedi'i lwytho i fyny" @@ -5686,7 +5857,7 @@ msgstr "Wedi dad-dewi grŵp sgwrsio" msgid "Group Chats" msgstr "Sgyrsiau Grŵp" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Mae sgyrsiau grŵp ar gael dim ond i ddefnyddwyr 18 oed ac yn hŷn." @@ -5784,7 +5955,7 @@ msgstr "Oes gennych chi god? <0>Cliciwch yma." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Ydy eich lleoliad yn anghywir gennym ni? <0>Tapiwch yma i ddiweddaru eich lleoliad gyda GPS." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Yn cael trafferth?" @@ -5973,7 +6144,7 @@ msgstr "Hmmm, mae'n ymddangos ein bod yn cael trafferth llwytho'r data hwn. Gwel msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, dydyn ni ddim wedi gallu llwytho'r gwasanaeth cymedroli hwnnw." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Daliwch ati! Rydyn ni'n rhoi mynediad i fideo yn raddol, ac rydych chi'n dal i aros yn unol. Dewch nôl cyn hir!" @@ -6102,12 +6273,12 @@ msgstr "Os ydych chi'n ddatblygwr, gallwch chi gynnal eich gweinydd eich hun." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Os ydych chi'n ceisio newid eich enw dangos neu'ch e-bost, gwnewch hynny cyn i chi ei ei gau." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Delwedd" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "{0} delwedd" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Delwedd {0} o {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "{0} delwedd o {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Wedi gwagio'r storfa delweddau, rhyddhawyd {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Oriel delweddau, {0} delwedd" @@ -6201,43 +6372,77 @@ msgstr "Mewnforiwyd ar {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Er mwyn darparu profiad addas i oed, mae'n rhaid i ni gael gwybod am eich dyddiad geni. Mae hyn yn ddigwyddiad untro a bydd eich data'n cael ei gadw'n breifat." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "O fewn yr ap" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Hysbysiadau o fewn yr ap" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "O fewn yr ap, pawb" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "O fewn yr ap, pobl rydych yn eu dilyn" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "O fewn yr ap, gwthio" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "O fewn yr ap, gwthio, pawb" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "O fewn yr ap, gwthio, pobl rydych yn eu dilyn" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Blwch derbyn gwag" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Dim yn y blwch derbyn!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Enw defnyddiwr neu gyfrinair anghywir" @@ -6334,7 +6539,6 @@ msgstr "Cod gwahodd" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Heb dderbyn y cod gwahoddiad. Gwiriwch eich bod yn ei fewnbynnu'n gywir a cheisiwch eto." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Gwahodd ffrindiau" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Gwahodd Ffrindiau" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Gwahoddiadau, ond personol" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "A yw eich lleoliad yn anghywir? <0>Tapiwch yma i ddiweddaru eich lleoliad gyda GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "A yw eich lleoliad yn anghywir? <0>Tapiwch yma i ddiweddaru eich lleoliad gyda GPS." #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Dim ond chi ar hyn o bryd! Ychwanegwch fwy o bobl at eich pecyn cychwyn trwy chwilio uchod." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID gwaith: {0}" @@ -6469,8 +6672,8 @@ msgstr "Ymunwch â'r sgwrs" msgid "Journalism" msgstr "Newyddiaduraeth" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Cadwch i olygu" @@ -6479,11 +6682,6 @@ msgstr "Cadwch i olygu" msgid "Keep me posted" msgstr "Cadw fi'n gyfredol" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Pwnio aelod" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "Gwefan KWS" @@ -6518,6 +6716,10 @@ msgstr "Labeli ar eich cyfrif" msgid "Labels on your content" msgstr "Labeli ar eich cynnwys" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Gosodiadau Iaith" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Newydd ei gychwyn" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Diweddaraf" @@ -6562,6 +6764,16 @@ msgstr "Dysgu rhagor" msgid "Learn More" msgstr "Dysgu Rhagor" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Rhagor o wybodaeth am sicrwydd oed" @@ -6765,16 +6977,16 @@ msgstr "Wedi'i hoffi gan {0, plural, one {# defnyddiwr} other {# defnyddiwr}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Wedi'i hoffi gan {likeCount, plural, one {# defnyddiwr} other {# defnyddiwr}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Yn hoffi" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Yn hoffi eich ail bostiadau" @@ -6954,9 +7166,7 @@ msgstr "Llwytho hysbysiadau newydd" msgid "Load new posts" msgstr "Llwytho postiadau newydd" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Yn llwytho sgwrs…" @@ -7065,18 +7275,20 @@ msgstr "Rheoli gosodiadau dilysu" msgid "Manage your muted words and tags" msgstr "Rheoli eich geiriau a thagiau wedi'u tewi" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Nodi'r cyfan fel wedi'u darllen" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "Nodi'r holl sgyrsiau fel wedi'u darllen" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "Nodi pob cais fel wedi'i ddarllen" @@ -7085,15 +7297,16 @@ msgstr "Nodi pob cais fel wedi'i ddarllen" msgid "Mark as read" msgstr "Marcio fel weedi darllen" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Wedi marcio'r cyfan fel wedi'u darllen" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "Nodi'r holl sgyrsiau fel wedi'u darllen" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "Wedi nodi pob cais wedi'i ddarllen" @@ -7102,6 +7315,7 @@ msgstr "Wedi nodi pob cais wedi'i ddarllen" msgid "Maybe later" msgstr "Efallai yn nes ymlaen" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Cyfryngau" @@ -7137,26 +7351,29 @@ msgstr "Gall aelodau dal ddarllen hanes sgwrsio ond ddim anfon negeseuon newydd. msgid "mentioned users" msgstr "defnyddwyr wedi'u crybwyll" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Crybwylliadau" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Dewislen" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "Neges" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "Neges" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Neges wedi'i dileu" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Methodd y neges a mynd." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Neges gan @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Neges gan @{0}: {1}" msgid "Message from server: {0}" msgstr "Neges gan y gweinydd: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Maes mewnbwn neges" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Mae'r neges yn rhy hir" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Neges yn rhy hir ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Dewisiadau negeseuon" @@ -7215,11 +7426,11 @@ msgstr "Dewisiadau negeseuon" msgid "Messages" msgstr "Negeseuon" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "Mae negeseuon gan y person yma wedi'u cuddio tra'u bod nhw yn eich rhwystro." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Mae negeseuon gan y person yma wedi'u cuddio tra'ch bod chi'n eu rhwystro." @@ -7343,7 +7554,7 @@ msgstr "Cerddoriaeth" msgid "Mute" msgstr "Tewi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Angen adrodd ar fater torri hawlfraint, cais cyfreithiol, neu gydymffurf msgid "Nevermind, create a handle for me" msgstr "Dim gwahaniaeth, crëwch enw dangos i mi" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Newydd" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Newydd" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {postiad} other {postiad}} newydd gan {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "{postsCount, plural, one {postiad} other {postiad}} newydd gan {firstAut #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Sgwrs newydd" @@ -7574,9 +7789,9 @@ msgstr "Cyfeiriad e-bost newydd" msgid "New Feature" msgstr "Nodwedd Newydd" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Dilynwyr newydd" @@ -7608,6 +7823,18 @@ msgstr "Enw dangos newydd" msgid "New list" msgstr "Rhestr newydd" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Nesaf" msgid "Next image" msgstr "Delwedd nesaf" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Nos" @@ -7779,12 +8006,12 @@ msgstr "Dim enw" msgid "No notifications yet!" msgstr "Dim hysbysiadau eto!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Neb" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Neb" @@ -7822,6 +8049,10 @@ msgstr "Dim dyfyniadau eto" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Dim GIFau diweddar eto. Dewiswch un i'w weld yma." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Dim atebion eto" @@ -7856,10 +8087,18 @@ msgstr "Heb ganfod canlyniad" msgid "No results found for \"{query}\"" msgstr "Heb ganfod canlyniadau \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "Dim canlyniadau i \"<0>{query}\"." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Dim canlyniadau." @@ -7868,11 +8107,6 @@ msgstr "Dim canlyniadau." msgid "No Starter Packs yet" msgstr "Dim Pecynnau Cychwyn eto" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "Dim testun" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Delweddau personol heb gydsyniad" msgid "Non-sexual Nudity" msgstr "Noethni nad yw'n rhywiol" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "Nid yw ar gael ar y platfform yma" @@ -7954,26 +8193,27 @@ msgstr "Sylw: Dim ond ar gyfer aelodau sydd wedi mewngofnodi mae'r postiad hwn y msgid "Nothing saved yet" msgstr "Dim wedi'i gadw eto" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Gosodiadau hysbysu" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Seiniau hysbysu" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "Dylai'r rhif fod yn un ffôn symudol" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Wedi'i ddiffodd" @@ -8017,7 +8257,7 @@ msgstr "Iawn" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "Dyw un o'ch derbynwyr chi ddim yn caniatáu sgyrsiau grŵp." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Mae un o'ch derbynwyr chi wedi'ch rhwystro a does dim modd anfon neges ato." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Does dim testun amgen ar un neu fwy o GIFau." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Does dim testun amgen ar un neu fwy o fideos." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "Dyw un neu fwy o'r ffeiliau hyn ddim yn cael eu cynnal." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Mae un neu fwy o'r ffeiliau hyn yn rhy fawr. Uchafswm maint yw {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Mae un neu ragor o bostiadau'n rhy hir i gadw fel drafft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Uchafswm nifer y nodau yw #.} other {Uchafswm nifer y nodau yw #.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Does dim testun amgen ar un neu fwy o fideos." @@ -8083,7 +8323,7 @@ msgstr "Dim ond {0} all ateb." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Dim ond {0} o {1} {2, plural, zero {delweddau} one {ddelwedd} two {ddelwedd} few {delwedd} many {delwedd} other {delwedd}} wedi'i hychwanegu; y terfyn yw {MAX_GALLERY_IMAGES}" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Dim ond gweinyddwyr sy'n gallu derbyn ceisiadau ymuno." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Dim ond gweinyddwyr sy'n gallu anwybyddu ceisiadau ymuno." +msgid "Only admins can reject join requests." +msgstr "Dim ond gweinyddwyr sy'n gallu gwrthod ceisiadau ymuno." #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Dim ond pobl mae {0} yn eu dilyn sy'n gallu ymuno." msgid "Only people the chat owner follows can join" msgstr "Dim ond pobl mae perchennog y sgwrs yn eu dilyn all ymuno" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Dim ond ffeiliau WebVTT (.vtt) sy'n cael eu cefnogi" @@ -8140,6 +8392,10 @@ msgstr "Wps, dyw'r proffil hwn ddim yn bodoli. Rhowch gynnig ar sganio un arall. msgid "Oops!" msgstr "Wps!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Agor y crëwr avatar" @@ -8170,9 +8426,8 @@ msgstr "Agor drafft" msgid "Open drawer menu" msgstr "Agor dewislen drôr" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Agor y dewisydd emojis" @@ -8280,7 +8535,7 @@ msgstr "Yn agor deialog i ychwanegu rhybudd cynnwys at eich postiad" msgid "Opens a dialog to choose who can interact with this post" msgstr "Yn agor deialog i ddewis pwy all ryngweithio gyda'r postiad hwn" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "Yn agor rhestr o themâu lliw ar gyfer y cerdyn QR" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Yn agor camera dyfais" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Yn agor oriel y ddyfais i ddewis hyd at {MAX_GALLERY_IMAGES, plural, zero {# delwedd} one {# ddelwedd} two {# ddelwedd} few {# delwedd} many {# delwedd} other {# delwedd}}, neu un fideo neu GIF." @@ -8329,7 +8584,7 @@ msgstr "Yn agor llif i greu cyfrif Bluesky newydd" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Yn agor llif i fewngofnodi i'ch cyfrif Bluesky presennol" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Yn agor y ddelwedd yn llawn" @@ -8513,12 +8768,12 @@ msgstr "Cyfrinair wedi'i ddiweddaru" msgid "Password updated!" msgstr "Cyfrinair wedi'i ddiweddaru!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Oedi" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Oedi GIF" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Oedi fideo" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Pobl" @@ -8550,17 +8805,17 @@ msgstr "Pobl yn cael eu dilyn gan @{0}" msgid "People following @{0}" msgstr "Pobl yn dilyn @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Pobl rwy'n eu dilyn" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Pobl rwy'n eu dilyn" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Pobl rwy'n eu dilyn" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Mae'r rhai rwy'n eu dilyn yn gallu gofyn i gael ymuno" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Pobl rydych chi'n eu dilyn" @@ -8610,7 +8866,7 @@ msgstr "Gwiriwyd y rhif ffôn" msgid "Photography" msgstr "Ffotograffiaeth" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Dewiswch thema lliw" @@ -8658,7 +8914,7 @@ msgstr "Ffrydiau wedi'u Pinio" msgid "Pinned to your feeds" msgstr "Wedi'i binio i'ch ffrydiau" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Chwarae" @@ -8668,7 +8924,7 @@ msgstr "Chwarae" msgid "Play {0}" msgstr "Chwarae {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Chwarae GIF" @@ -8681,11 +8937,11 @@ msgstr "Chwarae fideo" msgid "Play Video" msgstr "Chwarae Fideo" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Yn chwarae neu'n oedi'r GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Yn chwarae neu'n oedi'r fideo" @@ -8722,7 +8978,7 @@ msgstr "Cliciwch ar y ddolen yn yr e-bost a anfonwyd atoch i wirio'ch cyfeiriad msgid "Please complete the verification captcha." msgstr "Cwblhewch y captcha dilysu." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Cadarnhewch eich cyfeiriad e-bost i lwytho fideos." @@ -8865,7 +9121,7 @@ msgstr "Gwleidyddiaeth" msgid "Porn" msgstr "Pornograffi" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Postio" @@ -8885,12 +9141,12 @@ msgstr "Postiwch lun" msgid "Post a video" msgstr "Postiwch fideo" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Postio'r Cyfan" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Postio beth bynnag" @@ -8982,6 +9238,10 @@ msgstr "Postiad wedi ei ddadbinio" msgid "Posts" msgstr "Postiadau" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Mae modd tewi postiadau ar sail eu testun, eu tagiau neu'r ddau. Rydym yn argymell osgoi geiriau cyffredin sy'n ymddangos mewn llawer o bostiadau, gan y gall arwain at atal pob postiad." @@ -9067,11 +9327,11 @@ msgstr "Polisi Preifatwydd" msgid "Privacy violation of a minor" msgstr "Torri ar breifatrwydd plentyn dan oed" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "Yn prosesu GIF..." -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Yn prosesu fideo..." @@ -9083,7 +9343,7 @@ msgstr "Wrthi’n prosesu..." msgid "profile" msgstr "proffil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Rhestrau cyhoeddus, y mae modd eu rhannu o ddefnyddwyr i'w tewi neu eu rhwystro'n lluosog." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Cyhoeddi postiad" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Cyhoeddi postiadau" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Cyhoeddi atebion" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Cyhoeddi ateb" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Gwthio" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Hysbysiadau gwthio" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Gwthio, pawb" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Gwthio, pobl rydych yn eu dilyn" @@ -9188,10 +9448,10 @@ msgstr "Datgysylltwyd post dyfyniad yn llwyddiannus" msgid "Quote posts disabled" msgstr "Analluogwyd postiadau dyfyniad" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Dyfyniadau" @@ -9238,10 +9498,15 @@ msgstr "Ail agorwch eich cyfrif" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Darllenwch{0, plural, zero {}one {# ateb arall} two {# ateb arall} few {# ateb arall} many {# ateb arall} other {# ateb arall}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "darllenwch am sut i ddefnyddio'r hidlyddion chwilio" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Pobl go-iawn." msgid "Reason for appeal" msgstr "Rheswm dros apelio" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Derbyn hysbysiadau o fewn yr ap" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Derbyn gwthio hysbysiadau" @@ -9304,7 +9569,7 @@ msgstr "Derbyn gwthio hysbysiadau" msgid "Recent GIFs" msgstr "GIFau diweddar" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Chwilio diweddar" @@ -9339,8 +9604,8 @@ msgstr "Gwrthod cais am sgwrs" msgid "Reject join request" msgstr "Gwrthod cais i ymuno" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Ail-lwytho sgyrsiau" @@ -9379,9 +9644,9 @@ msgstr "Tynnu {displayName} o'r sgwrsio grŵp hwn" msgid "Remove {displayName}?" msgstr "Tynnu {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Tynnu {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Tynnu ffrwd" msgid "Remove feed?" msgstr "Tynnu ffrwd?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Tynnu o'r sgwrs" @@ -9466,11 +9736,16 @@ msgstr "Tynnu delwedd" msgid "Remove live status" msgstr "Dileu statws byw" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "Tynnu aelod" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Tynnu'ry gair tewi oddi ar eich rhestr" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Dileu proffil" @@ -9507,11 +9782,11 @@ msgstr "Dileu dilysu" msgid "Remove your verification for this account?" msgstr "Dileu eich dilysiad ar gyfer y cyfrif hwn?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Wedi'i dynnu gan yr awdur" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Wedi'i ddileu gennych chi" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Mewn ymateb i chi" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "Neges a atebwyd gan {senderName}, tapiwch i sgrolio ati" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "Neges a atebwyd, tapiwch i sgrolio ati" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Atebion" @@ -9609,12 +9884,12 @@ msgstr "Analluogwyd atebion" msgid "Replies to this post are disabled." msgstr "Mae atebion i'r postiad hwn wedi'u hanalluogi." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Ateb" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Ateb" @@ -9652,7 +9927,7 @@ msgstr "Gwelededd ateb wedi'i ddiweddaru" msgid "Reply was successfully hidden" msgstr "Cafodd yr ateb ei guddio'n llwyddiannus" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Adrodd ar ffrwd" msgid "Report list" msgstr "Rhestr adrodd" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Adrodd ar neges" @@ -9783,9 +10058,9 @@ msgstr "Wedi'i ailbostio gan {reposter}" msgid "Reposted by you" msgstr "Wedi'i ail-bostio gennych chi" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Ail bostiadau" @@ -9793,9 +10068,9 @@ msgstr "Ail bostiadau" msgid "Reposts of this post" msgstr "Ail-bostiadau'r postiad hwn" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Ail bostiadau eich ail bostiadau" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Gofyn am god" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Cais wedi'i anwybyddu." +msgid "Request rejected." +msgstr "Cais wedi'i wrthod." #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Gofynnwyd" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Ceisiadau" @@ -9861,7 +10136,7 @@ msgstr "Diddymu'r cais" #: src/screens/Messages/components/OutgoingRequestListItem.tsx:50 msgid "Rescind request to join group chat" -msgstr "" +msgstr "Diddymu'r cais i ymuno â'r sgwrs grŵp" #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:39 msgid "Resend" @@ -9934,9 +10209,9 @@ msgstr "Yn ceisio'r weithred olaf eto, oedd yn wallus" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Cadw dyddiad geni" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Cadw'r newidiadau" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Cadw newidiadau?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Cadw drafft" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Cadw drafft?" @@ -10089,10 +10364,10 @@ msgstr "Wedi'i gadw i'ch ffrydiau" msgid "Say hello!" msgstr "Dywedwch helo!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" -msgstr "" +msgstr "Dywedwch helo wrth rywun" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 msgid "Scam" @@ -10100,13 +10375,13 @@ msgstr "Sgam" #: src/features/inviteFriends/components/ActionButtons.tsx:44 msgid "Scan" -msgstr "" +msgstr "Sganio" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 #: src/Navigation.tsx:316 msgid "Scan QR code" -msgstr "" +msgstr "Sganio cod QR" #: src/lib/interests.ts:71 msgid "Science" @@ -10120,9 +10395,9 @@ msgstr "Sgrolio i'r chwith" msgid "Scroll right" msgstr "Sgrolio i'r dde" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "Sgrolio i'r neges y mae hyn yn ateb iddi" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "Sgrolio i'r brig" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Chwilio" @@ -10186,17 +10464,13 @@ msgstr "Chwilio am ragor o ffrydiau" msgid "Search for people" msgstr "Chwilio am bobl" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Chwiliwch am bostiadau, defnyddwyr, neu ffrydiau" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Chwilio GIFau" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "Dyw chwilio ddim ar gael pan nad ydych wedi mewngofnodi" @@ -10225,6 +10499,10 @@ msgstr "Chwiliwch am bostiadau" msgid "Search profiles" msgstr "Chwilio proffiliau" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Chwilio..." @@ -10319,7 +10597,7 @@ msgstr "Dewis rheswm" msgid "Select account" msgstr "Dewiswch gyfrif" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Dewiswch iaith ap" @@ -10357,6 +10635,11 @@ msgstr "Dewiswch ieithoedd cynnwys" msgid "Select duration" msgstr "Dewis hyd" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Dewiswch o gyfrif sy'n bodoli" @@ -10388,7 +10671,7 @@ msgstr "Dewis aelodau o grŵp sgwrsio" msgid "Select how long to mute this word for." msgstr "Dewiswch pa mor hir i dewi'r gair hwn." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Dewiswch eich diddordebau o'r dewisiadau isod" msgid "Select your preferred language for translations in your feed." msgstr "Dewiswch eich dewis iaith cyfieithu'ch ffrydiau." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Dewiswch eich hoff sianeli hysbysu" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "Dyw dewis mathau lluosog o gyfryngau ddim yn cael ei gynnal." @@ -10491,8 +10774,7 @@ msgstr "Anfon adroddiad gwall" msgid "Send feedback" msgstr "Anfonwch adborth" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Anfonwch neges" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Anfonwch trwy neges uniongyrchol" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Anfonwyd ar {0}" @@ -10574,7 +10856,7 @@ msgstr "Yn gosod e-bost ar gyfer ailosod cyfrinair" msgid "Settings" msgstr "Gosodiadau" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Gosodiadau gweithgareddau gan eraill" @@ -10582,39 +10864,49 @@ msgstr "Gosodiadau gweithgareddau gan eraill" msgid "Settings for allowing others to be notified of your posts" msgstr "Gosodiadau ar gyfer caniatáu i eraill gael gwybod am eich postiadau" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Gosodiadau hysbysiadau hoffi" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Gosodiadau hysbysiadau crybwyll" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Gosodiadau hysbysiadau dilynwr newydd" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Gosodiadau hysbysiadau popeth arall" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Gosodiadau hysbysiadau hoffi eich ail bostiadau" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Gosodiadau hysbysiadau ail bostiadau eich ail bostiadau" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Gosodiadau hysbysiadau dyfynnu" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Gosodiadau hysbysiadau ateb" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Gosodiadau hysbysiadau ail bostio" @@ -10660,7 +10952,7 @@ msgstr "Rhannu delwedd" #: src/features/inviteFriends/components/ActionButtons.tsx:23 msgid "Share invite link" -msgstr "" +msgstr "Rhannu dolen wahodd" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 @@ -10677,13 +10969,18 @@ msgstr "Deialog rhannu dolen" #: src/screens/Settings/FindContactsSettings.tsx:172 #: src/screens/Settings/FindContactsSettings.tsx:181 msgid "Share my profile" -msgstr "" +msgstr "Rhannu fy mhroffil" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:167 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:170 msgid "Share post at:// URI" msgstr "Rhannu postiad i:// URI" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Rhannwch god QR" msgid "Share this feed" msgstr "Rhannwch y ffrwd hon" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Rhannwch y pecyn cychwyn hwn" @@ -10726,7 +11027,7 @@ msgstr "Profwr Dewisiadau Rhannu" msgid "Show" msgstr "Dangos" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Dangos testun amgen" @@ -10864,13 +11165,13 @@ msgstr "Yn dangos y cynnwys" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10898,7 +11199,7 @@ msgstr "Mewngofnodwch neu crëwch eich cyfrif i ymuno â'r sgwrs!" #: src/screens/Messages/JoinRequest.tsx:216 msgid "Sign in to accept invite." -msgstr "" +msgstr "Mewngofnodwch i dderbyn y gwahoddiad." #: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" @@ -10910,7 +11211,7 @@ msgstr "Mewngofnodwch i Bluesky neu crëwch gyfrif newydd" #: src/screens/Messages/JoinRequest.tsx:215 msgid "Sign in to request access to this group chat." -msgstr "" +msgstr "Mewngofnodwch i ofyn am fynediad i'r sgwrs grŵp hon." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:580 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:582 @@ -10949,6 +11250,11 @@ msgstr "Mae Angen Mewngofnodi" msgid "Signed in as @{0}" msgstr "Wedi mewngofnodi fel @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Hepgor" msgid "Skip contact sharing and continue to the app" msgstr "Hepgor rhannu cysylltiadau ac ymlaen i'r ap" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Hepgor postiadau gwag?" @@ -10980,7 +11286,7 @@ msgstr "Hepgor y cyflwyniad a chychwyn defnyddio'ch cyfrif" msgid "Skip to next step" msgstr "Mynd i'r cam nesaf" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "sleid" @@ -11022,7 +11328,7 @@ msgstr "Gall rhai pobl ateb" #: src/components/dms/getSystemMessageInfo.ts:86 msgid "Someone joined" -msgstr "" +msgstr "Mae rhywun wedi ymuno" #: src/components/dms/getSystemMessageInfo.ts:87 msgid "Someone joined the group" @@ -11030,14 +11336,14 @@ msgstr "Ymunodd rhywun â'r grŵp" #: src/components/dms/getSystemMessageInfo.ts:99 msgid "Someone left" -msgstr "" +msgstr "Mae rhywun wedi gadael" #: src/components/dms/getSystemMessageInfo.ts:100 msgid "Someone left the group" msgstr "Gadawodd rhywun y grŵp" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Ymateb rhywun oedd {0}" @@ -11048,7 +11354,7 @@ msgstr "Ymateb rhywun {0} i {target}" #: src/components/dms/getSystemMessageInfo.ts:60 msgid "Someone was added" -msgstr "" +msgstr "Mae rhywun wedi'i ychwanegu" #: src/components/dms/getSystemMessageInfo.ts:61 msgid "Someone was added to the group" @@ -11056,7 +11362,7 @@ msgstr "Mae rhywun wedi'i ychwanegu i'r grŵp" #: src/components/dms/getSystemMessageInfo.ts:73 msgid "Someone was removed" -msgstr "" +msgstr "Mae rhywun wedi'i dynnu" #: src/components/dms/getSystemMessageInfo.ts:74 msgid "Someone was removed from the group" @@ -11147,7 +11453,7 @@ msgstr "Dechreuwch sgwrs, a bydd yn ymddangos yma." #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:130 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:135 msgid "Start a group chat" -msgstr "" +msgstr "Cychwyn sgwrs grŵp" #: src/components/dms/dialogs/NewChatDialog.tsx:191 msgid "Start a new chat" @@ -11223,7 +11529,7 @@ msgstr "Tudalen Statws" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Cam {0} o {1}" @@ -11279,12 +11585,12 @@ msgstr "Tanysgrifio" #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" -msgstr "" +msgstr "Tanysgrifiwch ar {0}" #. placeholder {0}: highlightedPublisher.name #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" -msgstr "" +msgstr "Tanysgrifiwch i {publicationTitle} ar {0}" #. placeholder {0}: labelerInfo.creator.handle #: src/screens/Profile/Sections/Labels.tsx:231 @@ -11295,11 +11601,11 @@ msgstr "Tanysgrifiwch i @{0} i ddefnyddio'r labeli hyn:" msgid "Subscribe to account activity" msgstr "Tanysgrifio i weithgaredd cyfrif" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Tanysgrifiwch i Labelwr" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Tanysgrifiwch i'r labelwr hwn" @@ -11319,7 +11625,7 @@ msgstr "Llwyddiant!" #: src/components/intents/GroupChatJoinDialog.tsx:131 msgid "Successfully joined the group chat!" -msgstr "" +msgstr "Wedi ymuno â'r sgwrs grŵp yn llwyddiannus!" #: src/components/verification/VerificationCreatePrompt.tsx:37 msgid "Successfully verified" @@ -11345,6 +11651,10 @@ msgstr "Awgrymiadau i chi" msgid "Suggestive" msgstr "Awgrymiadol" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "Heulwen" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11367,11 +11677,11 @@ msgstr "Dyw cynnal y nodwedd hon heb ei alluogi yn eich gwald chi eto! Dewch 'n #: src/components/dms/dialogs/NewChatDialog.tsx:98 msgid "Suspended accounts cannot participate in a group chat." -msgstr "" +msgstr "Does dim modd i gyfrifon wedi'u hatal cymryd rhan mewn sgyrsiau grŵp." #: src/components/dms/dialogs/NewChatDialog.tsx:60 msgid "Suspended accounts cannot participate in chat." -msgstr "" +msgstr "Does dim modd i gyfrifon wedi'u hatal cymryd rhan mewn sgyrsiau." #: src/components/dialogs/SwitchAccount.tsx:47 #: src/components/dialogs/SwitchAccount.tsx:50 @@ -11411,15 +11721,15 @@ msgstr "Tagiau'n unig" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:184 msgid "Take the conversation private." -msgstr "" +msgstr "Cadwch y sgwrs yn breifat." #: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Tapiwch isod i ganiatáu i Bluesky gael mynediad i'ch lleolaid. Byddwn yn defnyddio'r data hwnnw i bennu'n fwy cywir y cynnwys a'r nodweddion sydd ar gael yn eich ardal chi." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" -msgstr "" +msgstr "Tapiwch am fanylion" #: src/view/com/feeds/MissingFeed.tsx:90 msgid "Tap for information" @@ -11431,7 +11741,7 @@ msgstr "Tapio am ragor o wybodaeth" #: src/screens/Signup/StepInfo/index.tsx:323 msgid "Tap here to update your location with GPS." -msgstr "" +msgstr "Tapiwch yma i ddiweddaru eich lleoliad gyda GPS." #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:165 msgid "Tap to acknowledge that you understand and agree to these updates and continue using Bluesky" @@ -11474,7 +11784,7 @@ msgstr "Tapio i dynnu eich {0} ymateb" msgid "Tap to request access to join this group chat" msgstr "Tapiwch i ofyn am fynediad i ymuno â'r sgwrs grŵp hon" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Tapio i geisio eto" @@ -11487,7 +11797,7 @@ msgstr "Tapio i ddangos {0} ymateb" msgid "Tap to show all reactions" msgstr "Tapio i ddangos pob ymateb" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Tapio i weld ymatebion" @@ -11669,8 +11979,8 @@ msgstr "Mae'r postiad rydych yn ateb iddo wedi ei farcio fel wedi ei ysgrifennu msgid "The Privacy Policy has been moved to <0/>" msgstr "Mae'r Polisi Preifatrwydd wedi'i symud i <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Mae'r fideo a ddewiswyd yn fwy na {VIDEO_MAX_SIZE_MB} MB. Ceisiwch eto gyda ffeil lai." @@ -11832,10 +12142,25 @@ msgstr "Mae yna ruthr o ddefnyddwyr newydd wedi bod i Bluesky! Byddwn yn agor ei msgid "These are your default settings" msgstr "Dymach gosodiadau rhagosodedig" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Dim ond i'r ffrwd Dilyn mae'r gosodiadau hyn yn berthnasol." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "Nhw sy'n berchen ar y sgwrs hon" @@ -11959,6 +12284,11 @@ msgstr "Bydd y drafft hwn yn cael ei ddileu'n barhaol." msgid "This email is already associated with your account." msgstr "Mae'r cyfeiriad e-bost hwn eisoes wedi'i gysylltu â'ch cyfrif." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Mae'r nodwedd hon yn caniatáu i ddefnyddwyr dderbyn hysbysiadau am eich postiadau ac atebion newydd. Pwy ydych chi eisiau eu galluogi ar eu cyfer?" @@ -12063,13 +12393,13 @@ msgstr "Mae'r rhestr hon yn wag." msgid "This message is hidden" msgstr "Mae'r neges hon wedi'i chuddio" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Mae'r neges wedi'i chuddio gan fod y defnyddiwr yn eich rhwystro." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Mae'r neges wedi'i chuddio gan eich bod yn rhwystro'r defnyddiwr yma." @@ -12107,7 +12437,7 @@ msgstr "Cafodd y postiad hwn ei ddileu gan yr awdur" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Bydd y postiad hwn yn cael ei guddio rhag ffrydiau ac edafedd. Does dim modd dadwneud hyn." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Mae awdur y postiad hwn wedi analluogi postiadau dyfyniadau." @@ -12271,7 +12601,7 @@ msgstr "Heddiw" msgid "Toggle to enable or disable adult content" msgstr "Toglo i alluogi neu analluogi cynnwys oedolion" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Toglo'r sain" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Gormod o gysylltiadau - mae gormod o gysylltiadau i'w mewnforio i chwilio am eich ffrindiau" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Brig" @@ -12304,8 +12634,8 @@ msgstr "Prif atebion yn gyntaf" msgid "Topic" msgstr "Pwnc" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Trolio" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Mae ymddiriedaeth yn deillio o berthnasoedd, cymunedau, a chyd-destun sy'n cael eu rhannu, felly rydym hefyd yn galluogi <0>dilyswyr dibynadwy: sefydliadau sy'n gallu cyhoeddi dilysiad yn uniongyrchol." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Rhowch gynnig ar derm chwilio gwahanol, neu <0>ddarllen am sut i ddefnyddio hidlau chwilio." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Rhowch gynnig arni" msgid "TV" msgstr "Teledu" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "Cyfnos" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Dilysu dau ffactor (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Teipiwch eich neges yma" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Math:" @@ -12423,7 +12756,7 @@ msgstr "Methu cysylltu â'ch gwasanaeth. Gwiriwch eich cysylltiad rhyngrwyd a rh #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Methu cysylltu â'ch gwasanaeth. Gwiriwch eich cysylltiad rhyngrwyd." @@ -12463,7 +12796,7 @@ msgstr "Dim ar gael" msgid "Unavailable feed information" msgstr "Manylion ffrwd anhysbys" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Datgloi'r grŵp sgwrsio yma" msgid "Unmute" msgstr "Dad-dewi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Rhestr dadbinio" msgid "Unsnooze email reminder" msgstr "Dad-gysgu atgoffwr e-bost" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Dad-danysgrifio" @@ -12691,7 +13024,7 @@ msgstr "Dad-danysgrifio" msgid "Unsubscribe from list" msgstr "Dad-danysgrifio o'r rhestr" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Dad-danysgrifio o'r labelwr hwn" @@ -12703,10 +13036,15 @@ msgstr "Wedi dad-danysgrifio o'r rhestr" msgid "Unsupported clipboard content" msgstr "Cynnwys clipfwrdd heb ei cefnogi" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Math o fideo sydd ddim yn cael ei gynnal: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Hyd at 50 o bobl" @@ -12719,7 +13057,7 @@ msgstr "Diweddaru" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "Diweddaru {0} yn y Rhestrau" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "Diweddaru e-bost" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "Diweddaru mewn Rhestrau" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "Llwytho i fyny o'r Ffeiliau" msgid "Upload from Library" msgstr "Llwytho i fyny o'r Llyfrgell" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "Yn llwytho'r GIF..." @@ -12805,7 +13143,7 @@ msgstr "Wrthi'n lwytho lluniau i fyny..." msgid "Uploading link thumbnail..." msgstr "Wrthi'n lwytho dolen llun bach i fyny..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Wrthi'n llwytho fideo i fyny..." @@ -13040,12 +13378,12 @@ msgstr "Yn gwirio..." msgid "Version {0}" msgstr "Fersiwn {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Fideo" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Methodd y fideo â phrosesu" @@ -13084,12 +13422,12 @@ msgstr "Fideo heb ei ganfod." msgid "Video settings" msgstr "Gosodiadau fideo" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Fideo wedi'i lwytho i fyny" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Fideo: {0}" @@ -13097,11 +13435,13 @@ msgstr "Fideo: {0}" msgid "Videos" msgstr "Fideos" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Rhaid i fideos fod yn llai na 3 munud o hyd." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Edrych" @@ -13190,7 +13530,7 @@ msgstr "Gweld mwy" msgid "View more trending videos" msgstr "Edrychwch ar ragor o fideos sy'n trendio" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Edrych ar y postiad" @@ -13264,8 +13604,8 @@ msgstr "Gweld eich cyfrifon wedi tewi" msgid "View your verifications" msgstr "Gweld eich dilysiadau" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Yn gweld delwedd lawn" @@ -13391,7 +13731,7 @@ msgstr "Rydym yn argymell dewis o leiaf ddau ddiddordeb." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Anfonwyd e-bost at <0>{0} sy'n cynnwys dolen. Cliciwch arno i gwblhau'r broses dilysu e-bost." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Doedden ni ddim yn gallu penderfynu a ydych yn cael llwytho fideos i fyny. Ceisiwch eto." @@ -13460,7 +13800,7 @@ msgstr "Rydym yn cael anawsterau rhwydwaith, ceisiwch eto" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Rydyn ni'n cyflwyno haen newydd o ddilysu ar Bluesky - marc gwirio hawdd ei weld." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Rydym yn falch iawn eich bod wedi ymuno â ni!" @@ -13477,8 +13817,8 @@ msgstr "Mae'n ddrwg gennym, ond nid oeddem yn gallu datrys y rhestr hon. Os bydd msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Mae'n ddrwg gennym, ond nid oeddem yn gallu llwytho eich geiriau wedi'u tewi ar hyn o bryd. Ceisiwch eto." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Ymddiheuriadau, ond doedd dim modd cwblhau eich chwilio. Ceisiwch eto ymhen rhai munudau." @@ -13486,7 +13826,7 @@ msgstr "Ymddiheuriadau, ond doedd dim modd cwblhau eich chwilio. Ceisiwch eto ym msgid "We're sorry, you cannot access this screen at this time." msgstr "Ymddiheuriadau, does dim modd i chi fynd at y sgrin hon ar hyn o bryd." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Mae'n ddrwg gennym! Mae'r postiad rydych chi'n ymateb iddo wedi'i dileu." @@ -13536,8 +13876,13 @@ msgstr "Beth yw eich diddordebau?" msgid "What do you want to call your starter pack?" msgstr "Beth ydych chi am ei alw'ch pecyn cychwyn?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Beth sy'n digwydd?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Pwy sy'n gallu dilysu?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Wps!" @@ -13623,7 +13968,7 @@ msgstr "Hoffech chi rwystro'r defnyddiwr yma a/neu adael y sgwrs yma?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Hoffech chi gadw hwn fel drafft cyn edrych ar eich drafftiau?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Hoffech chi gadw hwn fel drafft i'w olygu'n nes ymlaen?" @@ -13632,12 +13977,12 @@ msgstr "Hoffech chi gadw hwn fel drafft i'w olygu'n nes ymlaen?" msgid "Write a post" msgstr "Ysgrifennu postiad" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Ysgrifennwch bostiad" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Ysgrifennwch eich ateb" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Rydych yn cael mynediad at Bluesky mewn ardal sydd â gofyniad cyfreithiol i ni wirio eich oed cyn caniatáu i chi gael mynediad at yr ap." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "Rydych yn rhwystro {0}" @@ -13741,7 +14086,7 @@ msgstr "Rydych chi'n Fyw" msgid "You are no longer live" msgstr "Dydych chi ddim yn fyw mwyach" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Does dim caniatâd i chi lwytho fideos i fyny." @@ -13786,12 +14131,12 @@ msgstr "Gallwch hefyd lwytho i lawr eich data sgwrsio fel ffeil \"JSONL\". Mae'r msgid "You can always opt out and delete your data" msgstr "Gallwch beidio â bod yn rhan o hyn a dileu eich data" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Gallwch ddewis os oes gan hysbysiadau sgyrsiau sain yn y gosodiadau sgwrsio o fewn yr ap" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Gallwch barhau â sgyrsiau parhaus beth bynnag yw'r gosodiad rydych chi'n ei ddewis." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Gallwch nawr fewngofnodi gyda'ch cyfrinair newydd." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Dim ond hyd at {MAX_GALLERY_IMAGES, plural, zero {# delweddau} one {# ddelwedd} two {# ddelwedd} few {# delwedd} many {# delwedd} other {# delwedd}} y gallwch eu hychwanegu i bob postiad" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Dim ond 1000 nod y mae modd eu cadw mewn drafft." @@ -13821,11 +14166,11 @@ msgstr "Dim ond 1000 nod y mae modd eu cadw mewn drafft." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Dim ond 1000 nod y mae modd eu cadw mewn drafft. Hoffech chi ddileu'r postiad hwn cyn edrych ar eich drafftiau?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Dim ond un GIF ar y tro mai modd ei ddewis." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Dim ond un fideo ar y tro mai modd ei ddewis." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Gallwch ddarllen hanes sgwrs ond ddim anfon negeseuon newydd." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Gallwch ddewis hyd at {MAX_GALLERY_IMAGES, plural, zero {# delweddau} one {# ddelwedd} two {# ddelwedd} few {# delwedd} many {# delwedd} other {# delwedd}} i gyd." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Gallwch ddiweddaru hwn yn ddiweddarach o'ch gosodiadau." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "Gallwch chi ddim ychwanegu mwy na {EMOJI_REACTION_LIMIT, plural, zero {# ymatebion emoji} one {# ymateb emoji} two {# ymateb emoji} few {# ymateb emoji} many {# ymateb emoji} other {# ymateb emoji}}" @@ -13958,7 +14303,7 @@ msgstr "Diolch, rydych chi wedi dilysu'ch cyfeiriad e-bost yn llwyddiannus. Gall msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Rydych wedi cyrraedd y terfyn ar gyfer llwytho fideo i fyny dros dro. Ceisiwch eto yn nes ymlaen." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Mae gennych chi newidiadau heb eu cadw o'r drafft hwn, hoffech chi eu cadw?" @@ -14033,7 +14378,7 @@ msgstr "Rhaid i chi fod yn dilyn o leiaf saith o bobl eraill i gynhyrchu pecyn c msgid "You must grant access to your photo library to save a QR code" msgstr "Rhaid i chi ganiatáu mynediad i'ch llyfrgell ffotograffau i gadw cod QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Rhaid i chi ganiatáu mynediad i'ch llyfrgell cyfryngau." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Mae'n debyg eich bod chi eisiau ailgychwyn yr ap nawr." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Eich ymateb yw {0}" @@ -14069,17 +14414,17 @@ msgstr "Eich ymateb i {0} yw {target}" msgid "You recently changed your birthdate" msgstr "Rydych wedi newid eich dyddiad geni'n ddiweddar" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "Rydych wedi ateb" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "Rydych wedi ateb {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "Rydych wedi ateb eich hun" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,11 +14462,11 @@ msgstr "Bydd dim modd ichi ail ymuno oni bai i chi gael eich gwahodd." msgid "You: {message}" msgstr "Chi: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Byddwch yn dilyn y defnyddwyr a'r ffrwd sy'n cael ei awgrymu ar ôl i chi orffen creu eich cyfrif!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Byddwch yn dilyn y defnyddwyr sy'n cael ei awgrymu ar ôl i chi orffen creu'ch cyfrif!" @@ -14149,7 +14494,7 @@ msgstr "Byddwch yn derbyn y diweddaraf am y ffrydiau hyn" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "You’re in control" -msgstr "" +msgstr "Chi sy'n rheoli" #: src/screens/SignupQueued.tsx:130 msgid "You're in line" @@ -14185,7 +14530,7 @@ msgstr "Rydych wedi dod i ddiwedd y cynnwys gweithredol." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Rydych wedi cyrraedd diwedd eich ffrwd! Dewch o hyd i ragor o gyfrifon i'w dilyn." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Rydych wedi cyrraedd uchafswm y nifer o ddrafftiau" @@ -14193,15 +14538,19 @@ msgstr "Rydych wedi cyrraedd uchafswm y nifer o ddrafftiau" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Rydych chi wedi cyrraedd y nifer uchaf o geisiadau sy'n cael eu caniatáu. Rhowch gynnig arall arni yn nes ymlaen." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Rydych wedi dod i ddechrau'r cynnwys gweithredol." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Rydych wedi cyrraedd terfyn dyddiol llwytho fideos i fyny (gormod o feitiau)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Rydych wedi cyrraedd terfyn dyddiol llwytho fideos i fyny (gormod o fideos)" @@ -14209,7 +14558,7 @@ msgstr "Rydych wedi cyrraedd terfyn dyddiol llwytho fideos i fyny (gormod o fide msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Rydych wedi rhedeg allan o fideos i'w gwylio. Efallai ei fod yn amser da i gael newid bach?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Eich cyfrif" @@ -14221,17 +14570,17 @@ msgstr "Mae eich cyfrif wedi'i ddileu, hwyl! ✌️" msgid "Your account has been suspended" msgstr "Mae eich cyfrif wedi'i atal" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Nid yw eich cyfrif yn ddigon hen eto i lwytho fideos i fyny. Ceisiwch eto yn nes ymlaen." #: src/components/dms/InitiateChatFlow.tsx:731 msgid "Your account is too new" -msgstr "" +msgstr "Mae eich cyfrif yn rhy newydd" #: src/components/dms/InitiateChatFlow.tsx:732 msgid "Your account must be at least 7 days old to create a new group chat." -msgstr "" +msgstr "Rhaid i'ch cyfrif fod o leiaf 7 diwrnod oed i greu sgwrs grŵp newydd." #: src/screens/Settings/components/ExportCarDialog.tsx:107 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." @@ -14343,7 +14692,7 @@ msgstr "Eich geiriau wedi'u tewi" #: src/screens/Messages/components/InviteLinkDialog.tsx:211 msgid "Your name, avatar, the name of the group chat, and the number of members will be visible to everyone." -msgstr "" +msgstr "Bydd eich enw, afatar, enw'r grŵp sgwrsio, a nifer yr aelodau yn weladwy i bawb." #: src/screens/Settings/components/ChangePasswordDialog.tsx:72 msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." @@ -14353,11 +14702,11 @@ msgstr "Mae eich cyfrinair wedi'i newid yn llwyddiannus! Defnyddiwch eich cyfrin msgid "Your password must be at least 8 characters long." msgstr "Rhaid i'ch cyfrinair fod o leiaf 8 nod." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Mae eich postiad wedi'i anfon" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Mae eich postiadau wedi'u hanfon" @@ -14378,7 +14727,7 @@ msgstr "Eich llun proffil wedi ei amgylchynu gan gylchoedd consentrig o luniau p msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Ni fydd eich proffil, postiadau, ffrydiau a rhestrau bellach yn weladwy i ddefnyddwyr Bluesky eraill. Gallwch ail agor eich cyfrif unrhyw bryd trwy fewngofnodi." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Mae eich ateb wedi'i anfon" @@ -14391,7 +14740,7 @@ msgstr "Bydd eich adroddiad yn cael ei anfon at <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Mae'r diddordebau rydych wedi'u dewis yn ein helpu i ddarparu cynnwys sy'n bwysig i chi." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Mae gan eich ffrwd bostiadau gwag fydd yn cael eu hepgor. Bydd y postiadau sy'n weddill yn cael eu cyhoeddi fel ffrwd." diff --git a/src/locale/locales/da/messages.po b/src/locale/locales/da/messages.po index 6b9f072fe8..9be2b12b7f 100644 --- a/src/locale/locales/da/messages.po +++ b/src/locale/locales/da/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: da\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Danish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorien \"{interestsDisplayName}\" (aktiv)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(chatinvitationslink)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(indeholder indlejret indhold)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(ingen e-mail)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {# ven fundet!} other {# venner fundet!}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# time} other {# timer}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "Der er blevet sat {0, plural, one {# mærkat} other {# mærkater}} på denne konto" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "Der er blevet sat {0, plural, one {# mærkat} other {# mærkater}} på dette indhold" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {# ny anmodning om deltagelse} other {# nye anmodninger #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# person} other {# personer}} reagerede – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# sekund} other {# sekunder}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# ulæst besked} other {# ulæste beskeder}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} følger" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} blokerer dig" @@ -277,10 +305,16 @@ msgstr "{0} ud af 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} reagerede med {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} blev fjernet" msgid "{0} was removed from the group" msgstr "{0} blev fjernet fra gruppen" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, one {medlem} other {medlemmer}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {# chatopdatering} other {# chatopdateringer}}" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {# ny anmodning om deltagelse} other {# nye anmodninger om deltagelse}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# anmodning} other {# anmodninger}}" @@ -411,7 +463,7 @@ msgstr "{date} kl. {time}" #: src/lib/generate-starterpack.ts:104 #: src/screens/StarterPack/Wizard/index.tsx:189 msgid "{displayName}'s Starter Pack" -msgstr "displayName}s Starter Pack" +msgstr "{displayName}s Starter Pack" #: src/screens/SignupQueued.tsx:219 msgid "{estimatedTimeHrs, plural, one {hour} other {hours}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {time} other {timer}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} other {minutter}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} fulgte dig" @@ -677,17 +733,17 @@ msgstr "{profileName} oprettede sig på Bluesky via en startpakke for {timeAgoSt msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} svarede" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName} svarede {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName} svarede dig" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> tilføjede dig" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Log ind<1> eller <2>opret en konto<3> <4>for at søge efter nyheder, sport, politik og alt andet, der sker på Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>Du og<1> <2>{0} er med i din startparkke" msgid "⚠Invalid Handle" msgstr "⚠Ugyldigt handle" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Accepter anmodning" msgid "Accept this language suggestion" msgstr "Accepter foreslået sprog" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Accepterede samtaler" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Adgang anmodet! Gruppeejeren vil gennemgå din anmodning." @@ -1050,9 +1091,9 @@ msgstr "Konto skjules ikke længere" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Konti med et amøbeformet blåt flueben <0><1/> kan verificere andre. De autoriserede verifikatorer er udvalgt af Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Aktivitet fra andre" @@ -1108,6 +1149,10 @@ msgstr "Tilføj alt-tekst" msgid "Add alt text (optional)" msgstr "Tilføj alt-tekst (valgfrit)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Tilføj alt-tekst (valgfrit)" msgid "Add another account" msgstr "Tilføj endnu en konto" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Tilføj endnu et opslag" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Tilføj endnu et opslag til tråd" @@ -1141,6 +1186,10 @@ msgstr "Tilføj botmærkat til konto" msgid "Add emoji reaction" msgstr "Tilføj emojireaktion" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Tilføj gruppechatmedlemmer" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Tilføj billede" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Føj medier til opslag" @@ -1312,6 +1361,11 @@ msgstr "Seksuelt overgrebsmateriale med voksne" msgid "Advanced" msgstr "Avanceret" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Alderstjek" @@ -1337,6 +1391,7 @@ msgstr "mette@eksempel.dk" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Alle" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Alle venner blev fulgt!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Alle sprog" @@ -1367,6 +1422,15 @@ msgstr "Alle sprog" msgid "All languages will be shown in your feeds." msgstr "Alle sprog vil blive vist i dine feeds." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Alle dine gemte feeds samlet på ét sted." @@ -1380,13 +1444,13 @@ msgstr "Tillad adgang til dine direkte beskeder" msgid "Allow anyone to reply" msgstr "Tillad svar fra svar" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Tillad direkte beskeder fra" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Tillad gruppechatinvitationer fra" @@ -1440,10 +1504,10 @@ msgstr "Har du allerede en konto?" msgid "Already signed in as @{0}" msgstr "Allerede logget ind som @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Alt-tekst" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Alt-tekst" @@ -1489,7 +1553,7 @@ msgstr "Der opstod en fejl" msgid "An error occurred" msgstr "Der opstod en fejl" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Der opstod en fejl under komprimering af videoen." @@ -1535,11 +1599,11 @@ msgstr "Der opstod en fejl under lagring af QR-koden!" msgid "An error occurred while trying to follow all" msgstr "Der opstod en fejl, da du forsøgte at følge alle" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Der opstod en fejl under upload af videoen. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Der opstod en fejl under upload af videoen. Tjek din internetforbindelse og prøv igen." @@ -1626,7 +1690,7 @@ msgstr "Dyrevelfærd" msgid "Animals" msgstr "Dyr" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Animeret GIF" @@ -1638,6 +1702,11 @@ msgstr "Nyhed" msgid "Announcing verification on Bluesky" msgstr "Bluesky introducerer verificerede konti" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Alle" @@ -1781,6 +1850,24 @@ msgstr "Arkiveret opslag" msgid "Are you really, really sure?" msgstr "Er du helt, helt sikker?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Er du sikker på, du vil fjerne dette feed fra dine feeds?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Er du sikker på, at du vil trække din anmodning om at deltage i {0} tilbage?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Er du sikker på, du vil kassere dette opslag?" @@ -1904,7 +1991,7 @@ msgstr "Tilgængelig" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Tilgængelig" msgid "Back" msgstr "Tilbage" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Tilbage til Chats" @@ -1961,10 +2048,10 @@ msgstr "Før du kan modtage notifikationer om opslag fra {name}, skal du først #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Bloker bruger og/eller slet denne samtale" msgid "Block user and/or leave this conversation" msgstr "Bloker bruger og/eller forlad denne samtale" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Blokeret" @@ -2091,10 +2178,6 @@ msgstr "Blokerede konti kan ikke svare i dine tråde, omtale dig eller på anden msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Blokerede konti kan ikke svare i dine tråde, omtale dig eller på anden måde interagere med dig. Du vil ikke se deres indhold, og de vil ikke se dit." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Blokering forhindrer ikke denne mærkningstjeneste fra at sætte mærkater på din konto." @@ -2111,11 +2194,21 @@ msgstr "Blokering vil ikke spærre for, at der bliver sat mærkater på din kont msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kan ikke bekræfte den anførte datos gyldighed." @@ -2340,7 +2433,7 @@ msgstr "Kameraadgang krævet" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Kameraadgang krævet" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Kameraadgang krævet" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2389,9 +2483,9 @@ msgstr "Annuller genaktivering og log ud" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "Annuller svar" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Annuller søgning" @@ -2411,7 +2505,7 @@ msgstr "Undertekster (.vtt)" msgid "Captions & alt text" msgstr "Undertekster og alt-tekst" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "karrusel" @@ -2435,7 +2529,7 @@ msgstr "Skift appikon" msgid "Change app icon to \"{0}\"" msgstr "Skift appikon til \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Vælg appsprog" @@ -2518,11 +2612,11 @@ msgstr "Chatinvitationslink ikke længere tilgængeligt" msgid "Chat locked" msgstr "Chat låst" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Chatbeskeder – lydløs" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Chatbeskeder – med lyd" @@ -2536,6 +2630,12 @@ msgstr "Chat skjult" msgid "Chat not found." msgstr "Chat ikke fundet." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Chatejere kan ikke forlade en gruppechat." @@ -2548,22 +2648,22 @@ msgstr "Chatmodtager følges ikke af afsenderen." msgid "Chat request inbox" msgstr "Indbakke for chatanmodninger" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Chatanmodninger" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Chatindstillinger" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Chatindstillinger" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat ikke længere skjult" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Chats" @@ -2661,10 +2761,16 @@ msgstr "Vælg din egen tidslinje! Specialbyggede feeds skabt af andre brugere hj msgid "Choose your password" msgstr "Husk din adgangskode" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Vælg dit brugernavn" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Slet alle gemte oplysninger" @@ -2673,6 +2779,10 @@ msgstr "Slet alle gemte oplysninger" msgid "Clear all storage data (restart after this)" msgstr "Slet alle gemte oplysninger (genstart efter dette)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Klik her for at se invitationslinket for denne gruppechat" msgid "Click to open tag menu for {0}" msgstr "Klik for at åbne tagmenuen for {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Klik for at prøve at sende beskeden igen" @@ -2755,6 +2865,7 @@ msgstr "Klik for at prøve at sende beskeden igen" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Klik for at prøve at sende beskeden igen" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Luk banner" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Luk banner for indkommende anmodninger" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Luk dialog" @@ -2874,7 +2984,7 @@ msgstr "Luk velkomstdialog" msgid "Closes password update alert" msgstr "Lukker besked om opdatering af adganskode" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Lukker skrivefelt og kasserer udkast til opslag" @@ -2886,7 +2996,7 @@ msgstr "Luk brugerliste" msgid "Collapses list of users for a given notification" msgstr "Lukker liste over brugere for en given notifikation" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Farve" @@ -2917,7 +3027,7 @@ msgstr "Fælleskabsregler" msgid "Complete onboarding and start using your account" msgstr "Afslut velkomst og kom i gang med at bruge din konto" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Løs opgaven" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Skriv nyt opslag" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Skriv opslag på op til {0, plural, one {}other {# tegn}}" @@ -2936,11 +3046,11 @@ msgstr "Skriv opslag på op til {0, plural, one {}other {# tegn}}" msgid "Compose reply" msgstr "Skriv svar" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "Komprimerer GIF ..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Komprimerer video..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Kontakt vores supportteam" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Kontakt support" @@ -3134,8 +3244,12 @@ msgstr "Samtale ikke fundet." msgid "Copied build version to clipboard" msgstr "Kopieret versionsnummer til udklipsholder" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Kopier link til profil" msgid "Copy link to starter pack" msgstr "Kopier link til startpakke" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Kopier beskedtekst" @@ -3341,7 +3455,7 @@ msgstr "Kunne ikke gemme ændringer: {0}" msgid "Could not share – please try again" msgstr "Kunne ikke dele – prøv igen" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Kunne ikke opdatere notifikationsindstillinger" @@ -3363,6 +3477,11 @@ msgstr "Kunne ikke indlæse GIF’er" msgid "Country code" msgstr "Landekode" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Opret en startpakke for mig" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Opret konto" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Opret en konto" @@ -3549,7 +3668,7 @@ msgstr "Fødselsdato" msgid "Dawn" msgstr "Morgen" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Dag" @@ -3632,7 +3751,7 @@ msgstr "Slet kontakter" msgid "Delete conversation" msgstr "Slet samtale" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Slet for mig" @@ -3645,7 +3764,7 @@ msgstr "Slet liste" msgid "Delete message" msgstr "Slet besked" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Slet besked for mig" @@ -3655,7 +3774,7 @@ msgstr "Slet min konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Slet opslag" @@ -3676,7 +3795,7 @@ msgstr "Slet denne liste?" msgid "Delete this post?" msgstr "Slet dette opslag?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Slettet" @@ -3697,10 +3816,6 @@ msgstr "Slettes af Plivo efter bekræftelse" msgid "Deleted list" msgstr "Slettet liste" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "Enhed kunne ikke oversætte :(" msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: Tilpas, hvem der kan interagere med dette opslag." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Dæmpet" @@ -3806,9 +3925,9 @@ msgstr "Deaktiveret" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Kasser" msgid "Discard changes?" msgstr "Deaktiver ændringer?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Kasser udkast?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Kasser opslag?" @@ -3864,7 +3983,7 @@ msgstr "Luk" msgid "Dismiss banner" msgstr "Fjern banner" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Luk fejlbesked" @@ -3954,13 +4073,13 @@ msgstr "Bare rolig! Alle eksisterende beskeder og indstillinger er gemt og vi bl #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Bare rolig! Alle eksisterende beskeder og indstillinger er gemt og vi bl msgid "Done" msgstr "Udført" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Tryk dobbelt eller langt på beskeden for at tilføje en reaktion" @@ -4045,7 +4164,7 @@ msgstr "Pga. love i dit område er adgang til visse funktioner i Bluesky begræn msgid "Duration:" msgstr "Varighed:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Aften" @@ -4176,12 +4295,12 @@ msgstr "Rediger interaktionsindstillinger" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Rediger profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Rediger profil" @@ -4268,7 +4387,7 @@ msgstr "Indlejr opslag" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Indlejr dette opslag på dit website. Kopier blot følgende kodestump og indsæt den i HTML-koden på dit website." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Indlejret videoafspiller" @@ -4308,8 +4427,8 @@ msgstr "Aktiver medieafspillere for" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Aktiver notifikationer for en konto ved at besøge dens profil og trykke på <0>klokkeikonet <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Aktiver push-notifikationer" @@ -4400,7 +4519,7 @@ msgstr "Indtast din adgangskode" msgid "Enter your username and password" msgstr "Indtsat dit brugernavn og din adgangskode" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Åbner i fuld skærm" @@ -4408,7 +4527,7 @@ msgstr "Åbner i fuld skærm" msgid "Entertainment" msgstr "Underholdning" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Fejl" @@ -4438,7 +4557,7 @@ msgstr "En fejl opstod under lagring af fil" msgid "Error receiving captcha response." msgstr "En fejl opstod under modtagelse af opgaveløsning" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Fejl: {error}" @@ -4450,26 +4569,38 @@ msgstr "Alle kan svare" msgid "Everybody can reply to this post." msgstr "Alle kan besvare dette opslag." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Alle" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Alle" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Alle" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Alt andet" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Udelad brugere, du følger" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Pornografiske billeder." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Udforsk" msgid "Explore the app" msgstr "Udforsk appen," -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Eksporter mine chatdata" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "Kunne ikke acceptere anmodning om deltagelse" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Kunne ikke tilføje emojireaktion" @@ -4614,7 +4745,7 @@ msgstr "Kunne ikke tilføje medlemmer" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "Kunne ikke føje til liste" #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" @@ -4626,6 +4757,7 @@ msgstr "Ændring af handle fejlede. Prøv igen." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Kunne ikke kopiere link" @@ -4698,10 +4830,6 @@ msgstr "Kunne ikke følge alle dine venner, prøv igen" msgid "Failed to hide suggestion, please check your internet connection" msgstr "Kunne ikke skjule forslag, tjek din internetforbindelse" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Kunne ikke ignorere anmodning om deltagelse" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Kunne ikke deltage i gruppechat. Prøv igen." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Kunne ikke forlade gruppechat" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Kunne ikke indlæse samtaler" @@ -4735,8 +4863,11 @@ msgstr "Kunne ikke indlæse feeds" msgid "Failed to load feeds preferences" msgstr "Indlæsning af indstillinger for feeds fejlede" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Kunne ikke indlæse notifikationsindstillinger." @@ -4767,12 +4898,13 @@ msgstr "Indlæsning af foreslåede konti fejlede" msgid "Failed to lock group chat" msgstr "Kunne ikke låse gruppechat" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "Kunne ikke markere alle chats som læst" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Kunne ikke markere alle anmodninger som læst" @@ -4789,6 +4921,10 @@ msgstr "Fastgørelse af opslag fejlede" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Kunne ikke genforbinde Germ DM. Fejl: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Kunne ikke fjerne data pga. en netværksfejl, tjek din internetforbindelse." @@ -4799,14 +4935,14 @@ msgid "Failed to remove data. {0}" msgstr "Kunne ikke fjerne data. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Kunne ikke fjerne emojireaktion" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "Kunne ikke fjerne fra liste" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" @@ -4830,7 +4966,7 @@ msgstr "Kunne ikke trække din anmodning tilbage. Prøv igen." msgid "Failed to resolve location. Please try again." msgstr "Kunne ikke bestemme din lokalitet. Prøv igen senere." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Kunne ikke gemme kladde" @@ -4898,7 +5034,7 @@ msgstr "Opdatering af feeds fejlede" msgid "Failed to update notification declaration" msgstr "Kunne ikke opdatere notifikationsbeskrivelse" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Opdatering af indstillinger fejlede" @@ -4973,7 +5109,7 @@ msgstr "Feedback blev sendt feedets ejer" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Hent opdatering" msgid "File saved successfully!" msgstr "Fil blev gemt!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtre fra feeds" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filtrer efter sprog" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrer efter sprog (pt. {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Begræns, hvem der kan modtage notifikationer om din aktivitet" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Begræns, hvem du kan modtage notifikationer fra" @@ -5081,7 +5238,7 @@ msgstr "Find personer, du kan følge" msgid "Find people you know" msgstr "Find personer du kender" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Find opslag, brugere og feeds på Bluesky" @@ -5361,7 +5518,8 @@ msgstr "Fire beskedbobler i en gruppechat. Første besked: \"Har du hørt det si msgid "Free your feed" msgstr "Slip dit feed fri" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "Fra" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Fra <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Generer en startpakke" @@ -5414,43 +5577,51 @@ msgstr "Germ DM forbundet" msgid "Get help" msgstr "Få hjælp" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Få notifikationer om startpakker, bekræftelse og øvrig aktivitet." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Få notifikationer, når nogen følger dig." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Få notifikationer, når nogen liker dine opslag." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Få notifikationer, når nogen liker dine videredelinger." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Få notifikationer, når nogen nævner dig." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Få notifikationer, når nogen citerer dine opslag." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Få notifikationer, når nogen besvarer dine opslag." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Få notifikationer, når nogen videredeler dine opslag." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Få notifikationer, når nogen deler dine videredelinger." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Få notifikationer, når der er aktivitet på de opslag, du abonnerer på." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Kom i gang" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF uploadet" @@ -5686,7 +5857,7 @@ msgstr "Gruppechat skjules ikke længere" msgid "Group Chats" msgstr "Gruppechats" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Gruppechats er kun tilgængelige for brugere over 18 år." @@ -5784,9 +5955,9 @@ msgstr "Har du en kode? <0>Klik her." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Er din lokalitet forkert? <0>Tryk her for at opdatere din lokalitet med GPS." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" -msgstr "Har du problemer?" +msgstr "Oplever du problemer?" #: src/components/contacts/screens/PhoneInput.tsx:290 msgid "Held by Bluesky for 7 days to prevent abuse, then deleted" @@ -5973,7 +6144,7 @@ msgstr "Hmm, vi oplever problemer med at indlæse denne data. Se yderligere oply msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, vi kunne ikke indlæse moderationstjenesten." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Vent lidt! Vi udruller gradvist adgang til video, og du er stadig i kø. Prøv igen senere!" @@ -6102,12 +6273,12 @@ msgstr "Hvis du er udvikler, kan du køre din egen server." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Hvis du vil skifte dit handle eller din e-mail, skal du gøre det, før du deaktiverer kontoen." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Billede" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Billede {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Billede {0} af {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Billede {0} af {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Billedcache tømt, frigjorde {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Billedgalleri, {0} billeder" @@ -6201,43 +6372,77 @@ msgstr "Importeret {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "For at kunne tilbyde en alderssvarende oplevelse har vi brug for at kende din fødselsdato. Det er hurtigt klaret, og vi passer godt på dine oplysninger." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "I appen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Notifikationer i appen" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "I appen, alle" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "I appen, personer du følger" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "I appen, push" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "I appen, push, alle" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "I appen, push, personer du følger" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Indbakke er tom" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Tom indbakke!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Forkert brugernavn eller adgangskode" @@ -6334,7 +6539,6 @@ msgstr "Invitationskode" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Invitationskode ikke accepteret. Tjek at du har indtastet den korrekt og prøv igen." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Inviter venner" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Inviter venner" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Invitationer, men personlige" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "Er din lokalitet ikke præcis? <0>Tryk her for at opdatere din lokalitet med GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Lige nu er der kun dig! Føj flere personer til din startpakke ved at søge herover." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "Job-ID: {0}" @@ -6469,8 +6672,8 @@ msgstr "Deltag i samtalen" msgid "Journalism" msgstr "Journalistik" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Fortsæt med at redigere" @@ -6479,11 +6682,6 @@ msgstr "Fortsæt med at redigere" msgid "Keep me posted" msgstr "Hold mig opdateret" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Smid medlem ud" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "KWS hjemmeside" @@ -6518,6 +6716,10 @@ msgstr "Mærkater på din konto" msgid "Labels on your content" msgstr "Mærkater på dit indhold" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Sprogindstillinger" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Senest påbegyndt netop nu" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Seneste" @@ -6562,6 +6764,16 @@ msgstr "Læs mere" msgid "Learn More" msgstr "Læs mere" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Læs mere om alderstjek" @@ -6765,16 +6977,16 @@ msgstr "Liket af {0, plural, one {# bruger} other {# brugere}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Liket af {likeCount, plural, one {# bruger} other {# brugere}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Likes" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Likes af dine videredelinger" @@ -6954,9 +7166,7 @@ msgstr "Indlæs nye notifikationer" msgid "Load new posts" msgstr "Indlæs nye opslag" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Indlæser chat…" @@ -7065,18 +7275,20 @@ msgstr "Administrer verifikationsindstillinger" msgid "Manage your muted words and tags" msgstr "Administrer dine skjulte ord og tags" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Marker alle læst" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "Marker alle chats som læst" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "Marker alle anmodninger som læst" @@ -7085,15 +7297,16 @@ msgstr "Marker alle anmodninger som læst" msgid "Mark as read" msgstr "Marker som læst" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Marker alle som læst" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "Markerede alle chats som læst" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "Markerede alle anmodninger som læst" @@ -7102,6 +7315,7 @@ msgstr "Markerede alle anmodninger som læst" msgid "Maybe later" msgstr "Måske senere" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Medier" @@ -7137,29 +7351,32 @@ msgstr "Medlemmer kan fortsat læse chathistorikken men ikke sende nye beskeder. msgid "mentioned users" msgstr "omtalte brugere" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Omtaler" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:202 -msgid "Message" -msgstr "Besked" - -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 msgctxt "action" msgid "Message" msgstr "Send besked" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" +msgid "Message" +msgstr "" + #. placeholder {0}: profile.handle #: src/components/dms/MessageProfileButton.tsx:99 msgid "Message {0}" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Besked slettet" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Besked kunne ikke sendes." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Besked fra @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Besked fra @{0}: {1}" msgid "Message from server: {0}" msgstr "Besked fra server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Beskedfelt" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Beskeden er for lang" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Besked for lang ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Beskedindstillinger" @@ -7215,11 +7426,11 @@ msgstr "Beskedindstillinger" msgid "Messages" msgstr "Beskeder" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "Beskeder fra denne person er skjult, fordi du er blokeret." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Beskeder fra denne person er skjult, fordi du har blokeret vedkommende." @@ -7343,7 +7554,7 @@ msgstr "Musik" msgid "Mute" msgstr "Lydløs" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Vil du kontakte os om en ophavsretskrænkelse eller et juridisk eller re msgid "Nevermind, create a handle for me" msgstr "Glem det, opret et handle til mig" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Ny" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Ny" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nyt} other {Nye}} opslag fra {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "{postsCount, plural, one {Nyt} other {Nye}} opslag fra {firstAuthorName} #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Ny chat" @@ -7574,9 +7789,9 @@ msgstr "Ny e-mailadresse" msgid "New Feature" msgstr "Ny feature" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Nye følgere" @@ -7608,6 +7823,18 @@ msgstr "Nyt handle" msgid "New list" msgstr "Ny liste" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Næste" msgid "Next image" msgstr "Næste billede" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Nat" @@ -7779,12 +8006,12 @@ msgstr "Intet navn" msgid "No notifications yet!" msgstr "Ingen notifikationer endnu!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Ingen" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Ingen" @@ -7822,6 +8049,10 @@ msgstr "Ingen citater endnu" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Endnu ingen senest anvendte GIF’er. Vælg en for at se den her." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Ingen svar endnu" @@ -7856,10 +8087,18 @@ msgstr "Ingen resultater fundet" msgid "No results found for \"{query}\"" msgstr "Ingen resultater fundet for \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "Ingen resultater fundet for “<0>{query}”." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Ingen resultater." @@ -7868,11 +8107,6 @@ msgstr "Ingen resultater." msgid "No Starter Packs yet" msgstr "Ingen startpakker endnu" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Intime billeder uden samtykke" msgid "Non-sexual Nudity" msgstr "Ikkeseksuel nøgenhed" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "Ikke tilgængelig på denne platform" @@ -7954,26 +8193,27 @@ msgstr "OBS: Dette opslag er kun synligt for indloggede brugere." msgid "Nothing saved yet" msgstr "Endnu ingen gemte" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Notifikationindstillinger" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Notifikationslyde" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "Telefonnummer skal være et mobilnummer" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Deaktiveret" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "En af de valgte modtagere tillader ikke gruppechats." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "En af de valgte modtagere har blokeret dig og kan ikke kontaktes." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "En eller flere GIF'er mangler alt-tekst." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "En eller flere billeder mangler alt-tekst." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "En eller flere af de valgte filer er ikke understøttet." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "En eller flere af dine valgte filer er for stor. Den maksimale størrelse er {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Et eller flere opslag er for lange til at blive gemt som kladde. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Kladder må være på højst # tegn.} other {Kladder må være på højst # tegn.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Et eller flere videoer mangler alt-tekst." @@ -8083,7 +8323,7 @@ msgstr "Kun {0} kan svare." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Kun {0} af {1} {2, plural, one {billede} other {billeder}} tilføjet; grænsen er {MAX_GALLERY_IMAGES}" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Kun administratorer kan acceptere anmodninger om deltagelse." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Kun administratorer kan ignorere anmodninger om deltagelse." +msgid "Only admins can reject join requests." +msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Kun personer {0} følger, som kan deltage." msgid "Only people the chat owner follows can join" msgstr "Kun personer chattens ejer følger, kan deltage" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Kun WebVTT-filer (.vtt) er understøttet" @@ -8140,6 +8392,10 @@ msgstr "Ups, denne profil eksisterer ikke. Prøv at skanne en anden." msgid "Oops!" msgstr "Ups!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Åbn avatarbygger" @@ -8170,9 +8426,8 @@ msgstr "Åbn kladde" msgid "Open drawer menu" msgstr "Åbn navigation" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Åbn emojivælger" @@ -8280,7 +8535,7 @@ msgstr "Åbner en dialog, hvor du kan tilføje en indholdsadvarsel til dit opsla msgid "Opens a dialog to choose who can interact with this post" msgstr "Åbner en dialog, hvor du kan angive, hvem der kan interagere med dette opslag" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "Åbner en liste over farvetemaer for QR-skærmen" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Åbner enhedens kamera" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Åbner enhedens kamerarulle for at vælge op til {MAX_GALLERY_IMAGES, plural, one {}other {# billeder}} eller en enkelt video eller GIF." @@ -8329,7 +8584,7 @@ msgstr "Åbner formular til oprettelse af en ny Bluesky-konto" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Åbner formular til at logge ind på din eksisterende Bluesky-konto" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Viser hele billedet" @@ -8373,7 +8628,7 @@ msgstr "Åbner GIF-vælgerdialogboksen" #: src/view/shell/Drawer.tsx:123 msgid "Opens the invite friends sheet to share your profile" -msgstr "" +msgstr "Åbner venneinvitationsfanen for deling af din profil" #: src/view/com/feeds/ComposerPrompt.tsx:148 msgid "Opens the post composer" @@ -8475,7 +8730,7 @@ msgstr "Ejer" #: src/components/dms/LeaveConvoPrompt.tsx:44 msgid "Owner must lock the group before leaving." -msgstr "" +msgstr "Ejer skal låse gruppen, før den forlades." #: src/components/Lists.tsx:204 #: src/components/Lists.tsx:219 @@ -8513,12 +8768,12 @@ msgstr "Adgangskode opdateret!" msgid "Password updated!" msgstr "Adgangskode opdateret!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pause" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Stop afspilning" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Stop afspilning" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Personer" @@ -8550,17 +8805,17 @@ msgstr "Personer som følges af @{0}" msgid "People following @{0}" msgstr "Personer som @{0} følger" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Personer jeg følger" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Personer jeg følger" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Personer jeg følger" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Brugere jeg følger, kan anmode om at blive medlem ind" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Personer du følger" @@ -8610,7 +8866,7 @@ msgstr "Telefonnummer bekræftet" msgid "Photography" msgstr "Fotografi" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Vælg et farvetema" @@ -8658,7 +8914,7 @@ msgstr "Fastgjorte feeds" msgid "Pinned to your feeds" msgstr "Fastgjort til dine feeds" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Afspil" @@ -8668,7 +8924,7 @@ msgstr "Afspil" msgid "Play {0}" msgstr "Afspil {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Afspil GIF" @@ -8681,11 +8937,11 @@ msgstr "Afspil video" msgid "Play Video" msgstr "Afspil video" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Starter/stopper GIF-animationen" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Starter/stopper videoen" @@ -8722,7 +8978,7 @@ msgstr "Klik på linket i den e-mail, vi lige har sendt dig, for at bekræfte di msgid "Please complete the verification captcha." msgstr "Løs verifikationsopgaven" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Bekræft din e-mailadresse for at uploade videoer." @@ -8865,7 +9121,7 @@ msgstr "Politik" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Slå op" @@ -8885,12 +9141,12 @@ msgstr "Lav et fotoopslag" msgid "Post a video" msgstr "Lav et videoopslag" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Slå alle op" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Opret alligevel" @@ -8982,6 +9238,10 @@ msgstr "Opslag blev frigjort" msgid "Posts" msgstr "Opslag" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Opslag kan skjules baseret på deres tekst, tags eller begge dele. Vi anbefaler at undgå almindelige ord, der optræder i mange opslag, da det kan medføre, at dit feed nærmest bliver tomt." @@ -9067,11 +9327,11 @@ msgstr "Privatlivspolitik" msgid "Privacy violation of a minor" msgstr "Privatlivskrænkelse af en mindreårig" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "Behandler GIF ..." -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Behandler video..." @@ -9083,7 +9343,7 @@ msgstr "Behandler..." msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Offentlige lister over brugere, der kan skjules eller blokeres på én gang." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Udgiv opslag" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Udgiv opslag" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Udgiv svar" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Udgiv svar" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Push-notifikationer" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Push, alle" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Push, personer du følger" @@ -9188,10 +9448,10 @@ msgstr "Citatopslag blev afkoblet" msgid "Quote posts disabled" msgstr "Citatopslag ikke tilladt" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citater" @@ -9238,10 +9498,15 @@ msgstr "Genaktiv din konto" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Læs {0, plural, one {yderligere # svar} other {yderligere # svar}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "læs om, hvordan du bruger søgefiltre" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Ægte mennesker." msgid "Reason for appeal" msgstr "Begrundelse for klage" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Modtag notifikationer i appen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Modtag push-notifikationer" @@ -9304,7 +9569,7 @@ msgstr "Modtag push-notifikationer" msgid "Recent GIFs" msgstr "Seneste GIF’er" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Seneste søgninger" @@ -9339,8 +9604,8 @@ msgstr "Afvis chatanmodning" msgid "Reject join request" msgstr "Afvis anmodning om deltagelse" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Genindlæs samtaler" @@ -9379,9 +9644,9 @@ msgstr "Fjern {displayName} fra denne gruppechat" msgid "Remove {displayName}?" msgstr "Fjern {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Fjern {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Fjern feed" msgid "Remove feed?" msgstr "Fjern feed?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Fjern fra chat" @@ -9466,11 +9736,16 @@ msgstr "Fjern billede" msgid "Remove live status" msgstr "Fjern livetilstand" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Fjern skjult ord fra din liste" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Fjern profil" @@ -9507,11 +9782,11 @@ msgstr "Fjern verifikation" msgid "Remove your verification for this account?" msgstr "Fjern verifikation fra denne konto?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Fjernet af forfatter" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Fjernet af dig" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Svarede dig" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "Besvaret besked fra {senderName}, tryk for at rulle til hen den" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "Besvaret besked, tryk for at rulle hen til den" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Svar" @@ -9609,12 +9884,12 @@ msgstr "Svar ikke tilladt" msgid "Replies to this post are disabled." msgstr "Svar til dette opslag er ikke tilladt." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Besvar" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Besvar" @@ -9652,7 +9927,7 @@ msgstr "Svarets synlighed blev opdateret" msgid "Reply was successfully hidden" msgstr "Svar blev skjult" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Anmeld feed" msgid "Report list" msgstr "Anmeld liste" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Anmeld besked" @@ -9783,9 +10058,9 @@ msgstr "Videredelt af {reposter}" msgid "Reposted by you" msgstr "Videredelt af dig" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Videredelinger" @@ -9793,9 +10068,9 @@ msgstr "Videredelinger" msgid "Reposts of this post" msgstr "Videredelinger af dette opslag" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Videredeling af dine videredelinger" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Anmod om kode" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Anmodning ignoreret." +msgid "Request rejected." +msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Anmodet" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Anmodninger" @@ -9934,9 +10209,9 @@ msgstr "Prøver at gentage den seneste handling, der fejlede" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Gem fødselsdato" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Gem ændringer" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Gem ændringer?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Gem kladde" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Gem kladde?" @@ -10089,8 +10364,8 @@ msgstr "Tilføjet dine feeds" msgid "Say hello!" msgstr "Sig hej!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Sig hej til nogen" @@ -10120,9 +10395,9 @@ msgstr "Rul til venstre" msgid "Scroll right" msgstr "Rul til højre" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "Rul til den besked, der svares på" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "Rul til toppen" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Søg" @@ -10186,17 +10464,13 @@ msgstr "Søg efter flere feeds" msgid "Search for people" msgstr "Søg efter personer" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Søg efter opslag, brugere og feeds" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Søg efter GIF'er" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "Søgning er i øjeblikket kun tilgængeligt for indloggede brugere" @@ -10225,6 +10499,10 @@ msgstr "Søg opslag" msgid "Search profiles" msgstr "Søg efter profiler" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Søg..." @@ -10319,7 +10597,7 @@ msgstr "Vælg en årsag" msgid "Select account" msgstr "Vælg konto" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Vælg et appsprog" @@ -10357,6 +10635,11 @@ msgstr "Vælg sprog" msgid "Select duration" msgstr "Vælg varighed" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Vælg en eksisterende konto" @@ -10388,7 +10671,7 @@ msgstr "Vælg gruppechatmedlemmer" msgid "Select how long to mute this word for." msgstr "Vælg, hvor længe dette ord skal ignores." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Angiv dine interesser herunder" msgid "Select your preferred language for translations in your feed." msgstr "Vælg dit foretrukne sprog for oversættelser i dit feed" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Vælg dine foretrukne notifikationskanaler" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "Valg af flere medietyper er ikke understøttet." @@ -10491,8 +10774,7 @@ msgstr "Send fejlmelding" msgid "Send feedback" msgstr "Send feedback" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Send besked" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Send som direkte besked" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Sendt kl. {0}" @@ -10574,7 +10856,7 @@ msgstr "Angiver e-mail til nulstilling af adgangskode" msgid "Settings" msgstr "Indstillinger" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Indstillinger for aktivitet fra andre" @@ -10582,39 +10864,49 @@ msgstr "Indstillinger for aktivitet fra andre" msgid "Settings for allowing others to be notified of your posts" msgstr "Indstillinger for at tillade andre at blive notificeret om dine opslag" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Notifikationsindstillinger for likes" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Notifikationsindstillinger for omtaler" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Notifikationsindstillinger for nye følgere" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Notifikationsindstillinger for alt andet" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Notifikationsindstillinger for likes af dine videredelinger" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Notifikationsindstillinger for videredeling af dine videredelinger" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Notifikationsindstillinger for citater" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Notifikationsindstillinger for svar" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Notifikationsindstillinger for videredelinger" @@ -10684,6 +10976,11 @@ msgstr "Del min profil" msgid "Share post at:// URI" msgstr "Del opslagets at://-URI" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Del QR-kode" msgid "Share this feed" msgstr "Del dette feed" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Del denne startpakke" @@ -10726,7 +11027,7 @@ msgstr "Test af delte indstillinger" msgid "Show" msgstr "Vis" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Vis alt-tekst" @@ -10864,13 +11165,13 @@ msgstr "Viser indholdet" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Indlogning krævet" msgid "Signed in as @{0}" msgstr "Logget ind som @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Spring over" msgid "Skip contact sharing and continue to the app" msgstr "Spring kontaktdeling over og fortsæt til appen" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Spring tomme opslag over?" @@ -10980,7 +11286,7 @@ msgstr "Spring introduktionen over og kom i gang med din konto" msgid "Skip to next step" msgstr "Spring til næste trin" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "swipe" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Et medlem forlod gruppen" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Nogen reagerede med {0}" @@ -11223,7 +11529,7 @@ msgstr "Statusside" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Trin {0} af {1}" @@ -11295,11 +11601,11 @@ msgstr "Abonner på @{0} for at bruge disse labels:" msgid "Subscribe to account activity" msgstr "Abonner på kontoaktivitet" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Abonner på mærkningstjeneste" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Abonner på denne mærkningstjeneste" @@ -11345,6 +11651,10 @@ msgstr "Foreslået til dig" msgid "Suggestive" msgstr "Seksuelle undertoner" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Tag samtalen privat." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Tryk for at give Bluesky adgang til din GPS-lokalitet. Vi bruger denne oplysning til at styre, hvilket indhold og hvilke funktioner der er tilgængelige i dit område." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Tryk for flere oplysninger" @@ -11474,7 +11784,7 @@ msgstr "Tryk for at fjerne din reaktion med {0}" msgid "Tap to request access to join this group chat" msgstr "Tryk for at anmode om at deltage i denne gruppechat" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Tryk for at prøve igen" @@ -11487,7 +11797,7 @@ msgstr "Tryk for at vise reaktioner med {0}" msgid "Tap to show all reactions" msgstr "Tryk for at se alle reaktioner" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Tryk for at se reaktioner" @@ -11669,8 +11979,8 @@ msgstr "Det opslag du svarer på, er anført som skrevet på {suggestedLanguageN msgid "The Privacy Policy has been moved to <0/>" msgstr "Privatlivspolitikken er flyttet til <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Den valgte video er større end {VIDEO_MAX_SIZE_MB} MB. Prøv igen med en mindre fil." @@ -11832,10 +12142,25 @@ msgstr "Der kommer mange nye brugere til Bluesky for tiden! Vi aktiverer din kon msgid "These are your default settings" msgstr "Dette er dine standardindstillinger" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Disse indstillinger gælder kun dit følgerfeed." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "De ejer denne chat" @@ -11959,6 +12284,11 @@ msgstr "Denne kladde vil blive slettet permanent." msgid "This email is already associated with your account." msgstr "Denne e-mail er allerede tilknyttet din konto." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Denne funktion tillader brugere at modtage notifikationer om dine nye opslag og svar. Hvem skal have mulighed for det?" @@ -12063,13 +12393,13 @@ msgstr "Denne liste er tom." msgid "This message is hidden" msgstr "Denne besked er skjult" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Denne besked er skjult, fordi denne bruger blokerer dig." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Denne besked er skjult, fordi du blokerer denne bruger." @@ -12079,7 +12409,7 @@ msgstr "Denne moderationstjeneste er utilgængelig. Se herunder for flere oplysn #: src/components/moderation/ModerationDetailsDialog.tsx:161 msgid "This moderation was applied to the entire user account and will appear on all posts." -msgstr "" +msgstr "Denne moderation gælder hele brugerkontoen og vil fremgå af alle opslag." #: src/components/dms/MessagesListBlockedFooter.tsx:84 msgid "This person is blocking you" @@ -12107,7 +12437,7 @@ msgstr "Dette opslag er blevet slettet af dets forfatter" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Dette opslag vil blive skjult fra feeds og tråde. Denne handling kan ikke fortrydes." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Dette opslags forfatter har ikke tilladt citatopslag." @@ -12271,7 +12601,7 @@ msgstr "I dag" msgid "Toggle to enable or disable adult content" msgstr "Tryk for at aktivere eller deaktivere voksenindhold" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Slår lyden til/fra" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "For mange kontakter – du har overskredet antal kontakter, du kan importere for at finde venner" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Top" @@ -12304,8 +12634,8 @@ msgstr "Mest populære svar først" msgid "Topic" msgstr "Emne" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Trolling" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Tillid opstår gennem forbindelser, fællesskaber og delt indhold, så vi åbner nu for <0>autoriserede verifikatorer, dvs. organisationer, som kan verificere brugerkonto." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Prøv et andet søgeord eller <0>læs om, hvordan du bruger søgefiltre." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Prøv det" msgid "TV" msgstr "Tv" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Tofaktorgodkendelse (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Indtast din besked her" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Type:" @@ -12423,7 +12756,7 @@ msgstr "Kunne ikke kontakte din udbyder. Tjek din internetforbindelse og prøv i #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Kan ikke kontakte din udbyder. Tjek din internetforbindelse." @@ -12463,7 +12796,7 @@ msgstr "Utilgængelig" msgid "Unavailable feed information" msgstr "Utilgængelig feedinformation" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Lås denne gruppechat op" msgid "Unmute" msgstr "Skjul ikke længere" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Frigjorde liste" msgid "Unsnooze email reminder" msgstr "Udsæt ikke længere påmindelsen" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Afmeld abonnement" @@ -12691,7 +13024,7 @@ msgstr "Afmeld abonnement" msgid "Unsubscribe from list" msgstr "Afmeld abonnement på liste" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Afmeld abonnement på denne mærkningstjeneste" @@ -12703,10 +13036,15 @@ msgstr "Abonnement på liste afmeldt" msgid "Unsupported clipboard content" msgstr "Ikkeunderstøttet indhold i udklipsholder" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Ikkeunderstøttet videotype: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Op til 50 personer" @@ -12719,7 +13057,7 @@ msgstr "Opdater" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "Opdater {0} i Lister" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "Opdater e-mail" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "Opdater i Lister" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "Upload fra filer" msgid "Upload from Library" msgstr "Upload fra bibliotek" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "Uploader GIF ..." @@ -12805,7 +13143,7 @@ msgstr "Uploader billeder..." msgid "Uploading link thumbnail..." msgstr "Uploader forhåndsvisning af link..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Uploader video..." @@ -13040,12 +13378,12 @@ msgstr "Bekræfter ..." msgid "Version {0}" msgstr "Version {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Videobehandling fejlede" @@ -13084,12 +13422,12 @@ msgstr "Video ikke fundet." msgid "Video settings" msgstr "Videoindstillinger" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Video uploadet" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Video: {0}" @@ -13097,11 +13435,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videoer" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Videoer skal være højst 3 minutter lange." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Vis" @@ -13190,7 +13530,7 @@ msgstr "Se flere" msgid "View more trending videos" msgstr "Se flere populære videoer" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Vis opslag" @@ -13264,8 +13604,8 @@ msgstr "Vis dine skjulte konti" msgid "View your verifications" msgstr "Se dine verifikationer" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Viser hele billedet" @@ -13391,7 +13731,7 @@ msgstr "Vi anbefaler at vælge mindst to interesser." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Vi har sendt en e-mail til <0>{0} med et link. Klik på det for at afslutte bekræftelsesforløbet." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Vi kunne ikke afgøre, om du har lov til at uploade videoer. Prøv igen." @@ -13460,7 +13800,7 @@ msgstr "Vi har netværksproblemer, prøv igen" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Vi lancerer en nyt system til validering på Bluesky — et tydeligt flueben." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Vi er så glade for at have dig med!" @@ -13477,8 +13817,8 @@ msgstr "Beklager, men vi kunne ikke indlæse denne liste. Hvis problemet varer v msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Beklager, men vi kunne ikke indlæse dine skjulte ord. Prøv igen." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Beklager, men din søgning kunne ikke gennemføres. Prøv igen om lidt." @@ -13486,7 +13826,7 @@ msgstr "Beklager, men din søgning kunne ikke gennemføres. Prøv igen om lidt." msgid "We're sorry, you cannot access this screen at this time." msgstr "Beklager, men du kan ikke tilgå dette skærmbillede i øjeblikket." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Beklager! Det opslag, du svarer på, er blevet slettet." @@ -13536,8 +13876,13 @@ msgstr "Hvad interesserer du dig for?" msgid "What do you want to call your starter pack?" msgstr "Hvad vil du kalde din startpakke?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Hvad sker der?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Hvem kan verificere?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Ups!" @@ -13623,7 +13968,7 @@ msgstr "Vil du blokere denne bruger og/eller forlade samtalen?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Vil du gemme dette opslag som kladde, før du ser dine kladder?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Vil du gemme dette opslag som kladde, du kan redigere senere?" @@ -13632,12 +13977,12 @@ msgstr "Vil du gemme dette opslag som kladde, du kan redigere senere?" msgid "Write a post" msgstr "Skriv et opslag" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Skriv dit opslag" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Skriv dit svar" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Du tilgår Bluesky fra et område, der pålægger os at bekræfte din alder, før vi giver dig adgang til appen." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "Du blokerer {0}" @@ -13741,7 +14086,7 @@ msgstr "Du er live" msgid "You are no longer live" msgstr "Du er ikke længere live" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Du har ikke adgang til at uploade videoer." @@ -13786,12 +14131,12 @@ msgstr "Du kan også downloade dine chatdata som en JSONL-fil. Denne fil indehol msgid "You can always opt out and delete your data" msgstr "Du kan altid sige stop og slette dine data" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "I appen kan du kan vælge, om chatnotifikationer skal være med lyd" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Du kan fortsætte igangværende samtaler, uanset hvilken indstilling du vælger." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Du kan nu logge ind med din nye adgangskode." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Du kan tilføje maks. {MAX_GALLERY_IMAGES, plural, one {}other {# billeder}} pr. opslag" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Du kan kun gemme kladder på maks. 1000 tegn." @@ -13821,11 +14166,11 @@ msgstr "Du kan kun gemme kladder på maks. 1000 tegn." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Du kan kun gemme kladder på maks. 1000 tegn. Vil du kassere dette opslag, før du ser dine kladder?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Du kan kun vælge én GIF ad gangen." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Du kan kun vælge én video ad gangen." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Du kan læse chathistorikken men ikke sende nye beskeder." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Du kan vælge op til {MAX_GALLERY_IMAGES, plural, one {}other {# billeder}} i alt." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Du kan opdatere dette senere under Indstillinger." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "Du kan ikke tilføje flere end {EMOJI_REACTION_LIMIT, plural, one {# emojireaktion} other {# emojireaktioner}}" @@ -13958,7 +14303,7 @@ msgstr "Du har nu bekræftet din e-mailadresse. Du kan lukke denne dialog." msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Du har midlertidigt nået grænsen for videouploads. Prøv igen senere." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Du har ikke-gemte ændringer til denne kladde. Vil du gemme dem?" @@ -14033,7 +14378,7 @@ msgstr "Du skal følge mindst syv andre konti for at oprette en startpakke." msgid "You must grant access to your photo library to save a QR code" msgstr "Du skal give adgang til dit fotobibliotek for at gemme en QR-kode" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Du skal give adgang til dit mediebibliotek." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Du vil nok foretrække at genstarte appen nu." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Du reagerede med {0}" @@ -14069,17 +14414,17 @@ msgstr "Du reagerede med {0} på {target}" msgid "You recently changed your birthdate" msgstr "Du har for nylig opdateret din fødselsdato" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "Du svarede" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "Du svarede {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "Du svarede dig selv" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,18 +14462,18 @@ msgstr "Du kan melde dig ind igen uden være blive inviteret." msgid "You: {message}" msgstr "Dig: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Du kommer til at følge de foreslåede brugere og feeds, når du har afsluttet oprettelsen af din konto!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Du kommer til at følge de foreslåede brugere, når du har afsluttet oprettelsen af din konto!" #. placeholder {0}: listItemsCount - 8 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:243 msgid "You'll follow these people and {0} others" -msgstr "Du følger disse konti og {0} andre" +msgstr "Du vil komme til at følge disse konti og {0} andre" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:241 msgid "You'll follow these people right away" @@ -14185,7 +14530,7 @@ msgstr "Du er nået slutningen af det aktive indhold." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Du er nået enden af dit feed! Find flere konti, du kan føge." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Du har nået det maksimale antal kladder" @@ -14193,15 +14538,19 @@ msgstr "Du har nået det maksimale antal kladder" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Du har nået det maksimalt tilladte antal forespørgsler. Prøv igen senere." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Du er nået begyndelsen af det aktive indhold." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Du har nået din daglige grænse for videouploads (for mange bytes)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Du har nået din daglige grænse for videouploads (for mange videoer)" @@ -14209,7 +14558,7 @@ msgstr "Du har nået din daglige grænse for videouploads (for mange videoer)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Du er løbet tør for videoer at se. Måske er det på tide at holde en pause?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Din konto" @@ -14221,7 +14570,7 @@ msgstr "Din konto blev slettet. Vi ses! ✌️" msgid "Your account has been suspended" msgstr "Din konto er suspenderet" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Din konto er ikke gammel nok til videoupload. Prøv igen senere." @@ -14353,11 +14702,11 @@ msgstr "Din adgangskode er nu ændret! Fremover skal du bruge din nye adgangskod msgid "Your password must be at least 8 characters long." msgstr "Din adgangskode skal bestå af mindst 8 tegn." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Dit opslag blev sendt" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Dine opslag blev sendt" @@ -14378,7 +14727,7 @@ msgstr "Dit profilbillede omgivet af koncentriske cirkler af andre brugeres prof msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Din profil, dine opslag, feeds og lister vil ikke længere kunne ses af andre Bluesky-brugere. Du kan genaktivere din konto når som helst ved at logge ind." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Dit svar blev sendt" @@ -14391,7 +14740,7 @@ msgstr "Din anmeldelse vil blive sendt til <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Dine valgte interesser hjælper os med at vise dig relevant indhold." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Din tråd har tomme opslag, som vil blive sprunget over. De resterende opslag vil blive oprettet som en tråd." diff --git a/src/locale/locales/de/messages.po b/src/locale/locales/de/messages.po index cce2a75574..50f1633ee5 100644 --- a/src/locale/locales/de/messages.po +++ b/src/locale/locales/de/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: de\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: German\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorie „{interestsDisplayName}“ (aktiv)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(blockierte Nachricht ausgeblendet)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(Chat-Einladungslink)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(enthält eingebettete Inhalte)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(gelöschte Nachricht)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(deaktivierter Chat-Einladungslink)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(ungültiger Chat-Einladungslink)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(keine E-Mail)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(kein Text)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(zitierter Post)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, one {# Account-Kennzeichnung} other {# Account-Kennzeichnungen}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, one {# Inhaltskennzeichnung} other {# Inhaltskennzeichnungen}}" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {# Freund gefunden!} other {# Freunde gefunden!}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# Stunde} other {# Stunden}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# Kennzeichnung wurde} other {# Kennzeichnungen wurden}} diesem Account zugeordnet" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# Kennzeichnung wurde} other {# Kennzeichnungen wurden}} diesem Inhalt zugeordnet" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {# neue Beitrittsanfrage} other {# neue Beitrittsanfrage #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# Person hat reagiert} other {# Personen haben reagiert}} – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# Sekunde} other {# Sekunden}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# ungelesenes Element} other {# ungelesene Elemente}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} Folge ich" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} blockiert dich" @@ -277,10 +305,16 @@ msgstr "{0} von 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} hat mit {1} reagiert" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} ungelesene Nachrichten" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} wurde entfernt" msgid "{0} was removed from the group" msgstr "{0} wurde aus der Gruppe entfernt" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "{0}, " + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, one {Mitglied} other {Mitglieder}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "{0}+" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "{0}+ Anfragen" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {# Chat-Update} other {# Chat-Updates}}" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {# neue Beitrittsanfrage} other {# neue Beitrittsanfragen}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# Anfrage} other {# Anfragen}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {Stunde} other {Stunden}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {Minute} other {Minuten}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "{filterCount, plural, one {+# Filter} other {+# Filter}}" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere Person} other {{formattedAuthorsCount} weitere Personen}} folgen dir" @@ -677,17 +733,17 @@ msgstr "{profileName} ist Bluesky vor {timeAgoString} mit einem Startpaket beige msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} hat geantwortet" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName} hat {originalName} geantwortet" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName} hat dir geantwortet" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> hat dich hinzugefügt" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Einloggen<1> oder <2>einen Account erstellen<3> <4>um nach Nachrichten, Sport, Politik und allem anderen zu suchen, was auf Bluesky passiert." @@ -825,16 +881,6 @@ msgstr "<0>Du und<1> <2>{0} sind in deinem Startpaket enthalten" msgid "⚠Invalid Handle" msgstr "⚠Ungültiger Handle" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Anfrage annehmen" msgid "Accept this language suggestion" msgstr "Diesen Sprachvorschlag akzeptieren" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Akzeptierte Konversationen" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Zugang angefragt! Der Gruppeninhaber wird deine Anfrage prüfen." @@ -1050,9 +1091,9 @@ msgstr "Account nicht mehr stummgeschaltet" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Accounts mit einem gewellten blauen Häkchen <0><1/> können andere verifizieren. Diese vertrauenswürdigen Verifizierer werden von Bluesky ausgewählt." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Aktivität von anderen" @@ -1108,6 +1149,10 @@ msgstr "Alt-Text hinzufügen" msgid "Add alt text (optional)" msgstr "Alt-Text hinzufügen (optional)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "Einen weiteren Suchfilter hinzufügen" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Alt-Text hinzufügen (optional)" msgid "Add another account" msgstr "Weiteren Account hinzufügen" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Einen weiteren Post hinzufügen" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Einen weiteren Post zum Thread hinzufügen" @@ -1141,6 +1186,10 @@ msgstr "Automatisierungskennzeichnung zum Account hinzufügen" msgid "Add emoji reaction" msgstr "Emoji-Reaktion hinzufügen" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "Filter hinzufügen" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Mitglieder zum Gruppenchat hinzufügen" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Bild hinzufügen" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Medien zum Post hinzufügen" @@ -1312,6 +1361,11 @@ msgstr "Inhalte über sexuellen Missbrauch von Erwachsenen" msgid "Advanced" msgstr "Erweitert" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "Erweiterte Suche" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Altersverifikation" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Alle" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Allen Freunden gefolgt!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Alle Sprachen" @@ -1367,6 +1422,15 @@ msgstr "Alle Sprachen" msgid "All languages will be shown in your feeds." msgstr "Alle Sprachen werden in deinen Feeds angezeigt." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "Alle diese Wörter" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "Alle Posts" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "All deine gespeicherten Feeds an einem Ort." @@ -1380,13 +1444,13 @@ msgstr "Erlaube den Zugriff auf deine Direktnachrichten" msgid "Allow anyone to reply" msgstr "Jedem erlauben zu antworten" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Direktnachrichten erlauben von" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Gruppenchat-Einladungen erlauben von" @@ -1440,10 +1504,10 @@ msgstr "Hast du bereits einen Account?" msgid "Already signed in as @{0}" msgstr "Bereits als @{0} eingeloggt" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Alt-Text" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Alt-Text" @@ -1489,7 +1553,7 @@ msgstr "Ein Fehler ist aufgetreten" msgid "An error occurred" msgstr "Ein Fehler ist aufgetreten" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Beim Komprimieren des Videos ist ein Fehler aufgetreten." @@ -1535,11 +1599,11 @@ msgstr "Beim Speichern des QR-Codes ist ein Fehler aufgetreten!" msgid "An error occurred while trying to follow all" msgstr "Beim Versuch, allen zu folgen, ist ein Fehler aufgetreten." -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Beim Hochladen des Videos ist ein Fehler aufgetreten. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Beim Hochladen des Videos ist ein Fehler aufgetreten. Bitte überprüfe deine Internetverbindung und versuche es erneut." @@ -1626,7 +1690,7 @@ msgstr "Tierschutz" msgid "Animals" msgstr "Tiere" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Animiertes GIF" @@ -1638,6 +1702,11 @@ msgstr "Ankündigung" msgid "Announcing verification on Bluesky" msgstr "Ankündigung der Verifizierung auf Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "Jederzeit" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Jeder" @@ -1781,6 +1850,24 @@ msgstr "Archivierter Post" msgid "Are you really, really sure?" msgstr "Bist du dir wirklich, wirklich sicher?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "Suchst du nach Posts auf {0} oder {1}?" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "Suchst du nach Posts auf {0}?" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "Suchst du nach Posts auf {0} oder {1}?" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Bist du sicher, dass du dies von deinen Feeds entfernen möchtest?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Möchtest du deine Beitrittsanfrage für {0} wirklich zurückziehen?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Bist du sicher, dass du diesen Post verwerfen möchtest?" @@ -1904,7 +1991,7 @@ msgstr "Verfügbar" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Verfügbar" msgid "Back" msgstr "Zurück" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Zurück zu Chats" @@ -1961,10 +2048,10 @@ msgstr "Bevor du Mitteilungen zu den Posts von {name} erhalten kannst, musst du #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Nutzer blockieren und/oder diese Konversation löschen" msgid "Block user and/or leave this conversation" msgstr "Nutzer blockieren und/oder diese Konversation verlassen" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Blockiert" @@ -2091,10 +2178,6 @@ msgstr "Blockierte Accounts können nicht in deinen Threads antworten, dich erw msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Blockierte Accounts können nicht in deinen Threads antworten, dich erwähnen oder anderweitig mit dir interagieren. Du wirst ihre Inhalte nicht sehen und sie werden daran gehindert, deine zu sehen." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Blockieren hindert diesen Kennzeichnungsdienst nicht daran, Kennzeichnungen zu deinem Account hinzuzufügen." @@ -2111,11 +2194,21 @@ msgstr "Blockieren verhindert nicht, dass Kennzeichnungen zu deinem Account hinz msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "bloomscrolling booksky" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "bluesky atproto" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kann die Echtheit des angegebenen Datums nicht bestätigen." @@ -2340,7 +2433,7 @@ msgstr "Kamerazugriff erforderlich" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Kamerazugriff erforderlich" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Kamerazugriff erforderlich" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2389,9 +2483,9 @@ msgstr "Reaktivierung abbrechen und ausloggen" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "Antwort abbrechen" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Suche abbrechen" @@ -2411,7 +2505,7 @@ msgstr "Untertitel (.vtt)" msgid "Captions & alt text" msgstr "Untertitel und Alt-Text" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "Bildergalerie" @@ -2435,7 +2529,7 @@ msgstr "App-Symbol ändern" msgid "Change app icon to \"{0}\"" msgstr "App-Symbol zu „{0}“ ändern" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "App-Sprache ändern" @@ -2518,11 +2612,11 @@ msgstr "Dieser Chat-Einladungslink ist nicht mehr verfügbar" msgid "Chat locked" msgstr "Chat gesperrt" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Chatnachrichten – stumm" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Chatnachrichten – Ton" @@ -2536,6 +2630,12 @@ msgstr "Chat stummgeschaltet" msgid "Chat not found." msgstr "Chat nicht gefunden." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "Chat-Optionen" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Chat-Inhaber können einen Gruppenchat nicht verlassen." @@ -2548,22 +2648,22 @@ msgstr "Der Absender folgt dem Empfänger des Chats nicht." msgid "Chat request inbox" msgstr "Posteingang für Chat-Anfragen" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Chat-Anfragen" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Chat-Einstellungen" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Chat-Einstellungen" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat nicht mehr stummgeschaltet" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Chats" @@ -2661,10 +2761,16 @@ msgstr "Wähle deine eigene Zeitleiste! Feeds von der Community helfen dir, Inha msgid "Choose your password" msgstr "Wähle dein Passwort" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Wähle deinen Nutzernamen" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "Leeren" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Alle Speicherdaten löschen" @@ -2673,6 +2779,10 @@ msgstr "Alle Speicherdaten löschen" msgid "Clear all storage data (restart after this)" msgstr "Alle Speicherdaten löschen (danach neu starten)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "Datum löschen" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Klicke hier, um den Einladungslink für diesen Gruppenchat anzuzeigen" msgid "Click to open tag menu for {0}" msgstr "Klicken, um das Tag-Menü für {0} zu öffnen" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Klicke hier, um die fehlgeschlagene Nachricht erneut zu senden" @@ -2755,6 +2865,7 @@ msgstr "Klicke hier, um die fehlgeschlagene Nachricht erneut zu senden" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Klicke hier, um die fehlgeschlagene Nachricht erneut zu senden" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Banner schließen" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Banner mit eingehenden Anfragen schließen" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Diesen Dialog schließen" @@ -2874,7 +2984,7 @@ msgstr "Willkommensfenster schließen" msgid "Closes password update alert" msgstr "Schließt die Passwort-Update-Benachrichtigung" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Schließt den Post-Editor und verwirft den Post-Entwurf" @@ -2886,7 +2996,7 @@ msgstr "Nutzerliste einklappen" msgid "Collapses list of users for a given notification" msgstr "Klappt die Liste der Nutzer für eine bestimmte Meldung zusammen" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Farbe" @@ -2917,7 +3027,7 @@ msgstr "Community-Richtlinien" msgid "Complete onboarding and start using your account" msgstr "Schließe das Onboarding ab und nutze deinen Account" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Schließe die Herausforderung ab" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Neuen Post verfassen" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Verfasse Posts mit einer Länge von bis zu {0, plural, other {# Zeichen}}" @@ -2936,11 +3046,11 @@ msgstr "Verfasse Posts mit einer Länge von bis zu {0, plural, other {# Zeichen} msgid "Compose reply" msgstr "Antwort verfassen" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "GIF wird komprimiert..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Video wird komprimiert..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Kontaktiere unser Support-Team" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Support kontaktieren" @@ -3134,8 +3244,12 @@ msgstr "Konversation nicht gefunden." msgid "Copied build version to clipboard" msgstr "Die Build-Version wurde in die Zwischenablage kopiert" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "Link in die Zwischenablage kopiert" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Link zum Profil kopieren" msgid "Copy link to starter pack" msgstr "Link zum Startpaket kopieren" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Nachrichtentext kopieren" @@ -3341,7 +3455,7 @@ msgstr "Änderungen konnten nicht gespeichert werden: {0}" msgid "Could not share – please try again" msgstr "Konnte nicht geteilt werden – bitte versuche es erneut" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Mitteilungseinstellungen konnten nicht aktualisiert werden" @@ -3363,6 +3477,11 @@ msgstr "GIFs konnten nicht geladen werden" msgid "Country code" msgstr "Landesvorwahl" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "Kühe Schweine" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Ein Startpaket für mich erstellen" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Account erstellen" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Einen Account erstellen" @@ -3549,7 +3668,7 @@ msgstr "Geburtsdatum" msgid "Dawn" msgstr "Morgen" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Tag" @@ -3632,7 +3751,7 @@ msgstr "Kontakte löschen" msgid "Delete conversation" msgstr "Konversation löschen" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Für mich löschen" @@ -3645,7 +3764,7 @@ msgstr "Liste löschen" msgid "Delete message" msgstr "Nachricht löschen" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Nachricht für mich löschen" @@ -3655,7 +3774,7 @@ msgstr "Meinen Account löschen" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Post löschen" @@ -3676,7 +3795,7 @@ msgstr "Diese Liste löschen?" msgid "Delete this post?" msgstr "Diesen Post löschen?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Gelöscht" @@ -3697,10 +3816,6 @@ msgstr "Nach der Verifizierung von Plivo gelöscht" msgid "Deleted list" msgstr "Gelöschte Liste" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "Übersetzung auf dem Gerät fehlgeschlagen :(" msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: Anpassen, wer mit diesem Post interagieren kann" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "Dialog: Erweiterte Suchoptionen festlegen" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Gedimmt" @@ -3806,9 +3925,9 @@ msgstr "Deaktiviert" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Verwerfen" msgid "Discard changes?" msgstr "Änderungen verwerfen?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Entwurf verwerfen?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Post verwerfen?" @@ -3864,7 +3983,7 @@ msgstr "Verwerfen" msgid "Dismiss banner" msgstr "Banner schließen" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Fehler verwerfen" @@ -3954,13 +4073,13 @@ msgstr "Keine Sorge! Alle vorhandenen Nachrichten und Einstellungen werden gespe #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Keine Sorge! Alle vorhandenen Nachrichten und Einstellungen werden gespe msgid "Done" msgstr "Fertig" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Doppeltippen oder lange auf die Nachricht drücken, um eine Reaktion hinzuzufügen" @@ -4045,7 +4164,7 @@ msgstr "Aufgrund der Gesetze in deiner Region sind bestimmte Funktionen auf Blue msgid "Duration:" msgstr "Dauer: " -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Abend" @@ -4176,12 +4295,12 @@ msgstr "Post-Interaktionseinstellungen bearbeiten" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Profil bearbeiten" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Profil bearbeiten" @@ -4268,7 +4387,7 @@ msgstr "Post einbetten" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Bette diesen Post in deine Website ein. Kopiere einfach den folgenden Code und füge ihn in den HTML-Code deiner Website ein." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Eingebetteter Video-Player" @@ -4308,8 +4427,8 @@ msgstr "Medienplayer aktivieren für" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Aktiviere Mitteilungen für einen Account, indem du dessen Profil aufrufst und auf das <0>Glocken-Symbol <1/> klickst." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Push-Mitteilungen aktivieren" @@ -4400,7 +4519,7 @@ msgstr "Gib dein Passwort ein" msgid "Enter your username and password" msgstr "Gib deinen Nutzernamen und dein Passwort ein" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Vollbildmodus aktivieren" @@ -4408,7 +4527,7 @@ msgstr "Vollbildmodus aktivieren" msgid "Entertainment" msgstr "Unterhaltung" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Fehler" @@ -4438,7 +4557,7 @@ msgstr "Beim Speichern der Datei ist ein Fehler aufgetreten" msgid "Error receiving captcha response." msgstr "Fehler beim Empfang der Captcha-Antwort." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Fehler: {error}" @@ -4450,26 +4569,38 @@ msgstr "Jeder kann antworten" msgid "Everybody can reply to this post." msgstr "Jeder kann auf diesen Post antworten." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Jedem" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Jedem" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Jedem" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Alles andere" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "Ausschließen" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Nutzer ausschließen, denen du folgst" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Explizite sexuelle Bilder." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Entdecken" msgid "Explore the app" msgstr "Entdecke die App" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Meine Chatdaten exportieren" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "Beitrittsanfrage konnte nicht angenommen werden" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Fehler beim Hinzufügen der Emoji-Reaktion" @@ -4614,7 +4745,7 @@ msgstr "Mitglieder konnten nicht hinzugefügt werden" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "Hinzufügen zur Liste fehlgeschlagen" #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" @@ -4626,6 +4757,7 @@ msgstr "Fehler beim Ändern des Handles. Bitte versuche es erneut." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Link konnte nicht kopiert werden" @@ -4698,10 +4830,6 @@ msgstr "Fehler beim Folgen all deiner Freunde. Bitte versuche es erneut" msgid "Failed to hide suggestion, please check your internet connection" msgstr "Vorschlag konnte nicht ausgeblendet werden. Bitte überprüfe deine Internetverbindung" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Beitrittsanfrage konnte nicht ignoriert werden" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Du konntest dem Gruppenchat nicht beitreten. Bitte versuche es erneut." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Gruppenchat konnte nicht verlassen werden" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Fehler beim Laden der Konversationen" @@ -4735,8 +4863,11 @@ msgstr "Feeds konnten nicht geladen werden" msgid "Failed to load feeds preferences" msgstr "Fehler beim Laden der Einstellungen für Feeds" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Mitteilungseinstellungen konnten nicht geladen werden." @@ -4767,12 +4898,13 @@ msgstr "Die vorgeschlagenen Accounts, denen du folgen solltest, konnten nicht ge msgid "Failed to lock group chat" msgstr "Gruppenchat konnte nicht gesperrt werden" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "Alle Chats konnten nicht als gelesen markiert werden" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Fehler beim Markieren aller Anfragen als gelesen" @@ -4789,6 +4921,10 @@ msgstr "Post konnte nicht angeheftet werden" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Germ DM konnte nicht wieder verbunden werden. Fehler: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "Beitrittsanfrage konnte nicht abgelehnt werden" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Daten konnten aufgrund eines Netzwerkfehlers nicht entfernt werden. Bitte überprüfe deine Internetverbindung." @@ -4799,14 +4935,14 @@ msgid "Failed to remove data. {0}" msgstr "Daten konnten nicht entfernt werden. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Fehler beim Entfernen der Emoji-Reaktion" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "Entfernen aus der Liste fehlgeschlagen" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" @@ -4830,7 +4966,7 @@ msgstr "Deine Anfrage konnte nicht zurückgezogen werden. Bitte versuche es erne msgid "Failed to resolve location. Please try again." msgstr "Standort konnte nicht ermittelt werden. Bitte versuche es erneut." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Fehler beim Speichern des Entwurfs" @@ -4898,7 +5034,7 @@ msgstr "Aktualisierung der Feeds fehlgeschlagen" msgid "Failed to update notification declaration" msgstr "Aktualisierung der Mitteilungserklärung fehlgeschlagen" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Einstellungen konnten nicht aktualisiert werden" @@ -4973,7 +5109,7 @@ msgstr "Feedback an Feed-Betreiber gesendet" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Update abrufen" msgid "File saved successfully!" msgstr "Datei erfolgreich gespeichert!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "Nach Autor filtern" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "Nach Autor filtern (aktuell: {currentLabel})" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "Nach Medien filtern" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "Nach Medien filtern (aktuell: {currentLabel})" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Aus Feeds filtern" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Suche nach Sprache filtern" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Suche nach Sprache filtern (derzeit: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "Diese Suche nach {0} filtern" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtere, wer Mitteilungen zu deiner Aktivität erhalten kann" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Filtere, von wem du Mitteilungen erhalten möchtest" @@ -5081,7 +5238,7 @@ msgstr "Finde Leute zum Folgen" msgid "Find people you know" msgstr "Personen finden, die du kennst" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Finde Posts, Nutzer und Feeds auf Bluesky" @@ -5361,7 +5518,8 @@ msgstr "Vier Sprechblasen, die einen Gruppenchat darstellen. Erste Nachricht: msgid "Free your feed" msgstr "Befreie deinen Feed" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "Von" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Von <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "Von diesen Personen" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Ein Startpaket generieren" @@ -5414,43 +5577,51 @@ msgstr "Germ DM wieder verbunden" msgid "Get help" msgstr "Hilfe erhalten" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Erhalte Mitteilungen über Startpaket-Beitritte, Verifizierungen und andere Aktivitäten." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Mitteilungen erhalten, wenn dir jemand folgt." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Mitteilungen erhalten, wenn Personen deine Posts mit „Gefällt mir“ markieren." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Erhalte Mitteilungen, wenn Personen deine Reposts mit „Gefällt mir“ markieren." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Mitteilungen erhalten, wenn dich jemand erwähnt." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Mitteilungen erhalten, wenn jemand deine Posts zitiert." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Mitteilungen erhalten, wenn jemand auf deine Posts antwortet." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Mitteilungen erhalten, wenn jemand deine Posts repostet." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Erhalte Mitteilungen, wenn Personen deine Reposts reposten." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "Erhalte Mitteilungen, wenn dir Personen Nachrichtenanfragen senden." + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "Erhalte Mitteilungen, wenn dir Personen Nachrichten senden." + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Erhalte Mitteilungen über Aktivitäten zu Posts, die du abonniert hast." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Los geht's" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF hochgeladen" @@ -5686,7 +5857,7 @@ msgstr "Gruppenchat nicht mehr stummgeschaltet" msgid "Group Chats" msgstr "Gruppenchats" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Gruppenchats sind nur für Nutzer ab 18 Jahren verfügbar." @@ -5784,7 +5955,7 @@ msgstr "Du hast einen Code? <0>Hier klicken." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Haben wir deinen Standort falsch erkannt? <0>Tippe hier, um deinen Standort mit GPS zu aktualisieren." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Hast du Probleme?" @@ -5973,7 +6144,7 @@ msgstr "Hm, es scheint Probleme beim Laden dieser Daten zu geben. Weitere Detail msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hm, wir konnten diesen Moderationsdienst nicht laden." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Einen Moment! Wir gewähren nach und nach Zugriff auf dieses Video und du bist noch in der Warteschlange. Versuche es in Kürze erneut!" @@ -6102,12 +6273,12 @@ msgstr "Falls du ein Entwickler bist, kannst du deinen eigenen Server hosten." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Falls du versuchst, deinen Handle oder deine E-Mail zu ändern, tu dies, bevor du deinen Account deaktivierst." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Bild" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Bild {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Bild {0} von {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Bild {0} von {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Bildcache geleert, {0} freigegeben" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Bildergalerie, {0} Bilder" @@ -6201,43 +6372,77 @@ msgstr "Importiert am {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Um dir ein altersgerechtes Erlebnis bieten zu können, benötigen wir dein Geburtsdatum. Das ist einmalig und deine Daten werden vertraulich behandelt." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "In-App" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "In-App-Mitteilungen" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "In-App, alle" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "In-App, Personen, denen du folgst" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "In-App, Push" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "In-App, Push, alle" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "In-App, Push, Personen, denen du folgst" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Posteingang leer" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Posteingang leer!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "Einschließen" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "Passende Posts einschließen oder ausschließen (aktuell: {0})" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "Posts und/oder Antworten einschließen (aktuell: {currentLabel})" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "Posts ab diesem Datum einschließen" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "Posts bis zu diesem Datum einschließen" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "Diese Ergebnisse einschließen" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Ungültiger Nutzername oder Passwort" @@ -6334,7 +6539,6 @@ msgstr "Einladungscode" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Einladungscode nicht akzeptiert. Überprüfe, ob du ihn richtig eingegeben hast und versuche es erneut." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Freunde einladen" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Freunde einladen" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Einladungen, aber persönlich" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "Ist dein Standort nicht korrekt? <0>Tippe hier, um deinen Standort mit GPS zu aktualisieren. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "Ist dein Standort nicht korrekt? <0>Tippe hier, um deinen Standort mit GPS zu aktualisieren." #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Hier bist gerade nur du! Füge mehr Leute zu deinem Startpaket hinzu, indem du oben nach ihnen suchst." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "Job-ID: {0}" @@ -6469,8 +6672,8 @@ msgstr "An der Konversation teilnehmen" msgid "Journalism" msgstr "Journalismus" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Weiter bearbeiten" @@ -6479,11 +6682,6 @@ msgstr "Weiter bearbeiten" msgid "Keep me posted" msgstr "Halte mich auf dem Laufenden" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Mitglied entfernen" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "KWS-Website" @@ -6518,6 +6716,10 @@ msgstr "Kennzeichnungen auf deinem Account" msgid "Labels on your content" msgstr "Kennzeichnungen zu deinen Inhalten" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "Sprache" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Spracheinstellungen" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Zuletzt gestartet gerade eben" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Neuste" @@ -6562,6 +6764,16 @@ msgstr "Mehr erfahren (auf Englisch)" msgid "Learn More" msgstr "Mehr erfahren" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "Erfahre mehr darüber, <0>wie du die erweiterte Suche verwendest." + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "Erfahre mehr darüber, <0>wie du Suchfilter verwendest." + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Mehr über die Altersverifikation erfahren" @@ -6765,16 +6977,16 @@ msgstr "Gefällt {0, plural, one {# Nutzer} other {# Nutzern}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Gefällt {likeCount, plural, one {# Nutzer} other {# Nutzern}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Gefällt mir" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "„Gefällt mir“ für deine Reposts" @@ -6954,9 +7166,7 @@ msgstr "Neue Mitteilungen laden" msgid "Load new posts" msgstr "Neue Posts laden" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Chat wird geladen…" @@ -7065,18 +7275,20 @@ msgstr "Verifizierungseinstellungen verwalten" msgid "Manage your muted words and tags" msgstr "Verwalte deine stummgeschalteten Wörter und Tags" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Alle als gelesen markieren" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "Alle Chats als gelesen markieren" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "Alle Anfragen als gelesen markieren" @@ -7085,15 +7297,16 @@ msgstr "Alle Anfragen als gelesen markieren" msgid "Mark as read" msgstr "Als gelesen markieren" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Alle als gelesen markiert" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "Alle Chats als gelesen markiert" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "Alle Anfragen als gelesen markiert" @@ -7102,6 +7315,7 @@ msgstr "Alle Anfragen als gelesen markiert" msgid "Maybe later" msgstr "Vielleicht später" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Medien" @@ -7137,29 +7351,32 @@ msgstr "Mitglieder können weiterhin den Chatverlauf lesen, aber keine neuen Nac msgid "mentioned users" msgstr "erwähnte Nutzer" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Erwähnungen" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "Erwähnungen dieser Personen" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menü" -#: src/screens/Messages/components/MessageInput.tsx:202 -msgid "Message" -msgstr "Nachricht" - -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 msgctxt "action" msgid "Message" msgstr "Nachricht senden" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" +msgid "Message" +msgstr "Nachricht" + #. placeholder {0}: profile.handle #: src/components/dms/MessageProfileButton.tsx:99 msgid "Message {0}" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Nachricht gelöscht" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Nachricht konnte nicht gesendet werden." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Nachricht von @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Nachricht von @{0}: {1}" msgid "Message from server: {0}" msgstr "Nachricht vom Server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Nachrichteneingabefeld" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Nachricht ist zu lang" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Nachricht ist zu lang ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Nachrichtenoptionen" @@ -7215,11 +7426,11 @@ msgstr "Nachrichtenoptionen" msgid "Messages" msgstr "Nachrichten" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "Nachrichten dieser Person sind ausgeblendet, solange sie dich blockiert." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Nachrichten dieser Person sind ausgeblendet, solange du sie blockierst." @@ -7343,7 +7554,7 @@ msgstr "Musik" msgid "Mute" msgstr "Stummschalten" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Möchtest du eine Urheberrechtsverletzung, eine rechtliche Anfrage oder msgid "Nevermind, create a handle for me" msgstr "Egal, erstelle einen Handle für mich" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Neu" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Neu" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Neuer Post} other {Neue Posts}} von {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "{postsCount, plural, one {Neuer Post} other {Neue Posts}} von {firstAuth #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Neuer Chat" @@ -7574,9 +7789,9 @@ msgstr "Neue E-Mail-Adresse" msgid "New Feature" msgstr "Neue Funktion" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Neue Follower" @@ -7608,6 +7823,18 @@ msgstr "Neuer Handle" msgid "New list" msgstr "Neue Liste" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "Neue Nachrichtenanfragen" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "Neue Nachrichten" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Weiter" msgid "Next image" msgstr "Nächstes Bild" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Nacht" @@ -7779,12 +8006,12 @@ msgstr "Kein Name" msgid "No notifications yet!" msgstr "Noch keine Mitteilungen!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Niemandem" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Niemandem" @@ -7822,6 +8049,10 @@ msgstr "Noch keine Zitate" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Noch keine kürzlich verwendeten GIFs. Wähle eines aus, damit es hier angezeigt wird." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "Keine Antworten" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Noch keine Antworten" @@ -7856,10 +8087,18 @@ msgstr "Keine Ergebnisse gefunden" msgid "No results found for \"{query}\"" msgstr "Keine Ergebnisse für „{query}“ gefunden" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "Keine Ergebnisse für „<0>{query}“ mit den ausgewählten erweiterten Suchfiltern gefunden." + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "Keine Ergebnisse für „<0>{query}“ gefunden." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "Keine Ergebnisse für deine Suchanfrage mit den ausgewählten erweiterten Suchfiltern gefunden." + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Keine Ergebnisse." @@ -7868,11 +8107,6 @@ msgstr "Keine Ergebnisse." msgid "No Starter Packs yet" msgstr "Noch keine Startpakete" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Intime Bilder ohne Einwilligung" msgid "Non-sexual Nudity" msgstr "Nicht-sexuelle Nacktheit" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "Keines dieser Wörter" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "Auf dieser Plattform nicht verfügbar" @@ -7954,26 +8193,27 @@ msgstr "Hinweis: Dieser Post ist nur für eingeloggte Nutzer sichtbar." msgid "Nothing saved yet" msgstr "Noch nichts gespeichert" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Mitteilungseinstellungen" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Mitteilungstöne" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "Nummer muss eine Handynummer sein" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Aus" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "Einer der ausgewählten Empfänger erlaubt keine Gruppenchats." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Einer der ausgewählten Empfänger hat dich blockiert und kann nicht angeschrieben werden." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Bei einem oder mehreren GIFs fehlen Alt-Texte." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Bei einem oder mehreren Bildern fehlen Alt-Texte." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "Eine oder mehrere deiner ausgewählten Dateien werden nicht unterstützt." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Eine oder mehrere deiner ausgewählten Dateien sind zu groß. Die maximale Größe beträgt {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Ein oder mehrere Posts sind zu lang, um als Entwurf gespeichert zu werden. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Die maximale Zeichenzahl beträgt # Zeichen.} other {Die maximale Zeichenzahl beträgt # Zeichen.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Bei einem oder mehreren Videos fehlen Alt-Texte." @@ -8083,7 +8323,7 @@ msgstr "Nur {0} kann antworten." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Nur {0} von {1} {2, plural, one {Bild} other {Bilder}} hinzugefügt; das Limit liegt bei {MAX_GALLERY_IMAGES}" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Nur Administratoren können Beitrittsanfragen annehmen." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Nur Administratoren können Beitrittsanfragen ignorieren." +msgid "Only admins can reject join requests." +msgstr "Nur Administratoren können Beitrittsanfragen ablehnen." #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Nur Personen, denen {0} folgt, können beitreten." msgid "Only people the chat owner follows can join" msgstr "Nur Personen, denen der Chat-Inhaber folgt, können beitreten" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "Nur Posts mit Medien" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "Nur Posts mit Videos" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "Nur Antworten" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Es werden nur WebVTT-Dateien (.vtt) unterstützt" @@ -8140,6 +8392,10 @@ msgstr "Ups, dieses Profil existiert nicht. Versuche, ein anderes zu scannen." msgid "Oops!" msgstr "Huch!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "Erweiterte Suchoptionen öffnen" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Profilbild-Editor öffnen" @@ -8170,9 +8426,8 @@ msgstr "Entwurf öffnen" msgid "Open drawer menu" msgstr "Seitenmenü öffnen" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Emoji-Picker öffnen" @@ -8280,7 +8535,7 @@ msgstr "Öffnet einen Dialog, um eine Inhaltswarnung zu deinem Post hinzuzufüge msgid "Opens a dialog to choose who can interact with this post" msgstr "Öffnet einen Dialog, in dem du auswählen kannst, wer mit diesem Post interagieren darf" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "Öffnet eine Liste mit Farbdesigns für die QR-Karte" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Öffnet die Gerätekamera" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Öffnet die Gerätegalerie, um bis zu {MAX_GALLERY_IMAGES, plural, other {# Bilder}} oder ein einzelnes Video oder GIF auszuwählen." @@ -8329,7 +8584,7 @@ msgstr "Öffnet den Ablauf, um einen neuen Bluesky-Account zu erstellen" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Öffnet den Ablauf zum Einloggen bei deinem bestehenden Bluesky-Account" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Öffnet das vollständige Bild" @@ -8513,12 +8768,12 @@ msgstr "Passwort aktualisiert" msgid "Password updated!" msgstr "Passwort aktualisiert!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pausieren" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "GIF pausieren" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Video pausieren" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Personen" @@ -8550,17 +8805,17 @@ msgstr "Personen gefolgt von @{0}" msgid "People following @{0}" msgstr "Personen, die @{0} folgen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Personen, denen ich folge" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Personen, denen ich folge" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Personen, denen ich folge" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Personen, denen ich folge, können eine Beitrittsanfrage stellen" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Personen, denen du folgst" @@ -8610,7 +8866,7 @@ msgstr "Telefonnummer verifiziert" msgid "Photography" msgstr "Fotografie" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Farbdesign auswählen" @@ -8658,7 +8914,7 @@ msgstr "Angeheftete Feeds" msgid "Pinned to your feeds" msgstr "An deine Feeds angepinnt" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Abspielen" @@ -8668,7 +8924,7 @@ msgstr "Abspielen" msgid "Play {0}" msgstr "{0} abspielen" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "GIF abspielen" @@ -8681,11 +8937,11 @@ msgstr "Video abspielen" msgid "Play Video" msgstr "Video abspielen" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Spielt das GIF ab oder pausiert es" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Spielt das Video ab oder pausiert es" @@ -8722,7 +8978,7 @@ msgstr "Bitte klicke auf den Link in der E-Mail, die wir dir gerade gesendet hab msgid "Please complete the verification captcha." msgstr "Bitte vervollständige das Verifizierungs-Captcha." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Bitte bestätige deine E-Mail-Adresse, um Videos hochladen zu können." @@ -8865,7 +9121,7 @@ msgstr "Politik" msgid "Porn" msgstr "Pornografie" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Posten" @@ -8885,12 +9141,12 @@ msgstr "Foto posten" msgid "Post a video" msgstr "Video posten" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Alle posten" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Trotzdem posten" @@ -8982,6 +9238,10 @@ msgstr "Post gelöst" msgid "Posts" msgstr "Posts" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "Posts und Antworten" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Posts können basierend auf ihrem Text, ihren Tags oder beidem stummgeschaltet werden. Wir empfehlen, häufig verwendete Wörter zu vermeiden, da dies dazu führen kann, dass keine Posts mehr angezeigt werden." @@ -9067,11 +9327,11 @@ msgstr "Datenschutzerklärung" msgid "Privacy violation of a minor" msgstr "Verletzung der Privatsphäre eines Minderjährigen" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "GIF wird verarbeitet..." -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Video wird verarbeitet..." @@ -9083,7 +9343,7 @@ msgstr "Wird verarbeitet..." msgid "profile" msgstr "Profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Öffentliche, teilbare Listen von Nutzern, die zum Stummschalten oder Blockieren verwendet werden können." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Post veröffentlichen" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Posts veröffentlichen" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Antworten veröffentlichen" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Antwort veröffentlichen" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Push-Mitteilungen" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Push, alle" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Push, Personen, denen du folgst" @@ -9188,10 +9448,10 @@ msgstr "Zitat wurde erfolgreich getrennt" msgid "Quote posts disabled" msgstr "Zitieren deaktiviert" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Zitate" @@ -9238,10 +9498,15 @@ msgstr "Reaktiviere deinen Account" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "{0, plural, one {# weitere Antwort} other {# weitere Antworten}} lesen" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "Erfahre, wie du Suchfilter verwendest (auf Englisch)" +msgid "Read about how to use advanced search filters" +msgstr "Mehr über die Verwendung erweiterter Suchfilter lesen" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "Mehr über die Verwendung von Suchfiltern lesen" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Echte Personen." msgid "Reason for appeal" msgstr "Grund für den Einspruch" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Erhalte In-App-Mitteilungen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Erhalte Push-Mitteilungen" @@ -9304,7 +9569,7 @@ msgstr "Erhalte Push-Mitteilungen" msgid "Recent GIFs" msgstr "Kürzlich verwendete GIFs" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Letzte Suchen" @@ -9339,8 +9604,8 @@ msgstr "Chat-Anfrage ablehnen" msgid "Reject join request" msgstr "Beitrittsanfrage ablehnen" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Konversationen neu laden" @@ -9379,9 +9644,9 @@ msgstr "{displayName} aus diesem Gruppenchat entfernen" msgid "Remove {displayName}?" msgstr "{displayName} entfernen?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "{historyItem} entfernen" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "{q} entfernen" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Feed entfernen" msgid "Remove feed?" msgstr "Feed entfernen?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "Filter entfernen" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Aus dem Chat entfernen" @@ -9466,11 +9736,16 @@ msgstr "Bild entfernen" msgid "Remove live status" msgstr "Live-Status entfernen" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "Mitglied entfernen" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Stummgeschaltetes Wort aus deiner Liste entfernen" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Profil entfernen" @@ -9507,11 +9782,11 @@ msgstr "Verifizierung entfernen" msgid "Remove your verification for this account?" msgstr "Deine Verifizierung für diesen Account entfernen?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Vom Autor entfernt" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Von dir entfernt" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Antwort auf deinen Post" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "Nachricht von {senderName}, auf die geantwortet wurde. Tippe, um dorthin zu scrollen" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "Nachricht, auf die geantwortet wurde. Tippe, um dorthin zu scrollen" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Antworten" @@ -9609,12 +9884,12 @@ msgstr "Antworten deaktiviert" msgid "Replies to this post are disabled." msgstr "Antworten zu diesem Post sind deaktiviert." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Antworten" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Antworten" @@ -9652,7 +9927,7 @@ msgstr "Sichtbarkeit der Antwort aktualisiert" msgid "Reply was successfully hidden" msgstr "Antwort wurde erfolgreich ausgeblendet" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Feed melden" msgid "Report list" msgstr "Liste melden" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Nachricht melden" @@ -9783,9 +10058,9 @@ msgstr "Repostet von {reposter}" msgid "Reposted by you" msgstr "Repostet von dir" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Reposts" @@ -9793,9 +10068,9 @@ msgstr "Reposts" msgid "Reposts of this post" msgstr "Reposts von diesem Post" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Reposts deiner Reposts" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Code anfordern" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Anfrage ignoriert." +msgid "Request rejected." +msgstr "Anfrage abgelehnt." #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Angefragt" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Anfragen" @@ -9934,9 +10209,9 @@ msgstr "Wiederholt die letzte Aktion, bei der ein Fehler aufgetreten ist" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Geburtsdatum speichern" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Änderungen speichern" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Änderungen speichern?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Entwurf speichern" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Entwurf speichern?" @@ -10089,8 +10364,8 @@ msgstr "In deinen Feeds gespeichert" msgid "Say hello!" msgstr "Sag Hallo!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Sag jemandem Hallo" @@ -10120,9 +10395,9 @@ msgstr "Nach links scrollen" msgid "Scroll right" msgstr "Nach rechts scrollen" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "Zur Nachricht scrollen, auf die geantwortet wird" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "Nach oben scrollen" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Suche" @@ -10186,17 +10464,13 @@ msgstr "Nach weiteren Feeds suchen" msgid "Search for people" msgstr "Nach Personen suchen" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Suche nach Posts, Nutzern oder Feeds" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Suche nach GIFs" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "Suche ist derzeit nicht verfügbar, wenn du ausgeloggt bist" @@ -10225,6 +10499,10 @@ msgstr "Posts durchsuchen" msgid "Search profiles" msgstr "Profile suchen" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "Suchanfrage" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Suche..." @@ -10319,7 +10597,7 @@ msgstr "Grund auswählen" msgid "Select account" msgstr "Account auswählen" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Wähle eine App-Sprache aus" @@ -10357,6 +10635,11 @@ msgstr "Inhaltssprachen auswählen" msgid "Select duration" msgstr "Dauer auswählen" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "Filtertyp auswählen (aktuell: {0})" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Von einem bestehenden Account auswählen" @@ -10388,7 +10671,7 @@ msgstr "Mitglieder für den Gruppenchat auswählen" msgid "Select how long to mute this word for." msgstr "Auswählen, wie lange dieses Wort stummgeschaltet werden soll." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Wähle deine Interessen aus den folgenden Optionen aus" msgid "Select your preferred language for translations in your feed." msgstr "Wähle deine bevorzugte Sprache für Übersetzungen in deinem Feed aus." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Wähle deine bevorzugten Mitteilungs-Kanäle aus" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "Das Auswählen mehrerer Medientypen wird nicht unterstützt." @@ -10491,8 +10774,7 @@ msgstr "Fehlerbericht senden" msgid "Send feedback" msgstr "Feedback senden" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Nachricht senden" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Per Direktnachricht senden" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Gesendet um {0}" @@ -10574,7 +10856,7 @@ msgstr "Legt die E-Mail für das Zurücksetzen des Passworts fest" msgid "Settings" msgstr "Einstellungen" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Einstellungen für Aktivitäten von anderen" @@ -10582,39 +10864,49 @@ msgstr "Einstellungen für Aktivitäten von anderen" msgid "Settings for allowing others to be notified of your posts" msgstr "Einstellungen, um anderen zu erlauben, Mitteilungen über deine Posts zu erhalten" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Einstellungen für Mitteilungen zu „Gefällt mir“-Angaben" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Einstellungen für Erwähnungsmitteilungen" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Einstellungen für Mitteilungen über neue Follower" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Einstellungen für Mitteilungen für alles andere" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Einstellungen für Mitteilungen zu „Gefällt mir“-Angaben für deine Reposts" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "Einstellungen für Mitteilungen bei neuen Nachrichtenanfragen" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "Einstellungen für Mitteilungen bei neuen Nachrichten" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Einstellungen für Mitteilungen zu Reposts deiner Reposts" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Einstellungen für Mitteilungen zu Zitaten" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Einstellungen für Mitteilungen zu Antworten" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Einstellungen für Mitteilungen zu Reposts" @@ -10684,6 +10976,11 @@ msgstr "Mein Profil teilen" msgid "Share post at:// URI" msgstr "Post über at:// URI teilen" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "Profil teilen" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "QR-Code teilen" msgid "Share this feed" msgstr "Diesen Feed teilen" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "Diese Suche teilen" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Dieses Startpaket teilen" @@ -10726,7 +11027,7 @@ msgstr "Tester für gemeinsame Einstellungen" msgid "Show" msgstr "Anzeigen" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Alt-Text anzeigen" @@ -10864,13 +11165,13 @@ msgstr "Zeigt den Inhalt an" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Einloggen erforderlich" msgid "Signed in as @{0}" msgstr "Eingeloggt als @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "Ab" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Überspringen" msgid "Skip contact sharing and continue to the app" msgstr "Kontakte nicht teilen und mit der App fortfahren" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Leere Posts überspringen?" @@ -10980,7 +11286,7 @@ msgstr "Überspringe die Einführung und beginne mit der Nutzung deines Accounts msgid "Skip to next step" msgstr "Zum nächsten Schritt springen" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "Bild" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Jemand hat die Gruppe verlassen" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Jemand hat mit {0} reagiert" @@ -11223,7 +11529,7 @@ msgstr "Status-Seite" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Schritt {0} von {1}" @@ -11295,11 +11601,11 @@ msgstr "Abonniere @{0}, um diese Kennzeichnungen zu verwenden:" msgid "Subscribe to account activity" msgstr "Account-Aktivitäten abonnieren" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Kennzeichner abonnieren" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Diesen Kennzeichner abonnieren" @@ -11345,6 +11651,10 @@ msgstr "Vorgeschlagen für dich" msgid "Suggestive" msgstr "Suggestiv" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "Sonnenlicht" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Die Konversation privat fortsetzen." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Klicke unten, um Bluesky den Zugriff auf deinen GPS-Standort zu erlauben. Wir verwenden diese Daten, um genauer bestimmen zu können, welche Inhalte und Funktionen in deiner Region verfügbar sind." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Für Details tippen" @@ -11474,7 +11784,7 @@ msgstr "Tippen, um deine {0} Reaktion zu entfernen" msgid "Tap to request access to join this group chat" msgstr "Tippe hier, um Zugang zu diesem Gruppenchat anzufragen" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Tippen, um es erneut zu versuchen" @@ -11487,7 +11797,7 @@ msgstr "Tippen, um {0} Reaktionen anzuzeigen" msgid "Tap to show all reactions" msgstr "Tippen, um alle Reaktionen anzuzeigen" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Tippen, um Reaktionen anzuzeigen" @@ -11669,8 +11979,8 @@ msgstr "Der Post, auf den du antwortest, wurde vom Autor als {suggestedLanguageN msgid "The Privacy Policy has been moved to <0/>" msgstr "Die Datenschutzerklärung wurde nach <0/> verschoben" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Das ausgewählte Video ist größer als {VIDEO_MAX_SIZE_MB} MB. Bitte versuche es erneut mit einer kleineren Datei." @@ -11832,10 +12142,25 @@ msgstr "Es gab einen Ansturm neuer Nutzer auf Bluesky! Wir werden deinen Account msgid "These are your default settings" msgstr "Das sind deine Standardeinstellungen" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "Diese Domains" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "Diese Hashtags" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Diese Einstellungen gelten nur für den Following-Feed." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "Diese URLs" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "Du besitzt diesen Chat" @@ -11959,6 +12284,11 @@ msgstr "Dieser Entwurf wird endgültig gelöscht." msgid "This email is already associated with your account." msgstr "Diese E-Mail ist bereits mit deinem Account verknüpft." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "Genau dieser Ausdruck" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Diese Funktion ermöglicht es Nutzern, Mitteilungen über deine neuen Posts und Antworten zu erhalten. Für wen möchtest du das aktivieren?" @@ -12063,13 +12393,13 @@ msgstr "Diese Liste ist leer." msgid "This message is hidden" msgstr "Diese Nachricht ist ausgeblendet" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Diese Nachricht ist ausgeblendet, weil dieser Nutzer dich blockiert." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Diese Nachricht ist ausgeblendet, weil du diesen Nutzer blockierst." @@ -12107,7 +12437,7 @@ msgstr "Dieser Post wurde vom Autor gelöscht" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Dieser Post wird aus Feeds und Threads ausgeblendet. Dies kann nicht rückgängig gemacht werden." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Der Autor dieses Posts hat das Zitieren dieses Posts deaktiviert." @@ -12271,7 +12601,7 @@ msgstr "Heute" msgid "Toggle to enable or disable adult content" msgstr "Umschalten, um Inhalte für Erwachsene zu aktivieren oder zu deaktivieren" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Schaltet den Ton um" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Zu viele Kontakte - du hast die maximale Anzahl an Kontakten überschritten, die du importieren kannst, um deine Freunde finden zu können" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Top" @@ -12304,8 +12634,8 @@ msgstr "Beliebte Antworten zuerst" msgid "Topic" msgstr "Thema" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Trolling" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Vertrauen entsteht durch Beziehungen, Communitys und einem gemeinsamen Kontext. Deshalb ermöglichen wir auch <0>vertrauenswürdige Verifizierer: Organisationen, die Verifizierungen direkt ausstellen können." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Versuche einen anderen Suchbegriff oder <0>erfahre, wie du Suchfilter verwendest (auf Englisch)." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "Versuche es mit einem anderen Suchbegriff oder entferne einige Filter." + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "Versuche es mit einem anderen Suchbegriff." #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Ausprobieren" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "Dämmerung" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Zwei-Faktor-Authentisierung (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Gib deine Nachricht hier ein" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Typ:" @@ -12423,7 +12756,7 @@ msgstr "Es konnte keine Verbindung zu deinem Dienst hergestellt werden. Bitte ü #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Dein Dienst kann nicht kontaktiert werden. Bitte überprüfe deine Internetverbindung." @@ -12463,7 +12796,7 @@ msgstr "Nicht verfügbar" msgid "Unavailable feed information" msgstr "Feed-Information nicht verfügbar" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Diesen Gruppenchat entsperren" msgid "Unmute" msgstr "Stummschaltung aufheben" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Liste gelöst" msgid "Unsnooze email reminder" msgstr "E-Mail-Erinnerung wieder aktivieren" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Abmelden" @@ -12691,7 +13024,7 @@ msgstr "Abmelden" msgid "Unsubscribe from list" msgstr "Von der Liste abmelden" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Von diesem Kennzeichner abmelden" @@ -12703,10 +13036,15 @@ msgstr "Von der Liste abgemeldet" msgid "Unsupported clipboard content" msgstr "Inhalt der Zwischenablage wird nicht unterstützt" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Nicht unterstützter Videotyp: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "Bis" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Bis zu 50 Personen" @@ -12719,7 +13057,7 @@ msgstr "Aktualisieren" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "{0} in Listen aktualisieren" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "E-Mail aktualisieren" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "In Listen aktualisieren" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "Von Dateien hochladen" msgid "Upload from Library" msgstr "Aus der Bibliothek hochladen" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "GIF wird hochgeladen..." @@ -12805,7 +13143,7 @@ msgstr "Bilder werden hochgeladen..." msgid "Uploading link thumbnail..." msgstr "Link-Vorschaubild wird hochgeladen..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Video wird hochgeladen..." @@ -13040,12 +13378,12 @@ msgstr "Wird verifiziert..." msgid "Version {0}" msgstr "Version {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Video konnte nicht verarbeitet werden" @@ -13084,12 +13422,12 @@ msgstr "Video nicht gefunden." msgid "Video settings" msgstr "Video-Einstellungen" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Video hochgeladen" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Video: {0}" @@ -13097,11 +13435,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videos" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Videos dürfen nicht länger als 3 Minuten sein." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Ansehen" @@ -13190,7 +13530,7 @@ msgstr "Mehr ansehen" msgid "View more trending videos" msgstr "Mehr angesagte Videos ansehen" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Post ansehen" @@ -13264,8 +13604,8 @@ msgstr "Sieh dir deine stummgeschalteten Accounts an" msgid "View your verifications" msgstr "Deine Verifizierungen ansehen" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Vollständiges Bild ansehen" @@ -13391,7 +13731,7 @@ msgstr "Wir empfehlen, mindestens zwei Interessen auszuwählen." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Wir haben eine E-Mail an <0>{0} gesendet, die einen Link enthält. Bitte klicke darauf, um den E-Mail-Verifizierungsprozess abzuschließen." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Wir konnten nicht feststellen, ob du berechtigt bist, Videos hochzuladen. Bitte versuche es erneut." @@ -13460,7 +13800,7 @@ msgstr "Wir haben Netzwerkprobleme. Bitte versuche es erneut" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Wir führen eine neue Ebene der Verifizierung auf Bluesky ein — ein leicht erkennbares Häkchen." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Wir freuen uns sehr, dass du dabei bist!" @@ -13477,8 +13817,8 @@ msgstr "Es tut uns leid, aber wir konnten diese Liste nicht auflösen. Wenn das msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Es tut uns leid, aber wir konnten deine stummgeschalteten Wörter gerade nicht laden. Bitte versuche es erneut." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Es tut uns leid, aber deine Suche konnte nicht abgeschlossen werden. Bitte versuche es in ein paar Minuten erneut." @@ -13486,7 +13826,7 @@ msgstr "Es tut uns leid, aber deine Suche konnte nicht abgeschlossen werden. Bit msgid "We're sorry, you cannot access this screen at this time." msgstr "Leider kannst du derzeit nicht auf diesen Bildschirm zugreifen." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Es tut uns leid! Der Post, auf den du antwortest, wurde gelöscht." @@ -13536,8 +13876,13 @@ msgstr "Was sind deine Interessen?" msgid "What do you want to call your starter pack?" msgstr "Wie möchtest du dein Startpaket nennen?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "was gibt’s" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Was gibt's?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Wer kann verifizieren?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Ups!" @@ -13623,7 +13968,7 @@ msgstr "Möchtest du diesen Nutzer blockieren und/oder diese Konversation verlas msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Möchtest du dies als Entwurf speichern, bevor du deine Entwürfe ansiehst?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Möchtest du dies als Entwurf speichern, um es später zu bearbeiten?" @@ -13632,12 +13977,12 @@ msgstr "Möchtest du dies als Entwurf speichern, um es später zu bearbeiten?" msgid "Write a post" msgstr "Post verfassen" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Post verfassen" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Antwort schreiben" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Du greifst aus einer Region auf Bluesky zu, in der wir gesetzlich verpflichtet sind, dein Alter zu verifizieren, bevor wir dir Zugriff auf die App gewähren dürfen." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "Du blockierst {0}" @@ -13741,7 +14086,7 @@ msgstr "Du bist live" msgid "You are no longer live" msgstr "Du bist nicht mehr live" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Du darfst keine Videos hochladen." @@ -13786,12 +14131,12 @@ msgstr "Du kannst deine Chatdaten auch als „JSONL“-Datei herunterladen. Dies msgid "You can always opt out and delete your data" msgstr "Du kannst dich jederzeit abmelden und deine Daten löschen" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Du kannst in den Chat-Einstellungen der App festlegen, ob Chat-Mitteilungen einen Ton haben sollen" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Du kannst laufende Konversationen fortsetzen, unabhängig davon, welche Einstellung du wählst." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Du kannst dich jetzt mit deinem neuen Passwort einloggen." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Du kannst pro Post maximal {MAX_GALLERY_IMAGES, plural, other {# Bilder}} hinzufügen" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Entwürfe können nur mit bis zu 1000 Zeichen gespeichert werden." @@ -13821,11 +14166,11 @@ msgstr "Entwürfe können nur mit bis zu 1000 Zeichen gespeichert werden." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Du kannst Entwürfe nur mit bis zu 1000 Zeichen speichern. Möchtest du diesen Post verwerfen, bevor du deine Entwürfe ansiehst?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Du kannst jeweils nur ein GIF auswählen." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Du kannst jeweils nur ein Video auswählen." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Du kannst den Chatverlauf lesen, aber keine neuen Nachrichten senden." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Du kannst insgesamt maximal {MAX_GALLERY_IMAGES, plural, other {# Bilder}} auswählen." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Du kannst dies später in deinen Einstellungen aktualisieren." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "Du kannst maximal {EMOJI_REACTION_LIMIT, plural, one {# Emoji-Reaktion} other {# Emoji-Reaktionen}} hinzufügen" @@ -13958,7 +14303,7 @@ msgstr "Du hast deine E-Mail-Adresse erfolgreich verifiziert. Du kannst dieses F msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Du hast vorübergehend das Limit für Video-Uploads erreicht. Bitte versuche es später erneut." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Du hast ungespeicherte Änderungen an diesem Entwurf. Möchtest du sie speichern?" @@ -14033,7 +14378,7 @@ msgstr "Du musst mindestens sieben anderen Personen folgen, um ein Startpaket er msgid "You must grant access to your photo library to save a QR code" msgstr "Du musst den Zugriff auf deine Galerie gewähren, um einen QR-Code speichern zu können" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Du musst den Zugriff auf deine Galerie erlauben." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Du solltest die App jetzt wahrscheinlich neu starten." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Du hast mit {0} reagiert" @@ -14069,17 +14414,17 @@ msgstr "Du hast mit {0} auf {target} reagiert" msgid "You recently changed your birthdate" msgstr "Du hast kürzlich dein Geburtsdatum geändert" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "Du hast geantwortet" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "Du hast {originalName} geantwortet" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "Du hast dir selbst geantwortet" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,11 +14462,11 @@ msgstr "Du kannst erst wieder beitreten, wenn du eingeladen wirst." msgid "You: {message}" msgstr "Du: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Du folgst den vorgeschlagenen Nutzern und Feeds, sobald du mit der Erstellung deines Accounts fertig bist!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Du folgst den vorgeschlagenen Nutzern, sobald du mit der Erstellung deines Accounts fertig bist!" @@ -14185,7 +14530,7 @@ msgstr "Du hast das Ende des aktiven Inhalts erreicht." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Du hast das Ende deines Feeds erreicht! Finde weitere Accounts, denen du folgen kannst." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Du hast die maximale Anzahl an Entwürfen erreicht" @@ -14193,15 +14538,19 @@ msgstr "Du hast die maximale Anzahl an Entwürfen erreicht" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Du hast die maximale Anzahl an Anfragen erreicht. Bitte versuche es später erneut." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "Du hast die maximale Anzahl von {MAX_FILTERS, plural, one {# Filter} other {# Filtern}} erreicht. Füge einem bestehenden Filter weitere Werte hinzu, anstatt neue Filter zu erstellen." + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Du hast den Anfang des aktiven Inhalts erreicht." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Du hast dein tägliches Limit für Video-Uploads erreicht (zu viele Bytes)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Du hast dein tägliches Limit für Video-Uploads erreicht (zu viele Videos)" @@ -14209,7 +14558,7 @@ msgstr "Du hast dein tägliches Limit für Video-Uploads erreicht (zu viele Vide msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Du hast keine Videos mehr zum Anschauen. Vielleicht ist es ein guter Zeitpunkt, eine Pause zu machen?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Dein Account" @@ -14221,7 +14570,7 @@ msgstr "Dein Account wurde gelöscht, tschüss! ✌️" msgid "Your account has been suspended" msgstr "Dein Account wurde gesperrt" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Dein Account ist noch nicht alt genug, um Videos hochzuladen. Bitte versuche es später erneut." @@ -14353,11 +14702,11 @@ msgstr "Dein Passwort wurde erfolgreich geändert! Bitte verwende ab sofort dein msgid "Your password must be at least 8 characters long." msgstr "Dein Passwort muss mindestens 8 Zeichen lang sein." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Dein Post wurde gesendet" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Deine Posts wurden gesendet" @@ -14378,7 +14727,7 @@ msgstr "Dein Profilbild, umgeben von konzentrischen Kreisen mit den Profilbilder msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Dein Profil, deine Posts, deine Feeds und Listen werden nicht mehr für andere Bluesky-Nutzer sichtbar sein. Du kannst deinen Account jederzeit reaktivieren, indem du dich einloggst." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Deine Antwort wurde gesendet" @@ -14391,7 +14740,7 @@ msgstr "Deine Meldung wird an <0>{0} gesendet." msgid "Your selected interests help us serve you content you care about." msgstr "Deine ausgewählten Interessen helfen uns dabei, dir Inhalte anzuzeigen, die dich interessieren." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Dein Thread enthält leere Posts, die übersprungen werden. Die übrigen Posts werden als Thread veröffentlicht." diff --git a/src/locale/locales/el/messages.po b/src/locale/locales/el/messages.po index f2f06e7a60..ee8f1ea7b1 100644 --- a/src/locale/locales/el/messages.po +++ b/src/locale/locales/el/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: el\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Greek\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" κατηγορία (ενεργό)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(περιέχει ενσωματωμένο περιεχόμενο)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(χωρίς email)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {# φίλος βρέθηκε!} other {# φίλοι βρ msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# ώρα} other {# ώρες}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# ετικέτα έχει} other {# ετικέτες έχουν}} τοποθετηθεί στο λογαριασμό" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# ετικέτα έχει} other {# ετικέτες έχουν}} τοποθετηθεί στο περιεχόμενο" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# δευτερόλεπτο} other {# δευτερόλε #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# αδιάβαστο} other {# αδιάβαστα}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} ακολουθεί" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "{0} από 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} αντέδρασε {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {ώρα} other {ώρες}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {λεπτό} other {λεπτά}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} και <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} άλλοι}} σας ακολούθησαν" @@ -677,15 +733,15 @@ msgstr "Ο/Η {profileName} γράφτηκε στο Bluesky με πακέτο ν msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Συνδεθείτε<1> ή <2>δημιουργήστε έναν λογαριασμό<3> <4>για να αναζητήσετε ειδήσεις, αθλητικά, πολιτικά και οτιδήποτε άλλο συμβαίνει στο Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>Εσείς και <1> <2>{0} περιλαμβάνοντα msgid "⚠Invalid Handle" msgstr "⚠Μη έγκυρο όνομα χρήστη" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Αποδοχή Αιτήματος" msgid "Accept this language suggestion" msgstr "Αποδοχή αυτής της πρότασης γλώσσας" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Άρση σίγασης λογαριασμού" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Λογαριασμοί με ένα μπλε κυματοειδές τικ <0><1/> μπορούν να επαληθεύσουν άλλους. Αυτοί οι αξιόπιστοι επαληθευτές επιλέγονται από το Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Δραστηριότητα από άλλους" @@ -1108,6 +1149,10 @@ msgstr "Προσθήκη εναλλακτικού κειμένου" msgid "Add alt text (optional)" msgstr "Προσθήκη εναλλακτικού κειμένου (προαιρετικό)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Προσθήκη εναλλακτικού κειμένου (προαιρ msgid "Add another account" msgstr "Προσθήκη άλλου λογαριασμού" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Προσθήκη άλλης ανάρτησης" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Προσθήκη άλλης δημοσίευσης στο νήμα" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "Προσθήκη αντίδρασης emoji" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Προσθήκη εικόνας" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Προσθήκη πολυμέσων στη δημοσίευση" @@ -1312,6 +1361,11 @@ msgstr "Περιεχόμενο σεξουαλικής κακοποίησης ε msgid "Advanced" msgstr "Προηγμένες" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Διασφάλιση Ηλικίας" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Όλα" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Όλοι οι φίλοι ακολουθήθηκαν!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Όλες οι γλώσσες" @@ -1367,6 +1422,15 @@ msgstr "Όλες οι γλώσσες" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Όλες οι ροές που έχετε αποθηκεύσει, σε ένα μέρος." @@ -1380,13 +1444,13 @@ msgstr "Επιτρέψτε την πρόσβαση στα προσωπικά μ msgid "Allow anyone to reply" msgstr "Επιτρέψτε σε οποιονδήποτε να απαντήσει" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "Έχετε ήδη λογαριασμό;" msgid "Already signed in as @{0}" msgstr "Ήδη συνδεδεμένος ως @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "" msgid "Alt text" msgstr "Εναλλακτικό κείμενο" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Εναλλακτικό κείμενο" @@ -1489,7 +1553,7 @@ msgstr "Παρουσιάστηκε σφάλμα" msgid "An error occurred" msgstr "Παρουσιάστηκε σφάλμα" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Παρουσιάστηκε σφάλμα κατά τη συμπίεση του βίντεο." @@ -1535,11 +1599,11 @@ msgstr "Παρουσιάστηκε σφάλμα κατά την αποθήκευ msgid "An error occurred while trying to follow all" msgstr "Παρουσιάστηκε σφάλμα κατά την προσπάθεια παρακολούθησης όλων" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "Ευημερία των ζώων" msgid "Animals" msgstr "Ζώα" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Κινούμενο GIF" @@ -1638,6 +1702,11 @@ msgstr "Ανακοίνωση" msgid "Announcing verification on Bluesky" msgstr "Ανακοινώνουμε την επαλήθευση στο Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Οποιοσδήποτε" @@ -1781,6 +1850,24 @@ msgstr "Αρχειοθετημένη ανάρτηση" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Είστε σίγουροι ότι θέλετε να αφαιρέσετ msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Είστε σίγουροι ότι θέλετε να απορρίψετε αυτήν την ανάρτηση;" @@ -1904,7 +1991,7 @@ msgstr "Διαθέσιμο" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Διαθέσιμο" msgid "Back" msgstr "Πίσω" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Πίσω στις Συνομιλίες" @@ -1961,10 +2048,10 @@ msgstr "Πριν μπορέσετε να λάβετε ειδοποιήσεις #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Φραγή χρήστη και/ή διαγραφή αυτής της σ msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Αποκλεισμένος" @@ -2091,10 +2178,6 @@ msgstr "Οι αποκλεισμένοι λογαριασμοί δεν μπορο msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Οι αποκλεισμένοι λογαριασμοί δεν μπορούν να απαντήσουν στις συζητήσεις σας, να σας αναφέρουν ή να αλληλεπιδράσουν με άλλο τρόπο μαζί σας. Δε θα βλέπετε το περιεχόμενό τους και θα τους εμποδίζετε να δουν το δικό σας." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Ο αποκλεισμός δεν εμποδίζει αυτόν τον ετικετοποιητή από το να τοποθετεί ετικέτες στον λογαριασμό σας." @@ -2111,11 +2194,21 @@ msgstr "Ο αποκλεισμός δεν θα εμποδίσει την εφαρ msgid "Blog" msgstr "Ιστολόγιο" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Το Bluesky δεν μπορεί να επιβεβαιώσει την αυθεντικότητα της ημερομηνίας που δηλώθηκε." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Ακύρωση επανενεργοποίησης και έξοδος" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Ακύρωση αναζήτησης" @@ -2411,7 +2505,7 @@ msgstr "Υπότιτλοι (.vtt)" msgid "Captions & alt text" msgstr "Υπότιτλοι & εναλλακτικό κείμενο" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "Αλλαγή του εικονιδίου της εφαρμογής" msgid "Change app icon to \"{0}\"" msgstr "Αλλαγή εικονιδίου εφαρμογής σε \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Αλλαγή γλώσσας εφαρμογής" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Μηνύματα συνομιλίας - σιωπηλό" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Μηνύματα συνομιλίας - ήχος" @@ -2536,6 +2630,12 @@ msgstr "Σίγαση συνομιλίας" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "Εισερχόμενα αιτήματος συνομιλίας" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Αιτήματα συνομιλίας" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Ρυθμίσεις συνομιλίας" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Ρυθμίσεις Συνομιλίας" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Αφαίρεση σίγασης συνομιλίας" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Συνομιλίες" @@ -2661,10 +2761,16 @@ msgstr "Επιλέξτε το δικό σας χρονολόγιο! Οι ροέ msgid "Choose your password" msgstr "Επιλέξτε τον κωδικό σας" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Επιλογή του ονόματος χρήστη σας" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Εκκαθάριση όλων των δεδομένων αποθήκευσης" @@ -2673,6 +2779,10 @@ msgstr "Εκκαθάριση όλων των δεδομένων αποθήκευ msgid "Clear all storage data (restart after this)" msgstr "Εκκαθάριση όλων των δεδομένων αποθήκευσης (επανεκκίνηση μετά από αυτό)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "Πατήστε για άνοιγμα του μενού ετικέτας για {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Κάντε κλικ για να επαναλάβετε το αποτυχημένο μήνυμα" @@ -2755,6 +2865,7 @@ msgstr "Κάντε κλικ για να επαναλάβετε το αποτυχ #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Κάντε κλικ για να επαναλάβετε το αποτυχ #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Κλείσιμο αυτού του διαλόγου" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Κλείνει την ειδοποίηση ενημέρωσης κωδικού πρόσβασης" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" @@ -2886,7 +2996,7 @@ msgstr "Σύμπτυξη λίστας χρηστών" msgid "Collapses list of users for a given notification" msgstr "Συμπτύσσει τη λίστα χρηστών για μια δεδομένη ειδοποίηση" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Οδηγίες Κοινότητας" msgid "Complete onboarding and start using your account" msgstr "Ολοκληρώστε την εισαγωγή και ξεκινήστε να χρησιμοποιείτε τον λογαριασμό σας" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Ολοκλήρωση της πρόκλησης" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Σύνταξη νέας ανάρτησης" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Σύνταξη αναρτήσεων έως {0, plural, other {# χαρακτήρες}}" @@ -2936,11 +3046,11 @@ msgstr "Σύνταξη αναρτήσεων έως {0, plural, other {# χαρα msgid "Compose reply" msgstr "Σύνταξη απάντησης" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Συμπίεση βίντεο..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Επικοινωνία με την υποστήριξη" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Η έκδοση build αντιγράφηκε στο πρόχειρο" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Αντιγραφή συνδέσμου προς προφίλ" msgid "Copy link to starter pack" msgstr "Αντιγραφή συνδέσμου στο πακέτο νέων" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Αντιγραφή κειμένου μηνύματος" @@ -3341,7 +3455,7 @@ msgstr "Δεν ήταν δυνατή η αποθήκευση των αλλαγώ msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Δεν ήταν δυνατή η ενημέρωση των ρυθμίσεων ειδοποιήσεων" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Δημιουργία starter pack για μένα" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Εγγραφή" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Δημιουργία λογαριασμού" @@ -3549,7 +3668,7 @@ msgstr "Ημερομηνία γέννησης" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Διαγραφή για μένα" @@ -3645,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "Διαγραφή μηνύματος" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Διαγραφή μηνύματος για μένα" @@ -3655,7 +3774,7 @@ msgstr "Διαγραφή του λογαριασμού μου" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Διαγραφή ανάρτησης" @@ -3676,7 +3795,7 @@ msgstr "Διαγραφή αυτής της λίστας;" msgid "Delete this post?" msgstr "Διαγραφή αυτής της ανάρτησης;" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Διαγραμμένο" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Διάλογος: ρυθμίστε ποιοι μπορούν να αλληλεπιδράσουν με αυτή την ανάρτηση" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Ντιμαρισμένο" @@ -3806,9 +3925,9 @@ msgstr "Απενεργοποιημένο" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Απόρριψη" msgid "Discard changes?" msgstr "Απόρριψη αλλαγών;" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Απόρριψη προσχεδίου;" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Απόρριψη ανάρτησης;" @@ -3864,7 +3983,7 @@ msgstr "Απόρριψη" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Απόρριψη σφάλματος" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "Ολοκληρώθηκε" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Διάρκεια:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Επεξεργασία ρυθμίσεων αλληλεπίδρασης #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Επεξεργασία προφίλ" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Επεξεργασία προφίλ" @@ -4268,7 +4387,7 @@ msgstr "Ενσωμάτωση ανάρτησης" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Ενσωματώστε αυτήν την ανάρτηση στον ιστότοπό σας. Απλώς αντιγράψτε το παρακάτω τμήμα και επικολλήστε το στον κώδικα HTML του ιστότοπού σας." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "" @@ -4308,8 +4427,8 @@ msgstr "Ενεργοποίηση media players για" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "Εισάγετε το όνομα χρήστη και τον κωδικό πρόσβασης σας" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4408,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Σφάλμα" @@ -4438,7 +4557,7 @@ msgstr "Παρουσιάστηκε σφάλμα κατά την αποθήκευ msgid "Error receiving captcha response." msgstr "Σφάλμα λήψης απάντησης captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4450,26 +4569,38 @@ msgstr "Όλοι μπορούν να απαντήσουν" msgid "Everybody can reply to this post." msgstr "Όλοι μπορούν να απαντήσουν σε αυτήν την ανάρτηση." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Όλοι" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Όλοι" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Όλοι" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Αποκλεισμός χρηστών που ακολουθείτε" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Γυμνές σεξουαλικές εικόνες." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4626,6 +4757,7 @@ msgstr "Απέτυχε η αλλαγή του ονόματος χρήστη. Π #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "Απέτυχε η φόρτωση προτιμήσεων ροών" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "Απέτυχε η φόρτωση προτεινόμενων ακολου msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4789,6 +4921,10 @@ msgstr "Απέτυχε το καρφίτσωμα ανάρτησης" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "Απέτυχε η ενημέρωση ροών" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Απέτυχε η ενημέρωση ρυθμίσεων" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "Το αρχείο αποθηκεύτηκε με επιτυχία!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Φίλτρο από ροές" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Από <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Δημιουργήστε ένα starter pack" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "Λάβετε βοήθεια" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Έχετε πρόβλημα;" @@ -5973,7 +6144,7 @@ msgstr "Χμμμ, φαίνεται ότι έχουμε πρόβλημα με τ msgid "Hmmmm, we couldn't load that moderation service." msgstr "Χμμμ, δεν καταφέραμε να φορτώσουμε αυτήν την υπηρεσία διαχείρισης." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Περιμένετε! Δίνουμε σταδιακά πρόσβαση στο βίντεο και εσείς περιμένετε στην ουρά. Ελέγξτε ξανά σύντομα!" @@ -6102,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Εάν προσπαθείτε να αλλάξετε το όνομα χρήστη ή το email σας, κάντε το πριν απενεργοποιήσετε τον λογαριασμό σας." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Εικόνα" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Μη έγκυρο όνομα χρήστη ή κωδικός πρόσβασης" @@ -6334,7 +6539,6 @@ msgstr "Κωδικός πρόσκλησης" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Ο κωδικός πρόσκλησης δεν έγινε δεκτός. Βεβαιωθείτε ότι τον εισάγατε σωστά και δοκιμάστε ξανά." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Προσκλήσεις, αλλά προσωπικές" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Είστε μόνοι σας αυτή τη στιγμή! Προσθέστε περισσότερους ανθρώπους στο starter pack σας κάνοντας αναζήτηση παραπάνω." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID εργασίας: {0}" @@ -6469,8 +6672,8 @@ msgstr "Συμμετάσχετε στη συζήτηση" msgid "Journalism" msgstr "Δημοσιογραφία" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "Οι Ετικέτες στον λογαριασμό σας" msgid "Labels on your content" msgstr "Οι Ετικέτες στο περιεχόμενό σας" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Ρυθμίσεις γλώσσας" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Πιο πρόσφατα" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "Μάθετε περισσότερα" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "\"Μου αρέσει\"" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "Φόρτωση νέων ειδοποιήσεων" msgid "Load new posts" msgstr "Φόρτωση νέων αναρτήσεων" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "Διαχειριστείτε τις λέξεις και ετικέτες σας σε σίγαση" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Σημείωση ως ανάγνωση" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Μέσα" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "αναφερόμενοι χρήστες" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Μενού" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Το μήνυμα διαγράφηκε" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7193,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "Μήνυμα από τον διακομιστή: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Πεδίο εισαγωγής μηνύματος" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Το μήνυμα είναι πολύ μακρύ" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7215,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "Μηνύματα" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Μουσική" msgid "Mute" msgstr "Σίγαση" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Δεν πειράζει, δημιουργήστε ένα όνομα χρήστη για μένα" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Νέο" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Νέο" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Νέα συνομιλία" @@ -7574,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "Νέο όνομα χρήστη" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Επόμενο" msgid "Next image" msgstr "Επόμενη εικόνα" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "Δεν υπάρχουν ακόμη ειδοποιήσεις!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "Δεν υπάρχουν ακόμη παραθέσεις" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "Δεν βρέθηκαν αποτελέσματα" msgid "No results found for \"{query}\"" msgstr "Δεν βρέθηκαν αποτελέσματα για “{query}”" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7868,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "Μη σεξουαλικό γυμνό" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Ρυθμίσεις ειδοποιήσεων" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Ήχοι ειδοποιήσεων" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Απενεργοποιημένο" @@ -8017,7 +8257,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Ένα ή περισσότερα GIF λείπουν το εναλλακτικό κείμενο." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Μία ή περισσότερες εικόνες λείπουν το εναλλακτικό κείμενο." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Ένα ή περισσότερα βίντεο λείπουν το εναλλακτικό κείμενο." @@ -8083,7 +8323,7 @@ msgstr "Μόνο ο/η {0} μπορεί να απαντήσει." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Υποστηρίζονται μόνο αρχεία WebVTT (.vtt)" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Ουπς!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Άνοιγμα δημιουργού εικόνας προφίλ" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Άνοιγμα επιλογέα emoji" @@ -8280,7 +8535,7 @@ msgstr "Ανοίγει ένα παράθυρο διαλόγου για να πρ msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Ανοίγει τη διαδικασία για να δημιουργή msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Ο κωδικός πρόσβασης ενημερώθηκε" msgid "Password updated!" msgstr "Ο κωδικός πρόσβασης ενημερώθηκε!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Παύση" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Παύση βίντεο" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Άτομα" @@ -8550,17 +8805,17 @@ msgstr "Άτομα που ακολουθούν τον/την @{0}" msgid "People following @{0}" msgstr "Άτομα που ακολουθούνται από τον/την @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Φωτογραφία" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Καρφιτσωμένες ροές" msgid "Pinned to your feeds" msgstr "Καρφιτσωμένο στις ροές σας" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Αναπαραγωγή" @@ -8668,7 +8924,7 @@ msgstr "Αναπαραγωγή" msgid "Play {0}" msgstr "Αναπαραγωγή {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "Αναπαραγωγή βίντεο" msgid "Play Video" msgstr "Αναπαραγωγή Βίντεο" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Παρακαλώ ολοκληρώστε τον έλεγχο captcha." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Πολιτική" msgid "Porn" msgstr "Πορνογραφία" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Δημοσίευση" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Δημοσίευση Όλων" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Δημοσίευση ξεκαρφιτσωμένη" msgid "Posts" msgstr "Δημοσιεύσεις" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Οι δημοσιεύσεις μπορούν να τεθούν σε σίγαση με βάση το κείμενο, τις ετικέτες τους ή και τα δύο. Σας προτείνουμε να αποφύγετε τις κοινές λέξεις που εμφανίζονται σε πολλές δημοσιεύσεις, καθώς αυτό μπορεί να έχει ως αποτέλεσμα να μην εμφανίζεται καμία δημοσίευση." @@ -9067,11 +9327,11 @@ msgstr "Πολιτική Απορρήτου" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Επεξεργασία βίντεο..." @@ -9083,7 +9343,7 @@ msgstr "Επεξεργασία..." msgid "profile" msgstr "προφίλ" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "Η παράθεση δημοσίευσης αφαιρέθηκε επιτ msgid "Quote posts disabled" msgstr "Οι παραθέσεις δημοσιεύσεων είναι απενεργοποιημένες" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Παραθέσεις" @@ -9238,9 +9498,14 @@ msgstr "Επαναενεργοποίηση του λογαριασμού σας" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Επαναφόρτωση συνομιλιών" @@ -9379,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9427,6 +9692,11 @@ msgstr "Αφαίρεση ροής" msgid "Remove feed?" msgstr "Αφαίρεση ροής;" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Αφαίρεση εικόνας" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Αφαίρεση λέξης σε σίγαση από τη λίστα σας" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Αφαίρεση προφίλ" @@ -9507,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Αφαιρέθηκε από τον δημιουργό" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Αφαιρέθηκε από εσάς" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Απαντήσεις" @@ -9609,12 +9884,12 @@ msgstr "Οι απαντήσεις είναι απενεργοποιημένες" msgid "Replies to this post are disabled." msgstr "Οι απαντήσεις σε αυτή τη δημοσίευση είναι απενεργοποιημένες." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Απάντηση" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Απάντηση" @@ -9652,7 +9927,7 @@ msgstr "Η ορατότητα απάντησης ενημερώθηκε" msgid "Reply was successfully hidden" msgstr "Η απάντηση κρύφτηκε επιτυχώς" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Αναφορά ροής" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Αναφορά μηνύματος" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Αναδημοσίευση από εσάς" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "Αναδημοσίευση αυτής της ανάρτησης" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Επανάληψη της τελευταίας ενέργειας, η ο #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Αποθήκευση αλλαγών" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Αποθηκεύτηκε στις ροές σας" msgid "Say hello!" msgstr "Πείτε γεια!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Μετακίνηση στην κορυφή" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Αναζήτηση" @@ -10186,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Αναζήτηση GIFs" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "Αναζήτηση προφίλ" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "Επιλογή λογαριασμού" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "Επιλογή γλωσσών περιεχομένου" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Επιλογή από υπάρχοντα λογαριασμό" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Επιλέξτε πόσο καιρό να σιωπήσετε αυτήν τη λέξη." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Επιλέξτε τα ενδιαφέροντά σας από τις πα msgid "Select your preferred language for translations in your feed." msgstr "Επιλέξτε την προτιμώμενη γλώσσα σας για τις μεταφράσεις στη ροή σας." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Αποστολή σχολίων" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Αποστολή μηνύματος" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Αποστολή μέσω προσωπικού μηνύματος" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Ορίζει email για επαναφορά κωδικού πρόσβα msgid "Settings" msgstr "Ρυθμίσεις" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Κοινή χρήση QR κώδικα" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Κοινή χρήση αυτού του Starter Pack" @@ -10726,7 +11027,7 @@ msgstr "Ελεγκτής κοινών προτιμήσεων" msgid "Show" msgstr "Εμφάνιση" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Εμφάνιση εναλλακτικού κειμένου" @@ -10864,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Απαιτείται σύνδεση" msgid "Signed in as @{0}" msgstr "Συνδεδεμένος ως @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Παράλειψη" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11223,7 +11529,7 @@ msgstr "Σελίδα κατάστασης" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Βήμα {0} από {1}" @@ -11295,11 +11601,11 @@ msgstr "Εγγραφείτε στο @{0} για να χρησιμοποιήσε msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Εγγραφείτε στον ετικετογράφο" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Εγγραφείτε σε αυτόν τον δημιουργό ετικετών" @@ -11345,6 +11651,10 @@ msgstr "Προτεινόμενα για εσάς" msgid "Suggestive" msgstr "Προκλητικό" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "Η δημοσίευση στην οποία απαντάτε έχει ε msgid "The Privacy Policy has been moved to <0/>" msgstr "Η Πολιτική Απορρήτου έχει μετακινηθεί στο <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Υπήρξε μια έξαρση νέων χρηστών στο Bluesky! msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Αυτές οι ρυθμίσεις ισχύουν μόνο για τη ροή ΑκολουΘείτε." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Αυτή η ανάρτηση θα κρυφτεί από τις ροές και τα νήματα. Αυτό δεν μπορεί να αναιρεθεί." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "" @@ -12271,7 +12601,7 @@ msgstr "Σήμερα" msgid "Toggle to enable or disable adult content" msgstr "Εναλλαγή για να ενεργοποιήσετε ή να απενεργοποιήσετε περιεχόμενο για ενήλικες" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Κορυφή" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Πληκτρολογήστε το μήνυμά σας εδώ" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Τύπος:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Αδυναμία επικοινωνίας με την υπηρεσία σας. Παρακαλούμε ελέγξτε τη σύνδεσή σας στο διαδίκτυο." @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Ακύρωση Σίγασης" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Απεγγραφή" @@ -12691,7 +13024,7 @@ msgstr "Απεγγραφή" msgid "Unsubscribe from list" msgstr "Απεγγραφή από τη λίστα" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Απεγγραφή από αυτόν τον ετικετογράφο" @@ -12703,10 +13036,15 @@ msgstr "Απεγγραφή από αυτήν την λίστα" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Ανεβάστε από αρχεία" msgid "Upload from Library" msgstr "Ανεβάστε από τη βιβλιοθήκη" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Ανεβάζω εικόνες..." msgid "Uploading link thumbnail..." msgstr "Ανεβάζω μικρογραφία συνδέσμου..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Ανεβάζω βίντεο..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Βίντεο" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Αποτυχία επεξεργασίας βίντεο" @@ -13084,12 +13422,12 @@ msgstr "Το βίντεο δεν βρέθηκε." msgid "Video settings" msgstr "Ρυθμίσεις βίντεο" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Το βίντεο ανέβηκε" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Βίντεο: {0}" @@ -13097,11 +13435,13 @@ msgstr "Βίντεο: {0}" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "Προβολή των λογαριασμών που έχετε σε σί msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13391,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Δεν μπορέσαμε να προσδιορίσουμε εάν επιτρέπεται να ανεβάζετε βίντεο. Παρακαλώ προσπαθήστε ξανά." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Λυπούμαστε, αλλά δεν μπορέσαμε να επιλύ msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Λυπούμαστε, αλλά δεν μπορέσαμε να φορτώσουμε τις λέξεις που έχετε σε σίγαση αυτήν τη στιγμή. Παρακαλώ προσπαθήστε ξανά." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Λυπούμαστε! Η ανάρτηση στην οποία απαντάτε έχει διαγραφεί." @@ -13536,8 +13876,13 @@ msgstr "Ποια είναι τα ενδιαφέροντά σας;" msgid "What do you want to call your starter pack?" msgstr "Πώς θέλετε να ονομάσετε το starter pack σας;" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Τι συμβαίνει;" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Ουπς!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Γράψτε ανάρτηση" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Γράψτε την απάντησή σας" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Δεν επιτρέπεται να ανεβάζετε βίντεο." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Μπορείτε να συνεχίσετε τις τρέχουσες συνομιλίες ανεξάρτητα από τη ρύθμιση που θα επιλέξετε." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Τώρα μπορείτε να συνδεθείτε με τον νέο σας κωδικό πρόσβασης." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Έχετε φτάσει προσωρινά το όριο για μεταφορτώσεις βίντεο. Παρακαλώ προσπαθήστε ξανά αργότερα." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Πρέπει να ακολουθείτε τουλάχιστον επτά msgid "You must grant access to your photo library to save a QR code" msgstr "Πρέπει να παραχωρήσετε πρόσβαση στη βιβλιοθήκη φωτογραφιών σας για να αποθηκεύσετε έναν κωδικό QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Θα ακολουθήσετε τους προτεινόμενους χρήστες και τις ροές μόλις ολοκληρώσετε τη δημιουργία του λογαριασμού σας!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Θα ακολουθήσετε τους προτεινόμενους χρήστες μόλις ολοκληρώσετε τη δημιουργία του λογαριασμού σας!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Φτάσατε στο τέλος της ροής σας! Βρείτε περισσότερους λογαριασμούς για να ακολουθήσετε." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Έχετε φτάσει το ημερήσιο όριο για μεταφορτώσεις βίντεο (πάρα πολλά bytes)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Έχετε φτάσει το ημερήσιο όριο για μεταφορτώσεις βίντεο (πάρα πολλά βίντεο)" @@ -14209,7 +14558,7 @@ msgstr "Έχετε φτάσει το ημερήσιο όριο για μεταφ msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Ο λογαριασμός σας" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Ο λογαριασμός σας δεν είναι ακόμη αρκετά παλιός για να ανεβάσετε βίντεο. Παρακαλώ προσπαθήστε ξανά αργότερα." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Το προφίλ, οι αναρτήσεις, οι ροές και οι λίστες σας δεν θα είναι πλέον ορατές σε άλλους χρήστες του Bluesky. πορείτε να ενεργοποιήσετε τον λογαριασμό σας ανά πάσα στιγμή πραγματοποιώντας είσοδο." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/en-GB/messages.po b/src/locale/locales/en-GB/messages.po index 82179537a3..146eb112ec 100644 --- a/src/locale/locales/en-GB/messages.po +++ b/src/locale/locales/en-GB/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: en_GB\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: English, United Kingdom\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" category (active)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(chat invite link)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(contains embedded content)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(no email)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {# friend found!} other {# friends found!}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hour} other {# hours}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# label has} other {# labels have}} been placed on this account" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# label has} other {# labels have}} been placed on this content" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {# new join request} other {# new join requests}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# person} other {# people}} reacted – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# second} other {# seconds}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# unread item} other {# unread items}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} following" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} is blocking you" @@ -277,10 +305,16 @@ msgstr "{0} out of 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} reacted {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} was removed" msgid "{0} was removed from the group" msgstr "{0} was removed from the group" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, one {member} other {members}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {# chat update} other {# chat updates}}" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {# new join request} other {# new join requests}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# request} other {# requests}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minute} other {minutes}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" @@ -677,15 +733,15 @@ msgstr "{profileName} joined Bluesky using a starter pack {timeAgoString} ago" msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "{replierDisplayName} replied" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "{replierDisplayName} replied to {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "{replierDisplayName} replied to you" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> added you" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics and everything else happening on Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>You and<1> <2>{0} are included in your starter pack" msgid "⚠Invalid Handle" msgstr "⚠Invalid Handle" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "10+" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "10+ requests" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Accept Request" msgid "Accept this language suggestion" msgstr "Accept this language suggestion" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Accepted conversations" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Access requested! The group owner will review your request." @@ -1050,9 +1091,9 @@ msgstr "Account unmuted" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Activity from others" @@ -1108,6 +1149,10 @@ msgstr "Add alt text" msgid "Add alt text (optional)" msgstr "Add alt text (optional)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Add alt text (optional)" msgid "Add another account" msgstr "Add another account" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Add another post" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Add another post to thread" @@ -1141,6 +1186,10 @@ msgstr "Add automation label to account" msgid "Add emoji reaction" msgstr "Add emoji reaction" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Add group chat members" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Add image" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Add media to post" @@ -1312,6 +1361,11 @@ msgstr "Adult sexual abuse content" msgid "Advanced" msgstr "Advanced" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Age Assurance" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "All" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "All friends followed!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "All languages" @@ -1367,6 +1422,15 @@ msgstr "All languages" msgid "All languages will be shown in your feeds." msgstr "All languages will be shown in your feeds." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "All the feeds you've saved, right in one place." @@ -1380,13 +1444,13 @@ msgstr "Allow access to your direct messages" msgid "Allow anyone to reply" msgstr "Allow anyone to reply" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Allow direct messages from" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Allow group chat invites from" @@ -1440,10 +1504,10 @@ msgstr "Already have an account?" msgid "Already signed in as @{0}" msgstr "Already signed in as @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Alt text" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Alt Text" @@ -1489,7 +1553,7 @@ msgstr "An error has occurred" msgid "An error occurred" msgstr "An error occurred" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "An error occurred while compressing the video." @@ -1535,11 +1599,11 @@ msgstr "An error occurred while saving the QR code!" msgid "An error occurred while trying to follow all" msgstr "An error occurred while trying to follow all" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "An error occurred while uploading the video. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "An error occurred while uploading the video. Please check your internet connection and try again." @@ -1626,7 +1690,7 @@ msgstr "Animal welfare" msgid "Animals" msgstr "Animals" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Animated GIF" @@ -1638,6 +1702,11 @@ msgstr "Announcement" msgid "Announcing verification on Bluesky" msgstr "Announcing verification on Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Anyone" @@ -1781,6 +1850,24 @@ msgstr "Archived post" msgid "Are you really, really sure?" msgstr "Are you really, really sure?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Are you sure you want to remove this from your feeds?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Are you sure you want to rescind your request to join {0}?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Are you sure you'd like to discard this post?" @@ -1904,7 +1991,7 @@ msgstr "Available" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Available" msgid "Back" msgstr "Back" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Back to Chats" @@ -1961,10 +2048,10 @@ msgstr "Before you can get notifications for {name}'s posts, you must first veri #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Block user and/or delete this conversation" msgid "Block user and/or leave this conversation" msgstr "Block user and/or leave this conversation" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Blocked" @@ -2091,10 +2178,6 @@ msgstr "Blocked accounts cannot reply in your threads, mention you, or otherwise msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "Blocked message hidden" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Blocking does not prevent this labeller from placing labels on your account." @@ -2111,11 +2194,21 @@ msgstr "Blocking will not prevent labels from being applied on your account, but msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky cannot confirm the authenticity of the claimed date." @@ -2340,7 +2433,7 @@ msgstr "Camera access needed" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Camera access needed" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Camera access needed" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Cancel reactivation and sign out" msgid "Cancel reply" msgstr "Cancel reply" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Cancel search" @@ -2411,7 +2505,7 @@ msgstr "Subtitles (.vtt)" msgid "Captions & alt text" msgstr "Subtitles & alt text" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "carousel" @@ -2435,7 +2529,7 @@ msgstr "Change app icon" msgid "Change app icon to \"{0}\"" msgstr "Change app icon to \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Change app language" @@ -2518,11 +2612,11 @@ msgstr "Chat invite link no longer available" msgid "Chat locked" msgstr "Chat locked" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Chat messages – silent" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Chat messages – sound" @@ -2536,6 +2630,12 @@ msgstr "Chat muted" msgid "Chat not found." msgstr "Chat not found." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "Chat options" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Chat owners cannot leave a group chat." @@ -2548,22 +2648,22 @@ msgstr "Chat recipient is not followed by the sender." msgid "Chat request inbox" msgstr "Chat request inbox" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Chat requests" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Chat settings" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Chat Settings" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat unmuted" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Chats" @@ -2661,10 +2761,16 @@ msgstr "Choose your own timeline! Feeds built by the community help you find con msgid "Choose your password" msgstr "Choose your password" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Choose your username" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Clear all storage data" @@ -2673,6 +2779,10 @@ msgstr "Clear all storage data" msgid "Clear all storage data (restart after this)" msgstr "Clear all storage data (restart after this)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Click here to view the invite link for this group chat" msgid "Click to open tag menu for {0}" msgstr "Click to open tag menu for {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Click to retry failed message" @@ -2755,6 +2865,7 @@ msgstr "Click to retry failed message" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Click to retry failed message" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Close banner" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Close the incoming requests banner" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Close this dialog" @@ -2874,7 +2984,7 @@ msgstr "Close welcome modal" msgid "Closes password update alert" msgstr "Closes password update alert" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Closes post composer and discards post draft" @@ -2886,7 +2996,7 @@ msgstr "Collapse list of users" msgid "Collapses list of users for a given notification" msgstr "Collapses list of users for a given notification" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Colour" @@ -2917,7 +3027,7 @@ msgstr "Community Guidelines" msgid "Complete onboarding and start using your account" msgstr "Complete onboarding and start using your account" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Complete the challenge" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Compose new post" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Compose posts up to {0, plural, other {# characters}} in length" @@ -2936,11 +3046,11 @@ msgstr "Compose posts up to {0, plural, other {# characters}} in length" msgid "Compose reply" msgstr "Compose reply" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "Compressing GIF..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Compressing video..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Contact our support team" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Contact support" @@ -3134,8 +3244,12 @@ msgstr "Conversation not found." msgid "Copied build version to clipboard" msgstr "Copied build version to clipboard" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Copy link to profile" msgid "Copy link to starter pack" msgstr "Copy link to starter pack" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Copy message text" @@ -3341,7 +3455,7 @@ msgstr "Could not save changes: {0}" msgid "Could not share – please try again" msgstr "Could not share – please try again" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Could not update notification settings" @@ -3363,6 +3477,11 @@ msgstr "Couldn’t load GIFs" msgid "Country code" msgstr "Country code" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Create a starter pack for me" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Create account" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Create an account" @@ -3549,7 +3668,7 @@ msgstr "Date of birth" msgid "Dawn" msgstr "Dawn" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Day" @@ -3632,7 +3751,7 @@ msgstr "Delete contacts" msgid "Delete conversation" msgstr "Delete conversation" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Delete for me" @@ -3645,7 +3764,7 @@ msgstr "Delete list" msgid "Delete message" msgstr "Delete message" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Delete message for me" @@ -3655,7 +3774,7 @@ msgstr "Delete my account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Delete post" @@ -3676,7 +3795,7 @@ msgstr "Delete this list?" msgid "Delete this post?" msgstr "Delete this post?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Deleted" @@ -3697,10 +3816,6 @@ msgstr "Deleted by Plivo after verification" msgid "Deleted list" msgstr "Deleted list" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "Deleted message" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "Device failed to translate :(" msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: adjust who can interact with this post" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Dim" @@ -3806,9 +3925,9 @@ msgstr "Disabled" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Discard" msgid "Discard changes?" msgstr "Discard changes?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Discard draft?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Discard post?" @@ -3864,7 +3983,7 @@ msgstr "Dismiss" msgid "Dismiss banner" msgstr "Dismiss banner" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Dismiss error" @@ -3954,13 +4073,13 @@ msgstr "Don't worry! All existing messages and settings are saved and will be av #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Don't worry! All existing messages and settings are saved and will be av msgid "Done" msgstr "Done" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Double tap or long press the message to add a reaction" @@ -4045,7 +4164,7 @@ msgstr "Due to laws in your region, certain features on Bluesky are currently re msgid "Duration:" msgstr "Duration:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Dusk" @@ -4176,12 +4295,12 @@ msgstr "Edit post interaction settings" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Edit profile" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Edit Profile" @@ -4268,7 +4387,7 @@ msgstr "Embed post" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Embedded video player" @@ -4308,8 +4427,8 @@ msgstr "Enable media players for" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Enable push notifications" @@ -4400,7 +4519,7 @@ msgstr "Enter your password" msgid "Enter your username and password" msgstr "Enter your username and password" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Enters fullscreen" @@ -4408,7 +4527,7 @@ msgstr "Enters fullscreen" msgid "Entertainment" msgstr "Entertainment" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4438,7 +4557,7 @@ msgstr "Error occurred while saving file" msgid "Error receiving captcha response." msgstr "Error receiving captcha response." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Error: {error}" @@ -4450,26 +4569,38 @@ msgstr "Everybody can reply" msgid "Everybody can reply to this post." msgstr "Everybody can reply to this post." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Everyone" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Everyone" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Everyone" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Everything else" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Exclude users you follow" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Explicit sexual images." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Explore" msgid "Explore the app" msgstr "Explore the app" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Export my chat data" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "Failed to accept join request" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Failed to add emoji reaction" @@ -4626,6 +4757,7 @@ msgstr "Failed to change handle. Please try again." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Failed to copy link" @@ -4698,10 +4830,6 @@ msgstr "Failed to follow all your friends, please try again" msgid "Failed to hide suggestion, please check your internet connection" msgstr "Failed to hide suggestion, please check your internet connection" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Failed to ignore join request" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Failed to join the group chat. Please try again." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Failed to leave group chat" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Failed to load conversations" @@ -4735,8 +4863,11 @@ msgstr "Failed to load feeds" msgid "Failed to load feeds preferences" msgstr "Failed to load feeds preferences" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Failed to load notification settings." @@ -4767,12 +4898,13 @@ msgstr "Failed to load suggested follows" msgid "Failed to lock group chat" msgstr "Failed to lock group chat" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "Failed to mark all chats as read" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Failed to mark all requests as read" @@ -4789,6 +4921,10 @@ msgstr "Failed to pin post" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Failed to reconnect Germ DM. Error: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "Failed to reject join request" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Failed to remove data due to a network error, please check your internet connection." @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "Failed to remove data. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Failed to remove emoji reaction" @@ -4830,7 +4966,7 @@ msgstr "Failed to rescind your request. Please try again." msgid "Failed to resolve location. Please try again." msgstr "Failed to resolve location. Please try again." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Failed to save draft" @@ -4898,7 +5034,7 @@ msgstr "Failed to update feeds" msgid "Failed to update notification declaration" msgstr "Failed to update notification declaration" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Failed to update settings" @@ -4973,7 +5109,7 @@ msgstr "Feedback sent to feed operator" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Fetch update" msgid "File saved successfully!" msgstr "File saved successfully!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filter from feeds" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filter search by language" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filter search by language (currently: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Filter who can opt to receive notifications for your activity" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Filter who you receive notifications from" @@ -5081,7 +5238,7 @@ msgstr "Find people to follow" msgid "Find people you know" msgstr "Find people you know" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Find posts, users and feeds on Bluesky" @@ -5361,7 +5518,8 @@ msgstr "Four message bubbles representing a group chat. First message: \"Did you msgid "Free your feed" msgstr "Free your feed" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "From" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "From <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Generate a starter pack" @@ -5414,43 +5577,51 @@ msgstr "Germ DM reconnected" msgid "Get help" msgstr "Get help" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Get notifications for starter pack joins, verification, and other activity." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Get notifications when people follow you." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Get notifications when people like your posts." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Get notifications when people like your reposts." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Get notifications when people mention you." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Get notifications when people quote your posts." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Get notifications when people reply to your posts." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Get notifications when people repost your posts." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Get notifications when people repost your reposts." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Get notifications when there's activity on posts you're subscribed to." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Get started" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF uploaded" @@ -5686,7 +5857,7 @@ msgstr "Group chat unmuted" msgid "Group Chats" msgstr "Group Chats" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Group chats are only available to users 18 and over." @@ -5784,7 +5955,7 @@ msgstr "Have a code? <0>Click here." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Have we got your location wrong? <0>Tap here to update your location with GPS." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Having trouble?" @@ -5973,7 +6144,7 @@ msgstr "Hmm, it seems we're having trouble loading this data. See below for more msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, we couldn't load that moderation service." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Hold up! We’re gradually giving access to video and you’re still waiting in line. Check back soon!" @@ -6102,12 +6273,12 @@ msgstr "If you're a developer, you can host your own server." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "If you're trying to change your handle or email, do so before you deactivate." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Image" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Image {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Image {0} of {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Image {0} of {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Image cache cleared, freed {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Image gallery, {0} images" @@ -6201,43 +6372,77 @@ msgstr "Imported on {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "In-app" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "In-app notifications" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "In-app, everyone" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "In-app, people you follow" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "In-app, push" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "In-app, push, everyone" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "In-app, push, people you follow" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Inbox empty" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Inbox zero!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Incorrect username or password" @@ -6334,7 +6539,6 @@ msgstr "Invite code" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Invite code not accepted. Check that you input it correctly and try again." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Invite friends" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Invite Friends" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Invites, but personal" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "Is your location not accurate? <0>Tap here to update your location with GPS." #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "It's just you right now! Add more people to your starter pack by searching above." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "Job ID: {0}" @@ -6469,8 +6672,8 @@ msgstr "Join the conversation" msgid "Journalism" msgstr "Journalism" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Keep editing" @@ -6479,11 +6682,6 @@ msgstr "Keep editing" msgid "Keep me posted" msgstr "Keep me posted" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Kick member" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "KWS website" @@ -6518,6 +6716,10 @@ msgstr "Labels on your account" msgid "Labels on your content" msgstr "Labels on your content" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Language Settings" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Last initiated just now" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Latest" @@ -6562,6 +6764,16 @@ msgstr "Learn more" msgid "Learn More" msgstr "Learn More" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Learn more about age assurance" @@ -6765,16 +6977,16 @@ msgstr "Liked by {0, plural, one {# user} other {# users}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Liked by {likeCount, plural, one {# user} other {# users}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Likes" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Likes of your reposts" @@ -6954,9 +7166,7 @@ msgstr "Load new notifications" msgid "Load new posts" msgstr "Load new posts" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Loading chat…" @@ -7065,18 +7275,20 @@ msgstr "Manage verification settings" msgid "Manage your muted words and tags" msgstr "Manage your muted words and tags" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Mark all as read" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "Mark all chats as read" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "Mark all requests as read" @@ -7085,15 +7297,16 @@ msgstr "Mark all requests as read" msgid "Mark as read" msgstr "Mark as read" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Marked all as read" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "Marked all chats as read" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "Marked all requests as read" @@ -7102,6 +7315,7 @@ msgstr "Marked all requests as read" msgid "Maybe later" msgstr "Maybe later" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Media" @@ -7137,26 +7351,29 @@ msgstr "Members can still read chat history but can’t send new messages." msgid "mentioned users" msgstr "mentioned users" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Mentions" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "Message" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "Message" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Message deleted" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Message failed to send." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Message from @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Message from @{0}: {1}" msgid "Message from server: {0}" msgstr "Message from server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Message input field" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Message is too long" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Message options" @@ -7215,11 +7426,11 @@ msgstr "Message options" msgid "Messages" msgstr "Messages" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "Messages from this person are hidden while they are blocking you." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Messages from this person are hidden while you are blocking them." @@ -7343,7 +7554,7 @@ msgstr "Music" msgid "Mute" msgstr "Mute" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Need to report a copyright violation, legal request, or regulatory compl msgid "Nevermind, create a handle for me" msgstr "Nevermind, create a handle for me" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "New" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "New" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "New chat" @@ -7574,9 +7789,9 @@ msgstr "New email address" msgid "New Feature" msgstr "New Feature" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "New followers" @@ -7608,6 +7823,18 @@ msgstr "New handle" msgid "New list" msgstr "New list" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Next" msgid "Next image" msgstr "Next image" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Night" @@ -7779,12 +8006,12 @@ msgstr "No name" msgid "No notifications yet!" msgstr "No notifications yet!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "No one" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "No one" @@ -7822,6 +8049,10 @@ msgstr "No quotes yet" msgid "No recent GIFs yet. Pick one to see it here." msgstr "No recent GIFs yet. Pick one to see it here." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "No replies yet" @@ -7856,10 +8087,18 @@ msgstr "No results found" msgid "No results found for \"{query}\"" msgstr "No results found for \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "No results found for “<0>{query}”." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "No results." @@ -7868,11 +8107,6 @@ msgstr "No results." msgid "No Starter Packs yet" msgstr "No Starter Packs yet" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "No text" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Non-consensual intimate imagery" msgid "Non-sexual Nudity" msgstr "Non-sexual Nudity" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "Not available on this platform" @@ -7954,26 +8193,27 @@ msgstr "Note: This post is only visible to logged-in users." msgid "Nothing saved yet" msgstr "Nothing saved yet" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Notification settings" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Notification sounds" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "Number should be a mobile number" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Off" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "One of the selected recipients does not allow group chats." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "One of the selected recipients has blocked you and cannot be messaged." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "One or more GIFs is missing alt text." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "One or more images is missing alt text." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "One or more of your selected files are not supported." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, other {The maximum number of characters is # characters.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "One or more videos is missing alt text." @@ -8083,7 +8323,7 @@ msgstr "Only {0} can reply." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Only admins can accept join requests." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Only admins can ignore join requests." +msgid "Only admins can reject join requests." +msgstr "Only admins can reject join requests." #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Only people {0} follows can join." msgid "Only people the chat owner follows can join" msgstr "Only people the chat owner follows can join" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Only WebVTT (.vtt) files are supported" @@ -8140,6 +8392,10 @@ msgstr "Oops, this profile doesn't exist. Try scanning another one." msgid "Oops!" msgstr "Oops!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Open avatar creator" @@ -8170,9 +8426,8 @@ msgstr "Open draft" msgid "Open drawer menu" msgstr "Open drawer menu" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Open emoji picker" @@ -8280,7 +8535,7 @@ msgstr "Opens a dialog to add a content warning to your post" msgid "Opens a dialog to choose who can interact with this post" msgstr "Opens a dialog to choose who can interact with this post" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "Opens a list of colour themes for the QR card" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Opens device camera" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." @@ -8329,7 +8584,7 @@ msgstr "Opens flow to create a new Bluesky account" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Opens flow to sign in to your existing Bluesky account" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Opens full image" @@ -8513,12 +8768,12 @@ msgstr "Password updated" msgid "Password updated!" msgstr "Password updated!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pause" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Pause GIF" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Pause video" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "People" @@ -8550,17 +8805,17 @@ msgstr "People followed by @{0}" msgid "People following @{0}" msgstr "People following @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "People I follow" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "People I follow" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "People I follow" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "People I follow can request to join" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "People you follow" @@ -8610,7 +8866,7 @@ msgstr "Phone number verified" msgid "Photography" msgstr "Photography" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Pick a colour theme" @@ -8658,7 +8914,7 @@ msgstr "Pinned Feeds" msgid "Pinned to your feeds" msgstr "Pinned to your feeds" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Play" @@ -8668,7 +8924,7 @@ msgstr "Play" msgid "Play {0}" msgstr "Play {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Play GIF" @@ -8681,11 +8937,11 @@ msgstr "Play video" msgid "Play Video" msgstr "Play Video" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Plays or pauses the GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Plays or pauses the video" @@ -8722,7 +8978,7 @@ msgstr "Please click on the link in the email we just sent you to verify your ne msgid "Please complete the verification captcha." msgstr "Please complete the verification captcha." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Please confirm your email address to upload videos." @@ -8865,7 +9121,7 @@ msgstr "Politics" msgid "Porn" msgstr "Porn" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Post" @@ -8885,12 +9141,12 @@ msgstr "Post a photo" msgid "Post a video" msgstr "Post a video" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Post All" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Post anyway" @@ -8982,6 +9238,10 @@ msgstr "Post unpinned" msgid "Posts" msgstr "Posts" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." @@ -9067,11 +9327,11 @@ msgstr "Privacy Policy" msgid "Privacy violation of a minor" msgstr "Privacy violation of a minor" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "Processing GIF..." -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Processing video..." @@ -9083,7 +9343,7 @@ msgstr "Processing..." msgid "profile" msgstr "profile" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Public, shareable lists of users to mute or block in bulk." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Publish post" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Publish posts" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Publish replies" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Publish reply" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Push notifications" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Push, everyone" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Push, people you follow" @@ -9188,10 +9448,10 @@ msgstr "Quote post was successfully detached" msgid "Quote posts disabled" msgstr "Quote posts disabled" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Quotes" @@ -9238,10 +9498,15 @@ msgstr "Reactivate your account" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Read {0, plural, one {# more reply} other {# more replies}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Real people." msgid "Reason for appeal" msgstr "Reason for appeal" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Receive in-app notifications" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Receive push notifications" @@ -9304,7 +9569,7 @@ msgstr "Receive push notifications" msgid "Recent GIFs" msgstr "Recent GIFs" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Recent searches" @@ -9339,8 +9604,8 @@ msgstr "Reject chat request" msgid "Reject join request" msgstr "Reject join request" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Reload conversations" @@ -9379,9 +9644,9 @@ msgstr "Remove {displayName} from this group chat" msgid "Remove {displayName}?" msgstr "Remove {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Remove feed" msgid "Remove feed?" msgstr "Remove feed?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Remove from chat" @@ -9466,11 +9736,16 @@ msgstr "Remove image" msgid "Remove live status" msgstr "Remove live status" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "Remove member" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Remove mute word from your list" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Remove profile" @@ -9507,11 +9782,11 @@ msgstr "Remove verification" msgid "Remove your verification for this account?" msgstr "Remove your verification for this account?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Removed by author" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Removed by you" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Replied to you" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "Replied-to message from {senderName}, tap to scroll to it" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "Replied-to message, tap to scroll to it" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Replies" @@ -9609,12 +9884,12 @@ msgstr "Replies disabled" msgid "Replies to this post are disabled." msgstr "Replies to this post are disabled." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Reply" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Reply" @@ -9652,7 +9927,7 @@ msgstr "Reply visibility updated" msgid "Reply was successfully hidden" msgstr "Reply was successfully hidden" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Report feed" msgid "Report list" msgstr "Report list" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Report message" @@ -9783,9 +10058,9 @@ msgstr "Reposted by {reposter}" msgid "Reposted by you" msgstr "Reposted by you" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Reposts" @@ -9793,9 +10068,9 @@ msgstr "Reposts" msgid "Reposts of this post" msgstr "Reposts of this post" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Reposts of your reposts" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Request code" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Request ignored." +msgid "Request rejected." +msgstr "Request rejected." #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Requested" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Requests" @@ -9934,9 +10209,9 @@ msgstr "Retries the last action, which errored out" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Save birthdate" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Save changes" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Save changes?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Save draft" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Save draft?" @@ -10089,8 +10364,8 @@ msgstr "Saved to your feeds" msgid "Say hello!" msgstr "Say hello!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Say hi to someone" @@ -10120,7 +10395,7 @@ msgstr "Scroll left" msgid "Scroll right" msgstr "Scroll right" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "Scroll to the message this is replying to" @@ -10131,8 +10406,11 @@ msgstr "Scroll to top" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Search" @@ -10186,17 +10464,13 @@ msgstr "Search for more feeds" msgid "Search for people" msgstr "Search for people" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Search for posts, users, or feeds" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Search GIFs" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "Search is currently unavailable when logged out" @@ -10225,6 +10499,10 @@ msgstr "Search posts" msgid "Search profiles" msgstr "Search profiles" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Search..." @@ -10319,7 +10597,7 @@ msgstr "Select a reason" msgid "Select account" msgstr "Select account" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Select an app language" @@ -10357,6 +10635,11 @@ msgstr "Select content languages" msgid "Select duration" msgstr "Select duration" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Select from an existing account" @@ -10388,7 +10671,7 @@ msgstr "Select group chat members" msgid "Select how long to mute this word for." msgstr "Select how long to mute this word for." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Select your interests from the options below" msgid "Select your preferred language for translations in your feed." msgstr "Select your preferred language for translations in your feed." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Select your preferred notification channels" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "Selecting multiple media types is not supported." @@ -10491,8 +10774,7 @@ msgstr "Send error report" msgid "Send feedback" msgstr "Send feedback" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Send message" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Send via direct message" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Sent at {0}" @@ -10574,7 +10856,7 @@ msgstr "Sets email for password reset" msgid "Settings" msgstr "Settings" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Settings for activity from others" @@ -10582,39 +10864,49 @@ msgstr "Settings for activity from others" msgid "Settings for allowing others to be notified of your posts" msgstr "Settings for allowing others to be notified of your posts" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Settings for like notifications" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Settings for mention notifications" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Settings for new follower notifications" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Settings for notifications for everything else" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Settings for notifications for likes of your reposts" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Settings for notifications for reposts of your reposts" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Settings for quote notifications" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Settings for reply notifications" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Settings for repost notifications" @@ -10684,6 +10976,11 @@ msgstr "Share my profile" msgid "Share post at:// URI" msgstr "Share post at:// URI" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Share QR code" msgid "Share this feed" msgstr "Share this feed" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Share this starter pack" @@ -10726,7 +11027,7 @@ msgstr "Shared Preferences Tester" msgid "Show" msgstr "Show" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Show alt text" @@ -10864,13 +11165,13 @@ msgstr "Shows the content" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Sign-in Required" msgid "Signed in as @{0}" msgstr "Signed in as @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Skip" msgid "Skip contact sharing and continue to the app" msgstr "Skip contact sharing and continue to the app" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Skip empty posts?" @@ -10980,7 +11286,7 @@ msgstr "Skip introduction and start using your account" msgid "Skip to next step" msgstr "Skip to next step" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "slide" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Someone left the group" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Someone reacted {0}" @@ -11223,7 +11529,7 @@ msgstr "Status Page" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Step {0} of {1}" @@ -11295,11 +11601,11 @@ msgstr "Subscribe to @{0} to use these labels:" msgid "Subscribe to account activity" msgstr "Subscribe to account activity" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Subscribe to Labeller" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Subscribe to this labeller" @@ -11345,6 +11651,10 @@ msgstr "Suggested for you" msgid "Suggestive" msgstr "Suggestive" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "Sunlight" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Take the conversation private." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Tap for details" @@ -11474,7 +11784,7 @@ msgstr "Tap to remove your {0} reaction" msgid "Tap to request access to join this group chat" msgstr "Tap to request access to join this group chat" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Tap to retry" @@ -11487,7 +11797,7 @@ msgstr "Tap to show {0} reactions" msgid "Tap to show all reactions" msgstr "Tap to show all reactions" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Tap to view reactions" @@ -11669,8 +11979,8 @@ msgstr "The post you’re replying to was marked as being written in {suggestedL msgid "The Privacy Policy has been moved to <0/>" msgstr "The Privacy Policy has been moved to <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." @@ -11832,10 +12142,25 @@ msgstr "There's been a rush of new users to Bluesky! We'll activate your account msgid "These are your default settings" msgstr "These are your default settings" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "These settings only apply to the Following feed." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "They own this chat" @@ -11959,6 +12284,11 @@ msgstr "This draft will be permanently deleted." msgid "This email is already associated with your account." msgstr "This email is already associated with your account." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" @@ -12063,13 +12393,13 @@ msgstr "This list is empty." msgid "This message is hidden" msgstr "This message is hidden" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "This message is hidden because this user is blocking you." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "This message is hidden because you are blocking this user." @@ -12107,7 +12437,7 @@ msgstr "This post was deleted by its author" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "This post will be hidden from feeds and threads. This cannot be undone." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "This post's author has disabled quote posts." @@ -12271,7 +12601,7 @@ msgstr "Today" msgid "Toggle to enable or disable adult content" msgstr "Toggle to enable or disable adult content" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Toggles the sound" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Too many contacts – you've exceeded the number of contacts you can import to find your friends" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Top" @@ -12304,8 +12634,8 @@ msgstr "Top replies first" msgid "Topic" msgstr "Topic" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Trolling" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Trust emerges from relationships, communities and shared context, so we’re also enabling <0>trusted verifiers: organisations that can directly issue verification." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Try it" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "Twilight" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Two-factor authentication (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Type your message here" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Type:" @@ -12423,7 +12756,7 @@ msgstr "Unable to contact your service. Please check your internet connection an #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Unable to contact your service. Please check your Internet connection." @@ -12463,7 +12796,7 @@ msgstr "Unavailable" msgid "Unavailable feed information" msgstr "Unavailable feed information" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Unlock this group chat" msgid "Unmute" msgstr "Unmute" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Unpinned list" msgid "Unsnooze email reminder" msgstr "Unsnooze email reminder" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Unsubscribe" @@ -12691,7 +13024,7 @@ msgstr "Unsubscribe" msgid "Unsubscribe from list" msgstr "Unsubscribe from list" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Unsubscribe from this labeller" @@ -12703,10 +13036,15 @@ msgstr "Unsubscribed from list" msgid "Unsupported clipboard content" msgstr "Unsupported clipboard content" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Unsupported video type: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Up to 50 people" @@ -12791,7 +13129,7 @@ msgstr "Upload from Files" msgid "Upload from Library" msgstr "Upload from Library" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "Uploading GIF..." @@ -12805,7 +13143,7 @@ msgstr "Uploading images..." msgid "Uploading link thumbnail..." msgstr "Uploading link thumbnail..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Uploading video..." @@ -13040,12 +13378,12 @@ msgstr "Verifying..." msgid "Version {0}" msgstr "Version {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Video failed to process" @@ -13084,12 +13422,12 @@ msgstr "Video not found." msgid "Video settings" msgstr "Video settings" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Video uploaded" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Video: {0}" @@ -13097,11 +13435,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videos" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Videos must be less than 3 minutes long." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "View" @@ -13190,7 +13530,7 @@ msgstr "View more" msgid "View more trending videos" msgstr "View more trending videos" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "View post" @@ -13264,8 +13604,8 @@ msgstr "View your muted accounts" msgid "View your verifications" msgstr "View your verifications" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Views full image" @@ -13391,7 +13731,7 @@ msgstr "We recommend selecting at least two interests." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "We were unable to determine if you are allowed to upload videos. Please try again." @@ -13460,7 +13800,7 @@ msgstr "We’re having network issues, try again" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "We’re so excited to have you join us!" @@ -13477,8 +13817,8 @@ msgstr "We're sorry, but we were unable to resolve this list. If this persists, msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "We're sorry, but we weren't able to load your muted words at this time. Please try again." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "We’re sorry, but your search could not be completed. Please try again in a few minutes." @@ -13486,7 +13826,7 @@ msgstr "We’re sorry, but your search could not be completed. Please try again msgid "We're sorry, you cannot access this screen at this time." msgstr "We're sorry, you cannot access this screen at this time." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "We're sorry! The post you are replying to has been deleted." @@ -13536,8 +13876,13 @@ msgstr "What are your interests?" msgid "What do you want to call your starter pack?" msgstr "What do you want to call your starter pack?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "What's up?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Who can verify?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Whoops!" @@ -13623,7 +13968,7 @@ msgstr "Would you like to block this user and/or leave this conversation?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Would you like to save this as a draft before viewing your drafts?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Would you like to save this as a draft to edit later?" @@ -13632,12 +13977,12 @@ msgstr "Would you like to save this as a draft to edit later?" msgid "Write a post" msgstr "Write a post" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Write post" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Write your reply" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "You are accessing Bluesky from a region that legally requires us to verify your age before allowing you to access the app." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "You are blocking {0}" @@ -13741,7 +14086,7 @@ msgstr "You are Live" msgid "You are no longer live" msgstr "You are no longer live" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "You are not allowed to upload videos." @@ -13786,12 +14131,12 @@ msgstr "You can also download your chat data as a \"JSONL\" file. This file only msgid "You can always opt out and delete your data" msgstr "You can always opt out and delete your data" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "You can choose whether chat notifications have sound in the chat settings within the app" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "You can continue ongoing conversations regardless of which setting you choose." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "You can now sign in with your new password." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "You can only save drafts up to 1,000 characters." @@ -13821,11 +14166,11 @@ msgstr "You can only save drafts up to 1,000 characters." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "You can only save drafts up to 1,000 characters. Would you like to discard this post before viewing your drafts?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "You can only select one GIF at a time." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "You can only select one video at a time." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "You can read chat history but can’t send new messages." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "You can update this later from your settings." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" @@ -13958,7 +14303,7 @@ msgstr "You have successfully verified your email address. You can close this di msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "You have temporarily reached the limit for video uploads. Please try again later." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "You have unsaved changes to this draft, would you like to save them?" @@ -14033,7 +14378,7 @@ msgstr "You must be following at least seven other people to generate a starter msgid "You must grant access to your photo library to save a QR code" msgstr "You must grant access to your photo library to save a QR code" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "You need to allow access to your media library." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "You probably want to restart the app now." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "You reacted {0}" @@ -14069,15 +14414,15 @@ msgstr "You reacted {0} to {target}" msgid "You recently changed your birthdate" msgstr "You recently changed your birthdate" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "You replied" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "You replied to {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "You replied to yourself" @@ -14117,11 +14462,11 @@ msgstr "You won’t be able to rejoin unless you’re invited." msgid "You: {message}" msgstr "You: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "You'll follow the suggested users and feeds once you finish creating your account!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "You'll follow the suggested users once you finish creating your account!" @@ -14185,7 +14530,7 @@ msgstr "You've reached the end of the active content." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "You've reached the end of your feed! Find some more accounts to follow." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "You've reached the maximum number of drafts" @@ -14193,15 +14538,19 @@ msgstr "You've reached the maximum number of drafts" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "You've reached the maximum number of requests allowed. Please try again later." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "You've reached the start of the active content." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "You've reached your daily limit for video uploads (too many bytes)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "You've reached your daily limit for video uploads (too many videos)" @@ -14209,7 +14558,7 @@ msgstr "You've reached your daily limit for video uploads (too many videos)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "You've run out of videos to watch. Maybe it's a good time to take a break?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Your account" @@ -14221,7 +14570,7 @@ msgstr "Your account has been deleted, see ya! ✌️" msgid "Your account has been suspended" msgstr "Your account has been suspended" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Your account is not yet old enough to upload videos. Please try again later." @@ -14353,11 +14702,11 @@ msgstr "Your password has been changed successfully! Please use your new passwor msgid "Your password must be at least 8 characters long." msgstr "Your password must be at least 8 characters long." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Your post was sent" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Your posts were sent" @@ -14378,7 +14727,7 @@ msgstr "Your profile picture surrounded by concentric circles of other users' pr msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Your profile, posts, feeds and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Your reply was sent" @@ -14391,7 +14740,7 @@ msgstr "Your report will be sent to <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Your selected interests help us serve you content you care about." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index e43b0cdf79..17eba11403 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -5233,7 +5233,7 @@ msgstr "" msgid "Find people you know" msgstr "Find people you know" -#: src/screens/Search/Shell.tsx:700 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -10404,8 +10404,8 @@ msgstr "" #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 #: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 #: src/screens/Search/Shell.tsx:495 -#: src/screens/Search/Shell.tsx:546 -#: src/screens/Search/Shell.tsx:688 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10985,7 +10985,7 @@ msgstr "" msgid "Share this feed" msgstr "" -#: src/screens/Search/Shell.tsx:575 +#: src/screens/Search/Shell.tsx:576 msgid "Share this search" msgstr "Share this search" diff --git a/src/locale/locales/eo/messages.po b/src/locale/locales/eo/messages.po index d6e0de3a18..7a4c6a6850 100644 --- a/src/locale/locales/eo/messages.po +++ b/src/locale/locales/eo/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: eo\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Esperanto\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorio \"{interestsDisplayName}\" (aktiva)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(invitilo al babilejo)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(enhavas enkorpigitan enhavon)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(sen retpoŝtadreso)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {# amiko trovita!} other {# amikoj trovitaj!}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# horo} other {# horoj}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# etikedo estas metita} other {# etikedoj estas metitaj}} sur ĉi tiun konton" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# etikedo estas metita} other {# etikedoj estas metitaj}} sur ĉi tiun enhavon" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {# nova aliĝpeto} other {# novaj aliĝpetoj}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# homo} other {# homoj}} reagis – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# sekundo} other {# sekundoj}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# nelegita elemento} other {# nelegitaj elementoj}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} sekvataj" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} blokas vin" @@ -277,10 +305,16 @@ msgstr "{0} el 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} reagis per {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} estis forigita" msgid "{0} was removed from the group" msgstr "{0} estis forigita el la grupo" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, one {ano} other {anoj}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {# babileja aktualigo} other {# babilejaj aktualigoj msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {# nova aliĝpeto} other {# novaj aliĝpetoj}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# peto} other {# petoj}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {horo} other {horoj}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutoj}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} eksekvis vin" @@ -677,17 +733,17 @@ msgstr "{profileName} aliĝis al Bluesky uzante startpakon antaŭ {timeAgoString msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} respondis" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName} respondis al {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName} respondis al vi" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> aligis vin" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Ensalutu<1> aŭ <2>kreu konton<3> <4>por serĉi pri novaĵoj, sportoj, politiko kaj ĉio alia okazanta ĉe Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>Vi kaj<1> <2>{0} estas en via startpako" msgid "⚠Invalid Handle" msgstr "⚠Nevalida identigilo" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Akcepti peton" msgid "Accept this language suggestion" msgstr "Akcepti tiun sugeston de lingvo" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Akceptitaj konversacioj" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Konto malsilentigita" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Kontoj kun gravurita blua kontrolmarko<0><1/>povas kontroli aliulojn. Tiuj fidataj konfirmantoj estas elektataj de Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Agado de aliuloj" @@ -1108,6 +1149,10 @@ msgstr "Aldoni alternativan tekston" msgid "Add alt text (optional)" msgstr "Aldoni alternativan tekston (nedeviga)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Aldoni alternativan tekston (nedeviga)" msgid "Add another account" msgstr "Aldoni plian konton" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Aldoni plian afiŝon" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Aldoni plian afiŝon al fadeno" @@ -1141,6 +1186,10 @@ msgstr "Aldoni aŭtomatigan etikedon al konto" msgid "Add emoji reaction" msgstr "Aldoni emoĝi-reagon" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Aldoni anojn al grupa babilejo" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Aldoni bildon" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Aldoni aŭdvidaĵojn al afiŝo" @@ -1306,12 +1355,17 @@ msgstr "Etikedoj pri poradolta enhavo" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 msgid "Adult sexual abuse content" -msgstr "" +msgstr "Seksperforto farita al plenaĝuloj" #: src/screens/Moderation/index.tsx:457 msgid "Advanced" msgstr "Altnivelaj" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Garantio pri aĝo" @@ -1337,6 +1391,7 @@ msgstr "ludoviko@ekzemplo.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Ĉiuj" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Ĉiuj amikoj sekvataj!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Ĉiuj lingvoj" @@ -1367,6 +1422,15 @@ msgstr "Ĉiuj lingvoj" msgid "All languages will be shown in your feeds." msgstr "Ĉiuj lingvoj estos montrotaj en viaj fluoj." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Ĉiuj fluoj, kiujn vi konservis, kune en unu loko." @@ -1380,13 +1444,13 @@ msgstr "Permesi aliron al viaj rektaj mesaĝoj" msgid "Allow anyone to reply" msgstr "Permesi al ĉiuj respondi" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Permesi rektajn mesaĝojn de" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Permesi invitilojn al grupaj babilejoj de" @@ -1440,10 +1504,10 @@ msgstr "Ĉu vi jam havas konton?" msgid "Already signed in as @{0}" msgstr "Jam ensalutinta kiel @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Alternativa teksto" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Alternativa teksto" @@ -1489,7 +1553,7 @@ msgstr "Eraro okazis" msgid "An error occurred" msgstr "Eraro okazis" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Eraro okazis dum densigo de la videaĵo." @@ -1535,11 +1599,11 @@ msgstr "Eraro okazis dum konservado de la QR-kodo!" msgid "An error occurred while trying to follow all" msgstr "Eraro okazis dum provo eksekvi ĉiujn" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Eraro okazis dum alŝutado de la videaĵo. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Eraro okazis dum alŝutado de la videaĵo. Bonvolu kontroli vian retkonekton kaj reprovu." @@ -1626,7 +1690,7 @@ msgstr "Besta bonfarto" msgid "Animals" msgstr "Bestoj" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF-movbildo" @@ -1638,6 +1702,11 @@ msgstr "Anonco" msgid "Announcing verification on Bluesky" msgstr "Anoncas konfirmadon ĉe Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Ĉiuj" @@ -1781,6 +1850,24 @@ msgstr "Arkivigita afiŝo" msgid "Are you really, really sure?" msgstr "Ĉu vi estas vere, absolute certa?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Ĉu vi certas, ke vi volas forigi ĉi tion el viaj fluoj?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Ĉu vi certas, ke vi volas nuligi vian aliĝpeton al {0}?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Ĉu vi certas, ke vi volas forĵeti ĉi tiun afiŝon?" @@ -1904,7 +1991,7 @@ msgstr "Disponebla" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Disponebla" msgid "Back" msgstr "Reen" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Reveni al babilejoj" @@ -1961,10 +2048,10 @@ msgstr "Antaŭ ol vi povos ricevi sciigojn pri afiŝoj de {name}, unue vi devas #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Bloki uzanton kaj/aŭ forigi ĉi tiun konversacion" msgid "Block user and/or leave this conversation" msgstr "Bloki uzanton kaj/aŭ foriri el ĉi tiu konversacio" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Blokita" @@ -2091,10 +2178,6 @@ msgstr "Blokitaj kontoj ne povas respondi en viaj fadenoj, mencii vin nek aliman msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Blokitaj kontoj ne povas respondi en viaj fadenoj, mencii vin nek alimaniere interagi kun vi. Vi ne vidos ilian enhavon kaj ili ne povos vidi la vian." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Blokado ne malebligas al ĉi tiu etikedilo meti etikedojn sur vian konton." @@ -2111,11 +2194,21 @@ msgstr "Barado ne malebligos al oni meti etikedojn sur vian konton, sed maleblig msgid "Blog" msgstr "Blogo" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky ne povas konfirmi la aŭtentecon de la donita dato." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2389,9 +2483,9 @@ msgstr "Nuligi reaktivigon kaj elsaluti" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "Nuligi respondon" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Nuligi serĉon" @@ -2411,7 +2505,7 @@ msgstr "Subtekstoj (.vtt)" msgid "Captions & alt text" msgstr "Subtekstoj kaj alternativa teksto" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "karuselo" @@ -2435,7 +2529,7 @@ msgstr "Ŝanĝi apan piktogramon" msgid "Change app icon to \"{0}\"" msgstr "Ŝanĝi apan piktogramon al \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Ŝanĝi apan lingvon" @@ -2512,17 +2606,17 @@ msgstr "Babilejo finiĝis" #: src/components/intents/GroupChatJoinDialog.tsx:269 #: src/screens/Messages/JoinRequest.tsx:97 msgid "Chat invite link no longer available" -msgstr "" +msgstr "La invitilo al tiu babilejo ne plu validas" #: src/components/dms/getSystemMessageInfo.ts:104 msgid "Chat locked" msgstr "Babilejo ŝlosita" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Babilejaj mesaĝoj - silento" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Babilejaj mesaĝoj - sono" @@ -2536,6 +2630,12 @@ msgstr "Babilejo silentigita" msgid "Chat not found." msgstr "Babilejo netrovita." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "Babileja ricevonto ne estas sekvata de la sendanto." msgid "Chat request inbox" msgstr "Ricevujo de babilpetoj" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Babilpetoj" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Agordoj de babilejo" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Agordoj de babilejo" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Babilejo malsilentigita" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Babilejoj" @@ -2661,10 +2761,16 @@ msgstr "Elektu vian propran novaĵfluon! Fluoj konstruitaj de la komunumo helpas msgid "Choose your password" msgstr "Elektu vian pasvorton" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Elektu vian uzantnomon" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Forigi ĉiujn konservitajn datumojn" @@ -2673,6 +2779,10 @@ msgstr "Forigi ĉiujn konservitajn datumojn" msgid "Clear all storage data (restart after this)" msgstr "Forigi ĉiujn konservitajn datumojn (restartigu poste)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Klaku ĉi tie por vidi la invitligilon por ĉi tiu grupa babilejo" msgid "Click to open tag menu for {0}" msgstr "Alklaku por malfermi kradvortan menuon por {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Alklaku por reprovi sendi mesaĝon" @@ -2755,6 +2865,7 @@ msgstr "Alklaku por reprovi sendi mesaĝon" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Alklaku por reprovi sendi mesaĝon" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Fermi rubandon" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Fermi ĉi tiun dialogujon" @@ -2874,7 +2984,7 @@ msgstr "Fermi bonvenon-fenestron" msgid "Closes password update alert" msgstr "Fermas la averton pri pasvorta ĝisdatigo" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Fermas afiŝan redaktilon kaj forĵetas afiŝan malneton" @@ -2886,7 +2996,7 @@ msgstr "Maletendi liston de uzantoj" msgid "Collapses list of users for a given notification" msgstr "Maletendas liston de uzantoj por donita sciigo" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Koloro" @@ -2917,7 +3027,7 @@ msgstr "Komunumaj gvidnormoj" msgid "Complete onboarding and start using your account" msgstr "Finu la lernilon kaj komencu uzi vian konton" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Plenumi la defion" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Krei novan afiŝon" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Krei afiŝojn maksimume {0, plural, one {# signon}other {# signojn}} longajn" @@ -2936,11 +3046,11 @@ msgstr "Krei afiŝojn maksimume {0, plural, one {# signon}other {# signojn}} lon msgid "Compose reply" msgstr "Krei respondon" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "Densigado de GIF..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Densigado de videaĵo..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Kontaktu nian subtenan teamon" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Kontakti subtenejon" @@ -3128,14 +3238,18 @@ msgstr "Konversacio forlasita" #: src/screens/Messages/JoinRequests.tsx:196 #: src/screens/Messages/JoinRequests.tsx:229 msgid "Conversation not found." -msgstr "" +msgstr "Konversacio netrovita." #: src/screens/Settings/AboutSettings.tsx:162 msgid "Copied build version to clipboard" msgstr "Versio kopiita al tondujo" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Kopii ligilon al profilo" msgid "Copy link to starter pack" msgstr "Kopii ligilon al startpako" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Kopii mesaĝan tekston" @@ -3341,7 +3455,7 @@ msgstr "Ne eblis konservi ŝanĝojn: {0}" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Ne eblis ĝisdatigi sciigajn agordojn" @@ -3363,6 +3477,11 @@ msgstr "Ne eblis ŝargi GIF-ojn" msgid "Country code" msgstr "Landkodo" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Krei startpakon por mi" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Krei konton" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Krei konton" @@ -3549,7 +3668,7 @@ msgstr "Naskiĝdato" msgid "Dawn" msgstr "Mateniĝo" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Tago" @@ -3632,7 +3751,7 @@ msgstr "Forigi kontaktojn" msgid "Delete conversation" msgstr "Forigi konversacion" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Forigi por mi" @@ -3645,7 +3764,7 @@ msgstr "Forigi liston" msgid "Delete message" msgstr "Forigi mesaĝon" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Forigi mesaĝon por mi" @@ -3655,7 +3774,7 @@ msgstr "Forigi mian konton" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Forigi afiŝon" @@ -3676,7 +3795,7 @@ msgstr "Ĉu forigi ĉi tiun liston?" msgid "Delete this post?" msgstr "Ĉu forigi ĉi tiun afiŝon?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Forigita" @@ -3697,10 +3816,6 @@ msgstr "Forigita de Plivo post kontrolo" msgid "Deleted list" msgstr "Forigita listo" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "Aparato malsukcesis traduki :(" msgid "Dialog: adjust who can interact with this post" msgstr "Dialogujo: kiu povas interagi kun ĉi tiu afiŝo" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Malheleta" @@ -3806,9 +3925,9 @@ msgstr "Malŝaltita" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Forĵeti" msgid "Discard changes?" msgstr "Ĉu forĵeti ŝanĝojn?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Ĉu forĵeti malneton?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Ĉu forĵeti afiŝon?" @@ -3864,7 +3983,7 @@ msgstr "Ignori" msgid "Dismiss banner" msgstr "Fermi rubandon" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Ignori eraron" @@ -3954,13 +4073,13 @@ msgstr "Ne maltrankvilu! Ĉiuj ekzistantaj mesaĝoj kaj agordoj estas konservita #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Ne maltrankvilu! Ĉiuj ekzistantaj mesaĝoj kaj agordoj estas konservita msgid "Done" msgstr "Farite" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Duoble tuŝetu aŭ longe premu la mesaĝon por aldoni reagon" @@ -4045,7 +4164,7 @@ msgstr "Pro la leĝaro en via regiono, certaj funkcioj ĉe Bluesky estas aktuale msgid "Duration:" msgstr "Daŭro:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Vesperruĝo" @@ -4176,12 +4295,12 @@ msgstr "Redakti interagajn agordojn de afiŝo" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Redakti profilon" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Redakti profilon" @@ -4268,7 +4387,7 @@ msgstr "Enkorpigi afiŝon" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Enkorpigi ĉi tiun afiŝon en vian retejon. Simple kopiu la jenan kodaĵon kaj algluu ĝin en la HTML-kodo de via retejo." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Enkorpigita videoludilo" @@ -4308,8 +4427,8 @@ msgstr "Ŝalti la aŭdvidajn ludliojn por" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Por ŝalti sciigojn pri konto, vizitu ties profilon kaj premu la <0>sonorilan piktogramon <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Ŝalti ŝprucosciigojn" @@ -4400,7 +4519,7 @@ msgstr "Entajpu vian pasvorton" msgid "Enter your username and password" msgstr "Entajpu vian uzantnomon kaj pasvorton" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Ŝaltas plenekranon" @@ -4408,7 +4527,7 @@ msgstr "Ŝaltas plenekranon" msgid "Entertainment" msgstr "Amuzo" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Eraro" @@ -4438,7 +4557,7 @@ msgstr "Eraro okazis dum konservado de dosiero" msgid "Error receiving captcha response." msgstr "Eraris ricevante la captcha-respondon." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Eraro: {error}" @@ -4450,26 +4569,38 @@ msgstr "Ĉiuj povas respondi" msgid "Everybody can reply to this post." msgstr "Ĉiuj povas respondi al ĉi tiu afiŝo." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Ĉiuj" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Ĉiuj" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Ĉiuj" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Ĉio alia" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Ekskluzivi uzantojn, kiujn vi sekvas" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Detalaj seksumaj bildoj." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Esplori" msgid "Explore the app" msgstr "Esplori la apon" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Eksporti miajn babilejajn datumojn" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "Malsukcesis akcepti aliĝpeton" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Malsukcesis aldoni emoĝi-reagon" @@ -4614,7 +4745,7 @@ msgstr "Malsukcesis aligi anojn" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "Malsukcesis aldoni al listo" #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" @@ -4626,6 +4757,7 @@ msgstr "Malsukcesis ŝanĝi identigilon. Bonvolu reprovi." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Malsukcesis kopii ligilon" @@ -4698,10 +4830,6 @@ msgstr "Malsukcesis sekvi ĉiujn viajn amikojn, bonvolu reprovi" msgid "Failed to hide suggestion, please check your internet connection" msgstr "Fiaskis kaŝi proponojn, bonvolu kontroli vian interretan konekton" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Malsukcesis ignori aliĝpeton" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Malsukcesis aliĝi al la grupa babilejo. Bonvolu reprovi." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Malsukcesis foriri el grupa babilejo" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Malsukcesis ŝargi konversaciojn" @@ -4735,8 +4863,11 @@ msgstr "Fiaskis ŝargi fluojn" msgid "Failed to load feeds preferences" msgstr "Malsukcesis ŝargi preferojn de fluoj" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Malsukcesis ŝargi sciigajn agordojn." @@ -4767,12 +4898,13 @@ msgstr "Malsukcesis ŝargi proponitajn kontojn" msgid "Failed to lock group chat" msgstr "Malsukcesis ŝlosi grupan babilejon" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" -msgstr "" +msgstr "Malsukcesis marki ĉiujn petojn kiel legitajn" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Malsukcesis marki ĉiujn petojn kiel legitaj" @@ -4789,6 +4921,10 @@ msgstr "Malsukcesis alpingli afiŝon" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Fiaskis rekonekti Germ DM. Eraro: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Fiaskis forigi datumojn pro reta eraro, bonvolu kontroli vian interretan konekton." @@ -4799,14 +4935,14 @@ msgid "Failed to remove data. {0}" msgstr "Fiaskis forigi datumojn. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Malsukcesis forigi emoĝi-reagon" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "Malsukcesis forigi el listo" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" @@ -4830,7 +4966,7 @@ msgstr "Malsukcesis nuligi vian peton. Bonvolu reprovi." msgid "Failed to resolve location. Please try again." msgstr "Malsukcesis trovi la lokon. Bonvolu reprovi." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Malsukcesis konservi malneton" @@ -4898,7 +5034,7 @@ msgstr "Malsukcesis ĝisdatigi fluojn" msgid "Failed to update notification declaration" msgstr "Malsukcesis ĝisdatigi sciigan deklaron" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Malsukcesis ĝisdatigi agordojn" @@ -4973,7 +5109,7 @@ msgstr "Prikomentado sendita al operatoro de la fluo" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Elŝuti ĝisdatigon" msgid "File saved successfully!" msgstr "Dosiero konservita sukcese!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtri el fluoj" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filtri serĉon laŭ lingvo" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtri serĉon laŭ lingvo (nune: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtri kiu havos eblon ŝalti ricevadon de sciigoj pri via agado" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Filtri de kiuj vi ricevos sciigojn" @@ -5081,7 +5238,7 @@ msgstr "Trovi homojn por sekvi" msgid "Find people you know" msgstr "Trovi konatojn" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Trovi afiŝojn, uzantojn kaj fluojn ĉe Bluesky" @@ -5123,11 +5280,11 @@ msgstr "Plata blanka" #: src/components/contacts/components/OTPInput.tsx:55 msgid "Focus code input" -msgstr "" +msgstr "Enfokusigi la kodujon" #: src/lib/hotkeys/index.tsx:73 msgid "Focus the search field" -msgstr "" +msgstr "Enfokusigi la serĉujon" #. User is not following this account, click to follow #: src/components/ProfileCard.tsx:546 @@ -5232,7 +5389,7 @@ msgstr "Sekvata de <0>{0}, <1>{1}, kaj {2, plural, one {# alia} other {# #: src/components/intents/GroupChatJoinDialog.tsx:355 msgid "Followers can join" -msgstr "" +msgstr "Sekvantoj povas aliĝi" #. placeholder {0}: route.params.name #: src/Navigation.tsx:245 @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "Liberu vian fluon" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "De" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "De <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Generi startpakon" @@ -5414,43 +5577,51 @@ msgstr "Germ DM rekonektita" msgid "Get help" msgstr "Akiri helpon" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Ricevi sciigojn, kiam homoj eksekvos vin." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Ricevi sciigojn, kiam homoj ŝatos viajn afiŝojn." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Ricevi sciigojn, kiam homoj mencios vin." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Ricevi sciigojn, kiam homoj citos viajn afiŝojn." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Ricevi sciigojn, kiam homoj respondos al viaj afiŝoj." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Ricevi sciigojn, kiam homoj reafiŝos viajn afiŝojn." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Enkonduko" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF alŝutita" @@ -5496,7 +5667,7 @@ msgstr "Donu vizaĝon al via profilo" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 msgid "Glorification of violence" -msgstr "" +msgstr "Glorigo de violento" #: src/components/dialogs/LinkWarning.tsx:127 #: src/components/dialogs/LinkWarning.tsx:133 @@ -5560,7 +5731,7 @@ msgstr "Tujelsendi" #: src/view/com/profile/ProfileMenu.tsx:362 #: src/view/com/profile/ProfileMenu.tsx:382 msgid "Go live (disabled)" -msgstr "" +msgstr "Tujelsendi (malŝaltita)" #: src/features/liveNow/components/GoLiveDialog.tsx:175 msgid "Go live for" @@ -5624,7 +5795,7 @@ msgstr "Kompreninte" #: src/features/inviteFriends/InviteScannerScreen.tsx:108 #: src/features/inviteFriends/InviteScannerScreen.tsx:113 msgid "Grant access" -msgstr "" +msgstr "Doni alirpermeson" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 @@ -5635,7 +5806,7 @@ msgstr "Maldeca aŭdvidaĵo" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 msgid "Graphic violent content" -msgstr "" +msgstr "Enhavo eksplicite perforta" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 msgid "Grooming or predatory behavior" @@ -5645,7 +5816,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:333 #: src/screens/Messages/JoinRequest.tsx:125 msgid "Group chat" -msgstr "" +msgstr "Grupa babilejo" #: src/screens/Messages/components/InviteLinkDialog.tsx:556 msgid "Group chat invite link dialog" @@ -5684,11 +5855,11 @@ msgstr "Grupa babilejo malsilentigita" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" -msgstr "" +msgstr "Grupaj babilejoj" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." -msgstr "" +msgstr "Grupaj babilejoj estas alireblaj nur por uzantoj, kiuj aĝas 18 jarojn aŭ pli." #. placeholder {0}: convo.details.memberLimit #: src/screens/Messages/components/InviteLinkDialog.tsx:205 @@ -5708,11 +5879,11 @@ msgstr "Grupa nomo" #: src/components/dms/InitiateChatFlow.tsx:625 #: src/screens/Messages/ConversationSettings/prompts.tsx:69 msgid "Group name is too long. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {The maximum number of characters is #.}}" -msgstr "" +msgstr "La grupa nomo estas tro longa. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {La maksimuma nombro da signoj estas #.}}" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 msgid "Hacking or system attacks" -msgstr "" +msgstr "Kodrompato aŭ atakoj al sistemoj" #: src/state/shell/progress-guide.tsx:221 #: src/state/shell/progress-guide.tsx:231 @@ -5753,7 +5924,7 @@ msgstr "Tuŝ-retrokuplado" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 msgid "Harassment or hate" -msgstr "" +msgstr "Ĉikanado aŭ malamo" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 msgid "Harmful or high-risk activities" @@ -5761,7 +5932,7 @@ msgstr "Agoj kun granda riziko de danĝero" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 msgid "Harming or endangering minors" -msgstr "" +msgstr "Damaĝo aŭ endanĝerigado de neplenaĝuloj" #: src/Navigation.tsx:480 msgid "Hashtag" @@ -5784,7 +5955,7 @@ msgstr "Ĉu vi havas kodon? <0>Klaku ĉi tie." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Ĉu ni misdivenis vian lokon? <0>Tuŝetu ĉi tie por aktualigi vian lokon per GPS." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Ĉu vi havas problemon?" @@ -5973,7 +6144,7 @@ msgstr "Hmmmm, ŝajne ni havas problemon ŝargi ĉi tiun datumon. Rigardu sube p msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, ni ne povis ŝargi tiun kontrol-servon." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Momenton! Ni iom post iom donas aliron al la videaĵo, kaj vi ankoraŭ atendas en vico. Rekontrolu baldaŭ!" @@ -6102,12 +6273,12 @@ msgstr "Se vi estas programisto, vi povas gastigi vian propran servilon." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Se vi provas ŝanĝi vian identigilon aŭ retpoŝtadreson, faru tion antaŭ ol malaktivigi vian konton." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Bildo" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Bildo {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Bildo {0} el {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Bildo {0} el {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Bilda kaŝmemoro viŝita, {0} liberita(j)" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Bildogalerio, {0} bildoj" @@ -6201,43 +6372,77 @@ msgstr "Importita je {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "En-apaj" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "En-apaj sciigoj" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "En-apaj, ĉiuj" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "En-apaj, homoj kiujn vi sekvas" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "En-apaj, ŝprucaj" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "En-apaj, ŝprucaj, ĉiuj" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "En-apaj, ŝprucaj, homoj kiujn vi sekvas" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Ricevujo malplenas" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Ricevujo malplenas!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Malĝusta uzantnomo aŭ pasvorto" @@ -6334,7 +6539,6 @@ msgstr "Invita kodo" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Invita kodo neakceptita. Kontrolu ĉu vi entajpis ĝin ĝuste kaj reprovu." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Inviti amikojn" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Inviti amikojn" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Invitoj sed personaj" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "Ĉu via loko ne estas ĝusta? <0>Tuŝetu ĉi tie por aktualigi vian lokon per GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Vi estas sola ĉi-momente! Aldoni pli da homoj al via startpako serĉante supre." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID de laboro: {0}" @@ -6441,7 +6644,7 @@ msgstr "Laboroj" #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:296 msgid "Join" -msgstr "" +msgstr "Aliĝi" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:215 @@ -6453,12 +6656,12 @@ msgstr "Aliĝi al Bluesky" #: src/components/intents/GroupChatJoinDialog.tsx:72 #: src/components/intents/GroupChatJoinDialog.tsx:464 msgid "Join group chat" -msgstr "" +msgstr "Aliĝi al la grupa babilejo" #: src/components/intents/GroupChatJoinDialog.tsx:189 #: src/screens/Messages/components/OutgoingRequestListItem.tsx:31 msgid "Join request rescinded." -msgstr "" +msgstr "Aliĝpeto nuligita." #: src/components/StarterPack/QrCode.tsx:72 #: src/view/shell/NavSignupCard.tsx:41 @@ -6469,8 +6672,8 @@ msgstr "Aliĝi al konversacio" msgid "Journalism" msgstr "Ĵurnalismo" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Daŭre redakti" @@ -6479,11 +6682,6 @@ msgstr "Daŭre redakti" msgid "Keep me posted" msgstr "Informadi min" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "Retejo de KWS" @@ -6518,6 +6716,10 @@ msgstr "Etikedoj sur via konto" msgid "Labels on your content" msgstr "Etikedoj sur via enhavo" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Lingvaj agordoj" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Laste iniciatita ĝuste nun" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Plej freŝaj" @@ -6562,6 +6764,16 @@ msgstr "Ekscii pli" msgid "Learn More" msgstr "Eksciu pli" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Eksciu pli pri garantio pri aĝo" @@ -6765,16 +6977,16 @@ msgstr "Ŝatata de {0, plural, one {# uzanto} other {# uzantoj}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Ŝatata de {likeCount, plural, one {# uzanto} other {# uzantoj}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Ŝatoj" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Ŝatoj de viaj reafiŝoj" @@ -6954,9 +7166,7 @@ msgstr "Ŝargi novajn sciigojn" msgid "Load new posts" msgstr "Ŝargi novajn afiŝojn" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Ŝargado de babilejo…" @@ -7065,35 +7275,38 @@ msgstr "Administri konfirmadajn agordojn" msgid "Manage your muted words and tags" msgstr "Administri la silentigitajn vortojn k kradvortojn" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Marki ĉiujn kiel legitaj" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" -msgstr "" +msgstr "Marki ĉiujn babilejojn kiel legitajn" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" -msgstr "" +msgstr "Marki ĉiujn petojn kiel legitajn" #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" msgstr "Marki kiel legita" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Markis ĉiujn kiel legitaj" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" -msgstr "" +msgstr "Markis ĉiujn babilejojn kiel legitajn" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "Eble poste" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Aŭdvidaĵoj" @@ -7137,28 +7351,31 @@ msgstr "Anoj ankoraŭ povas legi babilejan historion sed ne povas sendi novajn m msgid "mentioned users" msgstr "menciitaj uzantoj" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Mencioj" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menuo" -#: src/screens/Messages/components/MessageInput.tsx:202 -msgid "Message" -msgstr "Mesaĝo" - -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 msgctxt "action" msgid "Message" -msgstr "Mesaĝo" +msgstr "" + +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" +msgid "Message" +msgstr "" #. placeholder {0}: profile.handle #: src/components/dms/MessageProfileButton.tsx:99 @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mesaĝo forigita" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Malsukcesis sendi mesaĝon." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Mesaĝo de @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Mesaĝo de @{0}: {1}" msgid "Message from server: {0}" msgstr "Mesaĝo de la servilo: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Enigujo de la mesaĝo" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Mesaĝo tro longas" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Mesaĝo tro longas ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Opcioj de mesaĝo" @@ -7215,11 +7426,11 @@ msgstr "Opcioj de mesaĝo" msgid "Messages" msgstr "Mesaĝoj" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "Mesaĝoj de ĉi tiu persono estas kaŝitaj dum tiu blokas vin." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Mesaĝoj de ĉi tiu persono estas kaŝitaj dum vi blokas tiun." @@ -7343,7 +7554,7 @@ msgstr "Muziko" msgid "Mute" msgstr "Silentigi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Ĉu vi bezonas raporti kopirajtan malobservon, jurpeton aŭ problemon pr msgid "Nevermind, create a handle for me" msgstr "Ne gravas, krei identigilon por mi" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Nova" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nova" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nova afiŝo} other {Novaj afiŝoj}} de {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "{postsCount, plural, one {Nova afiŝo} other {Novaj afiŝoj}} de {firstA #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Nova babilejo" @@ -7574,9 +7789,9 @@ msgstr "Nova retpoŝtadreso" msgid "New Feature" msgstr "Nova funkcio" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Novaj sekvantoj" @@ -7608,6 +7823,18 @@ msgstr "Nova identigilo" msgid "New list" msgstr "Nova listo" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Sekva" msgid "Next image" msgstr "Sekva bildo" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Nokto" @@ -7779,12 +8006,12 @@ msgstr "Sen nomo" msgid "No notifications yet!" msgstr "Ankoraŭ neniu sciigo!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Neniu" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Neniu" @@ -7822,6 +8049,10 @@ msgstr "Ankoraŭ neniu citaĵo" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Ankoraŭ neniu lasta GIF-o. Elektu iun por vidi ĝin ĉi tie." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Ankoraŭ neniu respondo" @@ -7856,10 +8087,18 @@ msgstr "Neniu rezulto trovita" msgid "No results found for \"{query}\"" msgstr "Neniu rezulto trovita por \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "Neniu rezulto trovita por \"<0>{query}\"." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Sen rezultoj." @@ -7868,11 +8107,6 @@ msgstr "Sen rezultoj." msgid "No Starter Packs yet" msgstr "Anoraŭ neniu startpako" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Privataj bildoj, kies publikigo ne estis interkonsentita" msgid "Non-sexual Nudity" msgstr "Ne-seksuma nudeco" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "Noto: Ĉi tiu afiŝo videblas nur al ensalutintaj uzantoj." msgid "Nothing saved yet" msgstr "Ankoraŭ nenio konservita" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Sciigaj agordoj" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Sciigaj sonoj" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "Numero devas esti telefononumero" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Malŝaltita" @@ -8017,7 +8257,7 @@ msgstr "Bone" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "Unu el la elektitaj ricevontoj ne permesas grupajn babilejojn." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Unu el la elektitaj ricevontoj blokis vin kaj nemesaĝeblas." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Al unu aŭ pli da GIF-oj mankas alt-teksto." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Al unu aŭ pli da bildoj mankas alternativa teksto." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "Unu aŭ pli el viaj elektitaj dosieroj ne estas subtenata." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Unu aŭ pli el viaj elektitaj dosieroj estas tro grandaj. Maksimuma grando estas {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Unu aŭ pli afiŝoj estas tro longaj por konservi kiel malneto. La maksimuma nombro da signoj estas {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {# signo.} other {# signoj.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Al unu aŭ pli da videaĵoj mankas alternativa teksto." @@ -8083,7 +8323,7 @@ msgstr "Nur {0} povas respondi." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Nur {0} el {1} {2, plural, one {bildo} other {bildoj}} estis aldonitaj; la limo estas {MAX_GALLERY_IMAGES}" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Nur administrantoj povas akcepti aliĝpetojn." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Nur administrantoj povas ignori aliĝpetojn." +msgid "Only admins can reject join requests." +msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Povas aliĝi nur tiuj homoj, kiujn {0} sekvas." msgid "Only people the chat owner follows can join" msgstr "Povas aliĝi nur tiujn homoj, kiujn la posedanto de la babilejo sekvas" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Nur WebVTT-dosieroj (.vtt) estas subtenataj" @@ -8140,6 +8392,10 @@ msgstr "Ve, ĉi tiu profilo ne ekzistas. Provu skani alian." msgid "Oops!" msgstr "Ups!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Malfermi la profilbildan kreilon" @@ -8170,9 +8426,8 @@ msgstr "Malfermi malneton" msgid "Open drawer menu" msgstr "Malfermi flankmenuon" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Malfermi emoĝi-elektilon" @@ -8280,7 +8535,7 @@ msgstr "Malfermas dialogujon por aldoni averton pri enhavo al via afiŝo" msgid "Opens a dialog to choose who can interact with this post" msgstr "Malfermi dialogujon por elekti, kiu povas interagi kun ĉi tiu afiŝo" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "Malfermi liston de koloraj etosoj por la QR-karto" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Malfermi fotilon de aparato" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Malfermi la galerion por elekti ĝis {MAX_GALLERY_IMAGES, plural, one {# bildon} other {# bildojn}}, aŭ unuopan videaĵon aŭ GIF-on." @@ -8329,7 +8584,7 @@ msgstr "Malfermas procezon de kreado de nova Bluesky-konto" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Malfermas procezon de ensalutado al via ekzistanta Bluesky-konto" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Malfermas la tutan bildon" @@ -8513,12 +8768,12 @@ msgstr "Pasvorto ĝisdatigita" msgid "Password updated!" msgstr "Pasvorto ĝisdatigita!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Paŭzigi" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Paŭzigi GIF-on" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Paŭzigi videaĵon" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Homoj" @@ -8550,17 +8805,17 @@ msgstr "Homoj sekvataj de @{0}" msgid "People following @{0}" msgstr "Homoj sekvantaj @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Homoj kiujn mi sekvas" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Homoj kiujn mi sekvas" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Homoj kiujn mi sekvas" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Homoj, kiujn mi sekvas, povas peti aliĝi" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Homoj kiujn vi sekvas" @@ -8610,7 +8866,7 @@ msgstr "Telefonnumero konfirmita" msgid "Photography" msgstr "Fotografio" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Elekti koloran etoson" @@ -8658,7 +8914,7 @@ msgstr "Alpinglitaj fluoj" msgid "Pinned to your feeds" msgstr "Alpinglita al viaj fluoj" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Ludi" @@ -8668,7 +8924,7 @@ msgstr "Ludi" msgid "Play {0}" msgstr "Ludi {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Ludi GIF-on" @@ -8681,11 +8937,11 @@ msgstr "Ludi videaĵon" msgid "Play Video" msgstr "Ludi videaĵon" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Ludas aŭ paŭzigas la GIF-on" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Ludas aŭ paŭzigas la videaĵon" @@ -8722,7 +8978,7 @@ msgstr "Bonvolu alklaki la ligilon en la retmesaĝo, kiun ni ĵus sendis al vi, msgid "Please complete the verification captcha." msgstr "Bonvolu plenumi la captcha-kontrolon." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Bonvolu konfirmi vian retpoŝtadreson por alŝuti videaĵojn." @@ -8865,7 +9121,7 @@ msgstr "Politiko" msgid "Porn" msgstr "Pornografio" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Afiŝi" @@ -8885,12 +9141,12 @@ msgstr "Afiŝi foton" msgid "Post a video" msgstr "Afiŝi videaĵon" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Afiŝi ĉiujn" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Afiŝi ĉiuokaze" @@ -8982,6 +9238,10 @@ msgstr "Afiŝo depinglita" msgid "Posts" msgstr "Afiŝoj" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Afiŝoj povas esti silentigitaj laŭ sia teksto, siaj etikedoj, aŭ ambaŭ. Ni rekomendas eviti oftajn vortojn, kiuj aperas en multaj afiŝoj, ĉar tio povas rezultigi, ke neniu afiŝo estos montrota." @@ -9065,13 +9325,13 @@ msgstr "Regularo pri privateco" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 msgid "Privacy violation of a minor" -msgstr "" +msgstr "Malobservo de neplenaĝula privateco" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "Traktado de GIF..." -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Traktado de videaĵo..." @@ -9083,7 +9343,7 @@ msgstr "Traktado..." msgid "profile" msgstr "profilo" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Publikaj kaj kundivideblaj listoj por bloki aŭ silentigi uzantojn amase." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Publikigi afiŝon" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Publikigi afiŝojn" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Publikigi respondojn" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Publikigi respondon" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Ŝprucaj" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Ŝprucosciigoj" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Ŝprucaj, ĉiuj" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Ŝprucaj, homoj kiujn vi sekvas" @@ -9188,10 +9448,10 @@ msgstr "La citaĵo estis sukcese malligita" msgid "Quote posts disabled" msgstr "Citafiŝoj malebligitaj" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citaĵoj" @@ -9238,10 +9498,15 @@ msgstr "Reaktivigi vian konton" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Legi {0, plural, one {# respondon} other {# respondojn}} pli" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "legu pri uzado de serĉfiltriloj" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Realaj homoj." msgid "Reason for appeal" msgstr "Kialo de apelacio" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Ricevi en-apajn sciigojn" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Ricevi ŝprucosciigojn" @@ -9304,7 +9569,7 @@ msgstr "Ricevi ŝprucosciigojn" msgid "Recent GIFs" msgstr "Lastaj GIF-oj" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Lastaj serĉoj" @@ -9339,8 +9604,8 @@ msgstr "Malakcepti babilpeton" msgid "Reject join request" msgstr "Malakcepti aliĝpeton" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Reŝargi konversaciojn" @@ -9379,9 +9644,9 @@ msgstr "Forigi {displayName} el ĉi tiu grupa babilejo" msgid "Remove {displayName}?" msgstr "Ĉu forigi {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Forigi {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Forigi fluon" msgid "Remove feed?" msgstr "Ĉu forigi fluon?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Forigi el babilejo" @@ -9466,11 +9736,16 @@ msgstr "Forigi bildon" msgid "Remove live status" msgstr "Forigi tujelsendan staton" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Forigi silentigitan vorton el via listo" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Forigi profilon" @@ -9507,11 +9782,11 @@ msgstr "Forigi konfirmon" msgid "Remove your verification for this account?" msgstr "Ĉu forigi vian konfirmon por ĉi tiu konto?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Forigita de la aŭtoro" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Forigita de vi" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Respondis al vi" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Respondoj" @@ -9609,12 +9884,12 @@ msgstr "Respondoj malebligitaj" msgid "Replies to this post are disabled." msgstr "Respondoj por ĉi tiu afiŝo estis malebligitaj." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Respondi" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Respondi" @@ -9652,7 +9927,7 @@ msgstr "Videbleco de respondoj ĝisdatiĝis" msgid "Reply was successfully hidden" msgstr "Respondo estis sukcese kaŝita" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Raporti fluon" msgid "Report list" msgstr "Raporti liston" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Raporti mesaĝon" @@ -9783,9 +10058,9 @@ msgstr "Reafiŝita de {reposter}" msgid "Reposted by you" msgstr "Reafiŝita de vi" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Reafiŝoj" @@ -9793,9 +10068,9 @@ msgstr "Reafiŝoj" msgid "Reposts of this post" msgstr "Reafiŝoj de ĉi tiu afiŝo" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Reafiŝoj de viaj reafiŝoj" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Peti kodon" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Aliĝpeto ignorita." +msgid "Request rejected." +msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Aliĝpeto sendita" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Petoj" @@ -9934,9 +10209,9 @@ msgstr "Reprovas la lastan agon, kiu eraris" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Konservi naskiĝdaton" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Konservi ŝanĝojn" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Ĉu konservi ŝanĝojn?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Konservi malneton" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Ĉu konservi malneton?" @@ -10089,8 +10364,8 @@ msgstr "Konservita al viaj fluoj" msgid "Say hello!" msgstr "Diru saluton!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Diru saluton al iu" @@ -10120,7 +10395,7 @@ msgstr "Rulumi maldekstren" msgid "Scroll right" msgstr "Rulumi dekstren" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Rulumi al la supro" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Serĉi" @@ -10186,17 +10464,13 @@ msgstr "Serĉi pliajn fluojn" msgid "Search for people" msgstr "Serĉi homojn" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Serĉi afiŝojn, uzantojn aŭ fluojn" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Serĉi GIF-ojn" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "Serĉado nun estas nedisponebla kiam elsalutinta" @@ -10225,6 +10499,10 @@ msgstr "Serĉi afiŝojn" msgid "Search profiles" msgstr "Serĉi profilojn" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Serĉi..." @@ -10319,7 +10597,7 @@ msgstr "Elektu kialon" msgid "Select account" msgstr "Elektu konton" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Elektu lingvon de la apo" @@ -10357,6 +10635,11 @@ msgstr "Elektu lingvojn de enhavo" msgid "Select duration" msgstr "Agordi daŭrecon" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Elektu el ekzistanta konto" @@ -10388,7 +10671,7 @@ msgstr "Elektu anojn por grupa babilejo" msgid "Select how long to mute this word for." msgstr "Elektu por kiom longe silentigi ĉi tiun vorton." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Elektu viajn interesojn el la opcioj sube" msgid "Select your preferred language for translations in your feed." msgstr "Elektu vian preferatan lingvon por tradukoj en via fluo." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Elektu viajn preferajn sciigajn kanalojn" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "Elektado de pluraj aŭdvidaĵaj specoj ne estas subtenata." @@ -10491,8 +10774,7 @@ msgstr "Sendi eraran raporton" msgid "Send feedback" msgstr "Sendi prikomentadon" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Sendi mesaĝon" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Sendi per rekta mesaĝo" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Sendita je {0}" @@ -10574,7 +10856,7 @@ msgstr "Agordas retpoŝtadreson por restarigi pasvorton" msgid "Settings" msgstr "Agordoj" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Agordoj por agado de aliuloj" @@ -10582,39 +10864,49 @@ msgstr "Agordoj por agado de aliuloj" msgid "Settings for allowing others to be notified of your posts" msgstr "Agordoj por permesi al aliuloj ricevi sciigojn pri viaj afiŝoj" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Agordoj por sciigoj pri ŝatoj" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Agordoj por sciigoj pri mencioj" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Agordoj por sciigoj pri novaj sekvantoj" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Agordoj por sciigoj pri ĉio alia" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Agordoj por sciigoj pri ŝatoj de viaj reafiŝoj" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Agordoj por sciigoj pri reafiŝoj de viaj reafiŝoj" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Agordoj por sciigoj pri citaĵoj" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Agordoj por sciigoj pri respondoj" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Agordoj por sciigoj pri reafiŝoj" @@ -10684,6 +10976,11 @@ msgstr "Diskonigi mian profilon" msgid "Share post at:// URI" msgstr "Konigi URI-on at:// de afiŝo" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Konigi QR-kodon" msgid "Share this feed" msgstr "Konigi ĉi tiun fluon" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Konigi ĉi tiun startpakon" @@ -10726,7 +11027,7 @@ msgstr "Testanto de komunaj preferoj" msgid "Show" msgstr "Montri" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Montri alternativan tekston" @@ -10864,13 +11165,13 @@ msgstr "Montras la enhavon" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Ensaluto devigita" msgid "Signed in as @{0}" msgstr "Ensalutinta kiel @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Preterpasi" msgid "Skip contact sharing and continue to the app" msgstr "Preterpasi kontaktan konigon kaj daŭrigi al la apo" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Ĉu preterlasi malplenajn afiŝojn?" @@ -10980,7 +11286,7 @@ msgstr "Preterpasi enkondukon kaj komenci uzi vian konton" msgid "Skip to next step" msgstr "Preterpasi al sekva paŝo" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "lumbilda" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Iu foriris el la grupo" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Iu reagis per {0}" @@ -11223,7 +11529,7 @@ msgstr "Paĝo pri stato" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Paŝo {0} el {1}" @@ -11295,11 +11601,11 @@ msgstr "Aboni al @{0} por uzi tiujn etikedojn:" msgid "Subscribe to account activity" msgstr "Aboni al agado de la konto" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Aboni al etikedilo" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Aboni al ĉi tiu etikedilo" @@ -11345,6 +11651,10 @@ msgstr "Proponitaj por vi" msgid "Suggestive" msgstr "Maldeca" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11411,13 +11721,13 @@ msgstr "Nur kradvortoj" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:184 msgid "Take the conversation private." -msgstr "" +msgstr "Igi la konversacion privata." #: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Tuŝetu sube por permesi al Bluesky aliri vian GPS-pozicion. Ni tiam uzos tiujn datumojn por pli precize determini la enhavon kaj funkciojn disponeblajn en via regiono." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Tuŝeti por detaloj" @@ -11474,7 +11784,7 @@ msgstr "Tuŝetu por forigi vian reagon {0}" msgid "Tap to request access to join this group chat" msgstr "Tuŝetu por sendi aliĝpeton al ĉi tiu grupa babilejo" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Tuŝetu por reprovi" @@ -11487,7 +11797,7 @@ msgstr "Tuŝetu por montri {0} reagojn" msgid "Tap to show all reactions" msgstr "Tuŝetu por montri ĉiujn reagojn" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Tuŝetu por vidi reagojn" @@ -11669,8 +11979,8 @@ msgstr "La afiŝo al kiu vi respondas estis markita kiel tajpita en {suggestedLa msgid "The Privacy Policy has been moved to <0/>" msgstr "La regularo pri privateco translokiĝis al <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "La elektita videaĵo estas pli granda ol {VIDEO_MAX_SIZE_MB} MB. Bonvolu reprovi kun pli malgranda dosiero." @@ -11832,13 +12142,28 @@ msgstr "Estas impeto de novaj uzantoj ĉe Bluesky! Ni aktivigos vian konton kiel msgid "These are your default settings" msgstr "Ĉi tiuj estas viaj defaŭltaj agordoj" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Ĉi tiuj agordoj nur aplikas al la Following-fluo." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" -msgstr "" +msgstr "Tiu homo posedas ĉi tiun babilejon" #: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They won’t be able to rejoin unless you invite them again." @@ -11959,6 +12284,11 @@ msgstr "Ĉi tiu malneto estos porĉiame forigota." msgid "This email is already associated with your account." msgstr "Ĉi tiu retpoŝtadreso jam estas ligita al via konto." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Ĉi tiu funkcio permesas al uzantoj ricevi sciigojn pri viaj novaj afiŝoj kaj respondoj. Por kiu vi volas ŝalti ĝin?" @@ -12063,13 +12393,13 @@ msgstr "Ĉi tiu listo malplenas." msgid "This message is hidden" msgstr "Ĉi tiu mesaĝo estas kaŝita" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Ĉi tiu mesaĝo estas kaŝita ĉar ĉi tiu uzanto blokas vin." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Ĉi tiu mesaĝo estas kaŝita ĉar vi blokas ĉi tiun uzanton." @@ -12107,7 +12437,7 @@ msgstr "Ĉi tiu afiŝo estis forigita de ĝia aŭtoro" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Ĉi tiu afiŝo estos kaŝota el fluoj kaj fadenoj. Tio ne povas esti malfarita." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "La aŭtoro de ĉi tiu afiŝo malŝaltis citafiŝojn." @@ -12271,7 +12601,7 @@ msgstr "Hodiaŭ" msgid "Toggle to enable or disable adult content" msgstr "Baskuligi por ebligi aŭ malebligi poradoltan enhavon" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Baskulas la sonon" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Tro da kontaktoj - vi transpasis la nombron da kontaktoj, kiujn vi eblas importi al viaj amikoj" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Plej popularaj" @@ -12304,8 +12634,8 @@ msgstr "La plej popularaj respondoj unue" msgid "Topic" msgstr "Temo" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "Trolado" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Fido aperas per interrilatoj, komunumoj kaj komunaj kuntekstoj, do ni ankaŭ estigis <0>fidataj konfirmantoj: organizoj kiuj povas rekte fari konfirmadon." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "Provu" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Du-faza aŭtentikigo (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Tajpu vian mesaĝon ĉi tie" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Tipo:" @@ -12423,7 +12756,7 @@ msgstr "Ne eblis konekti al via servo. Bonvolu kontroli vian retkonekton kaj rep #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Ne eblas kontakti vian servon. Bonvolu kontroli vian interretan konekton." @@ -12463,7 +12796,7 @@ msgstr "Nedisponebla" msgid "Unavailable feed information" msgstr "Nedisponeblaj informoj pri fluo" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12571,7 +12904,7 @@ msgstr "Neetikedita poradolta enhavo" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 msgid "Unlabeled, abusive, or non-consensual adult content" -msgstr "Neetikedita, perforta aŭ ne-interkonsentita plenkreska enhavo" +msgstr "Neetikedita, perforta aŭ ne-interkonsentita poradolta enhavo" #: src/screens/Profile/components/ProfileFeedHeader.tsx:509 msgid "Unlike" @@ -12596,7 +12929,7 @@ msgstr "Malbloki ĉi tiun grupan babilejon" msgid "Unmute" msgstr "Malsilentigi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Listo depinglita" msgid "Unsnooze email reminder" msgstr "Maldormeti retmesaĝan sciigon" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Malaboni" @@ -12691,7 +13024,7 @@ msgstr "Malaboni" msgid "Unsubscribe from list" msgstr "Malaboni de listo" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Malaboni de ĉi tiu etikedilo" @@ -12703,10 +13036,15 @@ msgstr "Malabonita de listo" msgid "Unsupported clipboard content" msgstr "Nesubtenata tonduja enhavo" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Nesubtenata videaĵa tipo: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Ĝis 50 homoj" @@ -12791,7 +13129,7 @@ msgstr "Alŝuti el la dosieroj" msgid "Upload from Library" msgstr "Alŝuti el la biblioteko" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "Alŝutado de GIF..." @@ -12805,7 +13143,7 @@ msgstr "Alŝutado de bildoj..." msgid "Uploading link thumbnail..." msgstr "Alŝutado de ligila miniaturo..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Alŝutado de videaĵo..." @@ -13040,12 +13378,12 @@ msgstr "Konfirmado..." msgid "Version {0}" msgstr "Versio {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Videaĵo" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Pritraktado de videaĵo fiaskis" @@ -13084,12 +13422,12 @@ msgstr "Videaĵo netrovita." msgid "Video settings" msgstr "Agordoj pri videaĵoj" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Videaĵo alŝutita" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Videaĵo: {0}" @@ -13097,11 +13435,13 @@ msgstr "Videaĵo: {0}" msgid "Videos" msgstr "Videaĵoj" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Videaĵoj devas esti malpli ol 3 minute longaj." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Vidi" @@ -13169,11 +13509,11 @@ msgstr "Vidi alvenintajn petojn al grupaj babilejoj" #: src/screens/Messages/components/RequestStatus.tsx:54 msgid "View incoming requests" -msgstr "" +msgstr "Vidi alvenintajn petojn" #: src/screens/Messages/components/RequestStatus.tsx:55 msgid "View incoming requests to join this group chat" -msgstr "" +msgstr "Vidi petojn por aliĝi al ĉi tiu grupa babilejo" #: src/components/moderation/LabelsOnMe.tsx:56 msgid "View information about these labels" @@ -13190,7 +13530,7 @@ msgstr "Vidi pli" msgid "View more trending videos" msgstr "Vidi pli da furoraj videaĵoj" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Vidi afiŝon" @@ -13264,8 +13604,8 @@ msgstr "Vidi viajn silentigitajn kontojn" msgid "View your verifications" msgstr "Vidi viajn konfirmojn" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Montras la tutan bildon" @@ -13391,7 +13731,7 @@ msgstr "Ni rekomendas al vi elekti almenaŭ du interesojn." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Ni sendis retmesaĝon al <0>{0} enhavatan ligilon. Bonvolu alklaki ĝin por plenumi la procezon de retpoŝtadresa konfirmado." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Ni ne povis determini ĉu vi rajtas alŝuti videaĵojn. Bonvolu provi denove." @@ -13460,7 +13800,7 @@ msgstr "Ni havas retajn problemojn, provu denove" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Ni prezentas novan tavolon de konfirmado ĉe Bluesky — facile videbla kontrolmarko." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Ni estas tre ekscitita, ke vi aliĝis al ni!" @@ -13477,8 +13817,8 @@ msgstr "Ni bedaŭras, sed ni ne povis adrestrovi ĉi tiun liston. Se tio daŭras msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Ni bedaŭras, sed ni ne povis ŝargi viajn silentigitajn vortojn nuntempe. Bonvolu provi denove." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Bedaŭrinde, via serĉo ne povis esti plenumita. Bonvolu reprovi post kelkaj minutoj." @@ -13486,7 +13826,7 @@ msgstr "Bedaŭrinde, via serĉo ne povis esti plenumita. Bonvolu reprovi post ke msgid "We're sorry, you cannot access this screen at this time." msgstr "Bedaŭrinde, vi ne povas aliri ĉi tiun ekranon nuntempe." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Ni bedaŭras! La afiŝo al kiu vi respondas estis forigita." @@ -13536,8 +13876,13 @@ msgstr "Kiuj estas viaj interesoj?" msgid "What do you want to call your starter pack?" msgstr "Kiel vi volas nomi vian startpakon?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Kio okazas?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Kiu povas konfirmi?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Ups!" @@ -13623,7 +13968,7 @@ msgstr "Ĉu vi volas bloki ĉi tiun uzanton kaj/aŭ foriri el ĉi tiu konversaci msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Ĉu vi volas konservi ĉi tion kiel malneto antaŭ ol vidi viajn malnetojn?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Ĉu vi volas konservi ĉi tion kiel malneto por redakti ĝin poste?" @@ -13632,12 +13977,12 @@ msgstr "Ĉu vi volas konservi ĉi tion kiel malneto por redakti ĝin poste?" msgid "Write a post" msgstr "Tajpu afiŝon" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Tajpu afiŝon" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Tajpu vian respondon" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "Vi blokas {0}" @@ -13741,7 +14086,7 @@ msgstr "Vi tujelsendas" msgid "You are no longer live" msgstr "Vi ne plu tujelsendas" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Vi ne rajtas alŝuti videaĵojn." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "Vi ĉiam povas supozi permeson kaj forigi viajn datumojn" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Vi povas elekti ĉu sciigoj havas sonon en la babilejaj agordoj ene de la apo" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Vi povas daŭrigi daŭrantajn konversaciojn sendepende de la agordo kiun vi elektos." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Vi nun povas ensaluti per via nova pasvorto." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Vi povas aldoni ĝis po {MAX_GALLERY_IMAGES, plural, one {# bildon} other {# bildojn}} en afiŝo" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Vi povas konservi malnetojn maksimume nur 1000 signojn longajn." @@ -13821,11 +14166,11 @@ msgstr "Vi povas konservi malnetojn maksimume nur 1000 signojn longajn." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Vi povas konservi malnetojn maksimume nur 1000 signojn longajn. Ĉu vi volas forĵeti ĉi tiun afiŝon antaŭ ol vidi viajn malnetojn?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Vi povas elekti nur unu GIF-on samtempe." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Vi povas elekti nur unu videaĵon samtempe." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Vi povas legi babilejan historion sed ne povas sendi novajn mesaĝojn." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Vi povas elekti {MAX_GALLERY_IMAGES, plural, one {# bildon} other {# bildojn}} entute." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Vi povas ĝisdatigi ĉi tion poste en viaj agordoj." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "Vi ne povas aldoni pli ol {EMOJI_REACTION_LIMIT, plural, one {# emoĝi-reagon} other {# emoĝi-reagojn}}" @@ -13958,7 +14303,7 @@ msgstr "Vi sukcese konfirmis vian retpoŝtadreson. Vi povas fermi ĉi tiun dialo msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Vi dumtempe atingis la limon por videaĵaj alŝutoj. Bonvolu reprovi poste." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Vi havas nekonservitajn ŝanĝojn al ĉi tiu malneto, ĉu vi volas konservi ilin?" @@ -14031,9 +14376,9 @@ msgstr "Vi devas sekvi almenaŭ sep aliajn homojn por generi startpakon." #: src/components/StarterPack/QrCodeDialog.tsx:69 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:89 msgid "You must grant access to your photo library to save a QR code" -msgstr "Vi devas permesi aliron al via bildbiblioteko por konservi QR-kodon" +msgstr "Vi devas doni alirpermeson al via bildbiblioteko por konservi QR-kodon" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Vi devas permesi aliron al via aŭdvida biblioteko." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Vi volu nun relanĉi la apon." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Vi reagis per {0}" @@ -14069,17 +14414,17 @@ msgstr "Vi reagis per {0} al {target}" msgid "You recently changed your birthdate" msgstr "Vi lastatempe ŝanĝis vian naskiĝdaton" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "Vi respondis" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "Vi respondis al {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "Vi respondis al vi mem" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,11 +14462,11 @@ msgstr "Vi ne povos aliĝi ree, krom se vi estos invitota." msgid "You: {message}" msgstr "Vi: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Vi sekvos la sugestitajn uzantojn kaj fluojn post kiam vi finos krei vian konton!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Vi sekvos la proponitajn uzantojn post kiam vi finos krei vian konton!" @@ -14136,7 +14481,7 @@ msgstr "Vi sekvos ĉi tiujn homojn tuj" #: src/components/contacts/screens/GetContacts.tsx:314 msgid "You'll need to go to the System Settings for Bluesky and give permission if you want to use this feature." -msgstr "" +msgstr "Por uzi ĉi tiun funkcion, vi devos iri al la sistemaj agordoj de Bluesky kaj doni permeson." #. placeholder {0}: sanitizeHandle(profile.handle, '@') #: src/components/activity-notifications/SubscribeProfileDialog.tsx:172 @@ -14149,7 +14494,7 @@ msgstr "Vi estos ĝisdata kun ĉi tiuj fluoj" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "You’re in control" -msgstr "" +msgstr "Vi regas" #: src/screens/SignupQueued.tsx:130 msgid "You're in line" @@ -14185,7 +14530,7 @@ msgstr "Vi atingis la finon de la aktiva enhavo." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Vi atingis la finon de via fluo! Trovu pliajn kontojn por sekvi." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Vi atingis la maksimuman nombron da malnetoj" @@ -14193,15 +14538,19 @@ msgstr "Vi atingis la maksimuman nombron da malnetoj" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Vi atingis la maksimuman nombron da permesitaj petoj. Bonvolu reprovi poste." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Vi atingis la komencon de la aktiva enhavo." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Vi atingis vian tagan limon por videaĵ-alŝutoj (tro da bajtoj)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Vi atingis vian tagan limon por videaĵ-alŝutoj (tro da videaĵoj)" @@ -14209,7 +14558,7 @@ msgstr "Vi atingis vian tagan limon por videaĵ-alŝutoj (tro da videaĵoj)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Vi elĉerpis videaĵojn por spekti. Ĉu eble estas bona tempo fari paŭzon?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Via konto" @@ -14221,7 +14570,7 @@ msgstr "Via konto estis forigita, ĝis! ✌️" msgid "Your account has been suspended" msgstr "Via konto estis suspendita" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Via konto ne estas sufiĉe malnova por alŝuti videaĵojn. Bonvolu reprovi poste." @@ -14353,11 +14702,11 @@ msgstr "Via pasvorto estis sukcese ŝanĝita! Bonvolu ekuzi vian novan pasvorton msgid "Your password must be at least 8 characters long." msgstr "Via pasvorto bezonas almenaŭ 8 signojn." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Via afiŝo estis sendita" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Viaj afiŝoj estis senditaj" @@ -14378,7 +14727,7 @@ msgstr "Via profilbildo ĉirkaŭita per samcentraj cirkloj de profilbildoj de al msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Via profilo, afiŝoj, fluoj kaj listoj ne plu videblos por aliaj uzantoj de Bluesky. Vi povas reaktivigi vian konton iam ajn per ensaluto." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Via respondo estis sendita" @@ -14391,7 +14740,7 @@ msgstr "Via raporto estos sendota al <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Viaj elektitaj interesoj helpas nin havigi al vi enhavon, kiu gravas al vi." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Via fadeno havas malplenajn afiŝojn, kiuj estos preterlasitaj. La restantaj afiŝoj estos publikigitaj kiel fadeno." diff --git a/src/locale/locales/es/messages.po b/src/locale/locales/es/messages.po index 98d87aeeed..d4b918d34b 100644 --- a/src/locale/locales/es/messages.po +++ b/src/locale/locales/es/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: es\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoría \"{interestsDisplayName}\" (activa)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(enlace de invitación al chat)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(contiene contenido incrustado)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(sin correo electrónico)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {¡# amigo encontrado!} other {¡# amigos encontrados!}} msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# horas}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "Se ha marcado esta cuenta con {0, plural, one {# etiqueta} other {# etiquetas}}" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "Se ha marcado este contenido con {0, plural, one {# etiqueta} other {# etiquetas}}" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {# nueva solicitud para unirse} other {# nuevas solicitu #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# persona reaccionó} other {# personas reaccionaron}} – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# segundo} other {# segundos}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# elemento sin leer} other {# elementos sin leer}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} siguiendo" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} te tiene bloqueado" @@ -277,10 +305,16 @@ msgstr "{0} de 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} reaccionó con {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} fue eliminado" msgid "{0} was removed from the group" msgstr "{0} fue eliminado del grupo" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, one {miembro} other {miembros}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {# actualización del chat} other {# actualizaciones msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {# nueva solicitud para unirse} other {# nuevas solicitudes para unirse}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# solicitud} other {# solicitudes}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} te siguieron" @@ -677,15 +733,15 @@ msgstr "{profileName} se unió a Bluesky usando un paquete de inicio hace {timeA msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> te añadió" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Inicia sesión<1> o <2>crea una cuenta<3> <4>para acceder a noticias, deportes, debates políticos y todo lo que sucede en Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>Tú y<1> <2>{0} estáis incluidos en tu paquete de inicio msgid "⚠Invalid Handle" msgstr "⚠Nombre de usuario inválido" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Aceptar la solicitud" msgid "Accept this language suggestion" msgstr "Aceptar esta sugerencia de idioma" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Conversaciones aceptadas" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "¡Acceso solicitado! El propietario del grupo revisará tu solicitud." @@ -1050,9 +1091,9 @@ msgstr "Cuenta no silenciada" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Las cuentas con una marca de verificación ondeada <0><1/> pueden verificar a otras. Bluesky se encarga de seleccionar a estas cuentas de confianza." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Actividad de otras personas" @@ -1108,6 +1149,10 @@ msgstr "Añadir un texto alternativo" msgid "Add alt text (optional)" msgstr "Añadir un texto alternativo (opcional)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Añadir un texto alternativo (opcional)" msgid "Add another account" msgstr "Añadir otra cuenta" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Añadir otra publicación" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Añadir otra publicación al hilo" @@ -1141,6 +1186,10 @@ msgstr "Añadir etiqueta de automatización a la cuenta" msgid "Add emoji reaction" msgstr "Añadir reacción con emoji" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Añadir miembros al chat de grupo" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Añadir imagen" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Agregar multimedia a la publicación" @@ -1312,6 +1361,11 @@ msgstr "Contenido de abuso sexual a adultos" msgid "Advanced" msgstr "Avanzado" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Verificación de edad" @@ -1337,6 +1391,7 @@ msgstr "alice@ejemplo.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Todas" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "¡Sigues a todos tus amigos!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Todos los idiomas" @@ -1367,6 +1422,15 @@ msgstr "Todos los idiomas" msgid "All languages will be shown in your feeds." msgstr "Se mostrarán todos los idiomas en tus feeds." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Todos los feeds que has guardado, en un mismo sitio." @@ -1380,13 +1444,13 @@ msgstr "Permitir el acceso a tus mensajes directos" msgid "Allow anyone to reply" msgstr "Permitir que cualquiera pueda responder" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Permitir mensajes directos de" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Permitir invitaciones a chats de grupo de" @@ -1440,10 +1504,10 @@ msgstr "¿Ya tienes una cuenta?" msgid "Already signed in as @{0}" msgstr "Ya has iniciado sesión como @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Texto alternativo" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Texto alternativo" @@ -1489,7 +1553,7 @@ msgstr "Se ha producido un error" msgid "An error occurred" msgstr "Se produjo un error" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Se produjo un error al comprimir el video." @@ -1535,11 +1599,11 @@ msgstr "Error al guardar el código QR." msgid "An error occurred while trying to follow all" msgstr "Se produjo un error mientras intentabas seguir a todos" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Se produjo un error al subir el video. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Se produjo un error al subir el video. Por favor, verifica tu conexión a internet e inténtalo de nuevo." @@ -1626,7 +1690,7 @@ msgstr "Bienestar animal" msgid "Animals" msgstr "Animales" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF animado" @@ -1638,6 +1702,11 @@ msgstr "Anuncio" msgid "Announcing verification on Bluesky" msgstr "La verificación llega a Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Cualquiera" @@ -1781,6 +1850,24 @@ msgstr "Publicación archivada" msgid "Are you really, really sure?" msgstr "¿Estás realmente, realmente seguro?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "¿Quieres eliminar esto de tus feeds?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "¿Estás seguro de que quieres retirar tu solicitud para unirte a {0}?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "¿Quieres descartar esta publicación?" @@ -1904,7 +1991,7 @@ msgstr "Disponible" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Disponible" msgid "Back" msgstr "Atrás" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Volver a los chats" @@ -1961,10 +2048,10 @@ msgstr "Antes de que puedas recibir notificaciones de los posts de {name}, debes #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Bloquear al usuario o eliminar esta conversación" msgid "Block user and/or leave this conversation" msgstr "Bloquear al usuario o salir de esta conversación" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Bloqueado" @@ -2091,10 +2178,6 @@ msgstr "Si bloqueas a una cuenta no podrán responder en tus hilos, mencionarte msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Si bloqueas a una cuenta no podrán responder en tus hilos, mencionarte ni interactuar contigo de ninguna manera. No verás su contenido y no podrán ver el tuyo." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Si bloqueas a un etiquetador aún podrán seguir aplicando etiquetas a tu cuenta." @@ -2111,11 +2194,21 @@ msgstr "Si bloqueas a un etiquetador aún podrán seguir aplicando etiquetas a t msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky no puede confirmar la autenticidad de la fecha declarada." @@ -2340,7 +2433,7 @@ msgstr "Se necesita acceso a la cámara" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Se necesita acceso a la cámara" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Se necesita acceso a la cámara" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Cancelar la reactivación y cerrar la sesión" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Cancelar búsqueda" @@ -2411,7 +2505,7 @@ msgstr "Subtítulos (.vtt)" msgid "Captions & alt text" msgstr "Subtítulos y texto alternativo" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "carrusel" @@ -2435,7 +2529,7 @@ msgstr "Cambiar icono de la app" msgid "Change app icon to \"{0}\"" msgstr "Cambiar icono de la app a \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Cambiar el idioma de la aplicación" @@ -2518,11 +2612,11 @@ msgstr "El enlace de invitación al chat ya no está disponible" msgid "Chat locked" msgstr "Chat bloqueado" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Mensajes de chat - silencioso" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Mensajes de chat - sonido" @@ -2536,6 +2630,12 @@ msgstr "Chat silenciado" msgid "Chat not found." msgstr "Chat no encontrado." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Los propietarios de un chat no pueden salir de un chat de grupo." @@ -2548,22 +2648,22 @@ msgstr "El destinatario del chat no es seguido por el remitente." msgid "Chat request inbox" msgstr "Bandeja de solicitudes de chat" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Solicitudes de chat" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Ajustes de chat" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Configuración de chat" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat no silenciado" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Chats" @@ -2661,10 +2761,16 @@ msgstr "Elige tu propia cronología: encuentra el contenido que más te gusta gr msgid "Choose your password" msgstr "Elige tu contraseña" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Tu nombre de usuario" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Borrar todos los datos de almacenamiento" @@ -2673,6 +2779,10 @@ msgstr "Borrar todos los datos de almacenamiento" msgid "Clear all storage data (restart after this)" msgstr "Borrar todos los datos de almacenamiento (reiniciar después de esto)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Haz clic aquí para ver el enlace de invitación de este chat de grupo" msgid "Click to open tag menu for {0}" msgstr "Haz clic para abrir el menú de etiquetas de {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Clic para reintentar mensaje fallido" @@ -2755,6 +2865,7 @@ msgstr "Clic para reintentar mensaje fallido" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Clic para reintentar mensaje fallido" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Cerrar banner" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Cerrar el banner de solicitudes entrantes" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Cierra este diálogo" @@ -2874,7 +2984,7 @@ msgstr "Cerrar diálogo de bienvenida" msgid "Closes password update alert" msgstr "Cierra la alerta de actualización de contraseña" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Cierra la ventana de redacción y descarta el borrador" @@ -2886,7 +2996,7 @@ msgstr "Colapsa la lista de usuarios" msgid "Collapses list of users for a given notification" msgstr "Colapsa la lista de usuarios para una notificación en particular" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Color" @@ -2917,7 +3027,7 @@ msgstr "Directrices de la comunidad" msgid "Complete onboarding and start using your account" msgstr "Completa la incorporación y comienza a usar tu cuenta" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Completa el desafío" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Escribir nueva publicación" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Escribir publicaciones de hasta {0, plural, other {# caracteres}}" @@ -2936,11 +3046,11 @@ msgstr "Escribir publicaciones de hasta {0, plural, other {# caracteres}}" msgid "Compose reply" msgstr "Escribir la respuesta" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "Comprimiendo GIF..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Comprimiendo video..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Contactar con nuestro equipo de soporte" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Contactar con el soporte" @@ -3134,8 +3244,12 @@ msgstr "Conversación no encontrada." msgid "Copied build version to clipboard" msgstr "Versión de compilación copiada al portapapeles" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Copiar el enlace al perfil" msgid "Copy link to starter pack" msgstr "Copiar el enlace al paquete de inicio" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Copiar el texto del mensaje" @@ -3341,7 +3455,7 @@ msgstr "No se pudieron guardar los cambios: {0}" msgid "Could not share – please try again" msgstr "No se pudo compartir. Por favor, inténtalo de nuevo" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "No se pudo actualizar la configuración de notificaciones" @@ -3363,6 +3477,11 @@ msgstr "No se pudieron cargar los GIF" msgid "Country code" msgstr "Código de país" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Crea un paquete de inicio para mí" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Crear una cuenta" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Crea una cuenta" @@ -3549,7 +3668,7 @@ msgstr "Fecha de nacimiento" msgid "Dawn" msgstr "Amanecer" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Día" @@ -3632,7 +3751,7 @@ msgstr "Eliminar contactos" msgid "Delete conversation" msgstr "Eliminar la conversación" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Borrar para mi" @@ -3645,7 +3764,7 @@ msgstr "Borrar la lista" msgid "Delete message" msgstr "Borrar mensaje" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Borrar mensaje para mi" @@ -3655,7 +3774,7 @@ msgstr "Eliminar mi cuenta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Borrar la publicación" @@ -3676,7 +3795,7 @@ msgstr "¿Borrar esta lista?" msgid "Delete this post?" msgstr "¿Borrar esta publicación?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Eliminado" @@ -3697,10 +3816,6 @@ msgstr "Eliminado por Plivo después de la verificación" msgid "Deleted list" msgstr "Lista eliminada" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "El dispositivo no pudo traducir :(" msgid "Dialog: adjust who can interact with this post" msgstr "Ajustar quién puede interactuar con esta publicación" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Tenue" @@ -3806,9 +3925,9 @@ msgstr "Deshabilitado" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Descartar" msgid "Discard changes?" msgstr "¿Descartar cambios?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "¿Descartar borrador?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "¿Descartar publicación?" @@ -3864,7 +3983,7 @@ msgstr "Descartar" msgid "Dismiss banner" msgstr "Descartar banner" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Descartar error" @@ -3954,13 +4073,13 @@ msgstr "¡No te preocupes! Todos los mensajes y configuraciones existentes está #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "¡No te preocupes! Todos los mensajes y configuraciones existentes está msgid "Done" msgstr "Listo" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Toca dos veces o presiona durante un instante el mensaje para añadir una reacción" @@ -4045,7 +4164,7 @@ msgstr "Debido a las leyes de tu región, algunas funciones de Bluesky están ac msgid "Duration:" msgstr "Duración:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Atardecer" @@ -4176,12 +4295,12 @@ msgstr "Editar ajustes de interacción de la publicación" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Editar el perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Editar el perfil" @@ -4268,7 +4387,7 @@ msgstr "Incrustar la publicación" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incrusta esta publicación en tu sitio web. Simplemente copia el siguiente fragmento y pégalo en el código HTML de tu sitio web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Reproductor de video incrustado" @@ -4308,8 +4427,8 @@ msgstr "Reproducir multimedia de" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Activa las notificaciones de una cuenta visitando su perfil y pulsando el <0>icono de campana <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Activar notificaciones push" @@ -4400,7 +4519,7 @@ msgstr "Ingresa tu contraseña" msgid "Enter your username and password" msgstr "Ingresa tu nombre de usuario y contraseña" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Entra en pantalla completa" @@ -4408,7 +4527,7 @@ msgstr "Entra en pantalla completa" msgid "Entertainment" msgstr "Ocio" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4438,7 +4557,7 @@ msgstr "Se produjo un error al guardar el archivo" msgid "Error receiving captcha response." msgstr "Error al recibir la respuesta del captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Error: {error}" @@ -4450,26 +4569,38 @@ msgstr "Todos pueden responder" msgid "Everybody can reply to this post." msgstr "Todos pueden responder a esta publicación." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Todos" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Todos" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Todos" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Todo lo demás" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Excluir a los usuarios que sigues" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Imágenes sexuales explícitas." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Explorar" msgid "Explore the app" msgstr "Explora la aplicación" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Exportar mis datos de chat" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "Error al aceptar la solicitud para unirse" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Error al añadir una reacción de emoji" @@ -4626,6 +4757,7 @@ msgstr "Error al cambiar nombre de usuario. Por favor vuelve a intentarlo." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Error al copiar el enlace" @@ -4698,10 +4830,6 @@ msgstr "No se pudo seguir a todos tus amigos. Inténtalo de nuevo" msgid "Failed to hide suggestion, please check your internet connection" msgstr "No se pudo ocultar la sugerencia. Por favor, verifica tu conexión a internet" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Error al ignorar la solicitud para unirse" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Error al unirse al chat de grupo. Inténtalo de nuevo." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Error al salir del chat de grupo" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Error al cargar las conversaciones" @@ -4735,8 +4863,11 @@ msgstr "Error al cargar los feeds" msgid "Failed to load feeds preferences" msgstr "Error al cargar las preferencias de feeds" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Error al cargar la configuración de notificaciones." @@ -4767,12 +4898,13 @@ msgstr "Error al cargar las sugerencias de seguimiento" msgid "Failed to lock group chat" msgstr "Error al bloquear el chat de grupo" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Error al marcar todas las solicitudes como leídas" @@ -4789,6 +4921,10 @@ msgstr "Error al fijar la publicación" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Error al reconectar Germ DM. Error: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Error al eliminar los datos debido a un error de red. Por favor, verifica tu conexión a internet." @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "Error al eliminar los datos. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Error al eliminar una reacción de emoji" @@ -4830,7 +4966,7 @@ msgstr "Error al retirar tu solicitud. Inténtalo de nuevo." msgid "Failed to resolve location. Please try again." msgstr "Error al determinar la ubicación. Inténtalo de nuevo." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Error al guardar el borrador" @@ -4898,7 +5034,7 @@ msgstr "Error al actualizar los feeds" msgid "Failed to update notification declaration" msgstr "Error al actualizar la declaración de notificación" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Error al actualizar los ajustes" @@ -4973,7 +5109,7 @@ msgstr "Comentarios enviados al operador del feed" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Buscar actualizaciones" msgid "File saved successfully!" msgstr "¡Archivo guardado exitosamente!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtrar de los feeds" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filtrar la búsqueda por idioma" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrar la búsqueda por idioma (actualmente: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtrar quién puede recibir notificaciones de tu actividad" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Filtra de quién recibes notificaciones" @@ -5081,7 +5238,7 @@ msgstr "Buscar a gente para seguir" msgid "Find people you know" msgstr "Encuentra personas que conoces" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Buscar publicaciones, usuarios y feeds en Bluesky" @@ -5361,7 +5518,8 @@ msgstr "¡Cuatro burbujas de mensajes representando un chat de grupo. Primer men msgid "Free your feed" msgstr "Libera tu feed" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "De" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "De <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Genera un paquete de inicio" @@ -5414,43 +5577,51 @@ msgstr "Germ DM reconectado" msgid "Get help" msgstr "Obtiene ayuda" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Recibe notificaciones cuando se unan a tu paquete de inicio, sobre verificación y otras actividades." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Recibe una notificación cuando alguien te siga." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Recibe una notificación cuando a alguien le guste tu publicación." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Recibe notificaciones cuando alguien le dé me gusta a tus republicaciones." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Recibe una notificación cuando alguien te mencione." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Recibe una notificación cuando alguien cite tus publicaciones." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Recibe una notificación cuando alguien responda a tus mensajes." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Recibe una notificación cuando alguien responda a tus publicaciones." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Recibe notificaciones cuando alguien republique tus republicaciones." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Recibe notificaciones cuando haya actividad en publicaciones a las que estás suscrito." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Comenzar" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF subido" @@ -5686,7 +5857,7 @@ msgstr "Chat de grupo no silenciado" msgid "Group Chats" msgstr "Chats de grupo" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Los chats de grupo solo están disponibles para usuarios mayores de 18 años." @@ -5784,7 +5955,7 @@ msgstr "¿Tienes un código? <0>Haz clic aquí." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "¿Tenemos mal tu ubicación? <0>Toca aquí para actualizar tu ubicación con GPS." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "¿Tienes problemas?" @@ -5973,7 +6144,7 @@ msgstr "Hmmmm, parece que estamos teniendo problemas para cargar estos datos. Co msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, no conseguimos cargar ese servicio de moderación." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "¡Espera! Estamos dando acceso a videos gradualmente, y aún estás en la lista de espera. ¡Vuelve a consultar pronto!" @@ -6102,12 +6273,12 @@ msgstr "Si eres desarrollador/a, puedes alojar tu propio servidor." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Si estás intentando cambiar tu nombre de usuario o correo electrónico, hazlo antes de desactivar tu cuenta." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Imagen" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Imagen {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Imagen {0} de {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Imagen {0} de {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Caché de imágenes limpiado, {0} liberado" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Galería de imágenes, {0} imágenes" @@ -6201,43 +6372,77 @@ msgstr "Importado el {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Para ofrecerte una experiencia apropiada para tu edad, necesitamos saber tu fecha de nacimiento. Esto se hace una sola vez y tus datos se mantendrán privados." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "En la aplicación" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Notificaciones en la aplicación" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "En la aplicación, todos" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "En la aplicación, personas a las que sigues" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "En la aplicación, push" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "En la aplicación, push, todos" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "En la aplicación, push, personas a las que sigues" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Bandeja de entrada vacía" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "La bandeja de entrada está vacía" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Nombre de usuario o contraseña no válidos" @@ -6334,7 +6539,6 @@ msgstr "Código de invitación" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "No se acepta el código de invitación. Comprueba que lo has introducido correctamente e inténtalo de nuevo." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Invitar amigos" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Invitar amigos" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Invitaciones más personales" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "¿Tu ubicación no es precisa? <0>Toca aquí para actualizar tu ubicación con GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "¡Solo estás tú por ahora! Agrega más personas a tu paquete de inicio buscando arriba." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "Tarea ID: {0}" @@ -6469,8 +6672,8 @@ msgstr "Únete a la conversación" msgid "Journalism" msgstr "Periodismo" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Seguir editando" @@ -6479,11 +6682,6 @@ msgstr "Seguir editando" msgid "Keep me posted" msgstr "Mantenerme informado" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Expulsar miembro" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "Sitio web de KWS" @@ -6518,6 +6716,10 @@ msgstr "Etiquetas en tu cuenta" msgid "Labels on your content" msgstr "Etiquetas en tu contenido" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Ajustes de Idiomas" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Última iniciación justo ahora" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Último" @@ -6562,6 +6764,16 @@ msgstr "Más información" msgid "Learn More" msgstr "Aprender más" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Más información acerca la verificación de edad" @@ -6765,16 +6977,16 @@ msgstr "Le gusta a {0, plural, one {# usuario} other {# usuarios}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Le gusta a {likeCount, plural, one {# usuario} other {# usuarios}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Me gusta" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Me gusta de tus republicaciones" @@ -6954,9 +7166,7 @@ msgstr "Cargar notificaciones nuevas" msgid "Load new posts" msgstr "Cargar publicaciones nuevas" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Cargando chat…" @@ -7065,18 +7275,20 @@ msgstr "Gestionar los ajustes de verificación" msgid "Manage your muted words and tags" msgstr "Gestiona tus palabras y etiquetas silenciadas" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Marcar todo como leído" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Marcar como leído" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Se ha marcado todo como leído" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "En otro momento" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Multimedia" @@ -7137,28 +7351,31 @@ msgstr "Los miembros aún pueden leer el historial del chat, pero no pueden envi msgid "mentioned users" msgstr "usuarios mencionados" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Menciones" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menú" -#: src/screens/Messages/components/MessageInput.tsx:202 -msgid "Message" -msgstr "Mensaje" - -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 msgctxt "action" msgid "Message" -msgstr "Mensaje" +msgstr "" + +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" +msgid "Message" +msgstr "" #. placeholder {0}: profile.handle #: src/components/dms/MessageProfileButton.tsx:99 @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mensaje eliminado" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Error al enviar el mensaje." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Mensaje de @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Mensaje de @{0}: {1}" msgid "Message from server: {0}" msgstr "Mensaje del servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Campo de entrada de mensaje" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "El mensaje es muy largo" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "El mensaje es demasiado largo ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Opciones del mensaje" @@ -7215,11 +7426,11 @@ msgstr "Opciones del mensaje" msgid "Messages" msgstr "Mensajes" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "Los mensajes de esta persona están ocultos mientras te tenga bloqueado." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Los mensajes de esta persona están ocultos mientras la tengas bloqueada." @@ -7343,7 +7554,7 @@ msgstr "Música" msgid "Mute" msgstr "Silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "¿Necesitas denunciar una violación de derechos de autor, una solicitud msgid "Nevermind, create a handle for me" msgstr "Da igual, crea un nombre de usuario por mí" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Nuevo" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nuevo" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {nueva publicación} other {nuevas publicaciones}} de {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "{postsCount, plural, one {nueva publicación} other {nuevas publicacione #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Nuevo chat" @@ -7574,9 +7789,9 @@ msgstr "Nueva dirección de correo electrónico" msgid "New Feature" msgstr "Nueva característica" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Nuevos seguidores" @@ -7608,6 +7823,18 @@ msgstr "Nuevo nombre de usuario" msgid "New list" msgstr "Nueva lista" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Siguiente" msgid "Next image" msgstr "Imagen nueva" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Noche" @@ -7779,12 +8006,12 @@ msgstr "Sin nombre" msgid "No notifications yet!" msgstr "No hay notificaciones" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Nadie" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Nadie" @@ -7822,6 +8049,10 @@ msgstr "No hay citas aún" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Aún no hay GIF recientes. Elige uno para verlo aquí." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Aún no hay respuestas" @@ -7856,10 +8087,18 @@ msgstr "No se encontraron resultados" msgid "No results found for \"{query}\"" msgstr "No se han encontrado resultados para \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "No se encontraron resultados para \"<0>{query}\"." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "No hay resultados." @@ -7868,11 +8107,6 @@ msgstr "No hay resultados." msgid "No Starter Packs yet" msgstr "Aún no hay paquetes de inicio" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Imágenes íntimas no consentidas" msgid "Non-sexual Nudity" msgstr "Desnudez no sexual" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "No disponible en esta plataforma" @@ -7954,26 +8193,27 @@ msgstr "Nota: Esta publicación solo es visible para los usuarios que han inicia msgid "Nothing saved yet" msgstr "Aún no se ha guardado nada" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Ajustes de notificaciones" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Sonidos de notificación" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "El número debe ser un número móvil" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Apagar" @@ -8017,7 +8257,7 @@ msgstr "Aceptar" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "Uno de los destinatarios seleccionados no permite chats de grupo." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Uno de los destinatarios seleccionados te ha bloqueado y no se le puede enviar mensajes." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Falta el texto alternativo en uno o más GIF." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Falta el texto alternativo en una o varias imágenes." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "Uno o más de los archivos seleccionados no son compatibles." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Uno o más de los archivos seleccionados son demasiado grandes. El tamaño máximo es de {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Una o más publicaciones son demasiado largas para guardarse como borrador. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {El número máximo de caracteres es #.} other {El número máximo de caracteres es #.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Falta el texto alternativo en uno o más videos." @@ -8083,7 +8323,7 @@ msgstr "Solo {0} puede responder." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Solo se añadieron {0} de {1} {2, plural, one {imagen} other {imágenes}}; el límite es {MAX_GALLERY_IMAGES}" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Solo los administradores pueden aceptar solicitudes para unirse." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Solo los administradores pueden ignorar solicitudes para unirse." +msgid "Only admins can reject join requests." +msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Solo las personas que sigue {0} pueden unirse." msgid "Only people the chat owner follows can join" msgstr "Solo las personas que sigue el propietario del chat pueden unirse" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Solo se admiten archivos WebVTT (.vtt)" @@ -8140,6 +8392,10 @@ msgstr "Ups, este perfil no existe. Prueba escaneando otro." msgid "Oops!" msgstr "¡Uy!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Abrir el creador de avatares" @@ -8170,9 +8426,8 @@ msgstr "Abrir borrador" msgid "Open drawer menu" msgstr "Abrir el menú lateral" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Abrir el selector de emojis" @@ -8280,7 +8535,7 @@ msgstr "Abre un diálogo para agregar una advertencia de contenido a tu publicac msgid "Opens a dialog to choose who can interact with this post" msgstr "Abre un diálogo para elegir quién puede interactuar con esta publicación" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "Abre una lista de temas de color para la tarjeta QR" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Abre la cámara del dispositivo" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Abre la galería del dispositivo para seleccionar hasta {MAX_GALLERY_IMAGES, plural, one {# imagen} other {# imágenes}}, o un solo video o GIF." @@ -8329,7 +8584,7 @@ msgstr "Abre el flujo para crear una nueva cuenta de Bluesky" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Abre el flujo para iniciar sesión en tu cuenta existente de Bluesky" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Abre la imagen completa" @@ -8513,12 +8768,12 @@ msgstr "Contraseña actualizada" msgid "Password updated!" msgstr "¡Contraseña actualizada!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pausar" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Pausar GIF" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Pausar video" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Personas" @@ -8550,17 +8805,17 @@ msgstr "Personas seguidas por @{0}" msgid "People following @{0}" msgstr "Personas siguiendo a @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Personas a las que sigo" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Personas a las que sigo" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Personas a las que sigo" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Las personas que sigo pueden solicitar unirse" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Personas a las que sigues" @@ -8610,7 +8866,7 @@ msgstr "Número de teléfono verificado" msgid "Photography" msgstr "Fotografía" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Elige un tema de color" @@ -8658,7 +8914,7 @@ msgstr "Feeds anclados" msgid "Pinned to your feeds" msgstr "Tus feeds anclados" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Reproducir" @@ -8668,7 +8924,7 @@ msgstr "Reproducir" msgid "Play {0}" msgstr "Reproducir {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Reproducir GIF" @@ -8681,11 +8937,11 @@ msgstr "Reproducir video" msgid "Play Video" msgstr "Reproducir Video" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Reproduce o pausa el GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Reproduce o pausa el video" @@ -8722,7 +8978,7 @@ msgstr "Haz clic en el enlace en el correo electrónico que te acabamos de envia msgid "Please complete the verification captcha." msgstr "Por favor, completa la verificación CAPTCHA." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Por favor, confirma tu dirección de correo electrónico para subir videos." @@ -8865,7 +9121,7 @@ msgstr "Política" msgid "Porn" msgstr "Pornografía" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Publicar" @@ -8885,12 +9141,12 @@ msgstr "Publica una foto" msgid "Post a video" msgstr "Publica un video" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Publicar Todo" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Publicar de todas formas" @@ -8982,6 +9238,10 @@ msgstr "Publicación desfijado" msgid "Posts" msgstr "Publicaciones" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Los posts pueden ser silenciados según su texto, sus etiquetas o ambos. Recomendamos evitar palabras comunes que aparezcan en muchos posts, ya que podría resultar en que no se muestre ninguna publicación." @@ -9067,11 +9327,11 @@ msgstr "Política de privacidad" msgid "Privacy violation of a minor" msgstr "Violación de la privacidad de un menor" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "Procesando GIF..." -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Procesando video..." @@ -9083,7 +9343,7 @@ msgstr "Procesando..." msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Listas públicas y compartibles para bloquear o silenciar a usuarios en grupo." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Publicar la publicación" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Publicar las publicaciones" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Publicar las respuestas" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Publicar la respuesta" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Notificaciones push" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Push, todos" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Push, personas a las que sigues" @@ -9188,10 +9448,10 @@ msgstr "La cita se ha desvinculado correctamente" msgid "Quote posts disabled" msgstr "Citas deshabilitadas" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citas" @@ -9238,10 +9498,15 @@ msgstr "Reactivar tu cuenta" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Leer {0, plural, one {# respuesta más} other {# respuestas más}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "leer sobre cómo usar los filtros de búsqueda" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Personas reales." msgid "Reason for appeal" msgstr "Motivo del recurso" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Recibir notificaciones en la aplicación" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Recibir notificaciones push" @@ -9304,7 +9569,7 @@ msgstr "Recibir notificaciones push" msgid "Recent GIFs" msgstr "GIF recientes" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Búsquedas recientes" @@ -9339,8 +9604,8 @@ msgstr "Rechazar la solicitud de chat" msgid "Reject join request" msgstr "Rechazar solicitud para unirse" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Recargar conversaciones" @@ -9379,9 +9644,9 @@ msgstr "Eliminar a {displayName} de este chat de grupo" msgid "Remove {displayName}?" msgstr "¿Eliminar a {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Eliminar {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Eliminar feed" msgid "Remove feed?" msgstr "¿Eliminar feed?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Eliminar del chat" @@ -9466,11 +9736,16 @@ msgstr "Eliminar la imagen" msgid "Remove live status" msgstr "Eliminar el estado \"En directo\"" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Eliminar palabra silenciada de tu lista" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Eliminar perfil" @@ -9507,11 +9782,11 @@ msgstr "Eliminar la verificación" msgid "Remove your verification for this account?" msgstr "¿Eliminar tu verificación para esta cuenta?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Eliminado por el autor" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Eliminado por ti" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Te respondió" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Respuestas" @@ -9609,12 +9884,12 @@ msgstr "Respuestas deshabilitadas" msgid "Replies to this post are disabled." msgstr "Las respuestas en esta publicación estan deshabilitadas." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Responder" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -9652,7 +9927,7 @@ msgstr "Visibilidad de la respuesta actualizada" msgid "Reply was successfully hidden" msgstr "La respuesta se ha ocultado correctamente" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Denunciar feed" msgid "Report list" msgstr "Denunciar la lista" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Denunciar mensaje" @@ -9783,9 +10058,9 @@ msgstr "Republicado por {reposter}" msgid "Reposted by you" msgstr "Republicado por ti" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Republicaciones" @@ -9793,9 +10068,9 @@ msgstr "Republicaciones" msgid "Reposts of this post" msgstr "Republicaciones de esta publicación" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Republicaciones de tus republicaciones" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Solicitar código" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Solicitud ignorada." +msgid "Request rejected." +msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Solicitado" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Solicitudes" @@ -9934,9 +10209,9 @@ msgstr "Reintenta la última acción, que presentó un error" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Guardar fecha de nacimiento" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Guardar cambios" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "¿Guardar cambios?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Guardar borrador" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "¿Guardar borrador?" @@ -10089,8 +10364,8 @@ msgstr "Guardado en tus feeds" msgid "Say hello!" msgstr "¡Di hola!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Saluda a alguien" @@ -10120,7 +10395,7 @@ msgstr "Desplazar a la izquierda" msgid "Scroll right" msgstr "Desplazar a la derecha" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Desplazar hacia arriba" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Buscar" @@ -10186,17 +10464,13 @@ msgstr "Buscar más feeds" msgid "Search for people" msgstr "Buscar personas" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Buscar publicaciones, usuarios o feeds" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Buscar GIFs" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "La búsqueda no está disponible actualmente cuando has cerrado sesión" @@ -10225,6 +10499,10 @@ msgstr "Buscar en sus publicaciones" msgid "Search profiles" msgstr "Buscar perfiles" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Buscar..." @@ -10319,7 +10597,7 @@ msgstr "Selecciona un motivo" msgid "Select account" msgstr "Seleccionar cuenta" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Elegir un idioma para la aplicación" @@ -10357,6 +10635,11 @@ msgstr "Seleccionar los idiomas del contenido" msgid "Select duration" msgstr "Elegir la duración" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Selecciona de una cuenta existente" @@ -10388,7 +10671,7 @@ msgstr "Seleccionar miembros del chat de grupo" msgid "Select how long to mute this word for." msgstr "Selecciona por cuánto tiempo se debería silenciar esta palabra." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Selecciona tus intereses entre las siguientes opciones" msgid "Select your preferred language for translations in your feed." msgstr "Elige a qué idioma deseas traducir las publicaciones de tu feed." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Elegir los canales de notificación que prefieres" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "No es compatible seleccionar varios tipos de medios." @@ -10491,8 +10774,7 @@ msgstr "Enviar informe de error" msgid "Send feedback" msgstr "Enviar comentarios" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Enviar mensaje" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Enviar por mensaje directo" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Enviado a las {0}" @@ -10574,7 +10856,7 @@ msgstr "Establece el correo electrónico para restablecer la contraseña" msgid "Settings" msgstr "Ajustes" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Configuración para la actividad de otros" @@ -10582,39 +10864,49 @@ msgstr "Configuración para la actividad de otros" msgid "Settings for allowing others to be notified of your posts" msgstr "Permitir que los demás reciban notificaciones de tus publicaciones" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Configuración para notificaciones de me gusta" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Configuración para notificaciones de menciones" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Configuración para notificaciones de nuevos seguidores" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Configuración para notificaciones de todo lo demás" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Configuración para notificaciones de me gusta de tus republicaciones" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Configuración para notificaciones de republicaciones de tus republicaciones" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Configuración para notificaciones de citas" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Configuración para notificaciones de respuestas" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Configuración para notificaciones de republicaciones" @@ -10684,6 +10976,11 @@ msgstr "Compartir mi perfil" msgid "Share post at:// URI" msgstr "Compartir el URI at:// de la publicación" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Compartir código QR" msgid "Share this feed" msgstr "Compartir este feed" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Compartir este paquete de inicio" @@ -10726,7 +11027,7 @@ msgstr "Probador de Preferencias Compartidas" msgid "Show" msgstr "Ver" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Ver texto alternativo" @@ -10864,13 +11165,13 @@ msgstr "Muestra el contenido" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Se requiere iniciar sesión" msgid "Signed in as @{0}" msgstr "Sesión iniciada como @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Saltar" msgid "Skip contact sharing and continue to the app" msgstr "Omitir la compartición de contactos y continuar a la aplicación" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "¿Omitir publicaciones vacías?" @@ -10980,7 +11286,7 @@ msgstr "Saltar introducción y empezar a usar tu cuenta" msgid "Skip to next step" msgstr "Saltar al siguiente paso" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "diapositiva" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Alguien salió del grupo" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Alguien reaccionó con {0}" @@ -11223,7 +11529,7 @@ msgstr "Página de estado" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Paso {0} de {1}" @@ -11295,11 +11601,11 @@ msgstr "Suscríbete a @{0} para usar estas etiquetas:" msgid "Subscribe to account activity" msgstr "Suscribirse a la actividad de la cuenta" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Suscribirse al etiquetador" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Suscribirse a este etiquetador" @@ -11345,6 +11651,10 @@ msgstr "Sugerido para ti" msgid "Suggestive" msgstr "Sugestivo" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Lleva la conversación a un lugar privado." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Toca abajo para permitir que Bluesky acceda a tu ubicación GPS. Luego usaremos esos datos para determinar con mayor precisión el contenido y las funciones disponibles en tu región." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Toca para más detalles" @@ -11474,7 +11784,7 @@ msgstr "Toca para eliminar tu reacción {0}" msgid "Tap to request access to join this group chat" msgstr "Toca para solicitar acceso para unirte a este chat de grupo" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Toca para reintentar" @@ -11487,7 +11797,7 @@ msgstr "Toca para mostrar las reacciones {0}" msgid "Tap to show all reactions" msgstr "Toca para mostrar todas las reacciones" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Toca para ver las reacciones" @@ -11669,8 +11979,8 @@ msgstr "La publicación a la que estás respondiendo fue marcada como escrita en msgid "The Privacy Policy has been moved to <0/>" msgstr "La Política de Privacidad se ha trasladado a <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "El video seleccionado es mayor a {VIDEO_MAX_SIZE_MB} MB. Por favor, inténtalo de nuevo con un archivo más pequeño." @@ -11832,10 +12142,25 @@ msgstr "¡Ha habido una oleada de nuevos usuarios en Bluesky! Activaremos tu cue msgid "These are your default settings" msgstr "Estos son tus ajustes predeterminados" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Estos ajustes solo aplican para el feed Following." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "Es el propietario de este chat" @@ -11959,6 +12284,11 @@ msgstr "Este borrador se eliminará de forma permanente." msgid "This email is already associated with your account." msgstr "Este correo electrónico ya está asociado con tu cuenta." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Con esta función, los usuarios pueden recibir notificaciones de tus nuevos mensajes y respuestas. ¿Para quién quieres activarlo?" @@ -12063,13 +12393,13 @@ msgstr "Esta lista está vacía" msgid "This message is hidden" msgstr "Este mensaje está oculto" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Este mensaje está oculto porque este usuario te tiene bloqueado." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Este mensaje está oculto porque tienes bloqueado a este usuario." @@ -12107,7 +12437,7 @@ msgstr "Esta publicación fue eliminada por su autor" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Esta publicación será ocultada de los feeds y hilos. Esto no se puede deshacer." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "El autor de esta publicación ha deshabilitado las citas." @@ -12271,7 +12601,7 @@ msgstr "Hoy" msgid "Toggle to enable or disable adult content" msgstr "Alternar para habilitar o deshabilitar contenido para adultos" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Activa/desactiva el sonido" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Demasiados contactos: has excedido el número de contactos que puedes importar para encontrar a tus amigos" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Destacados" @@ -12304,8 +12634,8 @@ msgstr "Respuestas destacadas primero" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Trolleo" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "La confianza se construye a partir de las relaciones, las comunidades y los contextos compartidos. Por ello, también nombramos a <0>verificadores de confianza: organizaciones que pueden verificar cuentas directamente." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Prueba con un término de búsqueda diferente o <0>lee sobre cómo usar los filtros de búsqueda." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Pruébalo" msgid "TV" msgstr "Televisión" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Autenticación de doble factor (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Escribe tu mensaje aquí" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Tipo:" @@ -12423,7 +12756,7 @@ msgstr "No se pudo contactar con tu servicio. Por favor, comprueba tu conexión #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "No se puede contactar con tu proveedor. Comprueba tu conexión a Internet." @@ -12463,7 +12796,7 @@ msgstr "No disponible" msgid "Unavailable feed information" msgstr "Información del feed no disponible" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Desbloquear este chat de grupo" msgid "Unmute" msgstr "Dejar de silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Lista desfijada" msgid "Unsnooze email reminder" msgstr "Dejar de posponer el recordatorio de correo electrónico" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Darse de baja" @@ -12691,7 +13024,7 @@ msgstr "Darse de baja" msgid "Unsubscribe from list" msgstr "Darse de baja de la lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Darse de baja de este etiquetador" @@ -12703,10 +13036,15 @@ msgstr "Dado de baja de la lista" msgid "Unsupported clipboard content" msgstr "Contenido del portapapeles no admitido" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Tipo de video no aceptado: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Hasta 50 personas" @@ -12791,7 +13129,7 @@ msgstr "Subir desde tus archivos" msgid "Upload from Library" msgstr "Subir desde la biblioteca" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "Subiendo GIF..." @@ -12805,7 +13143,7 @@ msgstr "Subiendo imágenes..." msgid "Uploading link thumbnail..." msgstr "Subiendo miniatura del enlace..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Subiendo video..." @@ -13040,12 +13378,12 @@ msgstr "Verificando..." msgid "Version {0}" msgstr "Versión {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "El video no se pudo procesar" @@ -13084,12 +13422,12 @@ msgstr "Video no encontrado." msgid "Video settings" msgstr "Configuración del video" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Video subido" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Video: {0}" @@ -13097,11 +13435,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videos" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Los videos deben durar menos de 3 minutos." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Ver" @@ -13190,7 +13530,7 @@ msgstr "Ver más" msgid "View more trending videos" msgstr "Ver más videos populares" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Ver publicación" @@ -13264,8 +13604,8 @@ msgstr "Ver tus cuentas silenciadas" msgid "View your verifications" msgstr "Ver tus verificaciones" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Muestra la imagen a tamaño completo" @@ -13391,7 +13731,7 @@ msgstr "Te recomendamos que elijas al menos dos intereses." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Hemos enviado un correo electrónico a <0>{0} con un enlace. Haz clic en el enlace para completar la verificación del correo electrónico." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "No pudimos determinar si tienes permiso para cargar videos. Inténtalo de nuevo." @@ -13460,7 +13800,7 @@ msgstr "Estamos teniendo problemas de red, inténtalo de nuevo" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Hemos incluido una nueva capa de verificación en Bluesky: una marca fácil de ver." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "¡Es nuestro placer tenerte aquí!" @@ -13477,8 +13817,8 @@ msgstr "Lo sentimos, pero no pudimos resolver esta lista. Si esto persiste, por msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Lo sentimos, pero no pudimos cargar tus palabras silenciadas en este momento. Por favor, inténtalo de nuevo." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Lo sentimos, no se pudo completar tu búsqueda. Inténtalo de nuevo en unos minutos." @@ -13486,7 +13826,7 @@ msgstr "Lo sentimos, no se pudo completar tu búsqueda. Inténtalo de nuevo en u msgid "We're sorry, you cannot access this screen at this time." msgstr "Lo sentimos, no puedes acceder a esta pantalla en este momento." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "¡Lo sentimos! Se ha eliminado la publicación a la que estás respondiendo." @@ -13536,8 +13876,13 @@ msgstr "¿Qué te interesa?" msgid "What do you want to call your starter pack?" msgstr "¿Cómo quieres llamar a tu paquete de inicio?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "¿Qué hay de nuevo?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "¿Quién puede verificar?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "¡Vaya!" @@ -13623,7 +13968,7 @@ msgstr "¿Quieres bloquear a este usuario o salir de esta conversación?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "¿Quieres guardarlo como borrador antes de ver tus borradores?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "¿Quieres guardarlo como borrador para editarlo más tarde?" @@ -13632,12 +13977,12 @@ msgstr "¿Quieres guardarlo como borrador para editarlo más tarde?" msgid "Write a post" msgstr "Escribe una publicación" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Escribe una publicación" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Escribe una respuesta" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Estás accediendo a Bluesky desde una región que legalmente nos exige verificar tu edad antes de permitirte el acceso a la aplicación." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "Tienes bloqueado a {0}" @@ -13741,7 +14086,7 @@ msgstr "Estás emitiendo en directo" msgid "You are no longer live" msgstr "Ya no estás emitiendo en directo" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "No tienes permiso para subir videos." @@ -13786,12 +14131,12 @@ msgstr "También puedes descargar los datos de tu chat como un archivo \"JSONL\" msgid "You can always opt out and delete your data" msgstr "Siempre puedes optar por no participar y eliminar tus datos" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Puedes elegir si las notificaciones de chat tienen sonido en la configuración del chat dentro de la aplicación" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Puedes continuar las conversaciones en curso independientemente de la configuración que elijas." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Ahora puedes iniciar sesión con tu nueva contraseña." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Solo puedes añadir hasta {MAX_GALLERY_IMAGES, plural, one {# imagen} other {# imágenes}} por publicación" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Solo puedes guardar borradores de hasta 1000 caracteres." @@ -13821,11 +14166,11 @@ msgstr "Solo puedes guardar borradores de hasta 1000 caracteres." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Solo puedes guardar borradores de hasta 1000 caracteres. ¿Quieres descartar esta publicación antes de ver tus borradores?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Solo puedes seleccionar un GIF a la vez." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Solo puedes seleccionar un video a la vez." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Puedes leer el historial del chat, pero no enviar nuevos mensajes." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Puedes seleccionar hasta {MAX_GALLERY_IMAGES, plural, one {# imagen} other {# imágenes}} en total." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Puedes cambiar esta opción en Ajustes." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "No puedes añadir más de {EMOJI_REACTION_LIMIT, plural, one {# reacción de emoji} other {# reacciones de emoji}}" @@ -13958,7 +14303,7 @@ msgstr "Has verificado tu dirección de correo electrónico correctamente. Puede msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Has alcanzado temporalmente el límite de carga de videos. Inténtalo de nuevo más tarde." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Tienes cambios sin guardar en este borrador, ¿quieres guardarlos?" @@ -14033,7 +14378,7 @@ msgstr "Debes seguir al menos a siete personas más para generar un paquete de i msgid "You must grant access to your photo library to save a QR code" msgstr "Debes otorgar acceso a tu biblioteca de fotos para guardar un código QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Necesitas permitir el acceso a tu biblioteca multimedia." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Probablemente quieras reiniciar la aplicación ahora." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Reaccionaste con {0}" @@ -14069,15 +14414,15 @@ msgstr "Reaccionaste con {0} a {target}" msgid "You recently changed your birthdate" msgstr "Cambiaste tu fecha de nacimiento recientemente" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "No podrás volver a unirte a menos que te inviten." msgid "You: {message}" msgstr "Tú: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "¡Comenzarás a seguir a los usuarios y feeds sugeridos una vez que termines de crear tu cuenta!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "¡Comenzarás a seguir a los usuarios sugeridos cuando hayas terminado de crear tu cuenta!" @@ -14185,7 +14530,7 @@ msgstr "Has llegado al final del contenido activo." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "¡Has llegado al fin de tu feed! Encuentra más cuentas para seguir." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Has alcanzado el número máximo de borradores" @@ -14193,15 +14538,19 @@ msgstr "Has alcanzado el número máximo de borradores" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Has alcanzado el número máximo de solicitudes permitidas. Inténtalo de nuevo más tarde." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Has alcanzado el inicio del contenido activo." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Has alcanzado tu límite diario de carga de videos (demasiados bytes)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Has alcanzado tu límite diario de carga de videos (demasiados videos)" @@ -14209,7 +14558,7 @@ msgstr "Has alcanzado tu límite diario de carga de videos (demasiados videos)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Has visto todos los videos que había. ¿Qué te parece si hacemos una pausa?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Tu cuenta" @@ -14221,7 +14570,7 @@ msgstr "¡Tu cuenta ha sido eliminada, hasta luego! ✌️" msgid "Your account has been suspended" msgstr "Se ha suspendido tu cuenta" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Tu cuenta aún no tiene suficiente antigüedad para subir videos. Inténtalo de nuevo más tarde." @@ -14353,11 +14702,11 @@ msgstr "¡Tu contraseña ha sido cambiada con éxito! Por favor, utiliza tu nuev msgid "Your password must be at least 8 characters long." msgstr "La contraseña debe tener al menos 8 caracteres." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Tu publicación fue enviada" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Tus publicaciones fueron enviadas" @@ -14378,7 +14727,7 @@ msgstr "Tu foto de perfil rodeada de círculos concéntricos con fotos de perfil msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Tu perfil, publicaciones, feeds y listas dejarán de ser visibles para otros usuarios de Bluesky. Puedes reactivar tu cuenta en cualquier momento iniciando sesión." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Tu respuesta fue enviada" @@ -14391,7 +14740,7 @@ msgstr "Se enviará tu denuncia a <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Los intereses que selecciones nos ayudarán a ofrecerte contenido interesante para ti." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Tu hilo tiene publicaciones vacías que se omitirán. Las publicaciones restantes se publicarán como un hilo." diff --git a/src/locale/locales/eu/messages.po b/src/locale/locales/eu/messages.po index c7e0f7a5ea..d98d27c26a 100644 --- a/src/locale/locales/eu/messages.po +++ b/src/locale/locales/eu/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: eu\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Basque\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" kategoria (aktiboa)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(blokeatutako mezua ezkutatuta)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(txat gonbidapen-esteka)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(kapsulatutako edukia dauka)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(ezabatutako mezua)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(desgaitutako txat gonbidapen-esteka)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(txat gonbidapen-esteka baliogabea)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(e-postarik ez)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(testurik gabe)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(aipatutako posta)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, one {kontu-etiketa #} other {# kontu-etiketa}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, one {Eduki-etiketa #} other {# eduki-etiketa}}" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {Lagun # aurkitua!} other {# lagun aurkituta!}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {ordu #} other {# ordu}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {etiketa #} other {# etiketa}} kontu honetan jarrita" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {etiketa #} other {# etiketa}} eduki honetan jarrita" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {sartzeko eskaera berri #} other {# sartzeko eskaera ber #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {pertsona #-ek} other {# pertsonek}} erreakzionatu du/dute – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {segundu #} other {# segundu}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {Elementu bat} other {# elementu}} irakurri gabe" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} jarraitzen" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0}-k blokeatzen zaitu" @@ -277,10 +305,16 @@ msgstr "50etik {0}" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} erreakzioantu du {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} elementu irakurri gabe" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} kendua izan da" msgid "{0} was removed from the group" msgstr "{0} taldetik kendu da" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "{0}, " + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, one {kide} other {kide}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "{0}+" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "{0}+ eskaera" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {txat eguneraketa #} other {# txat eguneraketa}}" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {sartzeko eskaera berri #} other {# sartzeko eskaera berri}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {eskaera #} other {# eskaera}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {ordu} other {ordu}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minutu} other {minutu}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "{filterCount, plural, one {+iragazki #} other {+# iragazki}}" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} jarraitzen dizute" @@ -677,17 +733,17 @@ msgstr "{profileName} Bluesky-n sartu zen abio multzo bat erabiliz orain dela {t msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName}-k erantzun du" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName}-k {originalName}-ri erantzun dio" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName}-k erantzun dizu" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2>-k gehitu zaitu" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Hasi saioa<1> edo <2>sortu kontu bat<3> <4>Bluesky-n gertatzen den guztia, berriak, kirolak, politika eta abar bilatzeko." @@ -825,16 +881,6 @@ msgstr "<0>Zueta<1> <2>{0} zure abio multzoan zaudete" msgid "⚠Invalid Handle" msgstr "⚠Erabiltzaile Baliogabea" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Onartu Eskaera" msgid "Accept this language suggestion" msgstr "Onartu hizkuntza-iradokizun hau" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Onartutako elkarrizketak" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Sarbidea eskatu da! Taldearen jabeak zure eskaera berrikusiko du." @@ -1050,9 +1091,9 @@ msgstr "Kontua desmutututa" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Egiaztapen-marka urdin ondulatua <0><1/> duten kontuek beste batzuk egiazta ditzakete. Egiaztatzaile fidagarri hauek Blueskyk hautatzen ditu." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Beste batzuen jarduera" @@ -1108,6 +1149,10 @@ msgstr "Gehitu aukerazko testua" msgid "Add alt text (optional)" msgstr "Gehitu aukerazko testua (hautazkoa)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "Gehitu bilaketa-iragazki gehigarri bat" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Gehitu aukerazko testua (hautazkoa)" msgid "Add another account" msgstr "Gehitu beste kontu bat" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Gehitu beste post bat" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Gehitu beste post bat harira" @@ -1141,6 +1186,10 @@ msgstr "Gehitu automatizazio etiketa kontuan" msgid "Add emoji reaction" msgstr "Gehitu emoji erreakzioa" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "Gehitu iragazkia" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Gehitu txat taldeko kideak" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Gehitu irudia" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Gehitu multimedia postari" @@ -1312,6 +1361,11 @@ msgstr "Helduentzako sexu-abusuen edukia" msgid "Advanced" msgstr "Aurreratua" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "Bilaketa aurreratua" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Adinaren Bermea" @@ -1337,6 +1391,7 @@ msgstr "ane@adibidea.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Guztiak" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Lagun guztiak jarraituta!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Hizkuntza guztiak" @@ -1367,6 +1422,15 @@ msgstr "Hizkuntza guztiak" msgid "All languages will be shown in your feeds." msgstr "Hizkuntza guztiak erakutsiko dira zure feedetan." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "Hitz hauek guztiak" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "Post guztiak" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Gorde dituzun feed guztiak, leku bakar batean." @@ -1380,13 +1444,13 @@ msgstr "Baimendu sarrera zure mezu zuzenetara" msgid "Allow anyone to reply" msgstr "Utzi edonori erantzuten" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Baimendu mezu zuzenak hemendik" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Baimendu txat taldeko gonbidapenak hemendik" @@ -1440,10 +1504,10 @@ msgstr "Dagoeneko kontu bat daukazu?" msgid "Already signed in as @{0}" msgstr "Dagoeneko izena emanda @{0} bezala" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "AUKERAZKO TESTUA" msgid "Alt text" msgstr "Aukerazko testua" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Aukerazko Testua" @@ -1489,7 +1553,7 @@ msgstr "Errore bat gertatu da" msgid "An error occurred" msgstr "Errore bat gertatu da" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Errore bat gertatu da bideoa konprimitzean." @@ -1535,11 +1599,11 @@ msgstr "Errore bat gertatu da QR kodea gordetzean!" msgid "An error occurred while trying to follow all" msgstr "Errore bat gertatu da guztiak jarraitzen saiatzean" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Errore bat gertatu da bideoa igotzean. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Errore bat gertatu da bideoa igotzean. Egiaztatu Interneteko konexioa eta saiatu berriro." @@ -1626,7 +1690,7 @@ msgstr "Animalien ongizatea" msgid "Animals" msgstr "Animaliak" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF animatuak" @@ -1638,6 +1702,11 @@ msgstr "Iragarpena" msgid "Announcing verification on Bluesky" msgstr "Bluesky-n egiaztapena iragartzen" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "Edozein unetan" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Edonor" @@ -1781,6 +1850,24 @@ msgstr "Gordetako posta" msgid "Are you really, really sure?" msgstr "Benetan, benetan ziur al zaude?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "{0} edo {1} postak bilatzen ari zara?" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "{0} postak bilatzen ari zara?" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "{0}edo {1} postak bilatzen ari zara?" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Ziur zaude hau zure feedetatik ezabatu nahi duzula?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Ziur zaude {0}-n sartzeko eskaera bertan behera utzi nahi duzula?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Ziur zaude post hau baztertu nahi duzula?" @@ -1904,7 +1991,7 @@ msgstr "Eskuragarri" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Eskuragarri" msgid "Back" msgstr "Atzera" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Itzuli Txatetara" @@ -1961,10 +2048,10 @@ msgstr "{name}-ren posten jakinarazpenak jaso aurretik, zure helbide elektroniko #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Blokeatu erabiltzailea eta/edo ezabatu elkarrizketa hau" msgid "Block user and/or leave this conversation" msgstr "Blokeatu erabiltzailea eta/edo utzi elkarrizketa hau" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Blokeatua" @@ -2091,10 +2178,6 @@ msgstr "Blokeatutako kontuek ezin dute zure harietan erantzun, zu aipatu edo zur msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Blokeatutako kontuek ezin dute zure harietan erantzun, zu aipatu edo zurekin elkarreragin. Ez duzu haien edukia ikusiko eta zurea ikustea galaraziko zaie." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Blokeatzeak ez dio etiketatzaile honi eragotziko etiketak zure kontuan aplikatzea." @@ -2111,11 +2194,21 @@ msgstr "Blokeatzeak ez du eragotziko etiketak zure kontuan aplikatzea, baina kon msgid "Blog" msgstr "Blog-a" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "bloomscrolling booksky" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "bluesky atproto" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky-k ezin du baieztatu erreklamatutako dataren benetakotasuna." @@ -2340,7 +2433,7 @@ msgstr "Kamerarako sarbidea behar da" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Kamerarako sarbidea behar da" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Kamerarako sarbidea behar da" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2389,9 +2483,9 @@ msgstr "Utzi berriro aktibatzea eta amaitu saioa" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "Utzi erantzuna" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Utzi bilaketa" @@ -2411,7 +2505,7 @@ msgstr "Epigrafeak (.vtt)" msgid "Captions & alt text" msgstr "Epigrafeak eta aukerazko testua" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "karrusela" @@ -2435,7 +2529,7 @@ msgstr "Aldatu aplikazioaren ikonoa" msgid "Change app icon to \"{0}\"" msgstr "Aldatu aplikazioaren ikonoa \"{0}\"-ra" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Aldatu aplikazioaren hizkuntza" @@ -2518,11 +2612,11 @@ msgstr "Txateko gonbidapen-esteka jada ez dago erabilgarri" msgid "Chat locked" msgstr "Txata itxita" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Txat mezuak - isilak" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Txat mezuak - soinuarekin" @@ -2536,6 +2630,12 @@ msgstr "Txata mutututa" msgid "Chat not found." msgstr "Txata ez da aurkitu." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "Txat aukerak" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Txataren jabeek ezin dute txat talde bat utzi." @@ -2548,22 +2648,22 @@ msgstr "Txataren hartzailea ez du bidaltzaileak jarraitzen." msgid "Chat request inbox" msgstr "Txateatzeko eskaeren sarrera-ontzia" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Txateatzeko eskaerak" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Txataren ezarpenak" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Txataren Ezarpenak" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Txata desmutututa" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Txatak" @@ -2661,10 +2761,16 @@ msgstr "Aukeratu zure denbora-lerroa! Komunitateak sortutako feedek maite duzun msgid "Choose your password" msgstr "Aukeratu zure pasahitza" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Aukeratu zure erabiltzaile-izena" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "Garbitu" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Garbitu biltegiratze-datu guztiak" @@ -2673,6 +2779,10 @@ msgstr "Garbitu biltegiratze-datu guztiak" msgid "Clear all storage data (restart after this)" msgstr "Garbitu biltegiratze-datu guztiak (berrabiarazi hau egin ondoren)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "Garbitu data" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Egin klik hemen txat talde honetarako gonbidapen-esteka ikusteko" msgid "Click to open tag menu for {0}" msgstr "Egin klik {0} etiketa-menua irekitzeko" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Egin klik huts egindako mezua berriro bidaltzen saiatzeko" @@ -2755,6 +2865,7 @@ msgstr "Egin klik huts egindako mezua berriro bidaltzen saiatzeko" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Egin klik huts egindako mezua berriro bidaltzen saiatzeko" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Itxi bannerra" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Itxi sarrera eskaeren bannerra" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Itxi elkarrizketa-koadro hau" @@ -2874,7 +2984,7 @@ msgstr "Itxi ongietorri modala" msgid "Closes password update alert" msgstr "Pasahitzak eguneratzeko alerta ixten du" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Post-konpositorea ixten du eta post-zirriborroa baztertzen du" @@ -2886,7 +2996,7 @@ msgstr "Tolestu erabiltzaileen zerrenda" msgid "Collapses list of users for a given notification" msgstr "Jakinarazpen jakin baterako erabiltzaileen zerrenda tolesten du" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Kolorea" @@ -2917,7 +3027,7 @@ msgstr "Komunitate-gidalerroak" msgid "Complete onboarding and start using your account" msgstr "Osatu sartzea eta hasi zure kontua erabiltzen" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Osatu erronka" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Idatzi post berria" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Idatzi {0, plural, other {# karaktere}} gehienezko postak" @@ -2936,11 +3046,11 @@ msgstr "Idatzi {0, plural, other {# karaktere}} gehienezko postak" msgid "Compose reply" msgstr "Idatzi erantzuna" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "GIFa konprimitzen..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Bideoa konprimitzen..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Jarri harremanetan gure laguntza-taldearekin" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Jarri laguntzarekin harremanetan" @@ -3134,8 +3244,12 @@ msgstr "Ez da elkarrizketa aurkitu." msgid "Copied build version to clipboard" msgstr "Konpilazio bertsioa arbelean kopiatu da" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "Esteka arbelean kopiatua" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Kopiatu esteka profilera" msgid "Copy link to starter pack" msgstr "Kopiatu abio multzoaren esteka" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Kopiatu mezuaren testua" @@ -3341,7 +3455,7 @@ msgstr "Ezin izan dira aldaketak gorde: {0}" msgid "Could not share – please try again" msgstr "Ezin izan da partekatu – mesedez, saiatu berriro" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Ezin izan dira jakinarazpenen ezarpenak eguneratu" @@ -3363,6 +3477,11 @@ msgstr "Ezin izan dira GIFak kargatu" msgid "Country code" msgstr "Herrialde kodea" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "behiak txerriak" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Sortu niretzat abio multzo bat" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Sortu kontua" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Sortu kontu bat" @@ -3549,7 +3668,7 @@ msgstr "Jaiotze data" msgid "Dawn" msgstr "Egunsentia" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Eguna" @@ -3632,7 +3751,7 @@ msgstr "Kontaktuak ezabatu" msgid "Delete conversation" msgstr "Ezabatu elkarrizketa" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Ezabatu niretzat" @@ -3645,7 +3764,7 @@ msgstr "Ezabatu zerrenda" msgid "Delete message" msgstr "Ezabatu mezua" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Ezabatu mezua niretzat" @@ -3655,7 +3774,7 @@ msgstr "Ezabatu nire kontua" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Ezabatu posta" @@ -3676,7 +3795,7 @@ msgstr "Zerrenda hau ezabatu nahi duzu?" msgid "Delete this post?" msgstr "Post hau ezabatu nahi duzu?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Ezabatu da" @@ -3697,10 +3816,6 @@ msgstr "Plivok ezabatua egiaztatu ondoren" msgid "Deleted list" msgstr "Ezabatutako zerrenda" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "Gailuak huts egin du itzulpenean :(" msgid "Dialog: adjust who can interact with this post" msgstr "Elkarrizketa: egokitu mezu honekin nork elkarreragin dezakeen" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "Elkarrizketa-koadroa: Ezarri bilaketa-aukera aurreratuak" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Lausotu" @@ -3806,9 +3925,9 @@ msgstr "Desgaituta" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Baztertu" msgid "Discard changes?" msgstr "Aldaketak baztertu?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Zirriborroa baztertu?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Posta baztertu?" @@ -3864,7 +3983,7 @@ msgstr "Baztertu" msgid "Dismiss banner" msgstr "Baztertu bannerra" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Baztertu errorea" @@ -3954,13 +4073,13 @@ msgstr "Ez kezkatu! Mezu eta ezarpen guztiak gordeta daude eta heldua zarela egi #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Ez kezkatu! Mezu eta ezarpen guztiak gordeta daude eta heldua zarela egi msgid "Done" msgstr "Eginda" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Kolpetxo bikoitza edo luze sakatu erreakzio bat gehitzeko" @@ -4045,7 +4164,7 @@ msgstr "Zure eskualdeko legeak direla eta, Bluesky-n ezaugarri batzuk mugatuta d msgid "Duration:" msgstr "Iraupena:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Ilunabarra" @@ -4176,12 +4295,12 @@ msgstr "Editatu posten interakzio-ezarpenak" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Editatu profila" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Editatu Profila" @@ -4268,7 +4387,7 @@ msgstr "Txertatu posta" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Txertatu post hau zure webgunean. Kopiatu hurrengo kode zatia eta itsatsi zure webguneko HTML kodean." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Bideo erreproduzitzailea txertatua" @@ -4308,8 +4427,8 @@ msgstr "Gaitu multimedia-erreproduzitzaileak" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Kontu baten jakinarazpenak gaitzeko, bisitatu haren profila eta sakatu <0>kanpai ikonoa <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Gaitu push jakinarazpenak" @@ -4400,7 +4519,7 @@ msgstr "Sartu zure pasahitza" msgid "Enter your username and password" msgstr "Sartu zure erabiltzaile-izena eta pasahitza" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Pantaila osora sartzen da" @@ -4408,7 +4527,7 @@ msgstr "Pantaila osora sartzen da" msgid "Entertainment" msgstr "Entretenimendua" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Errorea" @@ -4438,7 +4557,7 @@ msgstr "Errore bat gertatu da fitxategia gordetzean" msgid "Error receiving captcha response." msgstr "Errore bat gertatu da captcha erantzuna jasotzean." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Errorea: {error}" @@ -4450,26 +4569,38 @@ msgstr "Denek erantzun dezakete" msgid "Everybody can reply to this post." msgstr "Denek erantzun dezakete post honi." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Edonork" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Edonork" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Edonork" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Beste guztia" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "Baztertu" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Baztertu jarraitzen dituzun erabiltzaileak" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Sexu-irudi esplizituak." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Arakatu" msgid "Explore the app" msgstr "Arakatu aplikazioa" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Esportatu nire txateko datuak" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "Ezin izan da onartu sartzeko eskaera" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Errorea emoji erreakzioa gehitzean" @@ -4614,7 +4745,7 @@ msgstr "Ezin izan dira kideak gehitu" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "Ezin izan da zerrendara gehitu" #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" @@ -4626,6 +4757,7 @@ msgstr "Ezin izan da handle-a aldatu. Mesedez, saiatu berriro." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Ezin izan da esteka kopiatu" @@ -4698,10 +4830,6 @@ msgstr "Ezin izan dira zure lagun guztiak jarraitu, mesedez, saiatu berriro" msgid "Failed to hide suggestion, please check your internet connection" msgstr "Ezin izan da iradokizuna ezkutatu, egiaztatu zure Interneteko konexioa" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Ezin izan da baztertu batzeko eskaera" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Ezin izan da txat taldean sartu. Mesedez, saiatu berriro." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Ezin izan da txat taldea utzi" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Ezin izan dira elkarrizketak kargatu" @@ -4735,8 +4863,11 @@ msgstr "Ezin izan dira feedak kargatu" msgid "Failed to load feeds preferences" msgstr "Ezin izan dira kargatu feeden hobespenak" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Ezin izan dira jakinarazpenen ezarpenak kargatu." @@ -4767,12 +4898,13 @@ msgstr "Ezin izan dira kargatu iradokitako jarraipenak" msgid "Failed to lock group chat" msgstr "Ezin izan da txat taldea itxi" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "Ezin izan dira txat guztiak irakurri gisa markatu" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Ezin izan dira eskaera guztiak irakurri gisa markatu" @@ -4789,6 +4921,10 @@ msgstr "Ezin izan da posta ainguratu" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Germ DM berriro konektatzeak huts egin du. Errorea: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "Ezin izan da baztertu sartzeko eskaera" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Sare-errore baten ondorioz datuak ezabatzea ezinezkoa izan da. Mesedez, egiaztatu zure Interneteko konexioa." @@ -4799,14 +4935,14 @@ msgid "Failed to remove data. {0}" msgstr "Ezin izan dira datuak ezabatu. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Errorea emoji errakzioa kentzerakoan" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "Ezin izan da zerrendatik kendu" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" @@ -4830,7 +4966,7 @@ msgstr "Ezin izan da zure eskaera bertan behera utzi. Mesedez, saiatu berriro." msgid "Failed to resolve location. Please try again." msgstr "Ezin izan da kokapena ebatzi. Mesedez, saiatu berriro." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Ezin izan da zirriborroa gorde" @@ -4898,7 +5034,7 @@ msgstr "Ezin izan dira feedak eguneratu" msgid "Failed to update notification declaration" msgstr "Ezin izan da jakinarazpen-adierazpena eguneratu" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Ezin izan dira ezarpenak eguneratu" @@ -4973,7 +5109,7 @@ msgstr "Iritzia feedaren operadoreari bidali zaio" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Eskuratu eguneraketa" msgid "File saved successfully!" msgstr "Fitxategia ongi gorde da!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "Iragazi egilearen arabera" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "Iragazi egilearen arabera (oraingoa: {currentLabel})" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "Iragazi multimediaren arabera" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "Iragazi multimediaren arabera (oraingoa: {currentLabel})" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Feedetatik iragazi" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Iragazi bilaketa hizkuntzaren arabera" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Iragazi bilaketa hizkuntzaren arabera (oraingoa: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "Iragazi bilaketa hau {0} arabera" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Iragazi nork aukera dezakeen zure jardueraren jakinarazpenak jasotzea" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Iragazi noren jakinarazpenak jasotzen dituzun" @@ -5081,7 +5238,7 @@ msgstr "Aurkitu jarraitzeko jendea" msgid "Find people you know" msgstr "Aurkitu ezagutzen duzun jendea" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Aurkitu postak, erabiltzaileak eta feedak Bluesky-n" @@ -5361,7 +5518,8 @@ msgstr "Txat talde bat irudikatzen duten lau mezu-burbuila. Lehen mezua: \"Albis msgid "Free your feed" msgstr "Askatu zure feeda" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "Nondik" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "<0/>-tik" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "Pertsona hauenak" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Abio multzo bat sortu" @@ -5414,43 +5577,51 @@ msgstr "Germen DM berriro konektatuta" msgid "Get help" msgstr "Laguntza" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Jaso jakinarazpena abio-multzoan sartzean, egiaztatzean eta bestelako jardueretan." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Jaso jakinarazpenak jendeak jarraitzen zaituenean." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Jaso jakinarazpenak jendeari zure postak gustatzen zaizkionean." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Jaso jakinarazpenak jendeari zure berpostak gustatzen zaizkionean." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Jaso jakinarazpenak jendea aipatzen zaituenean." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Jaso jakinarazpenak jendeak zure postak aipatzen dituenean." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Jaso jakinarazpenak jendeak zure postak erantzuten dituenean." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Jaso jakinarazpenak jendeak zure postak berpostatzen dituenean." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Jaso jakinarazpenak jendeak zure berpostak berpostatzen dituenean." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "Jaso jakinarazpenak jendeak mezu-eskaerak bidaltzen dizkizunean." + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "Jaso jakinarazpenak jendeak mezuak bidaltzen dizkizunean." + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Jaso jakinarazpenak harpidetuta zauden postetan jarduera dagoenean." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Hasi" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIFa igo da" @@ -5686,7 +5857,7 @@ msgstr "Txat taldea desmututa dago" msgid "Group Chats" msgstr "Txat Taldeak" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Txat taldeak 18 urte edo gehiagoko erabiltzaileentzat bakarrik daude eskuragarri." @@ -5784,7 +5955,7 @@ msgstr "Baduzu koderik? <0>Egin klik hemen." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Zure kokapena gaizki ulertu al dugu? <0>Sakatu hemen zure kokapena GPSarekin eguneratzeko." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Arazoak dituzu?" @@ -5973,7 +6144,7 @@ msgstr "Mmmmm, badirudi arazoak ditugula datu hauek kargatzeko. Ikus behean xehe msgid "Hmmmm, we couldn't load that moderation service." msgstr "Mmmmm, ezin izan dugu kargatu moderazio-zerbitzu hori." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Eutsi! Pixkanaka bideorako sarbidea ematen ari gara, eta ilaran zain zaude oraindik. Begiratu berriro laster!" @@ -6102,12 +6273,12 @@ msgstr "Garatzailea bazara, zure zerbitzari propioa osta dezakezu." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Zure handle edo posta elektronikoa aldatzen saiatzen ari bazara, egin hori desaktibatu aurretik." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Irudia" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Irudia {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Irudia {0} / {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Irudia {0} / {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Irudien cachea garbituta, {0} askatuta" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Irudi galeria, {0} irudi" @@ -6201,43 +6372,77 @@ msgstr "Inportatua {0}-n" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Adinari egokitutako esperientzia eskaintzeko, zure jaiotze data jakin behar dugu. Behin bakarrik egingo da, eta zure datuak pribatuan gordeko dira." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "Aplikazioan" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Jakinarazpenak aplikazioan" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "Aplikazioan, guztiontzat" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "Aplikazioan, jarraitzen duzun jendea" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "Aplikazioan, push" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "Aplikazioan, push, guztiontzat" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "Aplikazioan, push, jarraitzen duzun jendea" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Sarrerako ontzia hutsik" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Sarrera-ontzia hutsik!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "Sartu" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "Sartu edo baztertu bat datozen postak (orain: {0})" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "Sartu postak edota erantzunak (oraingoa: {currentLabel})" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "Sartu data honetatik aurrera egindako postak" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "Sartu data honetara arte egindako postak" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "Sartu emaitza hauek" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Erabiltzaile-izen edo pasahitz baliogabea" @@ -6334,7 +6539,6 @@ msgstr "Gonbidapen kodea" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Ez da gonbidapen kodea onartu. Egiaztatu behar bezala idatzi duzula eta saiatu berriro." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Gonbidatu lagunak" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Gonbidatu Lagunak" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Gonbidapenak, baina pertsonalak" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "Zure kokapena ez al da zehatza? <0>Sakatu hemen zure kokapena GPSarekin eguneratzeko. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "Zure kokapena ez al da zehatza? <0>Sakatu hemen zure kokapena GPSarekin eguneratzeko." #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Oraintxe bakarrik zaude! Gehitu jende gehiago zure abio multzoari goiko bilaketan." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "Lan ID: {0}" @@ -6469,8 +6672,8 @@ msgstr "Bat egin elkarrizketan" msgid "Journalism" msgstr "Kazetaritza" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Jarraitu editatzen" @@ -6479,11 +6682,6 @@ msgstr "Jarraitu editatzen" msgid "Keep me posted" msgstr "Mantendu nazazu informatuta" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Kidea bota" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "KWS webgunea" @@ -6518,6 +6716,10 @@ msgstr "Etiketak zure kontuan" msgid "Labels on your content" msgstr "Etiketak zure edukian" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "Hizkuntza" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Hizkuntza Ezarpenak" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Azkenekoz orain hasi da" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Azkena" @@ -6562,6 +6764,16 @@ msgstr "Ikasi gehiago (ingelesez)" msgid "Learn More" msgstr "Gehiago Ikasi" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "Lortu informazio gehiago <0>bilaketa aurreratua nola erabili jakiteko." + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "Lortu informazio gehiago <0>bilaketa-iragazkiak nola erabili jakiteko." + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Adinaren bermeari buruz gehiago ikasi" @@ -6765,16 +6977,16 @@ msgstr "Gogoko du {0, plural, one {# erabiltzaileak} other {# erabiltzaileek}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Gogoko du {likeCount, plural, one {# erabiltzaileak} other {# erabiltzaileek}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Gogoko" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Zure berposten gustokoak" @@ -6954,9 +7166,7 @@ msgstr "Kargatu jakinarazpen berriak" msgid "Load new posts" msgstr "Kargatu post berriak" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Txata kargatzen…" @@ -7065,18 +7275,20 @@ msgstr "Kudeatu egiaztapen-ezarpenak" msgid "Manage your muted words and tags" msgstr "Kudeatu mutututa dauden hitzak eta etiketak" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Markatu denak irakurri gisa" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "Markatu txat guztiak irakurri gisa" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "Markatu eskaera guztiak irakurritzat" @@ -7085,15 +7297,16 @@ msgstr "Markatu eskaera guztiak irakurritzat" msgid "Mark as read" msgstr "Markatu irakurri gisa" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Denak irakurri gisa markatuta" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "Txat guztiak irakurri gisa markatuta" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "Eskaera guztiak irakurri gisa markatuta" @@ -7102,6 +7315,7 @@ msgstr "Eskaera guztiak irakurri gisa markatuta" msgid "Maybe later" msgstr "Agian beranduago" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Multimedia" @@ -7137,26 +7351,29 @@ msgstr "Kideek txat-historia irakur dezakete oraindik, baina ezin dute mezu berr msgid "mentioned users" msgstr "aipatutako erabiltzaileak" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Aipamenak" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "Pertsona hauen aipamenak" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menua" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "Mezua" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "Mezua" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mezua ezabatuta" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Ezin izan da bidali mezua." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "@{0}-ren mezua: {1}" @@ -7193,21 +7410,15 @@ msgstr "@{0}-ren mezua: {1}" msgid "Message from server: {0}" msgstr "Zerbitzariaren mezua: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Mezua sartzeko eremua" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Mezua luzeegia da" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Mezua luzeegia da ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Mezuaren aukerak" @@ -7215,11 +7426,11 @@ msgstr "Mezuaren aukerak" msgid "Messages" msgstr "Mezuak" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "Pertsona honen mezuak ezkutatuta daude blokeatzen zaituzten bitartean." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Pertsona honen mezuak ezkutatuta daude blokeatzen dituzun bitartean." @@ -7343,7 +7554,7 @@ msgstr "Musika" msgid "Mute" msgstr "Mututu" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Copyright urraketa, eskaera legal edo araudi-betetze arazo baten berri e msgid "Nevermind, create a handle for me" msgstr "Ez dio axola, sortu handle bat niretzako" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Berria" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Berria" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{firstAuthorLink}-rena {postsCount, plural, one {post berria} other {post berriak}}" @@ -7537,11 +7752,11 @@ msgstr "{firstAuthorName}-ren {postsCount, plural, one {post berria} other {post #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Txat berria" @@ -7574,9 +7789,9 @@ msgstr "E-posta helbide berria" msgid "New Feature" msgstr "Ezaugarri Berria" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Jarraitzaile berriak" @@ -7608,6 +7823,18 @@ msgstr "Handle berria" msgid "New list" msgstr "Zerrenda berria" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "Mezu-eskaera berriak" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "Mezu berriak" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Hurrengoa" msgid "Next image" msgstr "Hurrengo irudia" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Gaua" @@ -7779,12 +8006,12 @@ msgstr "Izenik gabe" msgid "No notifications yet!" msgstr "Oraindik ez dago jakinarazpenik!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Inor ez" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Inor ez" @@ -7822,6 +8049,10 @@ msgstr "Oraindik ez dago aipamenik" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Ez dago GIF berririk oraindik. Aukeratu bat hemen ikusteko." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "Erantzunik ez" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Erantzunik ez oraindik" @@ -7856,10 +8087,18 @@ msgstr "Ez da emaitzarik aurkitu" msgid "No results found for \"{query}\"" msgstr "Ez da emaitzarik aurkitu \"{query}\"-rentzat" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "Ez da emaitzarik aurkitu “<0>{query}” bilaketarako bilaketa-iragazki aurreratuak aplikatuta." + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "Ez da emaitzarik aurkitu “<0>{query}“-rentzat." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "Ez da emaitzarik aurkitu zure kontsultarako bilaketa-iragazki aurreratuak aplikatuta." + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Ez dago emaitzarik." @@ -7868,11 +8107,6 @@ msgstr "Ez dago emaitzarik." msgid "No Starter Packs yet" msgstr "Ez dago oraindik Abio Multzorik" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Baimenik gabeko irudi intimoak" msgid "Non-sexual Nudity" msgstr "Biluztasun ez sexuala" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "Hitz hauetako bat ere ez" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "Ez dago eskuragarri plataforma honetan" @@ -7954,26 +8193,27 @@ msgstr "Oharra: Post hau saioa hasi duten erabiltzaileentzat bakarrik ikus daite msgid "Nothing saved yet" msgstr "Ez da ezer gorde oraindik" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Jakinarazpen-ezarpenak" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Jakinarazpen soinuak" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "Zenbakia mugikor bat izan behar da" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Itzalita" @@ -8017,7 +8257,7 @@ msgstr "Ados" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "Hautatutako hartzaileetako batek ez ditu txat taldeak onartzen." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Hautatutako hartzaileetako batek blokeatu zaitu eta ezin zaio mezurik bidali." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "GIF bati edo gehiagori aukerazko testua falta zaio." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Irudi bati edo gehiagori aukerazko testua falta zaio." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "Hautatutako fitxategi bat edo gehiago ez dira onartzen." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Hautatutako fitxategi bat edo gehiago handiegiak dira. Gehienezko tamaina {VIDEO_MAX_SIZE_MB} MB da." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Post bat edo gehiago luzeegiak dira zirriborro gisa gordetzeko. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Gehienezko karaktere kopurua karaktere # da.} other {Gehienezko karaktere kopurua # karaktere dira.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Bideo bati edo gehiagori aukerazko testua falta zaio." @@ -8083,7 +8323,7 @@ msgstr "{0}-k bakarrik erantzun dezake." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "{1}-etik {0} irudi bakarrik gehitu {2, plural, one {da} other {dira}}; muga {MAX_GALLERY_IMAGES} da" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Administratzaileek soilik onartu ditzakete sartzeko eskaerak." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Administratzaileek soilik baztertu ditzakete sartzeko eskaerak." +msgid "Only admins can reject join requests." +msgstr "Administratzaileek soilik ezetsi ditzakete sartzeko eskaerak." #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "{0}-k jarraitzen duen jendea bakarrik sar daiteke." msgid "Only people the chat owner follows can join" msgstr "Txataren jabeak jarraitzen duen jendea bakarrik sar daiteke" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "Multimedia duten postak bakarrik" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "Bideoak dituzten postak bakarrik" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "Erantzunak bakarrik" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "WebVTT (.vtt) fitxategiak soilik onartzen dira" @@ -8140,6 +8392,10 @@ msgstr "Ene, profil hau ez da existitzen. Saiatu beste bat eskaneatzen." msgid "Oops!" msgstr "Ups!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "Ireki bilaketa-aukera aurreratuak" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Ireki abatar sortzailea" @@ -8170,9 +8426,8 @@ msgstr "Ireki zirriborroa" msgid "Open drawer menu" msgstr "Ireki marrazki menua" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Ireki emoji-hautatzailea" @@ -8280,7 +8535,7 @@ msgstr "Zure postari eduki-abisua gehitzeko elkarrizketa-koadro bat irekitzen du msgid "Opens a dialog to choose who can interact with this post" msgstr "Post honekin nork elkarreragin dezakeen aukeratzeko elkarrizketa-koadro bat irekitzen du" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "QR txartelaren kolore-gaien zerrenda irekitzen du" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Ireki kamera gailua" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Gailuaren galeria irekitzen du gehienez {MAX_GALLERY_IMAGES, plural, other {# irudi}}, edo bideo edo GIF bakarra hautatzeko." @@ -8329,7 +8584,7 @@ msgstr "Fluxua irekitzen du Bluesky kontu berri bat sortzeko" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Fluxua irekitzen du lehendik duzun Bluesky kontuan saioa hasteko" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Irudi osoa irekitzen du" @@ -8513,12 +8768,12 @@ msgstr "Pasahitza eguneratu da" msgid "Password updated!" msgstr "Pasahitza eguneratuta!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pausa" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Pausatu GIFa" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Pausatu bideoa" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Jendea" @@ -8550,17 +8805,17 @@ msgstr "@{0}-k jarraitzen duen jendea" msgid "People following @{0}" msgstr "@{0}-ri jarraitzen dion jendea" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Jarraitzen ditudan pertsonak" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Jarraitzen ditudan pertsonak" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Jarraitzen ditudan pertsonak" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Nik jarraitzen ditudan pertsonek eska dezakete bat egiteko" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Jarraitzen duzun jendea" @@ -8610,7 +8866,7 @@ msgstr "Telefono zenbakia egiaztatuta" msgid "Photography" msgstr "Argazkia" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Aukeratu kolore-gaia" @@ -8658,7 +8914,7 @@ msgstr "Ainguratutako Feedak" msgid "Pinned to your feeds" msgstr "Ainguratua zure feedetara" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Erreproduzitu" @@ -8668,7 +8924,7 @@ msgstr "Erreproduzitu" msgid "Play {0}" msgstr "Erreproduzitu {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Erreproduzitu GIFa" @@ -8681,11 +8937,11 @@ msgstr "Erreproduzitu bideoa" msgid "Play Video" msgstr "Erreproduzitu Bideoa" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "GIF-a erreproduzitu edo pausatzen du" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Bideoa erreproduzitu edo pausatzen du" @@ -8722,7 +8978,7 @@ msgstr "Mesedez, egin klik bidali dizugun mezu elektronikoan dagoen estekan zure msgid "Please complete the verification captcha." msgstr "Mesedez, bete egiaztapen-captcha." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Mesedez, berretsi zure helbide elektronikoa bideoak kargatzeko." @@ -8865,7 +9121,7 @@ msgstr "Politika" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Posteatu" @@ -8885,12 +9141,12 @@ msgstr "Argazki bat posteatu" msgid "Post a video" msgstr "Bideo bat posteatu" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Posteatu Dena" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Posteatu hala ere" @@ -8982,6 +9238,10 @@ msgstr "Postaren aingura kendu da" msgid "Posts" msgstr "Postak" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "Postak eta erantzunak" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Postak mututu daitezke testuaren, etiketen edo bietan oinarrituta. Post askotan agertzen diren hitz arruntak saihestea gomendatzen dugu, postik ez erakustea eragin baitezake." @@ -9067,11 +9327,11 @@ msgstr "Pribatutasun Politika" msgid "Privacy violation of a minor" msgstr "Adingabe baten pribatutasun urraketa" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "GIFa prozesatzen..." -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Bideoa prozesatzen..." @@ -9083,7 +9343,7 @@ msgstr "Prozesatzen..." msgid "profile" msgstr "profila" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Erabiltzaileen zerrenda publiko eta partekagarriak mututzeko edo blokeatzeko modu masiboan." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Argitaratu posta" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Argitaratu postak" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Argitaratu erantzunak" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Argitaratu erantzuna" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Push jakinarazpenak" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Push, guztiontzat" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Push, jarraitzen duzun jendea" @@ -9188,10 +9448,10 @@ msgstr "Aipatutako posta behar bezala kendu da" msgid "Quote posts disabled" msgstr "Post aipamenak desgaituta daude" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Aipamenak" @@ -9238,10 +9498,15 @@ msgstr "Berriz aktibatu zure kontua" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Irakurri {0, plural, one {erantzun # gehiago} other {# erantzun gehiago}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "irakurri bilaketa-iragazkiak nola erabili" +msgid "Read about how to use advanced search filters" +msgstr "Irakurri bilaketa-iragazki aurreratuak nola erabili" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "Irakurri bilaketa-iragazkiak nola erabili" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Benetako jendea." msgid "Reason for appeal" msgstr "Apelazio arrazoia" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Jaso aplikazio barruko jakinarazpenak" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Jaso push jakinarazpenak" @@ -9304,7 +9569,7 @@ msgstr "Jaso push jakinarazpenak" msgid "Recent GIFs" msgstr "Azken GIFak" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Azken bilaketak" @@ -9339,8 +9604,8 @@ msgstr "Baztertu txateatzeko eskaera" msgid "Reject join request" msgstr "Baztertu sartzeko eskaera" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Berriz kargatu elkarrizketak" @@ -9379,9 +9644,9 @@ msgstr "Kendu {displayName} txat talde honetatik" msgid "Remove {displayName}?" msgstr "Kendu {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Kendu {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "Kendu {q}" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Kendu feeda" msgid "Remove feed?" msgstr "Feeda kendu?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "Kendu iragazkia" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Kendu txatetik" @@ -9466,11 +9736,16 @@ msgstr "Kendu irudia" msgid "Remove live status" msgstr "Kendu zuzeneko egoera" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "Kendu kidea" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Kendu hitz mututua zure zerrendatik" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Kendu profila" @@ -9507,11 +9782,11 @@ msgstr "Kendu egiaztapena" msgid "Remove your verification for this account?" msgstr "Zure egiaztapena kendu kontu honi?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Egileak kenduta" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Zuk kenduta" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Zuri erantzunda" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "{senderName}-ren mezuari erantzuna, sakatu bertara mugitzeko" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "Mezuari erantzuna, sakatu bertara mugitzeko" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Erantzunak" @@ -9609,12 +9884,12 @@ msgstr "Erantzunak desgaituta daude" msgid "Replies to this post are disabled." msgstr "Mezu honen erantzunak desgaituta daude." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Erantzun" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Erantzun" @@ -9652,7 +9927,7 @@ msgstr "Erantzunen ikusgarritasuna eguneratu da" msgid "Reply was successfully hidden" msgstr "Erantzuna behar bezala ezkutatu da" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Salatu feeda" msgid "Report list" msgstr "Salatu zerrenda" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Salatu mezua" @@ -9783,9 +10058,9 @@ msgstr "{reposter}-k berpostatua" msgid "Reposted by you" msgstr "Zuk berpostatua" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Berpostak" @@ -9793,9 +10068,9 @@ msgstr "Berpostak" msgid "Reposts of this post" msgstr "Berpostatu post hau" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Zure berposten berpostak" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "Eskaera kodea" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "Eskaera baztertua." #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Eskaera eginda" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Eskaerak" @@ -9934,9 +10209,9 @@ msgstr "Azken ekintza berriro saiatzen da, errorea izan duena" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Gorde jaiotze data" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Gorde aldaketak" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Gorde aldaketak?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Gorde zirriborroa" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Gorde zirriborroa?" @@ -10089,8 +10364,8 @@ msgstr "Zure feedetan gordeta" msgid "Say hello!" msgstr "Esan kaixo!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Esan kaixo norbaiti" @@ -10120,9 +10395,9 @@ msgstr "Joan ezkerrera" msgid "Scroll right" msgstr "Joan eskuinera" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "Joan honek erantzuten dion mezura" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "Joan gora" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Bilatu" @@ -10186,17 +10464,13 @@ msgstr "Bilatu feed gehiago" msgid "Search for people" msgstr "Bilatu jendea" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Bilatu postak, erabiltzaileak edo feedak" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Bilatu GIF-ak" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "Bilaketa ez dago erabilgarri saioa itxita dagoenean" @@ -10225,6 +10499,10 @@ msgstr "Bilatu postak" msgid "Search profiles" msgstr "Bilatu profilak" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "Bilaketa kontsulta" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Bilatu..." @@ -10319,7 +10597,7 @@ msgstr "Aukeratu arrazoi bat" msgid "Select account" msgstr "Aukeratu kontua" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Aukeratu aplikazioaren hizkuntza bat" @@ -10357,6 +10635,11 @@ msgstr "Aukeratu edukien hizkuntzak" msgid "Select duration" msgstr "Hautatu iraupena" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "Hautatu iragazki mota (oraingoa: {0})" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Aukeratu lehendik dagoen kontu batetik" @@ -10388,7 +10671,7 @@ msgstr "Hautatu txat taldeko kideak" msgid "Select how long to mute this word for." msgstr "Aukeratu zenbat denboraz mututu hitz hau." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Aukeratu zure interesak beheko aukeretatik" msgid "Select your preferred language for translations in your feed." msgstr "Aukeratu zure feedean itzulpenak egiteko nahi duzun hizkuntza." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Hautatu zure gogoko jakinarazpen kanalak" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "Ez da onartzen hainbat euskarri mota hautatzea." @@ -10491,8 +10774,7 @@ msgstr "Bidali errore salaketa" msgid "Send feedback" msgstr "Bidali iritzia" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Bidali mezua" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Bidali mezu zuzenaren bidez" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Bidalia hemen: {0}" @@ -10574,7 +10856,7 @@ msgstr "Pasahitza berrezartzeko posta elektronikoa ezartzen du" msgid "Settings" msgstr "Ezarpenak" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Besteen jardueraren ezarpenak" @@ -10582,39 +10864,49 @@ msgstr "Besteen jardueraren ezarpenak" msgid "Settings for allowing others to be notified of your posts" msgstr "Zure posten berri beste batzuei emateko ezarpenak" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Gustoko jakinarazpenen ezarpenak" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Aipamen jakinarazpenen ezarpenak" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Jarraitzile berrien jakinarazpenen ezarpenak" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Beste guztiaren jakinarazpenen ezarpenak" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Zure berpost gustokoen jakinarazpenen ezarpenak" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "Mezu-eskaera berrien jakinarazpenen ezarpenak" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "Mezu berrien jakinarazpenen ezarpenak" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Zure berpost berposten jakinarazpenen ezarpenak" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Aipamen jakinarazpenen ezarpenak" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Erantzun jakinarazpenen ezarpenak" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Berpost jakinarazpenen ezarpenak" @@ -10684,6 +10976,11 @@ msgstr "Partekatu nire profila" msgid "Share post at:// URI" msgstr "Partekatu posta hemen:// URI" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "Partekatu Profila" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Partekatu QR kodea" msgid "Share this feed" msgstr "Partekatu feed hau" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "Partekatu bilaketa hau" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Partekatu abio multzo hau" @@ -10726,7 +11027,7 @@ msgstr "Partekatutako Hobespenen Probatzailea" msgid "Show" msgstr "Erakutsi" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Erakutsi aukerazko testua" @@ -10864,13 +11165,13 @@ msgstr "Edukia erakusten du" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Saioa hasi behar da" msgid "Signed in as @{0}" msgstr "@{0} gisa hasi duzu saioa" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "Noiztik" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Saltatu" msgid "Skip contact sharing and continue to the app" msgstr "Saltatu kontaktuak partekatzea eta jarraitu aplikaziora" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Post hutsak saltatu?" @@ -10980,7 +11286,7 @@ msgstr "Saltatu sarrera eta hasi zure kontua erabiltzen" msgid "Skip to next step" msgstr "Hurrengo urratsera joan" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "diapositiba" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Norbaitek taldea utzi du" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Norbaitek erreakzionatu du {0}" @@ -11223,7 +11529,7 @@ msgstr "Egoera Orria" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "{0}/{1} urratsa" @@ -11295,11 +11601,11 @@ msgstr "Harpidetu @{0}-ra etiketa hauek erabiltzeko:" msgid "Subscribe to account activity" msgstr "Harpidetu kontuaren jarduerara" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Harpidetu Etiketatzailera" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Harpidetu etiketatzaile honetara" @@ -11345,6 +11651,10 @@ msgstr "Zuretzat proposatua" msgid "Suggestive" msgstr "Lizuna" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "Eguzki-argia" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Eraman elkarrizketa pribatura." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Sakatu behean Bluesky-k zure GPS kokapena atzitzeko aukera emateko. Ondoren, datu horiek erabiliko ditugu zure eskualdean eskuragarri dauden edukia eta funtzioak zehatzago zehazteko." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Sakatu xehetasunak ikusteko" @@ -11474,7 +11784,7 @@ msgstr "Sakatu zure {0} erreakzioa ezabatzeko" msgid "Tap to request access to join this group chat" msgstr "Sakatu txat talde honetan sartzeko sarbidea eskatzeko" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Sakatu berriro saiatzeko" @@ -11487,7 +11797,7 @@ msgstr "Sakatu {0} erreakzio erakusteko" msgid "Tap to show all reactions" msgstr "Sakatu erreakzio guztiak erakusteko" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Sakatu erreakzioak ikusteko" @@ -11669,8 +11979,8 @@ msgstr "Erantzuten ari zaren posta {suggestedLanguageName} hizkuntzan idatzita d msgid "The Privacy Policy has been moved to <0/>" msgstr "Pribatutasun-politika <0/>-ra eraman da" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Hautatutako bideoa {VIDEO_MAX_SIZE_MB} MB baino handiagoa da. Mesedez, saiatu berriro fitxategi txikiago batekin." @@ -11832,10 +12142,25 @@ msgstr "Erabiltzaile berri mordoa izan da Blueskyra! Zure kontua aktibatuko dugu msgid "These are your default settings" msgstr "Hauek dira zure ezarpen lehenetsiak" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "Domeinu hauek" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "Traol hauek" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Ezarpen hauek Jarraitzen feedari soilik aplikatzen zaizkio." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "URL hauek" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "Txat honen jabeak dira" @@ -11959,6 +12284,11 @@ msgstr "Zirriborro hau betiko ezabatuko da." msgid "This email is already associated with your account." msgstr "Helbide elektroniko hau zure kontuarekin lotuta dago dagoeneko." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "Esaldi zehatz hau" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Ezaugarri honek erabiltzaileei zure post eta erantzun berrien jakinarazpenak jasotzeko aukera ematen die. Norentzat gaitu nahi duzu hau?" @@ -12063,13 +12393,13 @@ msgstr "Zerrenda hau hutsik dago." msgid "This message is hidden" msgstr "Mezu hau ezkutatuta dago" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Mezu hau ezkutatuta dago erabiltzaile honek blokeatzen zaituelako." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Mezu hau ezkutatuta dago erabiltzaile hau blokeatzen ari zarelako." @@ -12107,7 +12437,7 @@ msgstr "Post hau egileak ezabatu du" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Post hau feed eta harietatik ezkutatuta egongo da. Hau ezin da desegin." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Post honen egileak aipamenak desgaitu ditu." @@ -12271,7 +12601,7 @@ msgstr "Gaur" msgid "Toggle to enable or disable adult content" msgstr "Aldatu helduentzako edukia gaitzeko edo desgaitzeko" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Soinua aktibatu/desaktibatzen du" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Kontaktu gehiegi - zure lagunak aurkitzeko inporta ditzakezun kontaktuen kopurua gainditu duzu" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Joan gora" @@ -12304,8 +12634,8 @@ msgstr "Goiko erantzunak lehenik" msgid "Topic" msgstr "Gaia" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Trolling-a" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Konfiantza harremanetatik, komunitateetatik eta partekatutako testuinguruetatik sortzen da, beraz, <0>egiaztatzaile fidagarriak ere gaitzen ari gara: egiaztapena zuzenean jaulki dezaketen erakundeak." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Saiatu beste bilaketa-termino batekin edo <0>irakurri bilaketa-iragazkiak nola erabili." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "Saiatu beste bilaketa-termino batekin edo kendu iragazki batzuk." + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "Saiatu beste bilaketa-termino batekin." #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Probatu" msgid "TV" msgstr "Telebista" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "Ilunabarra" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Bi faktoreko autentifikazioa (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Idatzi zure mezua hemen" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Mota:" @@ -12423,7 +12756,7 @@ msgstr "Ezin da zure zerbitzuarekin harremanetan jarri. Mesedez, egiaztatu zure #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Ezin da zure zerbitzuarekin harremanetan jarri. Mesedez, egiaztatu zure Interneteko konexioa." @@ -12463,7 +12796,7 @@ msgstr "Ez dago eskuragarri" msgid "Unavailable feed information" msgstr "Feedaren informazioa ez dago erabilgarri" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Ireki txat talde hau" msgid "Unmute" msgstr "Mututzea utzi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Zerrenda ainguratik kenduta" msgid "Unsnooze email reminder" msgstr "Utzi e-posta bidezko gogorarazpena atzeratzeari" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Harpidetza kendu" @@ -12691,7 +13024,7 @@ msgstr "Harpidetza kendu" msgid "Unsubscribe from list" msgstr "Harpidetza kendu zerrendatik" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Harpidetza kendu etiketatzaile honi" @@ -12703,10 +13036,15 @@ msgstr "Zerrendatik harpidetza kenduta" msgid "Unsupported clipboard content" msgstr "Onartzen ez den arbeleko edukia" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Bideo mota bateraezina: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "Arte" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "50 pertsona arte" @@ -12719,7 +13057,7 @@ msgstr "Eguneratu" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "Eguneratu {0} Zerrendetan" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "Eguneratu posta elektronikoa" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "Eguneratu Zerrendetan" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "Kargatu Fitxategietatik" msgid "Upload from Library" msgstr "Kargatu Liburutegitik" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "GIFa kargatzen..." @@ -12805,7 +13143,7 @@ msgstr "Irudiak kargatzen..." msgid "Uploading link thumbnail..." msgstr "Estekaren miniatura kargatzen..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Bideoa kargatzen..." @@ -13040,12 +13378,12 @@ msgstr "Egiaztatzen..." msgid "Version {0}" msgstr "{0} bertsioa" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Bideoa" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Ezin izan da prozesatu bideoa" @@ -13084,12 +13422,12 @@ msgstr "Ez da bideoa aurkitu." msgid "Video settings" msgstr "Bideo ezarpenak" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Bideoa kargatuta" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Bideoa: {0}" @@ -13097,11 +13435,13 @@ msgstr "Bideoa: {0}" msgid "Videos" msgstr "Bideoak" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Bideoek 3 minutu baino gutxiago iraun behar dute." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Ikusi" @@ -13190,7 +13530,7 @@ msgstr "Ikusi gehiago" msgid "View more trending videos" msgstr "Joera-bideo gehiago ikusi" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Ikusi posta" @@ -13264,8 +13604,8 @@ msgstr "Ikusi zuk mutututako kontuak" msgid "View your verifications" msgstr "Ikusi zure egiaztapenak" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Irudi osoa ikusten du" @@ -13391,7 +13731,7 @@ msgstr "Gutxienez bi interes hautatzea gomendatzen dugu." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Esteka bat duen mezu elektroniko bat bidali dugu <0>{0} helbidera. Egin klik gainean helbide elektronikoaren egiaztapen prozesua osatzeko." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Ezin izan dugu zehaztu bideoak kargatzeko baimena duzun ala ez. Mesedez, saiatu berriro." @@ -13460,7 +13800,7 @@ msgstr "Sare arazoak ditugu, saiatu berriro" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Bluesky-n egiaztapen-geruza berri bat sartzen ari gara — erraz ikusteko egiaztapen-marka bat." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Pozik gaude gurekin bat egin izanagatik!" @@ -13477,8 +13817,8 @@ msgstr "Sentitzen dugu, baina ezin izan dugu zerrenda hau konpondu. Honek jarrai msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Sentitzen dugu, baina momentu honetan ezin izan ditugu kargatu zure mutututako hitzak. Mesedez, saiatu berriro." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Sentitzen dugu, baina ezin izan da bilaketa osatu. Mesedez, saiatu berriro minutu batzuk barru." @@ -13486,7 +13826,7 @@ msgstr "Sentitzen dugu, baina ezin izan da bilaketa osatu. Mesedez, saiatu berri msgid "We're sorry, you cannot access this screen at this time." msgstr "Sentitzen dugu, momentu honetan ezin zara pantaila honetara sartu." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Sentitzen dugu! Erantzuten ari zaren posta ezabatu da." @@ -13536,8 +13876,13 @@ msgstr "Zeintzuk dira zure interesak?" msgid "What do you want to call your starter pack?" msgstr "Nola deitu nahi diozu zure abio multzoari?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "zer berri" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Zer da?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Nork egiaztatu dezake?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Aiba!" @@ -13623,7 +13968,7 @@ msgstr "Erabiltzaile hau blokeatu eta/edo elkarrizketa hau utzi nahi duzu?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Zure zirriborroak ikusi aurretik zirriborro gisa gorde nahi al duzu hau?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Zirriborro gisa gorde nahi duzu geroago editatzeko?" @@ -13632,12 +13977,12 @@ msgstr "Zirriborro gisa gorde nahi duzu geroago editatzeko?" msgid "Write a post" msgstr "Idatzi post bat" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Idatzi posta" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Idatzi zure erantzuna" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Aplikazioan sartzen utzi aurretik zure adina egiaztatzea eskatzen digun eskualde batetik sartzen ari zara Bluesky-ra." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "{0} blokeatzen ari zara" @@ -13741,7 +14086,7 @@ msgstr "Zuzenean zaude" msgid "You are no longer live" msgstr "Jada ez zaude zuzenean" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Ezin dituzu bideoak kargatu." @@ -13786,12 +14131,12 @@ msgstr "Txat-datuak \"JSONL\" fitxategi gisa ere deskarga ditzakezu. Fitxategi h msgid "You can always opt out and delete your data" msgstr "Beti aukera dezakezu baimena kendu eta zure datuak ezabatzea" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Txat-jakinarazpenek soinua izan dezaketen ala ez aukera dezakezu aplikazioaren txat-ezarpenetan" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Etengabeko elkarrizketekin jarrai dezakezu aukeratzen duzun ezarpena edozein dela ere." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Orain pasahitz berriarekin saioa hasi dezakezu." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Gehienez {MAX_GALLERY_IMAGES, plural, other {# irudi}} gehi ditzakezu post bakoitzeko" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "1000 karaktere arteko zirriborroak soilik gorde ditzakezu." @@ -13821,11 +14166,11 @@ msgstr "1000 karaktere arteko zirriborroak soilik gorde ditzakezu." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "1000 karaktere arteko zirriborroak soilik gorde ditzakezu. Post hau baztertu nahi duzu zirriborroak ikusi aurretik?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "GIF bakarra hauta dezakezu aldi berean." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Bideo bakarra hauta dezakezu aldi berean." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Txat-historia irakurri dezakezu, baina ezin duzu mezu berririk bidali." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Guztira gehienez {MAX_GALLERY_IMAGES, plural, other {# irudi}} hauta ditzakezu." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Geroago eguneratu dezakezu hau zure ezarpenetan." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "Ezin duzu {EMOJI_REACTION_LIMIT, plural, one {emoji erreakzio #} other {# emoji erreakzio}} baino gehiago gehitu" @@ -13958,7 +14303,7 @@ msgstr "Zure helbide elektronikoa behar bezala egiaztatu duzu. Leiho hau itxi de msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Bideoak kargatzeko mugara iritsi zara aldi baterako. Mesedez, saiatu berriro geroago." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Zirriborro honetan gorde gabeko aldaketak dituzu, gorde nahi dituzu?" @@ -14033,7 +14378,7 @@ msgstr "Gutxienez beste zazpi pertsona jarraitu behar dituzu abio multzo bat sor msgid "You must grant access to your photo library to save a QR code" msgstr "Zure argazki liburutegirako sarbidea eman behar duzu QR kodea gordetzeko" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Zure multimedia liburutegirako sarbidea baimendu behar duzu." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Aplikazioa orain berrabiaraztea komeni da." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Erreakzionatu duzu {0}" @@ -14069,17 +14414,17 @@ msgstr "{0} erreakzionatu duzu {target}-i" msgid "You recently changed your birthdate" msgstr "Duela gutxi aldatu duzu jaiotze data" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "Erantzun duzu" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "{originalName}-ri erantzun diozu" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "Zeure buruari erantzun diozu" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,11 +14462,11 @@ msgstr "Ezin izango zara berriro sartu gonbidatuta ez bazaude." msgid "You: {message}" msgstr "Zu: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Iradokitako erabiltzaileak eta feedak jarraituko dituzu zure kontua sortzen amaitzean!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Iradokitako erabiltzaileak jarraituko dituzu kontua sortzen amaitzean!" @@ -14185,7 +14530,7 @@ msgstr "Eduki aktiboaren amaierara iritsi zara." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Zure feedaren amaierara iritsi zara! Bilatu jarraitzeko kontu gehiago." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Gehienezko zirriborro kopurura iritsi zara" @@ -14193,15 +14538,19 @@ msgstr "Gehienezko zirriborro kopurura iritsi zara" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Eskaera kopuru maximoa gainditu duzu. Mesedez, saiatu berriro geroago." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "Gehienezko {MAX_FILTERS, plural, one {iragazki #} other {# iragazki}} kopurura iritsi zara. Berriak sortu beharrean, gehitu balio gehiago lehendik dagoen iragazki bati." + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Eduki aktiboaren hasierara iritsi zara." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Bideoak kargatzeko eguneko mugara iritsi zara (byte gehiegi)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Bideoak kargatzeko eguneko mugara iritsi zara (bideo gehiegi)" @@ -14209,7 +14558,7 @@ msgstr "Bideoak kargatzeko eguneko mugara iritsi zara (bideo gehiegi)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Ikusteko bideorik gabe geratu zara. Agian momentu ona da atsedena hartzeko?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Zure kontua" @@ -14221,7 +14570,7 @@ msgstr "Zure kontua ezabatu da, ikusi arte! ✌️" msgid "Your account has been suspended" msgstr "Zure kontua bertan behera utzi da" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Zure kontuak ez du oraindik bideoak kargatzeko adina. Mesedez, saiatu berriro geroago." @@ -14353,11 +14702,11 @@ msgstr "Zure pasahitza behar bezala aldatu da! Mesedez, erabili zure pasahitz be msgid "Your password must be at least 8 characters long." msgstr "Pasahitzak 8 karaktereko luzera izan behar du gutxienez." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Zure posta bidali da" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Zure postak bidali dira" @@ -14378,7 +14727,7 @@ msgstr "Zure profileko argazkia beste erabiltzaileen profileko argazkien zirkulu msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Zure profila, postak, feedak eta zerrendak ez dira ikusgai egongo beste Bluesky erabiltzaileentzat. Zure kontua edonoiz aktiba dezakezu saioa hasita." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Zure erantzuna bidali da" @@ -14391,7 +14740,7 @@ msgstr "Zure salaketa <0>{0}-ra bidaliko da." msgid "Your selected interests help us serve you content you care about." msgstr "Aukeratutako interesek gogoko duzun edukia zerbitzatzen laguntzen digute." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Zure hariak saltatuko diren post hutsak ditu. Gainerako postak hari gisa argitaratuko dira." diff --git a/src/locale/locales/fi/messages.po b/src/locale/locales/fi/messages.po index a9a06bc7ee..a581a76bb3 100644 --- a/src/locale/locales/fi/messages.po +++ b/src/locale/locales/fi/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fi\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Finnish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(sisältää upotettua sisältöä)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(ei sähköpostiosoitetta)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# tunti} other {# tuntia}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "Tälle tilille on asetettu {0, plural, one {# merkintä} other {# merkintää}}" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "Tälle sisällölle on asetettu {0, plural, one {# merkintä} other {# merkintää}}" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# sekunti} other {# sekuntia}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {tunti} other {tuntia}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuutti} other {minuuttia}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} seurasivat sinua" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "<0>Sinä ja<1> <2>{0} sisällytte aloituspakettiisi" msgid "⚠Invalid Handle" msgstr "⚠Virheellinen käyttäjätunnus" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Tilin mykistys poistettu" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "Lisää tekstivastine" msgid "Add alt text (optional)" msgstr "Lisää tekstivastine (valinnainen)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Lisää tekstivastine (valinnainen)" msgid "Add another account" msgstr "Lisää toinen tili" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Lisää toinen julkaisu" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "Edistyneet" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Kaikki" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Kaikki tallentamasi syötteet yhdessä paikassa." @@ -1380,13 +1444,13 @@ msgstr "Salli pääsy yksityisviesteihisi" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "Kirjautuneena jo sisään käyttäjänä @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Tekstivastine" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Tekstivastine" @@ -1489,7 +1553,7 @@ msgstr "On tapahtunut virhe" msgid "An error occurred" msgstr "Tapahtui virhe" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Videota pakattaessa tapahtui virhe." @@ -1535,11 +1599,11 @@ msgstr "QR-koodia tallennettaessa tapahtui virhe!" msgid "An error occurred while trying to follow all" msgstr "Yritettäessä seurata kaikkia tapahtui virhe" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "Eläimet" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Animoitu GIF" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "Arkistoitu julkaisu" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Haluatko varmasti poistaa tämän syötteistäsi?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Haluatko varmasti hylätä tämän julkaisun?" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "Takaisin" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Estetty" @@ -2091,10 +2178,6 @@ msgstr "Estetyt tilit eivät voi vastata ketjuihisi, mainita sinua tai olla muut msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Estetyt tilit eivät voi vastata ketjuihisi, mainita sinua tai olla muuten vuorovaikutuksessa kanssasi. Et näe niiden sisältöä, eivätkä ne näe sinun sisältöäsi." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Estäminen ei estä tätä merkitsijää asettamasta merkintöjä tilillesi." @@ -2111,11 +2194,21 @@ msgstr "Estäminen ei estä merkintöjen asettamista tilillesi, mutta se estää msgid "Blog" msgstr "Blogi" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky ei voi vahvistaa väitetyn päivämäärän oikeellisuutta." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Peruuta tilin käyttöönpalautus ja kirjaudu ulos" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Peruuta haku" @@ -2411,7 +2505,7 @@ msgstr "Tekstitykset (.vtt)" msgid "Captions & alt text" msgstr "Tekstitykset ja tekstivastine" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "Vaihda sovelluskuvake" msgid "Change app icon to \"{0}\"" msgstr "Vaihda sovelluskuvakkeeksi ”{0}”" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "Chatti mykistetty" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Chatin asetukset" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Chatin asetukset" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chatti mykistetty" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "Valitse oma aikajanasi! Yhteisön rakentamat syötteet auttavat löytäm msgid "Choose your password" msgstr "Valitse salasanasi" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Valitse käyttäjätunnuksesi" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Tyhjennä kaikki tallennustilan tiedot" @@ -2673,6 +2779,10 @@ msgstr "Tyhjennä kaikki tallennustilan tiedot" msgid "Clear all storage data (restart after this)" msgstr "Tyhjennä kaikki tallennustilan tiedot (käynnistä uudelleen tämän jälkeen)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Napsauta tästä yrittääksesi uudelleen epäonnistunutta viestin lähetystä" @@ -2755,6 +2865,7 @@ msgstr "Napsauta tästä yrittääksesi uudelleen epäonnistunutta viestin lähe #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Napsauta tästä yrittääksesi uudelleen epäonnistunutta viestin lähe #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Sulje tämä valintaikkuna" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Sulkee salasanan päivityshälytyksen" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" @@ -2886,7 +2996,7 @@ msgstr "Pienennä käyttäjäluettelo" msgid "Collapses list of users for a given notification" msgstr "Pienentää tämän ilmoituksen käyttäjäluettelon" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Yhteisöohjeet" msgid "Complete onboarding and start using your account" msgstr "Suorita käyttöönotto loppuun ja aloita tilisi käyttö" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Suorita haaste loppuun" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Laadi uusi julkaisu" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2936,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "Laadi vastaus" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Pakataan videota…" @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Ota yhteys tukeen" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Ohjelmiston versio kopioitu leikepöydälle" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Kopioi viestin teksti" @@ -3341,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Luo aloituspaketti minulle" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Luo tili" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Luo tili" @@ -3549,7 +3668,7 @@ msgstr "Syntymäaika" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Poista itseltäni" @@ -3645,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "Poista viesti" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Poista viesti itseltäni" @@ -3655,7 +3774,7 @@ msgstr "Poista tilini" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Poista julkaisu" @@ -3676,7 +3795,7 @@ msgstr "Poistetaanko tämä lista?" msgid "Delete this post?" msgstr "Poistetaanko tämä julkaisu?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Poistettu" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Valintaikkuna: säädä, kuka voi olla vuorovaikutuksessa tämän julkaisun kanssa" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Himmeä" @@ -3806,9 +3925,9 @@ msgstr "Poissa käytöstä" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Hylkää" msgid "Discard changes?" msgstr "Hylätäänkö muutokset?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Hylätäänkö luonnos?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Hylätäänkö julkaisu?" @@ -3864,7 +3983,7 @@ msgstr "Hylkää" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Hylkää virhe" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "Valmis" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Kesto:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Muokkaa julkaisun vuorovaikutusasetuksia" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Muokkaa profiilia" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Muokkaa profiilia" @@ -4268,7 +4387,7 @@ msgstr "Upota julkaisu" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Upota tämä julkaisu verkkosivustollesi. Kopioi vain seuraava koodinpätkä ja liitä se sivustosi HTML-koodiin." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Upotettu videosoitin" @@ -4308,8 +4427,8 @@ msgstr "Ota mediatoistimet käyttöön palveluille" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "Syötä käyttäjätunnuksesi ja salasanasi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4408,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Virhe" @@ -4438,7 +4557,7 @@ msgstr "Tiedostoa tallennettaessa tapahtui virhe" msgid "Error receiving captcha response." msgstr "Virhe captcha-vastauksen vastaanottamisessa." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4450,26 +4569,38 @@ msgstr "Kaikki voivat vastata" msgid "Everybody can reply to this post." msgstr "Kaikki voivat vastata tähän julkaisuun." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Kaikilta" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Kaikilta" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Kaikilta" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Sulje pois seuraamasi käyttäjät" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Siveettömän seksuaaliset kuvat." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4626,6 +4757,7 @@ msgstr "Käyttäjätunnuksen vaihtaminen epäonnistui. Yritä uudelleen." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "Syötteiden asetusten lataaminen epäonnistui" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "Ehdotettujen seurattavien lataaminen epäonnistui" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4789,6 +4921,10 @@ msgstr "Julkaisun kiinnittäminen epäonnistui" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "Syötteiden päivittäminen epäonnistui" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Asetusten päivittäminen epäonnistui" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "Tiedosto tallennettu onnistuneesti!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Suodata syötteistä" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "Etsi käyttäjiä seurattavaksi" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Syötteestä <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Generoi aloituspaketti" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "Näytä ohje" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Ongelmia?" @@ -5973,7 +6144,7 @@ msgstr "Hmm, näiden tietojen lataamisessa vaikuttaa olevan vaikauksia. Katso li msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, emme pystyneet lataamaan tätä moderointipalvelua." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Odottakaa! Annamme vähitellen pääsyn videoon, ja olet yhä odotusjonossa. Tarkista tilanne pian uudelleen!" @@ -6102,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Jos yrität vaihtaa käyttäjätunnuksesi tai sähköpostiosoitteesi, tee se ennen kuin poistat tilin käytöstä." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Kuva" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Väärä käyttäjätunnus tai salasana" @@ -6334,7 +6539,6 @@ msgstr "Kutsukoodi" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Kutsukoodia ei hyväksytty. Tarkista, että syötit sen oikein, ja yritä uudelleen." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Kutsuja mutta henkilökohtaisia" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Vain sinä olet nyt tässä! Lisää muita käyttäjiä aloituspakettiisi yllä olevalla haulla." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "Työpaikan tunnus: {0}" @@ -6469,8 +6672,8 @@ msgstr "Liity keskusteluun" msgid "Journalism" msgstr "Journalismi" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "Tilisi merkinnät" msgid "Labels on your content" msgstr "Sisältösi merkinnät" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Kieliasetukset" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Uusimmat" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "Lue lisää" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "Tykännyt {0, plural, one {# käyttäjä} other {# käyttäjää}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Tykännyt {likeCount, plural, one {# käyttäjä} other {# käyttäjää}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Tykkäykset" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "Lataa uusia ilmoituksia" msgid "Load new posts" msgstr "Lataa uusia julkaisuja" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "Hallinnoi mykistettyjä sanoja ja tunnisteita" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Merkitse luetuksi" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "mainitut käyttäjät" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Maininnat" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Valikko" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Viesti poistettu" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7193,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "Viesti palvelimelta: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Viestin syöttökenttä" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Viesti on liian pitkä" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7215,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "Viestit" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Musiikki" msgid "Mute" msgstr "Mykistä" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Ei se mitään, luo minulle käyttäjätunnus" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Uusi" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Uusi" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Uusi chatti" @@ -7574,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "Uusi käyttäjätunnus" msgid "New list" msgstr "Uusi lista" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Seuraava" msgid "Next image" msgstr "Seuraava kuva" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "Ei vielä ilmoituksia!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "Ei vielä lainauksia" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "Tuloksia ei löytynyt" msgid "No results found for \"{query}\"" msgstr "Ei tuloksia haulle ”{query}”" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7868,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "Ei-seksuaalinen alastomuus" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Ilmoitusasetukset" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Ilmoitusasäänet" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Pois" @@ -8017,7 +8257,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Ainakin yhdeltä GIF-animaatiolta puuttuu tekstivastine." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Ainakin yhdeltä kuvalta puuttuu tekstivastine." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Ainakin yhdeltä videolta puuttuu tekstivastine." @@ -8083,7 +8323,7 @@ msgstr "Vain {0} voi vastata." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Vain WebVTT (.vtt) -tiedostoja tuetaan" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Hups!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Avaa profiilikuvan luontityökalu" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Avaa alavalikko" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Avaa emojinvalitsin" @@ -8280,7 +8535,7 @@ msgstr "Avaa valintaikkunan sisältövaroituksen lisäämiseksi julkaisuusi" msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Avaa vaiheet uuden Bluesky-tilin luomiseksi" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Avaa vaiheet olemassa olevaan Bluesky-tiliisi kirjautumiseksi" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Salasana päivitetty" msgid "Password updated!" msgstr "Salasana päivitetty!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pysäytä" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Pysäytä video" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Käyttäjät" @@ -8550,17 +8805,17 @@ msgstr "Käyttäjät, joita @{0} seuraa" msgid "People following @{0}" msgstr "Käyttäjät, jotka seuraavat tiliä @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Valokuvaus" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Kiinnitetyt syötteet" msgid "Pinned to your feeds" msgstr "Kiinnitetty syötteisiisi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Toista" @@ -8668,7 +8924,7 @@ msgstr "Toista" msgid "Play {0}" msgstr "Toista {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "Toista video" msgid "Play Video" msgstr "Toista video" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Täydennä vahvistus-captcha, ole hyvä." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Politiikka" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Julkaise" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Julkaise kaikki" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Julkaisu irrotettu" msgid "Posts" msgstr "Julkaisut" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Julkaisuja voi mykistää tekstin, tunnisteiden tai kummankin perusteella. Suosittelemme välttämään yleisiä sanoja, jotka esiintyvät monissa julkaisuissa. Muuten voi käydä niin, ettei mitään julkaisuja näytetä." @@ -9067,11 +9327,11 @@ msgstr "Tietosuojakäytäntö" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Käsitellään videota…" @@ -9083,7 +9343,7 @@ msgstr "Käsitellään…" msgid "profile" msgstr "profiili" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Julkisia, jaettavia listoja käyttäjistä, joita voi mykistää tai estää massoittain." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "Lainausjulkaisu irrotettiin onnistuneesti" msgid "Quote posts disabled" msgstr "Lainausjulkaisut poissa käytöstä" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Lainaukset" @@ -9238,9 +9498,14 @@ msgstr "Palauta tilisi käyttöön" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Lataa keskustelut uudelleen" @@ -9379,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9427,6 +9692,11 @@ msgstr "Poista syöte" msgid "Remove feed?" msgstr "Poistetaanko syöte?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Poista kuva" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Poista mykistyssana listastasi" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Poista profiili" @@ -9507,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Tekijän poistama" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Poistamasi" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Vastaukset" @@ -9609,12 +9884,12 @@ msgstr "Vastaaminen poissa käytöstä" msgid "Replies to this post are disabled." msgstr "Tähän julkaisuun vastaaminen on poissa käytöstä." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Vastaa" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Vastaa" @@ -9652,7 +9927,7 @@ msgstr "Vastauksen näkyvyys päivitetty" msgid "Reply was successfully hidden" msgstr "Vastaus piilotettiin onnistuneesti" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Ilmianna syöte" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Ilmianna viesti" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Uudelleenjulkaisit" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "Tämän julkaisun uudelleenjulkaisut" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Yrittää uudelleen viimeisintä toimintoa, joka epäonnistui" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Tallenna muutokset" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Tallennettu syötteisiisi" msgid "Say hello!" msgstr "Tervehdi!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Vieritä alkuun" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Haku" @@ -10186,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Hae GIF-animaatioita" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "Hae profiileja" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "Valitse tili" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "Valitse sisällön kielet" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Valitse olemassa olevalta tililtä" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Valitse, kuinka pitkään tämä sana mykistetään." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Valitse kiinnostuksen kohteesi alla olevista vaihtoehdoista" msgid "Select your preferred language for translations in your feed." msgstr "Valitse käännösten kieli syötteessäsi." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Lähetä palautetta" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Lähetä viesti" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Lähetä yksityisviestillä" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Asettaa sähköpostiosoitteen salasanan palautusta varten" msgid "Settings" msgstr "Asetukset" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Jaa QR-koodi" msgid "Share this feed" msgstr "Jaa tämä syöte" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Jaa tämä aloituspaketti" @@ -10726,7 +11027,7 @@ msgstr "Jaettujen asetusten testeri" msgid "Show" msgstr "Näytä" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Näytä tekstivastine" @@ -10864,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Sisäänkirjautuminen vaaditaan" msgid "Signed in as @{0}" msgstr "Kirjautunut sisään käyttäjänä @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Ohita" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11223,7 +11529,7 @@ msgstr "Tilasivu" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Vaihe {0}/{1}" @@ -11295,11 +11601,11 @@ msgstr "Tilaa @{0} käyttääksesi näitä merkintöjä:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Tilaa merkitsijä" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Tilaa tämä merkitsijä" @@ -11345,6 +11651,10 @@ msgstr "Ehdotuksia sinulle" msgid "Suggestive" msgstr "Vihjaileva" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Tietosuojakäytäntö on siirretty kohtaan <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Blueskyyn on tullut paljon uusia käyttäjiä! Aktivoimme tilisi niin pi msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Nämä asetukset vaikuttavat vain Seuratut-syötteeseen." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "Tämä lista on tyhjä." msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Tämä julkaisu piilotetaan syötteistä ja ketjuista. Tätä ei voi kumota." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Tämän julkaisun tekijä on poistanut lainausjulkaisut käytöstä." @@ -12271,7 +12601,7 @@ msgstr "Tänään" msgid "Toggle to enable or disable adult content" msgstr "Vaihda ottaaksesi aikuisille tarkoitetun sisällön käyttöön tai poistaaksesi sen käytöstä" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Suosituimmat" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "Aihe" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Kaksivaiheinen tunnistautuminen" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Kirjoita viestisi tähän" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Tyyppi:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Yhteyden muodostaminen palveluusi ei onnistu. Tarkista internetyhteytesi." @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Poista mykistys" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Peruuta tilaus" @@ -12691,7 +13024,7 @@ msgstr "Peruuta tilaus" msgid "Unsubscribe from list" msgstr "Peruuta listan tilaus" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Peruuta merkitsijän tilaus" @@ -12703,10 +13036,15 @@ msgstr "Listan tilaus peruutettu" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Lataa tiedostoista" msgid "Upload from Library" msgstr "Lataa kirjastosta" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Ladataan kuvia palveluun…" msgid "Uploading link thumbnail..." msgstr "Ladataan linkin pikkukuvaa palveluun…" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Ladataan videota palveluun…" @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Videon käsitteleminen epäonnistui" @@ -13084,12 +13422,12 @@ msgstr "Videota ei löydy." msgid "Video settings" msgstr "Videon asetukset" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Video ladattu palveluun" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "" @@ -13097,11 +13435,13 @@ msgstr "" msgid "Videos" msgstr "Videot" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "Näytä mykistämäsi tilit" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13391,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Emme onnistuneet määrittämään, saatko ladata palveluun videoita. Yritä uudelleen." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Pahoittelemme, mutta emme onnistuneet resolvoimaan tätä listaa. Jos t msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Pahoittelut, mutta emme tällä kertaa onnistuneet lataamaan mykistettyjä sanojasi. Yritä uudelleen." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Pahoittelut! Julkaisu, johon olet vastaamassa, on poistettu." @@ -13536,8 +13876,13 @@ msgstr "Mitkä ovat kiinnostuksenkohteesi?" msgid "What do you want to call your starter pack?" msgstr "Millä nimellä haluat kutsua aloituspakettiasi?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Mitä kuuluu?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Hupsista!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Kirjoita julkaisu" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Kirjoita vastauksesi" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Sinun ei ole mahdollista ladata videoita palveluun." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Voit jatkaa meneillään olevia keskusteluja riippumatta valitsemastasi asetuksesta." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Voit nyt kirjautua sisään uudella salasanallasi." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Voit päivittää tämän myöhemmin asetuksistasi." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Olet väliaikaisesti saavuttanut videolatausten rajoituksen. Yritä myöhemmin uudelleen." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Sinun on seurattava ainakin seitsemää muuta käyttäjää, jotta voit msgid "You must grant access to your photo library to save a QR code" msgstr "Sinun on myönnettävä pääsy kuvakirjastoosi tallentaaksesi QR-koodin" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Alat seurata ehdotettuja käyttäjiä ja syötteitä, kun olet saanut tilisi luomisen valmiiksi!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Alat seurata ehdotettuja käyttäjiä, kun olet saanut tilisi luomisen valmiiksi!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Olet päässyt syötteesi loppuun! Etsi lisää tilejä seurattavaksi." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Olet saavuttanut päiväkohtaisen videolatausten rajoituksen (liian monta tavua)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Olet saavuttanut päiväkohtaisen videolatausten rajoituksen (liian monta videota)" @@ -14209,7 +14558,7 @@ msgstr "Olet saavuttanut päiväkohtaisen videolatausten rajoituksen (liian mont msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Tilisi" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Tilisi ei ole riittävän vanha videoiden lataamiseksi palveluun. Yritä myöhemmin uudelleen." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Profiilisi, julkaisusi, syötteesi ja listasi eivät enää näy muille Blueskyn käyttäjille. Voit palauttaa tilisi käyttöön milloin tahansa kirjautumalla sisään." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/fr/messages.po b/src/locale/locales/fr/messages.po index fbd89c2978..541530c943 100644 --- a/src/locale/locales/fr/messages.po +++ b/src/locale/locales/fr/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fr\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: French\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Catégorie « {interestsDisplayName} » (active)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(message bloqué masqué)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(lien d’invitation à une discussion)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(avec un contenu intégré)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(message supprimé)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(lien d’invitation désactivé à une discussion)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(lien d’invitation invalide à une discussion)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(pas d’e-mail)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(sans texte)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(post cité)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, one {# étiquette} other {# étiquettes}} de compte" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, one {# étiquette} other {# étiquettes}} de contenu" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {# ami retrouvé !} other {# amis retrouvés !}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# heure} other {# heures}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# étiquette a été placée} other {# étiquettes ont été placées}} sur ce compte" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# étiquette a été placée} other {# étiquettes ont été placées}} sur ce contenu" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {# nouvelle demande d’ajout} other {# nouvelles demand #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# personne a} other {# personnes ont}} réagi – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# seconde} other {# secondes}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# élément non lu} other {# éléments non lus}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} abonnements" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} vous a bloqué·e" @@ -277,10 +305,16 @@ msgstr "{0} sur 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} a réagi avec {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} éléments non plus" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} a été retiré·e" msgid "{0} was removed from the group" msgstr "{0} a été retiré·e du groupe" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "{0}, " + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, one {membre} other {membres}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "+ de {0}" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "+ de {0} demandes" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {# évènement} other {# évènements}} de discussio msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {# nouvelle demande} other {# nouvelles demandes}} à rejoindre" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# demande} other {# demandes}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {heure} other {heures}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minute} other {minutes}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "{filterCount, plural, one {+ # filtre} other {+ # filtres}}" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} vous ont suivi" @@ -677,17 +733,17 @@ msgstr "{profileName} a rejoint Bluesky à l’aide d’un kit de démarrage il msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} a répondu" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName} a répondu à {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName} vous a répondu" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> vous a ajouté·e" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Se connecter<1> ou <2>créer un compte<3><4> pour rechercher des actualités, du sport, de la politique, et tout ce qui se passe d’autre en ce moment sur Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>Vous et<1> <2>{0} faites partie de votre kit de démarrag msgid "⚠Invalid Handle" msgstr "⚠Pseudo invalide" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Accepter la demande" msgid "Accept this language suggestion" msgstr "Accepter cette suggestion de langue" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Conversations acceptées" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Accès demandé ! Le compte propriétaire du groupe examinera votre demande." @@ -1050,9 +1091,9 @@ msgstr "Compte réaffiché" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Les comptes avec une coche bleue émaillée <0><1/> peuvent en vérifier d’autres. Ces vérificateurs de confiance sont sélectionnés par Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Activité des autres" @@ -1108,6 +1149,10 @@ msgstr "Ajouter un texte alt" msgid "Add alt text (optional)" msgstr "Ajouter un texte alt (facultatif)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "Ajouter un filtre de recherche supplémentaire" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Ajouter un texte alt (facultatif)" msgid "Add another account" msgstr "Ajouter un autre compte" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Ajouter un autre post" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Ajouter un autre post au fil de discussion" @@ -1141,6 +1186,10 @@ msgstr "Ajouter une étiquette d’automatisation au compte" msgid "Add emoji reaction" msgstr "Ajouter une réaction émoji" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "Ajouter un filtre" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Ajouter des membres à la discussion de groupe" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Ajouter une image" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Ajouter un média au post" @@ -1312,6 +1361,11 @@ msgstr "Abus sexuels sur adultes" msgid "Advanced" msgstr "Avancé" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "Recherche avancée" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Vérification d’âge" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Toutes" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Tous les amis ont été suivis avec succès !" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Toutes les langues" @@ -1367,6 +1422,15 @@ msgstr "Toutes les langues" msgid "All languages will be shown in your feeds." msgstr "Toutes les langues seront affichées dans vos fils d’actu." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "Tous ces mots" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "Tous les posts" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Tous les fils d’actu que vous avez enregistrés, au même endroit." @@ -1380,13 +1444,13 @@ msgstr "Autoriser l’accès à vos messages privés" msgid "Allow anyone to reply" msgstr "Autoriser n’importe qui à répondre" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Autoriser les messages privés de" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Autoriser les invitations de groupe de" @@ -1440,10 +1504,10 @@ msgstr "Vous avez déjà un compte ?" msgid "Already signed in as @{0}" msgstr "Déjà connecté·e en tant que @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Texte alt" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Texte alt" @@ -1489,7 +1553,7 @@ msgstr "Une erreur s’est produite" msgid "An error occurred" msgstr "Une erreur s’est produite" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Une erreur s’est produite lors de la compression de la vidéo." @@ -1535,11 +1599,11 @@ msgstr "Une erreur s’est produite lors de l’enregistrement du code QR !" msgid "An error occurred while trying to follow all" msgstr "Une erreur s’est produite en essayant de suivre tous les comptes" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Il y a eu un problème lors de l’envoi de la vidéo. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Il y a eu un problème lors de l’envoi de la vidéo. Vérifiez votre connexion internet et réessayez." @@ -1626,7 +1690,7 @@ msgstr "Bien-être animal" msgid "Animals" msgstr "Animaux" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF animé" @@ -1638,6 +1702,11 @@ msgstr "Annonce" msgid "Announcing verification on Bluesky" msgstr "La vérification arrive sur Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "N’importe quand" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "N’importe qui" @@ -1781,6 +1850,24 @@ msgstr "Post archivé" msgid "Are you really, really sure?" msgstr "Êtes-vous vraiment, vraiment sûr·e ?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "Recherchez-vous des posts en {0} ou {1} ?" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "Recherchez-vous des posts en {0} ?" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "Recherchez-vous des posts en {0}ou {1} ?" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Êtes-vous sûr de vouloir supprimer cela de vos fils d’actu ?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Êtes-vous sûr de vouloir retirer votre demande à rejoindre {0} ?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Êtes-vous sûr de vouloir abandonner ce post ?" @@ -1904,7 +1991,7 @@ msgstr "Disponible" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Disponible" msgid "Back" msgstr "Retour" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Retour aux discussions" @@ -1961,10 +2048,10 @@ msgstr "Avant de pouvoir recevoir des notifications pour les posts de {name}, vo #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Bloquer ce compte ou supprimer cette conversation" msgid "Block user and/or leave this conversation" msgstr "Bloquer ce compte ou partir de cette conversation" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Bloqué" @@ -2091,10 +2178,6 @@ msgstr "Les comptes bloqués ne peuvent pas répondre à vos discussions, vous m msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Les comptes bloqués ne peuvent pas répondre à vos discussions, vous mentionner ou interagir avec vous. Vous ne verrez pas leur contenu et ils ne pourront pas voir le vôtre." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Le blocage n’empêche pas cet étiqueteur de placer des étiquettes sur votre compte." @@ -2111,11 +2194,21 @@ msgstr "Le blocage n’empêchera pas les étiquettes d’être appliquées à v msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "bloomscrolling booksky" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "bluesky atproto" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky ne peut pas confirmer l’authenticité de la date déclarée." @@ -2340,7 +2433,7 @@ msgstr "Accès à l’appareil photo nécessaire" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Accès à l’appareil photo nécessaire" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Accès à l’appareil photo nécessaire" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2389,9 +2483,9 @@ msgstr "Annuler la réactivation et se déconnecter" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "Annuler la réponse" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Annuler la recherche" @@ -2411,7 +2505,7 @@ msgstr "Sous-titres (.vtt)" msgid "Captions & alt text" msgstr "Sous-titres et texte alt" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "carrousel" @@ -2435,7 +2529,7 @@ msgstr "Changer l’icône de l’application" msgid "Change app icon to \"{0}\"" msgstr "Changer l’icône de l’application pour « {0} »" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Changer la langue de l’appli." @@ -2518,11 +2612,11 @@ msgstr "Le lien d’invitation à la discussion n’est plus disponible" msgid "Chat locked" msgstr "Discussion verrouillée" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Discussions - en sourdine" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Discussions - normales" @@ -2536,6 +2630,12 @@ msgstr "Discussion en sourdine" msgid "Chat not found." msgstr "Discussion introuvable." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "Options de discussion" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Les propriétaires d’une discussion ne peuvent pas en partir." @@ -2548,22 +2648,22 @@ msgstr "Le compte destinataire de la discussion n’est pas suivi par le compte msgid "Chat request inbox" msgstr "Demandes de discussion en attente" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Demandes de discussion" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Paramètres de discussion" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Paramètres de discussion" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Discussion sans sourdine" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Discussions" @@ -2661,10 +2761,16 @@ msgstr "Construisez votre propre page d’accueil ! Abonnez-vous à des fils d msgid "Choose your password" msgstr "Choisissez votre mot de passe" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Votre pseudo" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "Effacer" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Effacer toutes les données de stockage" @@ -2673,6 +2779,10 @@ msgstr "Effacer toutes les données de stockage" msgid "Clear all storage data (restart after this)" msgstr "Effacer toutes les données de stockage (redémarrer ensuite)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "Effacer la date" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Cliquez ici pour voir le lien d’invitation pour cette discussion de gr msgid "Click to open tag menu for {0}" msgstr "Cliquez pour ouvrir le menu de mot-clé pour {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Cliquer pour réessayer l’envoi échoué du message" @@ -2755,6 +2865,7 @@ msgstr "Cliquer pour réessayer l’envoi échoué du message" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Cliquer pour réessayer l’envoi échoué du message" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Fermer la bannière" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Ferme la bannière des demandes entrantes" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Fermer ce dialogue" @@ -2874,7 +2984,7 @@ msgstr "Fermer la fenêtre de bienvenue" msgid "Closes password update alert" msgstr "Ferme la notification de mise à jour du mot de passe" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Ferme la fenêtre de rédaction et abandonne le brouillon de post" @@ -2886,7 +2996,7 @@ msgstr "Fermer la liste des comptes" msgid "Collapses list of users for a given notification" msgstr "Réduit la liste des comptes pour une notification donnée" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Couleur" @@ -2917,7 +3027,7 @@ msgstr "Règles de bonne conduite" msgid "Complete onboarding and start using your account" msgstr "Terminez le didacticiel et commencez à utiliser votre compte" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Compléter le défi" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Écrire un nouveau post" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Permet d’écrire des posts de {0, plural, other {# caractères}} maximum" @@ -2936,11 +3046,11 @@ msgstr "Permet d’écrire des posts de {0, plural, other {# caractères}} maxim msgid "Compose reply" msgstr "Rédiger une réponse" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "Compression du GIF en cours…" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Compression de la vidéo en cours…" @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Contacter notre équipe support" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Contacter le support" @@ -3134,8 +3244,12 @@ msgstr "Discussion introuvable." msgid "Copied build version to clipboard" msgstr "Version de build copiée dans le presse-papier" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "Lien copié dans le presse-papier" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Copier le lien vers le profil" msgid "Copy link to starter pack" msgstr "Copier le lien vers le kit de démarrage" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Copier le texte du message" @@ -3341,7 +3455,7 @@ msgstr "Impossible d’enregistrer les changements : {0}" msgid "Could not share – please try again" msgstr "Impossible de partager – veuillez réessayer" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Impossible de mettre à jour les paramètres de notification" @@ -3363,6 +3477,11 @@ msgstr "Impossible de charger les GIFs" msgid "Country code" msgstr "Code du pays" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "vaches cochons" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Créer un kit de démarrage pour moi" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "S’inscrire" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Créer un compte" @@ -3549,7 +3668,7 @@ msgstr "Date de naissance" msgid "Dawn" msgstr "Aube" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Jour" @@ -3632,7 +3751,7 @@ msgstr "Retirer les contacts" msgid "Delete conversation" msgstr "Supprimer la conversation" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Supprimer pour moi" @@ -3645,7 +3764,7 @@ msgstr "Supprimer la liste" msgid "Delete message" msgstr "Supprimer le message" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Supprimer le message pour moi" @@ -3655,7 +3774,7 @@ msgstr "Supprimer mon compte" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Supprimer le post" @@ -3676,7 +3795,7 @@ msgstr "Supprimer cette liste ?" msgid "Delete this post?" msgstr "Supprimer ce post ?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Supprimé" @@ -3697,10 +3816,6 @@ msgstr "Supprimé par Plivo dès qu’il est vérifié" msgid "Deleted list" msgstr "Liste supprimée" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "L’appareil n’arrive pas à traduire :(" msgid "Dialog: adjust who can interact with this post" msgstr "Une boîte de dialogue : réglez qui peut interagir avec ce post" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "Boîte de dialogue : Définir des options de recherches avancées" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Atténué" @@ -3806,9 +3925,9 @@ msgstr "Désactivé" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Abandonner" msgid "Discard changes?" msgstr "Abandonner les changements ?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Abandonner le brouillon ?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Abandonner ce post ?" @@ -3864,7 +3983,7 @@ msgstr "Ignorer" msgid "Dismiss banner" msgstr "Ignorer la bannière" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Ignorer l’erreur" @@ -3954,13 +4073,13 @@ msgstr "Pas d’inquiétude ! Tous les messages existants et vos paramètres so #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Pas d’inquiétude ! Tous les messages existants et vos paramètres so msgid "Done" msgstr "Terminé" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Tapez deux fois ou appuyez longtemps sur le message pour ajouter une réaction" @@ -4045,7 +4164,7 @@ msgstr "Pour respecter les lois de votre localisation, certaines fonctionnalité msgid "Duration:" msgstr "Durée :" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Crépuscule" @@ -4176,12 +4295,12 @@ msgstr "Modifier les paramètres d’interaction du post" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Modifier le profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Modifier le profil" @@ -4268,7 +4387,7 @@ msgstr "Intégrer le post" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Intégrez ce post à votre site web. Il suffit de copier l’extrait suivant et de le coller dans le code HTML de votre site web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Lecteur vidéo intégré" @@ -4308,8 +4427,8 @@ msgstr "Activer les lecteurs médias pour" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Activez les notifications pour un compte en visitant leur profil puis en appuyant sur l’<0>icône de cloche <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Activer les alertes (notifs push)" @@ -4400,7 +4519,7 @@ msgstr "Saisir votre mot de passe" msgid "Enter your username and password" msgstr "Entrez votre pseudo et votre mot de passe" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Passe en mode plein écran" @@ -4408,7 +4527,7 @@ msgstr "Passe en mode plein écran" msgid "Entertainment" msgstr "Divertissement" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Erreur" @@ -4438,7 +4557,7 @@ msgstr "Échec lors de l’enregistrement du fichier" msgid "Error receiving captcha response." msgstr "Erreur de réception de la réponse captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Erreur : {error}" @@ -4450,26 +4569,38 @@ msgstr "Tout le monde peut répondre" msgid "Everybody can reply to this post." msgstr "Tout le monde peut répondre à ce post." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Tout le monde" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Tout le monde" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Tout le monde" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Divers" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "Exclure" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Exclure les comptes que vous suivez" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Images sexuelles explicites." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Explorer" msgid "Explore the app" msgstr "Explorer l’app" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Exporter mes données de discussions" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "Échec de l’acceptation de la demande à rejoindre" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Échec de l’ajout de la réaction émoji" @@ -4614,7 +4745,7 @@ msgstr "Échec de l’ajout de membres" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "Échec de l’ajout à la liste" #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" @@ -4626,6 +4757,7 @@ msgstr "Le changement de pseudo a échoué. Veuillez réessayer." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Échec de la copie du lien" @@ -4698,10 +4830,6 @@ msgstr "Échec du suivi de tous vos amis, veuillez réessayer" msgid "Failed to hide suggestion, please check your internet connection" msgstr "Échec du masquage de la suggestion, veuillez vérifier votre connexion au réseau" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Échec de l’action d’ignorer la demande à rejoindre" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Échec de l’action de rejoindre le groupe de discussion. Veuillez réessayer." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Échec du retrait de la discussion de groupe" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Échec du chargement des conversations" @@ -4735,8 +4863,11 @@ msgstr "Échec du chargement des fils d’actu" msgid "Failed to load feeds preferences" msgstr "Échec du chargement des fils d’actu" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Échec du chargement des paramètres de notification." @@ -4767,12 +4898,13 @@ msgstr "Échec du chargement des suivis suggérés" msgid "Failed to lock group chat" msgstr "Échec du verrouillage de la discussion de groupe" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "Échec du marquage de toutes les discussions comme lues" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Échec du marquage de toutes les demandes comme lues" @@ -4789,6 +4921,10 @@ msgstr "Échec de l’épinglage du post" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Échec de la reconnection avec Germ DM. Erreur : {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "Échec du rejet de la demande à rejoindre" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Échec de la suppression des données à cause d’un problème réseau, veuillez vérifier votre connexion au réseau." @@ -4799,14 +4935,14 @@ msgid "Failed to remove data. {0}" msgstr "Échec de la suppression des données. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Échec du retrait de la réaction émoji" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "Échec du retrait de la liste" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" @@ -4830,7 +4966,7 @@ msgstr "Échec de l’annulation de votre demande. Veuillez réessayer." msgid "Failed to resolve location. Please try again." msgstr "Échec de la géolocalisation. Veuillez réessayer." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Échec de l’enregistrement du brouillon" @@ -4898,7 +5034,7 @@ msgstr "Échec de la mise à jour des fils d’actu" msgid "Failed to update notification declaration" msgstr "Échec de la mise à jour de la déclaration de notification" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Échec de la mise à jour des paramètres" @@ -4973,7 +5109,7 @@ msgstr "Commentaires envoyés au fournisseur du fil d’actu" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Rechercher des mises à jour" msgid "File saved successfully!" msgstr "Fichier enregistré avec succès !" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "Filtrer par auteur·ice" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "Filtrer par auteur·ice (actuellement : {currentLabel})" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "Filtrer par média" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "Filtrer par média (actuellement : {currentLabel})" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtrer des fils d’actu" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filtrer les résultats par langue" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrer les résultats par langue (actuellement : {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "Filtrer cette recherche par {0}" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtrer qui peut décider de recevoir des notifications pour votre activité" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Filtrer de qui vous recevrez des notifications" @@ -5081,7 +5238,7 @@ msgstr "Trouver des comptes à suivre" msgid "Find people you know" msgstr "Trouver des personnes que vous connaissez" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Trouver des posts, des comptes et des fils d’actu sur Bluesky" @@ -5361,7 +5518,8 @@ msgstr "Quatre bulles de message représentant une discussion de groupe. Premier msgid "Free your feed" msgstr "Libérez votre fil d’actu" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "Provenant de" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Tiré de <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "De ces comptes" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Générer un kit de démarrage" @@ -5414,43 +5577,51 @@ msgstr "Germ DM reconnecté" msgid "Get help" msgstr "Obtenir de l’aide" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Notifier quand quelqu’un s’inscrit avec un de vos kits de démarrage, quand votre compte est vérifié, etc." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Notifier quand des comptes vous suivent." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Notifier quand des comptes aiment vos posts." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Notifier quand des comptes aiment vos reposts." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Notifier quand des comptes vous mentionnent." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Notifier quand des comptes vous citent." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Notifier quand des comptes répondent à vos posts." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Notifier quand des comptes republient vos posts." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Notifier quand des comptes repostent vos reposts." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "Notifier quand des comptes vous envoient des demandes de message." + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "Notifier quand des comptes vous envoient des messages." + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Notifier quand il y a de l’activité sur des posts auxquels vous vous êtes abonné·e." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "C’est parti" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF envoyé" @@ -5686,7 +5857,7 @@ msgstr "Discussion de groupe rétablie" msgid "Group Chats" msgstr "Discussions de groupe" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Les discussions de groupe ne sont disponibles qu’aux personnes ayant 18 ans ou plus." @@ -5784,7 +5955,7 @@ msgstr "Vous avez un code ? <0>Cliquez ici." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "On se trompe sur votre position ? <0>Tapez ici pour la mettre à jour via GPS." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Un souci ?" @@ -5973,7 +6144,7 @@ msgstr "Hmm, il semble que nous ayons des difficultés à charger ces données. msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, nous n’avons pas pu charger ce service de modération." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Attendez ! Nous donnons progressivement accès à la vidéo et vous faites toujours la queue. Revenez bientôt !" @@ -6102,12 +6273,12 @@ msgstr "Si vous êtes développeur, vous pouvez héberger votre propre serveur." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Si vous essayez de changer de pseudo ou d’adresse e-mail, faites-le avant de désactiver votre compte." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Image" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Image {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Image {0} sur {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Image {0} sur {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Cache des images purgé, {0} libérés" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Galerie d’images, {0} images" @@ -6201,43 +6372,77 @@ msgstr "Importé le {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Pour vous offrir une expérience adaptée à votre âge, nous devons connaître votre date de naissance. On ne vous le demandera qu’une fois, et cette donnée restera privée." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "Dans l’app." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Notifications dans l’app." -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "Dans l’app., de tout le monde" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "Dans l’app., des comptes suivis" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "Dans l’app., alertes" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "Dans l’app., alertes, de tout le monde" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "Dans l’app., alertes, des comptes suivis" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Boîte de réception vide" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "C’est vide !" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "Inclure" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "Inclure ou exclure les posts correspondants (actuellement : {0})" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "Inclure les posts et/ou les réponses (actuellement : {currentLabel})" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "Inclure les posts publiés depuis cette date" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "Inclure les posts publiés avant cette date" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "Inclure ces résultats" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Pseudo ou mot de passe incorrect" @@ -6334,7 +6539,6 @@ msgstr "Code d’invitation" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Code d’invitation refusé. Vérifiez que vous l’avez saisi correctement et réessayez." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Inviter des amis" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Inviter des amis" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Invitations, mais personnelles" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "Votre localisation n’est pas la bonne ? <0>Tapez ici pour mettre à jour votre position. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "Votre localisation n’est pas la bonne ? <0>Tapez ici pour mettre à jour votre position." #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Il n’y a que vous pour l’instant ! Ajoutez d’autres personnes à votre kit de démarrage en effectuant une recherche ci-dessus." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID de job : {0}" @@ -6469,8 +6672,8 @@ msgstr "Participez à la conversation" msgid "Journalism" msgstr "Journalisme" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Revenir à l’édition" @@ -6479,11 +6682,6 @@ msgstr "Revenir à l’édition" msgid "Keep me posted" msgstr "Tenez-moi au courant" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Expulser le membre" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "Site de KWS" @@ -6518,6 +6716,10 @@ msgstr "Étiquettes sur votre compte" msgid "Labels on your content" msgstr "Étiquettes sur votre contenu" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "Langue" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Paramètres linguistiques" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Démarré la dernière fois à l’instant" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Dernier" @@ -6562,6 +6764,16 @@ msgstr "En savoir plus (en anglais)" msgid "Learn More" msgstr "En savoir plus" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "En savoir plus sur <0>comment utiliser la recherche avancée (en anglais)." + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "En savoir plus sur <0>comment utiliser les filtres de recherche (en anglais)." + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "En savoir plus sur la vérification d’âge" @@ -6765,16 +6977,16 @@ msgstr "Aimé par {0, plural, one {# compte} other {# comptes}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Aimé par {likeCount, plural, one {# compte} other {# comptes}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Posts aimés" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "« J’aime » de vos reposts" @@ -6954,9 +7166,7 @@ msgstr "Charger les nouvelles notifications" msgid "Load new posts" msgstr "Charger les nouveaux posts" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Chargement de la discussion…" @@ -7065,18 +7275,20 @@ msgstr "Gérer les paramètres de vérification" msgid "Manage your muted words and tags" msgstr "Gérer les mots et les mots-clés masqués" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Tout marquer comme lus" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "Marquer toutes les discussions comme lues" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "Marquer toutes les demandes comme lues" @@ -7085,15 +7297,16 @@ msgstr "Marquer toutes les demandes comme lues" msgid "Mark as read" msgstr "Marqué comme lu" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Tout marqué comme lus" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "Toutes les discussions marquées comme lues" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "Toutes les demandes marquées comme lues" @@ -7102,6 +7315,7 @@ msgstr "Toutes les demandes marquées comme lues" msgid "Maybe later" msgstr "Peut-être plus tard" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Média" @@ -7137,29 +7351,32 @@ msgstr "Les membres pourront continuer à lire l’historique de la discussion m msgid "mentioned users" msgstr "comptes mentionnés" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Mentions" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "Mentions de ces comptes" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:202 -msgid "Message" -msgstr "Message" - -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 msgctxt "action" msgid "Message" msgstr "Envoyer un message" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" +msgid "Message" +msgstr "Message" + #. placeholder {0}: profile.handle #: src/components/dms/MessageProfileButton.tsx:99 msgid "Message {0}" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Message supprimé" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Échec de l’envoi du message." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Message de @{0} : {1}" @@ -7193,21 +7410,15 @@ msgstr "Message de @{0} : {1}" msgid "Message from server: {0}" msgstr "Message du serveur : {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Champ d’écriture du message" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Le message est trop long" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Le message est trop long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Options de message" @@ -7215,11 +7426,11 @@ msgstr "Options de message" msgid "Messages" msgstr "Messages" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "Les messages de ce compte resteront masqués tant que vous resterez bloqué·e par celui-ci." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Les messages de ce compte resteront masqués tant qu’il restera bloqué." @@ -7343,7 +7554,7 @@ msgstr "Musique" msgid "Mute" msgstr "Mettre en sourdine" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Besoin de signaler une violation de droit d’auteur, un problème de co msgid "Nevermind, create a handle for me" msgstr "Peu importe, créez un pseudo pour moi" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Nouveau" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nouveau" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nouveau post} other {Nouveaux posts}} de {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "{postsCount, plural, one {Nouveau post} other {Nouveaux posts}} de {firs #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Nouvelle discussion" @@ -7574,9 +7789,9 @@ msgstr "Nouvelle adresse e-mail" msgid "New Feature" msgstr "Nouvelle fonctionnalité" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Nouveaux comptes abonnés" @@ -7608,6 +7823,18 @@ msgstr "Nouveau pseudo" msgid "New list" msgstr "Nouvelle liste" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "Nouvelles demandes de message" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "Nouveaux messages" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Suivant" msgid "Next image" msgstr "Image suivante" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Nuit" @@ -7779,12 +8006,12 @@ msgstr "Sans nom" msgid "No notifications yet!" msgstr "Pas encore de notifications !" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Personne" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Personne" @@ -7822,6 +8049,10 @@ msgstr "Pas encore de citations" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Pas de GIFs récents pour l’instant. Choisissez-en un pour le voir ici." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "Aucune réponse" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Aucune réponse pour l’instant" @@ -7856,10 +8087,18 @@ msgstr "Aucun résultat trouvé" msgid "No results found for \"{query}\"" msgstr "Aucun résultat trouvé pour « {query} »" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "Aucun résultat trouvé pour « <0>{query} » en utilisant les filtres de recherche avancés." + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "Aucun résultat trouvé pour « <0>{query} »." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "Aucun résultat trouvé pour votre requête en utilisant les filtres de recherche avancés." + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Aucun résultat." @@ -7868,11 +8107,6 @@ msgstr "Aucun résultat." msgid "No Starter Packs yet" msgstr "Aucun kit de démarrage pour l’instant" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Imagerie intime sans consentement" msgid "Non-sexual Nudity" msgstr "Nudité non sexuelle" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "Aucun de ces mots" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "Indisponible sur cette plateforme" @@ -7954,26 +8193,27 @@ msgstr "Note : Ce post n’est visible qu’aux personnes connectées." msgid "Nothing saved yet" msgstr "Rien n’a encore été conservé" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Paramètres de notification" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Sons de notification" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "Le numéro doit être un numéro de mobile" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Éteint" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "Un des comptes destinataires sélectionnés n’autorise pas les discuss msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Un des comptes destinataires sélectionnés vous a bloqué et ne pourra pas être contacté." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Un ou plusieurs GIFs n’ont pas de texte alt." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Une ou plusieurs images n’ont pas de texte alt." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "Un ou plusieurs des fichiers sélectionnés ne sont pas pris en charge." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Un ou plusieurs des fichiers sélectionnés sont trop gros. La taille maximale est de {VIDEO_MAX_SIZE_MB} Mo." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Un ou plusieurs posts sont trop longs pour être enregistrés comme brouillons. La limite est {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {d’un caractère} other {de # caractères}} maximum." -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Une ou plusieurs vidéos n’ont pas de texte alt." @@ -8083,7 +8323,7 @@ msgstr "Seul {0} peut répondre." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Seulement {0} des {1} {2, plural, one {image} other {images}} ont été ajoutées ; la limite est de {MAX_GALLERY_IMAGES} images" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Seuls les comptes administrateurs peuvent accepter les demandes à rejoindre." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Seuls les comptes administrateurs peuvent ignorer les demandes à rejoindre." +msgid "Only admins can reject join requests." +msgstr "Seuls les comptes administrateurs peuvent rejeter les demandes à rejoindre." #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Seules les personnes auxquelles {0} est abonné·e peuvent rejoindre la msgid "Only people the chat owner follows can join" msgstr "Seuls les personnes abonnées au compte propriétaire de la discussion peuvent la rejoindre" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "Uniquement les posts avec des médias" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "Uniquement les posts avec des vidéos" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "Uniquement les réponses" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Seuls les fichiers WebVTT (.vtt) sont pris en charge" @@ -8140,6 +8392,10 @@ msgstr "Oups, ce profil n’existe pas. Essayez d’en scanner un autre." msgid "Oops!" msgstr "Oups !" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "Ouvrir les options de recherches avancées" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Ouvre le créateur d’avatar" @@ -8170,9 +8426,8 @@ msgstr "Ouvrir le brouillon" msgid "Open drawer menu" msgstr "Ouvre le menu latéral" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Ouvrir le sélecteur d’emoji" @@ -8280,7 +8535,7 @@ msgstr "Ouvre une boîte de dialogue permettant d’ajouter un avertissement de msgid "Opens a dialog to choose who can interact with this post" msgstr "Ouvre une boîte de dialogue pour choisir qui peut interagir avec ce post" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "Ouvre une liste de thèmes de couleurs pour la carte QR" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Ouvre l’appareil photo" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Ouvre la galerie de l’appareil pour sélectionner jusqu’à {MAX_GALLERY_IMAGES, plural, one {# image} other {# images}}, ou une seule vidéo ou GIF." @@ -8329,7 +8584,7 @@ msgstr "Ouvre le flux de création d’un nouveau compte Bluesky" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Ouvre le parcours pour vous connecter à votre compte Bluesky existant" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Ouvre l’image complète" @@ -8513,12 +8768,12 @@ msgstr "Mise à jour du mot de passe" msgid "Password updated!" msgstr "Mot de passe mis à jour !" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Mettre en pause" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Mettre en pause le GIF" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Mettre en pause la vidéo" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Personnes" @@ -8550,17 +8805,17 @@ msgstr "Personnes suivies par @{0}" msgid "People following @{0}" msgstr "Personnes qui suivent @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Comptes suivis" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Comptes suivis" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Comptes suivis" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Les personnes que je suis peuvent demander à rejoindre" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Comptes que vous suivez" @@ -8610,7 +8866,7 @@ msgstr "Numéro de téléphone vérifié" msgid "Photography" msgstr "Photographie" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Choisir un thème de couleurs" @@ -8658,7 +8914,7 @@ msgstr "Fils épinglés" msgid "Pinned to your feeds" msgstr "Épinglé à vos fils d’actu" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Lire" @@ -8668,7 +8924,7 @@ msgstr "Lire" msgid "Play {0}" msgstr "Lire {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Lire le GIF" @@ -8681,11 +8937,11 @@ msgstr "Lancer la vidéo" msgid "Play Video" msgstr "Lancer la vidéo" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Lance ou met en pause le GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Lance ou met en pause la vidéo" @@ -8722,7 +8978,7 @@ msgstr "Veuillez cliquer sur le lien dans l’e-mail que nous venons de vous env msgid "Please complete the verification captcha." msgstr "Veuillez compléter le captcha de vérification." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Veuillez confirmer votre adresse e-mail pour envoyer des vidéos." @@ -8865,7 +9121,7 @@ msgstr "Politique" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Poster" @@ -8885,12 +9141,12 @@ msgstr "Publier une photo" msgid "Post a video" msgstr "Publier une vidéo" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Tout poster" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Poster quand même" @@ -8982,6 +9238,10 @@ msgstr "Post désépinglé" msgid "Posts" msgstr "Posts" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "Posts et réponses" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Les posts peuvent être masqués en fonction de leur texte, de leurs mots-clés ou des deux. Nous vous recommandons d’éviter les mots communs qui apparaissent dans de nombreux posts, car cela peut avoir pour conséquence qu’aucun post ne s’affiche." @@ -9067,11 +9327,11 @@ msgstr "Politique de confidentialité" msgid "Privacy violation of a minor" msgstr "Violation de la vie privée d’un mineur" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "Traitement du GIF en cours…" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Traitement de la vidéo en cours…" @@ -9083,7 +9343,7 @@ msgstr "Traitement…" msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Listes publiques et partageables de comptes à masquer ou à bloquer." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Publier le post" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Publier les posts" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Publier les réponses" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Publier la réponse" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Alertes" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Alertes (notifs push)" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Alertes, de tout le monde" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Alertes, des comptes suivis" @@ -9188,10 +9448,10 @@ msgstr "La citation a été détachée avec succès" msgid "Quote posts disabled" msgstr "Citations désactivées" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citations" @@ -9238,10 +9498,15 @@ msgstr "Réactiver votre compte" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Lire {0, plural, one {une autre réponse} other {# autres réponses}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "découvrez-en plus sur les filtres de recherche (en anglais)" +msgid "Read about how to use advanced search filters" +msgstr "Découvrez-en plus sur les filtres de recherche avancés (en anglais)" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "Découvrez-en plus sur les filtres de recherche (en anglais)" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Des vrais humains." msgid "Reason for appeal" msgstr "Raison de l’appel" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Recevoir des notifications dans l’app." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Recevoir des alertes (notifs push)" @@ -9304,7 +9569,7 @@ msgstr "Recevoir des alertes (notifs push)" msgid "Recent GIFs" msgstr "GIFs récents" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Recherches récentes" @@ -9339,8 +9604,8 @@ msgstr "Décliner la demande de discussion" msgid "Reject join request" msgstr "Rejeter la demande à rejoindre" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Rafraîchir les conversations" @@ -9379,9 +9644,9 @@ msgstr "Supprimer {displayName} de cette discussion de groupe" msgid "Remove {displayName}?" msgstr "Retirer {displayName} ?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Supprimer {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "Supprimer {q}" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Supprimer le fil d’actu" msgid "Remove feed?" msgstr "Supprimer le fil d’actu ?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "Supprimer le filtre" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Supprimer de la discussion" @@ -9466,11 +9736,16 @@ msgstr "Supprimer l’image" msgid "Remove live status" msgstr "Supprimer le statut « En direct »" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "Retirer le membre" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Supprimer le mot masqué de votre liste" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Supprimer le profil" @@ -9507,11 +9782,11 @@ msgstr "Retirer la vérification" msgid "Remove your verification for this account?" msgstr "Retirer votre vérification de ce compte ?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Supprimé par l’auteur·ice" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Supprimé par vous" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "en réponse à vous" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "Message de {senderName} à l’origine de la réponse, appuyer pour l’atteindre" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "Message à l’origine de la réponse, appuyer pour l’atteindre" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Réponses" @@ -9609,12 +9884,12 @@ msgstr "Les réponses sont désactivées" msgid "Replies to this post are disabled." msgstr "Les réponses à ce post sont désactivées." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Répondre" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Répondre" @@ -9652,7 +9927,7 @@ msgstr "Visibilité de la réponse mise à jour" msgid "Reply was successfully hidden" msgstr "La réponse a été cachée avec succès" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Signaler le fil d’actu" msgid "Report list" msgstr "Signaler la liste" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Signaler le message" @@ -9783,9 +10058,9 @@ msgstr "Republié par {reposter}" msgid "Reposted by you" msgstr "Republié par vous" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Reposts" @@ -9793,9 +10068,9 @@ msgstr "Reposts" msgid "Reposts of this post" msgstr "Reposts de ce post" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Reposts de vos reposts" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Demander le code" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Demande ignorée." +msgid "Request rejected." +msgstr "Demande rejetée." #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Demandée" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Demandes" @@ -9934,9 +10209,9 @@ msgstr "Réessaye la dernière action, qui a échoué" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Enregistrer la date de naissance" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Enregistrer les modifications" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Enregistrer les modifications ?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Enregistrer le brouillon" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Enregistrer le brouillon ?" @@ -10089,8 +10364,8 @@ msgstr "Enregistré à mes fils d’actu" msgid "Say hello!" msgstr "Dites bonjour !" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Dites bonjour à quelqu’un" @@ -10120,9 +10395,9 @@ msgstr "Défiler à gauche" msgid "Scroll right" msgstr "Défiler à droite" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "Faire défiler jusqu’au message à l’origine de cette réponse" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "Remonter en haut" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Recherche" @@ -10186,17 +10464,13 @@ msgstr "Rechercher plus de fils d’actu" msgid "Search for people" msgstr "Rechercher quelqu’un" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Rechercher des posts, des comptes ou des fils d’actu" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Rechercher des GIFs" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "La recherche est indisponible en ce moment sans connexion à un compte" @@ -10225,6 +10499,10 @@ msgstr "Rechercher dans ses posts" msgid "Search profiles" msgstr "Rechercher dans les profils" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "Requête de recherche" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Rechercher…" @@ -10319,7 +10597,7 @@ msgstr "Sélectionner une raison" msgid "Select account" msgstr "Sélectionner un compte" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Sélectionner une langue pour l’appli." @@ -10357,6 +10635,11 @@ msgstr "Sélectionner les langues de contenu" msgid "Select duration" msgstr "Sélectionner une durée" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "Sélectionner un type de filtre (actuellement : {0})" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Sélectionner un compte existant" @@ -10388,7 +10671,7 @@ msgstr "Sélectionner les membres du groupe" msgid "Select how long to mute this word for." msgstr "Sélectionnez la durée pendant laquelle vous souhaitez masquer ce mot." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Sélectionnez vos centres d’intérêt parmi les options ci-dessous" msgid "Select your preferred language for translations in your feed." msgstr "Sélectionnez votre langue préférée pour traduire votre fils d’actu." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Sélectionner vos canaux de notification préférés" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "La sélection de plusieurs types de médias n’est pas prise en charge." @@ -10491,8 +10774,7 @@ msgstr "Envoyer le rapport d’erreur" msgid "Send feedback" msgstr "Envoyer des commentaires" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Envoyer le message" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Envoyer par message privé" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Envoyé à {0}" @@ -10574,7 +10856,7 @@ msgstr "Définit l’e-mail pour la réinitialisation du mot de passe" msgid "Settings" msgstr "Paramètres" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Paramètres des notifications d’activité d’autres comptes" @@ -10582,39 +10864,49 @@ msgstr "Paramètres des notifications d’activité d’autres comptes" msgid "Settings for allowing others to be notified of your posts" msgstr "Paramètres autorisant les autres à être notifié de vos posts" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Paramètres des notifications « J’aime »" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Paramètres des notifications de mentions" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Paramètres des notifications de nouveaux comptes abonnés" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Paramètres des notifications diverses" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Paramètres des notifications « J’aime » de vos reposts" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "Paramètres des notifications de nouvelles demandes de messages" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "Paramètres des notifications de nouveaux messages" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Paramètres des notifications des reposts de vos reposts" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Paramètres des notifications de citations" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Paramètres des notifications de réponses" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Paramètres des notifications de reposts" @@ -10684,6 +10976,11 @@ msgstr "Partager mon profil" msgid "Share post at:// URI" msgstr "Partager l’URI at:// du post" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "Partager le profil" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Partager le code QR" msgid "Share this feed" msgstr "Partager ce fil d’actu" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "Partager cette recherche" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Partagez ce kit de démarrage" @@ -10726,7 +11027,7 @@ msgstr "Testeur de préférences partagées" msgid "Show" msgstr "Afficher" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Voir le texte alt" @@ -10864,13 +11165,13 @@ msgstr "Affiche le contenu" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Connexion requise" msgid "Signed in as @{0}" msgstr "Connecté en tant que @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "À partir du" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Ignorer" msgid "Skip contact sharing and continue to the app" msgstr "Sauter le partage de contacts et continuer vers l’app" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Ignorer les posts vides ?" @@ -10980,7 +11286,7 @@ msgstr "Passer l’introduction et commencer à utiliser votre compte" msgid "Skip to next step" msgstr "Sauter à l’étape d’après" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "diapo" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Quelqu’un a quitté le groupe" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Quelqu’un a réagi avec {0}" @@ -11223,7 +11529,7 @@ msgstr "État du service" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Étape {0} sur {1}" @@ -11295,11 +11601,11 @@ msgstr "Abonnez-vous à @{0} pour utiliser ces étiquettes :" msgid "Subscribe to account activity" msgstr "Suivre l’activité du compte" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "S’abonner à l’étiqueteur" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "S’abonner à cet étiqueteur" @@ -11345,6 +11651,10 @@ msgstr "Suggérés pour vous" msgid "Suggestive" msgstr "Suggestif" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "Solaire" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Passez à une conversation privée." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Appuyez ci-dessous pour autoriser Bluesky à accéder à votre position GPS. Nous l’utiliserons pour déterminer plus précisément quels contenus et quelles fonctionnalités sont disponibles dans votre région." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Tapez ici pour plus de détails" @@ -11474,7 +11784,7 @@ msgstr "Appuyer pour supprimer votre réaction {0}" msgid "Tap to request access to join this group chat" msgstr "Appuyez pour demander l'accès à cette discussion de groupe" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Appuyer pour réessayer" @@ -11487,7 +11797,7 @@ msgstr "Appuyer sur afficher {0} réactions" msgid "Tap to show all reactions" msgstr "Appuyer pour afficher toutes les réactions" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Appuyer pour voir les réactions" @@ -11669,8 +11979,8 @@ msgstr "Le post auquel vous répondez est marqué comme étant écrit en {sugges msgid "The Privacy Policy has been moved to <0/>" msgstr "Notre politique de confidentialité a été déplacée vers <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "La vidéo sélectionnée dépasse les {VIDEO_MAX_SIZE_MB} Mo. Veuillez réessayer avec un fichier plus petit." @@ -11832,10 +12142,25 @@ msgstr "Il y a eu un afflux de nouveaux personnes sur Bluesky ! Nous activerons msgid "These are your default settings" msgstr "Ce sont vos paramètres par défaut" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "Ces domaines" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "Ces mot-clés" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Ces paramètres s’appliquent seulement pour votre fil d’abonnements." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "Ces URLs" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "Ce compte est propriétaire de la discussion" @@ -11959,6 +12284,11 @@ msgstr "Ce brouillon sera supprimé définitivement." msgid "This email is already associated with your account." msgstr "Cette adresse e-mail est déjà associée à votre compte." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "Cette phrase exacte" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Cette fonctionnalité permet aux personnes de recevoir des notifications pour vos nouveaux posts et réponses. Pour qui souhaitez-vous autoriser cela ?" @@ -12063,13 +12393,13 @@ msgstr "Cette liste est vide." msgid "This message is hidden" msgstr "Ce message est caché" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Ce message est caché car vous êtes bloqué·e par ce compte." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Ce message est caché car vous avez bloqué ce compte." @@ -12107,7 +12437,7 @@ msgstr "Ce post a été supprimé par son auteur·ice" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Ce post sera masqué des fils d’actu et des fils de discussion. C’est irréversible." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "L’auteur·ice de ce post a désactivé les citations." @@ -12271,7 +12601,7 @@ msgstr "Aujourd’hui" msgid "Toggle to enable or disable adult content" msgstr "Activer ou désactiver le contenu pour adultes" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Rétablit/désactive le son" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Trop de contacts — vous avez dépassé le nombre de contacts que vous pouvez importer pour trouver vos amis" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Meilleur" @@ -12304,8 +12634,8 @@ msgstr "Meilleures réponses en premier" msgid "Topic" msgstr "Sujet" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Trolling" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "La confiance émerge de relations, de communautés et d’un contexte partagé, donc nous désignons également des <0>vérificateurs de confiance : des organisations qui peuvent vérifier des comptes directement." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Essayez avec une autre recherche, ou <0>découvrez-en plus sur les filtres de recherche (en anglais)." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "Essayez un autre terme de recherche ou supprimez certains filtres." + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "Essayez un autre terme de recherche." #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Essayer" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "Lunaire" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Auth. à deux facteurs (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Écrivez votre message ici" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Type :" @@ -12423,7 +12756,7 @@ msgstr "Impossible de contacter votre service. Vérifiez votre connexion Interne #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Impossible de contacter votre service. Vérifiez votre connexion Internet." @@ -12463,7 +12796,7 @@ msgstr "Indisponible" msgid "Unavailable feed information" msgstr "Informations sur le fil d’actu indisponible" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Déverrouiller cette discussion de groupe" msgid "Unmute" msgstr "Réafficher" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Liste désépinglée" msgid "Unsnooze email reminder" msgstr "Dérepousse le rappel d’e-mail" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Se désabonner" @@ -12691,7 +13024,7 @@ msgstr "Se désabonner" msgid "Unsubscribe from list" msgstr "Se désabonner de la liste" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Se désabonner de cet étiqueteur" @@ -12703,10 +13036,15 @@ msgstr "Désabonné de la liste" msgid "Unsupported clipboard content" msgstr "Contenu à coller non supporté" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Type de vidéo non pris en charge : {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "Jusqu’au" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Jusqu’à 50 personnes" @@ -12719,7 +13057,7 @@ msgstr "Mettre à jour" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "Mettre à jour {0} dans les listes" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "Mettre à jour l’e-mail" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "Mettre à jour dans les listes" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "Envoyer à partir de fichiers" msgid "Upload from Library" msgstr "Envoyer à partir de la photothèque" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "Envoi du GIF en cours…" @@ -12805,7 +13143,7 @@ msgstr "Envoi des images en cours…" msgid "Uploading link thumbnail..." msgstr "Envoi de la miniature du lien en cours…" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Envoi de la vidéo en cours…" @@ -13040,12 +13378,12 @@ msgstr "Vérification en cours…" msgid "Version {0}" msgstr "Version {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Vidéo" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Le traitement de la vidéo a échoué" @@ -13084,12 +13422,12 @@ msgstr "Vidéo non trouvée." msgid "Video settings" msgstr "Paramètres vidéo" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Vidéo envoyée" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Vidéo : {0}" @@ -13097,11 +13435,13 @@ msgstr "Vidéo : {0}" msgid "Videos" msgstr "Vidéos" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Les vidéos doivent durer moins de 3 minutes." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Voir" @@ -13190,7 +13530,7 @@ msgstr "Voir plus" msgid "View more trending videos" msgstr "Voir plus de vidéos tendances" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Voir le post" @@ -13264,8 +13604,8 @@ msgstr "Consulter vos comptes masqués" msgid "View your verifications" msgstr "Voir vos vérifications" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Affiche l’image complète" @@ -13391,7 +13731,7 @@ msgstr "Nous vous recommandons de sélectionner au moins deux centres d’intér msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Nous avons envoyé un e-mail à <0>{0} contenant un lien. Veuillez cliquer dessus pour terminer le processus de vérification par e-mail." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Nous n’avons pas pu déterminer si vous étiez autorisé à envoyer des vidéos. Veuillez réessayer." @@ -13460,7 +13800,7 @@ msgstr "Nous avons des soucis de réseau, réessayez" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Nous introduisons un nouveau niveau de vérification sur Bluesky — une coche facile à voir." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Nous sommes ravis de vous accueillir !" @@ -13477,8 +13817,8 @@ msgstr "Nous sommes désolés, mais nous n’avons pas pu charger cette liste. S msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Nous sommes désolés, mais nous n’avons pas pu charger vos mots masqués pour le moment. Veuillez réessayer." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Nous sommes désolés, mais votre recherche n’a pu aboutir. Veuillez réessayer dans quelques minutes." @@ -13486,7 +13826,7 @@ msgstr "Nous sommes désolés, mais votre recherche n’a pu aboutir. Veuillez r msgid "We're sorry, you cannot access this screen at this time." msgstr "Nous sommes désolés, vous ne pouvez pas accéder à cet écran actuellement." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Nous sommes désolés ! Le post auquel vous répondez a été supprimé." @@ -13536,8 +13876,13 @@ msgstr "Quels sont vos centres d’intérêt ?" msgid "What do you want to call your starter pack?" msgstr "Quel est le nom de votre kit de démarrage ?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "quoi de neuf" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Quoi de neuf ?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Qui peut vérifier ?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Oups !" @@ -13623,7 +13968,7 @@ msgstr "Souhaitez-vous bloquer ce compte ou partir de cette conversation ?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Voulez-vous enregistrer ça comme brouillon avant d’aller les consulter ?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Voulez-vous enregistrer ça comme brouillon à modifier plus tard ?" @@ -13632,12 +13977,12 @@ msgstr "Voulez-vous enregistrer ça comme brouillon à modifier plus tard ?" msgid "Write a post" msgstr "Écrire un post" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Rédiger un post" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Rédigez votre réponse" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Vous vous connectez à Bluesky depuis une région qui nous oblige légalement à vérifier votre âge avant de vous laisser accéder à l’application." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "Vous avez bloqué {0}" @@ -13741,7 +14086,7 @@ msgstr "Vous êtes en direct" msgid "You are no longer live" msgstr "Vous n’êtes plus en direct" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Vous n’êtes pas autorisé à envoyer des vidéos." @@ -13786,12 +14131,12 @@ msgstr "Vous pouvez aussi télécharger vos données de discussions sous la form msgid "You can always opt out and delete your data" msgstr "Vous pouvez changer d’avis à tout moment et supprimer vos données" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Vous pouvez choisir si les discussions sont en sourdine ou non depuis les paramètres de chaque discussion depuis l’app" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Vous pouvez poursuivre les conversations en cours quel que soit le paramètre que vous choisissez." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Vous pouvez maintenant vous connecter avec votre nouveau mot de passe." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Vous ne pouvez ajouter que {MAX_GALLERY_IMAGES, plural, other {# images}} par post au maximum" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Les brouillons enregistrés ne peuvent contenir que 1000 caractères maximum." @@ -13821,11 +14166,11 @@ msgstr "Les brouillons enregistrés ne peuvent contenir que 1000 caractères max msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Les brouillons enregistrés ne peuvent contenir que 1000 caractères maximum. Voulez-vous abandonner ce post avant d’ouvrir vos brouillons ?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Vous ne pouvez sélectionner qu’un GIF à la fois." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Vous ne pouvez sélectionner qu’une vidéo à la fois." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Vous pouvez lire l’historique de la discussion mais pas envoyer de nouveaux messages." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Vous pouvez sélectionner jusqu'à {MAX_GALLERY_IMAGES, plural, other {# images}} au total." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Vous pourrez changer ça plus tard depuis vos paramètres." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "Vous ne pouvez pas ajouter plus {EMOJI_REACTION_LIMIT, plural, one {d’une réaction} other {de # réactions}} emoji" @@ -13958,7 +14303,7 @@ msgstr "Vous avez vérifié votre adresse e-mail avec succès. Vous pouvez ferme msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Vous avez temporairement atteint la limite d’envoi de vidéos. Veuillez réessayer plus tard." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Vous avez des modifications non-enregistrées dans ce brouillon, voulez-vous les enregistrer ?" @@ -14033,7 +14378,7 @@ msgstr "Vous devez suivre au moins sept autres personnes pour générer un kit d msgid "You must grant access to your photo library to save a QR code" msgstr "Vous devez autoriser l’accès à votre photothèque pour enregistrer un code QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Vous devez autoriser l’accès à votre médiathèque." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Vous voulez sans doute redémarrer l’appli. maintenant." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Vous avez réagi avec {0}" @@ -14069,17 +14414,17 @@ msgstr "Vous avez réagi {0} à {target}" msgid "You recently changed your birthdate" msgstr "Vous avez changé récemment de date de naissance" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "Vous avez répondu" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "Vous avez répondu à {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "Vous avez répondu à vous-même" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,11 +14462,11 @@ msgstr "Vous ne pourrez plus la rejoindre à moins d’y être invité·e." msgid "You: {message}" msgstr "Vous : {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Vous suivrez les comptes et fils d’actu suggérés une fois que vous aurez créé votre compte !" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Vous suivrez les comptes suggérés une fois que vous aurez créé votre compte !" @@ -14185,7 +14530,7 @@ msgstr "Vous êtes arrivé à la fin du contenu actuel." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Vous avez atteint la fin de votre fil d’actu ! Trouvez d’autres comptes à suivre." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Vous avez atteint le nombre maximum de brouillons" @@ -14193,15 +14538,19 @@ msgstr "Vous avez atteint le nombre maximum de brouillons" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Vous avez atteint le nombre maximum de requêtes autorisées. Veuillez réessayer plus tard." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "Vous avez atteint le maximum de {MAX_FILTERS, plural, one {# filtre} other {# filtres}}. Ajoutez d’autres paramètres à un filtre existant au lieu d’en créer de nouveaux." + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Vous êtes arrivé au début du contenu actuel." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Vous avez atteint votre limite quotidienne d’envoi de vidéos (trop d’octets)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Vous avez atteint votre limite quotidienne d’envoi de vidéos (trop de vidéos)" @@ -14209,7 +14558,7 @@ msgstr "Vous avez atteint votre limite quotidienne d’envoi de vidéos (trop de msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Vous êtes venus à bout de vidéos à regarder. Peut-être est-ce un bon moment pour prendre une pause ?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Votre compte" @@ -14221,7 +14570,7 @@ msgstr "Votre compte a été supprimé, à plus ! ✌️" msgid "Your account has been suspended" msgstr "Votre compte a été suspendu" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Votre compte n’est pas encore assez ancien pour envoyer des vidéos. Veuillez réessayer plus tard." @@ -14353,11 +14702,11 @@ msgstr "Votre mot de passe a été modifié avec succès ! N’oubliez pas d’ msgid "Your password must be at least 8 characters long." msgstr "Votre mot de passe doit comporter au moins 8 caractères." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Votre post a été envoyé" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Vos posts ont été envoyés" @@ -14378,7 +14727,7 @@ msgstr "Votre photo de profil entourée de cercles concentriques d’autres phot msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Votre profil, vos posts, vos fils d’actu et vos listes ne seront plus visibles par d’autres personnes sur Bluesky. Vous pouvez réactiver votre compte à tout moment en vous connectant." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Votre réponse a été envoyée" @@ -14391,7 +14740,7 @@ msgstr "Votre signalement sera envoyé à <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Votre sélection de centres d’intérêt nous aide à vous proposer des contenus qui vous tiennent à cœur." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Votre fil de discussion contient des posts vides qui seront ignorés. Les posts restants seront publiés sous forme de fil de discussion." diff --git a/src/locale/locales/fy/messages.po b/src/locale/locales/fy/messages.po index daa1b9141c..3662866661 100644 --- a/src/locale/locales/fy/messages.po +++ b/src/locale/locales/fy/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fy\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Frisian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "‘{interestsDisplayName}’ kategory (aktyf)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(befettet ynsletten ynhâld)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(gjin e-mailadres)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# oere} other {# oeren}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# label is} other {# labels binne}} op dizze account pleatst" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# label is} other {# labels binne}} op dizze ynhâld pleatst" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# sekonde} other {# sekonden}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# net-lêzen item} other {# net-lêzen items}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} folgjend" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "{0} fan 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} reagearre {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {oere} other {oeren}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minút} other {minuten}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dy folge" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Meld dy oan<1>of <2>meitsje in account oan<3><4>om te sykjen nei nijs, sport, polityk en al wat der op Bluesky bart." @@ -825,16 +881,6 @@ msgstr "<0>Do en<1> <2>{0} binne ynbegrepen yn dyn startpakket" msgid "⚠Invalid Handle" msgstr "⚠Unjildige handle" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Fersyk akseptearje" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Account negearre opheven" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Accounts mei in skulpe blau finkje <0><1/> kinne oaren ferifiearje. Dizze fertroude ferifiearders binne troch Bluesky selektearre." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Aktiviteiten fan oaren" @@ -1108,6 +1149,10 @@ msgstr "Alt-tekst tafoegje" msgid "Add alt text (optional)" msgstr "Alt-tekst tafoegje (opsjoneel)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Alt-tekst tafoegje (opsjoneel)" msgid "Add another account" msgstr "Noch in account tafoegje" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Noch in berjocht tafoegje" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "Emoji-reaksje tafoegje" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "Avansearre" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Leeftiidsferifikaasje" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Alles" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Alle talen" @@ -1367,6 +1422,15 @@ msgstr "Alle talen" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Alle feeds dy’tsto bewarre hast, byinoar op ien plak." @@ -1380,13 +1444,13 @@ msgstr "Jou tagong ta dyn priveeberjochten" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "Al oanmeld as @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Alt-tekst" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Alt-tekst" @@ -1489,7 +1553,7 @@ msgstr "Der is in flater bard" msgid "An error occurred" msgstr "Der is in flater bard" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Der is in flater bard wylst it komprimearjen fan de fideo." @@ -1535,11 +1599,11 @@ msgstr "Der is in flater bard by it bewarjen fan de QR-koade!" msgid "An error occurred while trying to follow all" msgstr "Der is in flater bard wylst it besykjen om elkenien te folgjen" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "Bisten" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Animearre GIF" @@ -1638,6 +1702,11 @@ msgstr "Meidieling" msgid "Announcing verification on Bluesky" msgstr "Oankundiging fan ferifikaasje op Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "Argivearre berjocht" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Bisto wis datsto dit út dyn feeds fuortsmite wolst?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Bisto wis datsto dit berjocht fuortsmite wolst?" @@ -1904,7 +1991,7 @@ msgstr "Beskikber" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Beskikber" msgid "Back" msgstr "Tebek" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Werom nei chats" @@ -1961,10 +2048,10 @@ msgstr "Eardatsto meldingen ûntfange kinst foar berjochten fan {name}, moatsto #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Blokkearre" @@ -2091,10 +2178,6 @@ msgstr "Blokkearre accounts kinne net reagearje op dyn petearen, dy net fermelde msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Blokkearre accounts kinne net reagearje op dyn petearen, dy net fermelde en net op in oare manier mei dy kommunisearje. Do sjochst harren tekst net en sy dy fan dy ek net." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Blokkearjen wjerhâld dizze labeler der net fan om labels op dyn account te pleatsen." @@ -2111,11 +2194,21 @@ msgstr "Blokkearjen sil dizze labels net fan dyn account ôfhelje, mar it soarge msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kin de wierheid fan dizze datum net befêstigje." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Weraktivearring annulearje en ôfmelde" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Sykopdracht annulearje" @@ -2411,7 +2505,7 @@ msgstr "Undertitels (.vtt)" msgid "Captions & alt text" msgstr "Undertitels & alt-tekst" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "App-piktogram wizigje" msgid "Change app icon to \"{0}\"" msgstr "App-piktogram wizigje nei ‘{0}’" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "App-taal wijzigen" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Petearberjochten – stil" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Petearberjochten – lûd" @@ -2536,6 +2630,12 @@ msgstr "Chat negearre" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "Chatfersyk Postfek YN" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Chatfersiken" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Chatynstellingen" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Chatynstellingen" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat net mear negearre" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Chats" @@ -2661,10 +2761,16 @@ msgstr "Kies dyn eigen tiidline! Feeds makke troch de mienskip helpe dy om ynhâ msgid "Choose your password" msgstr "Dyn wachtwurd kieze" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Dyn brûkershandle kieze" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Alle bewarre gegevens wiskje" @@ -2673,6 +2779,10 @@ msgstr "Alle bewarre gegevens wiskje" msgid "Clear all storage data (restart after this)" msgstr "Alle bewarre gegevens wiskje (start de app hjirnei opnij)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Klik om mislearre priveeberjocht opnij te probearjen" @@ -2755,6 +2865,7 @@ msgstr "Klik om mislearre priveeberjocht opnij te probearjen" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Klik om mislearre priveeberjocht opnij te probearjen" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Dit dialoochfinster slute" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Slút warskôging foar bywurkjen wachtwurd" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Slút opstellen berjocht en negearret konsept" @@ -2886,7 +2996,7 @@ msgstr "Brûkerslist ynklappe" msgid "Collapses list of users for a given notification" msgstr "Klapt de brûkerslist foar in bepaalde melding yn" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Mienskipsrjochtlinen" msgid "Complete onboarding and start using your account" msgstr "Foltôgje de yntroduksje en begjin mei it brûken fan dyn account" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Foltôgje de útdaging" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Nij berjocht opstelle" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Do kinst berjochten opstelle mei in lingte fan maksimaal {0, plural, other {# karakters}}" @@ -2936,11 +3046,11 @@ msgstr "Do kinst berjochten opstelle mei in lingte fan maksimaal {0, plural, oth msgid "Compose reply" msgstr "Antwurd opstelle" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Fideo komprimearje…" @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Kontakt opnimme mei stipe" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Buildferzje nei klamboerd kopiearre" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Keppeling nei profyl kopiearje" msgid "Copy link to starter pack" msgstr "Keppeling nei startpakket kopiearje" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Berjochttekst kopiearje" @@ -3341,7 +3455,7 @@ msgstr "Wizigingen koene net bewarre wurde: {0}" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Meldingsynstellingen bywurkje mislearre" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Meitsje in startpakket foar my" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Registrearje" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "In account oanmeitsje" @@ -3549,7 +3668,7 @@ msgstr "Bertedatum" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "Petear fuortsmite" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Foar my fuortsmite" @@ -3645,7 +3764,7 @@ msgstr "List fuortsmite" msgid "Delete message" msgstr "Berjocht fuortsmite" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Berjocht foar my fuortsmite" @@ -3655,7 +3774,7 @@ msgstr "Myn account fuortsmite" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Berjocht fuortsmite" @@ -3676,7 +3795,7 @@ msgstr "Dizze list fuortsmite?" msgid "Delete this post?" msgstr "Dit berjocht fuortsmite?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Fuortsmiten" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "Fuortsmiten list" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Dialooch: oanpasse wa’t op dit berjocht reagearje mei" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Dôvje" @@ -3806,9 +3925,9 @@ msgstr "Utskeakele" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Fuortsmite" msgid "Discard changes?" msgstr "Wizigingen fuortsmite?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Konsept fuortsmite?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Berjocht fuortsmite?" @@ -3864,7 +3983,7 @@ msgstr "Slute" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Flater negearje" @@ -3954,13 +4073,13 @@ msgstr "Meitsje dy gjin soargen! Alle besteande berjochten en ynstellingen wurde #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Meitsje dy gjin soargen! Alle besteande berjochten en ynstellingen wurde msgid "Done" msgstr "Dien" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Tik dûbeld of druk lang op in berjocht, om in reaksje ta te foegjen" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Doer:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Berjochtynteraksje-ynstellingen bewurkje" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Profyl bewurkje" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Profyl bewurkje" @@ -4268,7 +4387,7 @@ msgstr "Berjocht ynslute" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Nim dit bericht op yn dyn website. Kopiearje ienfâldichwei it folgjende fragmint en plak it yn de HTML-koade fan dyn website." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Yntegrearre fideospiler" @@ -4308,8 +4427,8 @@ msgstr "Mediaspilers ynskeakelje foar" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Skeakelje meldingen yn foar in account troch harren profyl te besykjen en op it <0>belpiktogram <1/> te drukken." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Pushmeldingen ynskeakelje" @@ -4400,7 +4519,7 @@ msgstr "Fier fyn wachtwurd yn" msgid "Enter your username and password" msgstr "Fier dyn brûkersnamme en wachtwurd yn" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Iepenet folslein skerm" @@ -4408,7 +4527,7 @@ msgstr "Iepenet folslein skerm" msgid "Entertainment" msgstr "Ferdivedaasje" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Flater" @@ -4438,7 +4557,7 @@ msgstr "Der is in flater bard by it bewarjen fan it bestân" msgid "Error receiving captcha response." msgstr "Flater by ûntfangen fan captcha-antwurd." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Flater: {error}" @@ -4450,26 +4569,38 @@ msgstr "Elkenien kin reagearje" msgid "Everybody can reply to this post." msgstr "Elkenien kin reagearje op dit berjocht." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Elkenien" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Elkenien" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Elkenien" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Al it oare" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Brûkers útslute dy’tsto folgest" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Eksplisite seksuele ôfbyldingen." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Untdekke" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Tafoegjen emoji-reaksje mislearre" @@ -4626,6 +4757,7 @@ msgstr "Kin handle net wizigje. Probearje nochris." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Laden van konversaasjes mislearre" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "Laden fan feedfoarkarren is mislearre" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Meldingsynstellingen lade mislearre." @@ -4767,12 +4898,13 @@ msgstr "It is net slagge om in list te laden mei folchsuggestjes" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Alle fersiken as lêzen markearje mislearre" @@ -4789,6 +4921,10 @@ msgstr "Fêstsetten fan berjocht is mislearre" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Fuortsmiten emoji-reaksje mislearre" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "Net slagge om de feeds by te wurkjen" msgid "Failed to update notification declaration" msgstr "Bywurkjen meldingsdeklaraasje mislearre" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Ynstellingen bywurkje mislearre" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Update ophelje" msgid "File saved successfully!" msgstr "Bestân mei sukses bewarre!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filterje op feeds" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filter sykje op taal" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filter sykje op taal (op dit stuit: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Filter wa’t kieze kin meldingen foar dyn aktiviteit te ûntfangen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Filter fan wa’tsto meldingen ûntfangst" @@ -5081,7 +5238,7 @@ msgstr "Sykje minsken om te folgjen" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Sykje berjochten, brûkers en feeds op Bluesky" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "Fan" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Fan <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "In startpakket generearje" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "Krij help" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Untfang meldingen wannear’t minsken dy folgje." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Untfang meldingen wannear’t minsken wol oer dyn berjochten meie." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Untfang meldingen wannear’t minsken dy neame." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Untfang meldingen wannear’t minsken dyn berjochten sitearje." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Untfang meldingen wannear’t minsken op dyn berjochten reagearje." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Untfang meldingen wannear’t minsken dyn berjochten opnij pleatse." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Oan de slach" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "Hasto in koade? <0>Klik hjir." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Hasto problemen?" @@ -5973,7 +6144,7 @@ msgstr "Hmm, it liket derop dat wy problemen hawwe mei it laden fan dizze gegeve msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, wy koene dy moderaasjetsjinst net lade." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Wachtsje even! Wy jouwe stadichoan tagong ta fideo en do stiest noch hieltyd yn de rige. Kom fluch werom!" @@ -6102,12 +6273,12 @@ msgstr "Asto in ûntwikkeler bist, kinsto dyn eigen server hoste." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Asto dyn handle of e-mailadres probearrest te wizigjen, doch dit dan eardatsto de-aktivearrest." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Ofbylding" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Ofbyldingsbuffer wiske, {0} frijmakke" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "Yn-app" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Yn-app-meldingen" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Postfek YN nul!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Unjildige brûkersnamme of wachtwurd" @@ -6334,7 +6539,6 @@ msgstr "Utnûgingskoade" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Utnûgingskoade net akseptearre. Kontrolearje oftsto dizze korrekt ynfierd hast en probearje it opnij." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Utnûgingen, mar dan persoanlik" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Do bist no noch de iennige! Foegje mear persoanen ta oan dyn startpakket troch hjirboppe te sykjen." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "Taak-ID: {0}" @@ -6469,8 +6672,8 @@ msgstr "Doh mei oan it petear" msgid "Journalism" msgstr "Sjoernalistyk" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "Hâld my op de hichte" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "KWS-website" @@ -6518,6 +6716,10 @@ msgstr "Labels op dyn account" msgid "Labels on your content" msgstr "Labels op dyn ynhâld" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Taalynstellingen" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Lêst start, sakrekt" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Lêste" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "Mear ynfo" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Mear ynfo oer leeftiidsferifikaasje" @@ -6765,16 +6977,16 @@ msgstr "Mei ’k wol oer troch {0, plural, one {# brûker} other {# brûkers}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Mei ’k wol oer troch {likeCount, plural, one {# brûker} other {# brûkers}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Mei-’k-wol-oers" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Mei-’k-wol-oers fan dyn opnij-pleatsingen" @@ -6954,9 +7166,7 @@ msgstr "Nije meldingen lade" msgid "Load new posts" msgstr "Nije berjochten lade" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "Ferifikaasjeynstellingen beheare" msgid "Manage your muted words and tags" msgstr "Dyn negearre wurden en tags beheare" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Alles as lêzen markearje" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "As lêzen markearje" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Alles as lêzen markearre" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "Miskien letter" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Media" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "fermelde brûkers" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Fermeldingen" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Berjocht fuortsmiten" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Berjocht fan @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Berjocht fan @{0}: {1}" msgid "Message from server: {0}" msgstr "Berjocht fan server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Ynfierfjild priveeberjocht" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Berjocht is te lang" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Berjochtopsjes" @@ -7215,11 +7426,11 @@ msgstr "Berjochtopsjes" msgid "Messages" msgstr "Berjochten" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Muzyk" msgid "Mute" msgstr "Negearje" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Moatst melding meitsje fan in skeining fan it auteursrjocht, in wetlike msgid "Nevermind, create a handle for me" msgstr "Makket net út, meitsje in handle foar my oan" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Nij" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nij" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nij berjocht} other {Nije berjochten}} fan {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "{postsCount, plural, one {Nij berjocht} other {Nije berjochten}} fan {fi #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Nije chat" @@ -7574,9 +7789,9 @@ msgstr "Nij e-mailadres" msgid "New Feature" msgstr "Nije funksje" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Nije folgers" @@ -7608,6 +7823,18 @@ msgstr "Nije handle" msgid "New list" msgstr "Nije list" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Folgjende" msgid "Next image" msgstr "Folgjende ôfbylding" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "Noch gjin meldingen!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "Noch gjin sitaten" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "Gjin resultaten fûn" msgid "No results found for \"{query}\"" msgstr "Gjin resultaten fûn foar ‘{query}’" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Gjin resultaten." @@ -7868,11 +8107,6 @@ msgstr "Gjin resultaten." msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "Net-seksuele neakens" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "Opmerking: dit berjocht is allinnich sichtber foar oanmelde brûkers." msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Meldingsynstellingen" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Meldingslûden" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Ut" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Alt-tekst ûntbrekt by ien of mear GIF’s." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Alt-tekst ûntbrekt by ien of mear ôfbyldingen." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Alt-tekst ûntbrekt by ien of mear fideo’s." @@ -8083,7 +8323,7 @@ msgstr "Allinnich {0} kin reagearje." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Allinnich WebVTT (.vtt)-bestannen wurde stipe" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Wûpsty!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Avatar-makker iepenje" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Menu iepenje" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Emoji-kiezer iepenje" @@ -8280,7 +8535,7 @@ msgstr "Iepenet in dialoochfinster om in ynhâldswarskôging oan dyn berjocht ta msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Iepenet proses om in nij Bluesky-account oan te meitsjen" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Iepenet it proses om dy oan te melden by dyn besteande Bluesky-account" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Wachtwurd bywurke" msgid "Password updated!" msgstr "Wachtwurd bywurke!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pauzearje" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Fideo pauzearje" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Persoanen" @@ -8550,17 +8805,17 @@ msgstr "Persoanen folge troch @{0}" msgid "People following @{0}" msgstr "Persoanen dy’t @{0} folgje" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Minsken dy’t ik folgje" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Minsken dy’t ik folgje" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Minsken dy’t ik folgje" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Fotografy" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Fêstsette feeds" msgid "Pinned to your feeds" msgstr "Fêstset oan dyn feeds" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Ofspylje" @@ -8668,7 +8924,7 @@ msgstr "Ofspylje" msgid "Play {0}" msgstr "{0} ôfspylje" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "Fideo ôfspylje" msgid "Play Video" msgstr "Fideo ôfspylje" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Spilet of pauzearret de GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Spilet of pauzearret de fideo" @@ -8722,7 +8978,7 @@ msgstr "Klik op de keppeling yn it e-mailberjocht dat wy sakrekt ferstjoerd haww msgid "Please complete the verification captcha." msgstr "Fier de ferifikaasje-captcha yn." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Polityk" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Pleatse" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Alles pleatse" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Berjocht losmakke" msgid "Posts" msgstr "Berjochten" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Berjochten kinne negearre wurde op basis fan tekst, tags of beide. Wy riede oan om faak foarkommende wurden dy’t yn in protte berjochten foarkomme te mijen, omdat dit der ta liede kin dat der gjin berjochten mear toand wurde." @@ -9067,11 +9327,11 @@ msgstr "Privacybelied" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Fideo ferwurkje…" @@ -9083,7 +9343,7 @@ msgstr "Ferwurkje…" msgid "profile" msgstr "profyl" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Iepenbiere, dielbere listen fan brûkers om yn bulk te dôvjen of te blokkearjen." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Berjocht pleatse" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Berjochten pleatse" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Antwurden publisearje" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Antwurd publisearje" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Pushmeldingen" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "Sitaatberjocht is mei sukses losmakke" msgid "Quote posts disabled" msgstr "Sitaatberjochten útskeakele" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Sitaten" @@ -9238,9 +9498,14 @@ msgstr "Dyn account opnij aktivearje" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Reden fan berop" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Yn-app-meldingen ûntfange" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Pushmeldingen ûntfange" @@ -9304,7 +9569,7 @@ msgstr "Pushmeldingen ûntfange" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "Chatfersyk ôfwize" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Petearen opnij lade" @@ -9379,9 +9644,9 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "{historyItem} fuortsmite" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Feed fuortsmite" msgid "Remove feed?" msgstr "Feed fuortsmite?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Ofbylding fuortsmite" msgid "Remove live status" msgstr "Live-status fuortsmite" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "In negearre wurd út dyn list fuortsmite" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Profyl fuortsmite" @@ -9507,11 +9782,11 @@ msgstr "Ferifikaasje fuortsmite" msgid "Remove your verification for this account?" msgstr "Dyn ferifikaasje foar dizze account fuortsmite?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Troch auteur fuortsmiten" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Troch dy fuortsmiten" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Antwurde dy" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Antwurden" @@ -9609,12 +9884,12 @@ msgstr "Antwurden útskeakele" msgid "Replies to this post are disabled." msgstr "Antwurden op dit berjocht binne útskeakele." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Reagearje" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Reagearje" @@ -9652,7 +9927,7 @@ msgstr "Sichtberheid fan reaksje bywurke" msgid "Reply was successfully hidden" msgstr "Reaksje is mei sukses ferstoppe" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Feed melde" msgid "Report list" msgstr "List melde" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Priveeberjocht melde" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Opnij pleatst troch dy" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Opnij-pleatsingen" @@ -9793,9 +10068,9 @@ msgstr "Opnij-pleatsingen" msgid "Reposts of this post" msgstr "Opnij-pleatsingen fan dit berjocht" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Opnij-pleatsingen fan dyn opnij-pleatsingen" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Werhellet de lêste aksje, dêr’t in flater by barde" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Wizigingen bewarje" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Bewarre yn dyn feeds" msgid "Say hello!" msgstr "Sis hallo!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Nei boppe" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Sykje" @@ -10186,17 +10464,13 @@ msgstr "Nei mear feeds sykje" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Berjochten, brûkers of feeds sykje" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "GIF’s sykje" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "Sykjen is op dit stuit net beskikber wannear ôfmeld" @@ -10225,6 +10499,10 @@ msgstr "Berjochten trochsykje" msgid "Search profiles" msgstr "Profilen sykje" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Sykje…" @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "Account selektearje" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Selektearje in app-taal" @@ -10357,6 +10635,11 @@ msgstr "Ynhâldstalen selektearje" msgid "Select duration" msgstr "Doer selektearje" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Fan in besteand account selektearje" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Selektearje hoe lang asto dit wurd negearje wolst." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Selektearje dyn ynteressen út de ûndersteande opsjes" msgid "Select your preferred language for translations in your feed." msgstr "Selektearje de taal wêryn’tsto de oersettingen yn dyn feed werjaan wolst." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Selektearje dyn winske meldingskanalen" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Feedback ferstjoere" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Berjocht ferstjoere" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "As priveeberjocht ferstjoere" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Stelt e-mail yn foar it opnij ynstellen fan wachtwurden" msgid "Settings" msgstr "Ynstellingen" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Ynstellingen foar aktiviteit fan oaren" @@ -10582,39 +10864,49 @@ msgstr "Ynstellingen foar aktiviteit fan oaren" msgid "Settings for allowing others to be notified of your posts" msgstr "Ynstellingen foar tastimming om oaren op de hichte te stellen fan dyn berjochten" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Ynstellingen foar mei-’k-wol-oer-meldingen" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Ynstellingen foar fermeldingsmeldingen" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Ynstellingen foar nije-folgersmeldingen" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Ynstellingen foar meldingen fan al it oare" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Ynstellingen foar meldingen fan mei-’k-wol-oers fan dyn opnij-pleatsingen" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Ynstellingen foar meldingen fan opnij-pleatsingen fan dyn opnij-pleatsingen" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Ynstellingen foar sitaatmeldingen" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Ynstellingen foar antwurdmeldingen" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Ynstellingen foar meldingen fan opnij-pleatsingen" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "Berjocht at:// URI diele" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "QR-koade diele" msgid "Share this feed" msgstr "Dizze feed diele" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Dit startpakket diele" @@ -10726,7 +11027,7 @@ msgstr "Dielde foarkarren-tester" msgid "Show" msgstr "Toane" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Alt-tekst toane" @@ -10864,13 +11165,13 @@ msgstr "Toant de ynhâld" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Oanmelden fereaske" msgid "Signed in as @{0}" msgstr "Oanmeld as @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Oerslaan" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Ien hat mei {0} reagearre" @@ -11223,7 +11529,7 @@ msgstr "Statusside" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Stap {0} fan {1}" @@ -11295,11 +11601,11 @@ msgstr "Abonnearje dy op @{0} om dizze labels te brûken:" msgid "Subscribe to account activity" msgstr "Abonnearje op accountaktiviteit" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Abonnearje op labeler" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Abonnearje op dizze labeler" @@ -11345,6 +11651,10 @@ msgstr "Foarsteld foar dy" msgid "Suggestive" msgstr "Suggestyf" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "It privacybelied is ferpleatst nei <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Der is in grutte oanrin fan nije brûkers nei Bluesky! Wy aktivearje dyn msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Dizze ynstellingen binne allinnich fan tapassing op de folgjende feed." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "Dit e-maialdres is al mei dyn account assosjearre." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Mei dizze funksje kinne brûkers meldingen ûntfange foar dyn nije berjochten en antwurden. Foar wa wolsto dit ynskeakelje?" @@ -12063,13 +12393,13 @@ msgstr "Dizze list is leech." msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Dit berjocht wurdt ferstoppe foar feeds en petearen. Dit kin net ûngedien makke wurde." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "De auteur fan dit berjocht hat it pleatsen fan sitaten útskeakele." @@ -12271,7 +12601,7 @@ msgstr "Hjoed" msgid "Toggle to enable or disable adult content" msgstr "Wikselje om ynhâld foar folwoeksenen yn of út te skeakeljen" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Set it lûd oan of út" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Populêr" @@ -12304,8 +12634,8 @@ msgstr "Populêre reaksjes earst" msgid "Topic" msgstr "Underwerp" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Fertrouwen ûntstiet út relaasjes, mienskippen en dielde kontekst, dus wy starte ek mei <0>fertroude ferifiearders: organisaasjes dy’t daliks ferifikaasje útjaan kinne." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Twafaktorautentikaasje (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Typ hjir dyn priveebericht" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Type:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Kin gjin kontakt meitsje mei dyn tsjinst. Kontrolearje dyn ynternetferbining." @@ -12463,7 +12796,7 @@ msgstr "Net beskikber" msgid "Unavailable feed information" msgstr "Feedynformaasje net beskikber" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Net mear negearje" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "E-mailomtinken aktyf meitsje" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Ofmelde" @@ -12691,7 +13024,7 @@ msgstr "Ofmelde" msgid "Unsubscribe from list" msgstr "Fan list ôfmelde" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Fan dizze labeler ôfmelde" @@ -12703,10 +13036,15 @@ msgstr "Fan lis ôfmeld" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Fan bestannen út oplade" msgid "Upload from Library" msgstr "Fan bibloteek út oplade" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Ofbyldingen oplade…" msgid "Uploading link thumbnail..." msgstr "Keppelingminiatuer oplade…" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Fideo oplade…" @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "Ferzje {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Fideo" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Fideo kin net ferwurke wurde" @@ -13084,12 +13422,12 @@ msgstr "Fideo net fûn." msgid "Video settings" msgstr "Fideo-ynstellingen" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Fideo opladen" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Fideo: {0}" @@ -13097,11 +13435,13 @@ msgstr "Fideo: {0}" msgid "Videos" msgstr "Fideo’s" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "Mear besjen" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "Dyn negearre accounts besjen" msgid "View your verifications" msgstr "Dyn ferifikaasjes besjen" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Toant folsleine ôfbylding" @@ -13391,7 +13731,7 @@ msgstr "Wy rekommandearje oan om op syn minst twa ynteressen te selektearjen." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Wy hawwe in e-mailberjocht nei <0>{0} mei in keppeling ferstjoerd. Klik derop om it e-mailferifikaasjeproses te foltôgjen." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Wy hawwe net bepale kinnen oftsto fideo’s oplade meist. Probearj it opnij." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Wy yntrodusearje in nije ferifikaasjelaach op Bluesky – in iefâldich-te-sjen finkje." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "It spyt ús, mar wy kinne dizze list net ophelje. Nim kontakt op mei de msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "It spyt ús, mar wy koene dyn negearre wurden op dit stuit net lade. Probearje it opnij." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "It spyt ús! It berjocht wêropsto reagearrest is fuortsmiten." @@ -13536,8 +13876,13 @@ msgstr "Wat binne dyn ynteressen?" msgid "What do you want to call your starter pack?" msgstr "Hoe wolsto dyn startpakket neame?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Hoe giet it?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Wa kin ferifiearje?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Wûpsty!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Skriuw berjocht" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Skriuw dyn reaksje" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "Do bist live" msgid "You are no longer live" msgstr "Do bist net langer live" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Do meist gjin fideo’s oplade." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Do kinst yn de chatynstellingen yn de app kieze oft chatmeldingen lûd hawwe" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Do kinst rinnende petearen trochsette, nettsjinsteande hokker ynstelling do kiest." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Do kinst dy no oanmelde mei dyn nije wachtwurd." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Do kinst dit letter bywurkje fan dyn ynstellingen út." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "Do hast dyn e-mailadres mei sukses ferifiearre. Do kinst dit dialoochfin msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Do bist tydlik oer de limyt foar fideo-oplaads hinne. Probearje it letter opnij." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Do moatst op syn minst 7 oare persoanen folgje om in startpakket te gene msgid "You must grant access to your photo library to save a QR code" msgstr "Do moatst tagong ta dyn fotobiblioteek jaan om in QR-koade te bewarjen" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Do wolst de app wierskynlik no opnij starte." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Do hast mei {0} reagearre" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Do folgest de foarstelde brûkers en feeds, sa gau asto klear bist mei it oanmeitsjen fan dyn account!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Do folgest de foarstelde brûkers, sa gau asto klear bist mei it oanmeitsjen fan dyn account!" @@ -14185,7 +14530,7 @@ msgstr "Do hast it ein fan de aktive ynhâld berikt." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Do hast it ein fan dyn feed berikt! Sykje noch mear accounts om te folgjen." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Do bist oer it maksimaal tal tasteane fersiken. Probearje it letter nochris." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Do hast it begjin fan de aktive ynhâld berikt." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Do bist oer dyn deistige limyt foar fideo-oplaads (te folle bytes)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Do bist oer dyn deistige limyt foar fideo-oplaads (te folle fideo’s)" @@ -14209,7 +14558,7 @@ msgstr "Do bist oer dyn deistige limyt foar fideo-oplaads (te folle fideo’s)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Do hast gjin fideo’s mear om te besjen. Miskien is it in goed momint om skoft te hâlden?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Dyn account" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "Dyn account is opskoarten" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Dyn account is noch net âld genôch om fideo’s op te laden. Probearje it letter nochris." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "Dyn wachtwurd moat op syn minst 8 tekens lang wêze." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Dyn profyl, berjochten, feeds en listen binne net langer sichtber foar oare Bluesky-brûkers. Do kinst dyn account op elk momint opnij aktivearje troch oan te melden." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "Dyn melding wurdt nei <0>{0} ferstjoerd." msgid "Your selected interests help us serve you content you care about." msgstr "Dyn selektearre ynteressen helpe ús dy ynhâld dy’t dy ynteressearret te toanen." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/ga/messages.po b/src/locale/locales/ga/messages.po index 94cdac7208..7b9cb66e5b 100644 --- a/src/locale/locales/ga/messages.po +++ b/src/locale/locales/ga/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ga\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Irish\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Catagóir \"{interestsDisplayName}\" (gníomhach)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(tá ábhar leabaithe ann)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(gan ríomhphost)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# uair an chloig} two {# uair an chloig} few {# uair an chloig} many {# n-uair an chloig} other {# uair an chloig}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "Cuireadh {0, plural, one {lipéad amháin} two {# lipéad} few {# lipéad} many {# lipéad} other {# lipéad}} ar an gcuntas seo" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "Cuireadh {0, plural, one {lipéad amháin} two {# lipéad} few {# lipéad} many {# lipéad} other {# lipéad}} ar an ábhar seo" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {soicind amháin} two {# shoicind} few {# shoicind} many #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} á leanúint" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "{0} as 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "D'fhreagair {0} {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {uair} two {uair} few {uair} many {uair} msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {nóiméad} two {nóiméad} few {nóiméad} many {nóiméad} other {nóiméad}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "Lean {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} thú" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "Cuireadh <0>tusa agus<1> <2>{0} i do phacáiste fáilte" msgid "⚠Invalid Handle" msgstr "⚠Leasainm Neamhbhailí" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Glac leis an iarratas" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Níl an cuntas balbhaithe a thuilleadh" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "Cuir téacs malartach leis seo" msgid "Add alt text (optional)" msgstr "Cuir téacs malartach leis seo (roghnach)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Cuir téacs malartach leis seo (roghnach)" msgid "Add another account" msgstr "Cuir cuntas eile leis" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Cuir postáil eile leis" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "Ardleibhéal" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "aoife@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Uile" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Gach teanga" @@ -1367,6 +1422,15 @@ msgstr "Gach teanga" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Na fothaí go léir a shábháil tú, in áit amháin." @@ -1380,13 +1444,13 @@ msgstr "Ceadaigh fáil ar do chuid TDanna" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "An bhfuil cuntas agat cheana?" msgid "Already signed in as @{0}" msgstr "Logáilte isteach cheana mar @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Téacs malartach" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Téacs Malartach" @@ -1489,7 +1553,7 @@ msgstr "Tharla earráid" msgid "An error occurred" msgstr "Tharla earráid" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Tharla earráid agus an físeán á chomhbhrú." @@ -1535,11 +1599,11 @@ msgstr "Tharla earráid agus an cód QR á shábháil!" msgid "An error occurred while trying to follow all" msgstr "Tharla earráid agus na cuntais go léir á leanúint" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Tharla earráid agus an físeán á uaslódáil. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Tharla earráid agus an físeán á uaslódáil. Seiceáil do cheangal leis an idirlíon agus bain triail eile as." @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "Ainmhithe" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF beo" @@ -1638,6 +1702,11 @@ msgstr "Fógra" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Aon duine" @@ -1781,6 +1850,24 @@ msgstr "Postáil sa chartlann" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "An bhfuil tú cinnte gur mhaith leat é seo a bhaint de do chuid fothaí msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "An bhfuil tú cinnte gur mhaith leat an phostáil seo a scriosadh?" @@ -1904,7 +1991,7 @@ msgstr "Ar fáil" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Ar fáil" msgid "Back" msgstr "Ar ais" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Blocáilte" @@ -2091,10 +2178,6 @@ msgstr "Ní féidir leis na cuntais bhlocáilte freagra a thabhairt ar do chomhr msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Ní féidir leis na cuntais bhlocáilte freagra a thabhairt ar do chomhráite, tagairt a dhéanamh duit, ná aon phlé eile a bheith acu leat. Ní fheicfidh tú a gcuid ábhair agus ní fheicfidh siad do chuid ábhair." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Ní bhacann blocáil an lipéadóir seo ar lipéid a chur ar do chuntas." @@ -2111,11 +2194,21 @@ msgstr "Ní chuirfidh blocáil cosc ar lipéid a bheith curtha ar do chuntas, ac msgid "Blog" msgstr "Blag" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Ní féidir le Bluesky an dáta maíte a dheimhniú." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Cealaigh an cuardach" @@ -2411,7 +2505,7 @@ msgstr "Fotheidil (.vtt)" msgid "Captions & alt text" msgstr "Fotheidil agus téacs malartach" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "Athraigh deilbhín na haipe" msgid "Change app icon to \"{0}\"" msgstr "Athraigh deilbhín na haipe go \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "Balbhaíodh an comhrá" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Socruithe comhrá" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Socruithe Comhrá" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Díbhalbhaíodh an comhrá" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Comhráite" @@ -2661,10 +2761,16 @@ msgstr "Tóg d'amlíne féin! Is féidir teacht ar ábhar a thaitneoidh leat le msgid "Choose your password" msgstr "Roghnaigh do phasfhocal" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Do leasainm" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Glan na sonraí ar fad atá i dtaisce." @@ -2673,6 +2779,10 @@ msgstr "Glan na sonraí ar fad atá i dtaisce." msgid "Clear all storage data (restart after this)" msgstr "Glan na sonraí ar fad atá i dtaisce. Ansin atosaigh." +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Cliceáil le triail eile a bhaint as teachtaireacht ar theip uirthi" @@ -2755,6 +2865,7 @@ msgstr "Cliceáil le triail eile a bhaint as teachtaireacht ar theip uirthi" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Cliceáil le triail eile a bhaint as teachtaireacht ar theip uirthi" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Dún an dialóg seo" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Dúnann sé seo an rabhadh faoi uasdátú an phasfhocail" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" @@ -2886,7 +2996,7 @@ msgstr "Laghdaigh an liosta úsáideoirí" msgid "Collapses list of users for a given notification" msgstr "Laghdaíonn sé seo liosta na n-úsáideoirí le haghaidh an fhógra sin" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Treoirlínte an phobail" msgid "Complete onboarding and start using your account" msgstr "Críochnaigh agus tosaigh ag baint úsáide as do chuntas." -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Freagair an dúshlán" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Cum postáil nua" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2936,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "Scríobh freagra" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "GIF á chomhbhrú..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Físeán á chomhbhrú..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Teagmháil le Support" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Leagan cóipeáilte sa ghearrthaisce" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Cóipeáil téacs na teachtaireachta" @@ -3341,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "Cód tíre" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Cruthaigh pacáiste fáilte ar mo shon" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Cláraigh" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Cruthaigh cuntas" @@ -3549,7 +3668,7 @@ msgstr "Dáta breithe" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "Scrios an comhrá" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Scrios domsa" @@ -3645,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "Scrios an teachtaireacht seo" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Scrios an teachtaireacht seo domsa" @@ -3655,7 +3774,7 @@ msgstr "Scrios mo chuntas" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Scrios an phostáil" @@ -3676,7 +3795,7 @@ msgstr "An bhfuil fonn ort an liosta seo a scriosadh?" msgid "Delete this post?" msgstr "An bhfuil fonn ort an phostáil seo a scriosadh?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Scriosta" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Dialóg: cé atá in ann idirghníomhú leis an bpostáil seo" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Breacdhorcha" @@ -3806,9 +3925,9 @@ msgstr "Díchumasaithe" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Ná sábháil" msgid "Discard changes?" msgstr "Faigh réidh leis na hathruithe?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Faigh réidh leis an dréacht?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Faigh réidh leis an bpostáil?" @@ -3864,7 +3983,7 @@ msgstr "Ruaig" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Ruaig an earráid" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "Déanta" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Fad:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Cuir socruithe idirghníomhaíochta na postála in eagar" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Athraigh an phróifíl" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Athraigh an Phróifíl" @@ -4268,7 +4387,7 @@ msgstr "Leabaigh an phostáil" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Leabaigh an phostáil seo i do shuíomh gréasáin féin. Cóipeáil an píosa cóid seo a leanas isteach san HTML ar do shuíomh." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Fís-seinnteoir leabaithe" @@ -4308,8 +4427,8 @@ msgstr "Cuir seinnteoirí na meán ar fáil le haghaidh" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "Cuir isteach do phasfhocal" msgid "Enter your username and password" msgstr "Cuir isteach do leasainm agus do phasfhocal" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4408,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Earráid" @@ -4438,7 +4557,7 @@ msgstr "Tharla earráid le linn comhad a shábháil" msgid "Error receiving captcha response." msgstr "Earráid agus an freagra ar an captcha á phróiseáil." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4450,26 +4569,38 @@ msgstr "Tig le chuile dhuine freagra a thabhairt" msgid "Everybody can reply to this post." msgstr "Tig le chuile dhuine freagra a thabhairt ar an bpostáil." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Chuile dhuine" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Chuile dhuine" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Chuile dhuine" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Ná cuir i bhfeidhm ar úsáideoirí a leanaim" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Íomhánna gnéasacha." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4626,6 +4757,7 @@ msgstr "Theip ar athrú an leasainm. Bain triail eile as." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "Teip ar lódáil roghanna na bhfothaí" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "Teip ar lódáil na gcuntas molta" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4789,6 +4921,10 @@ msgstr "Theip ar ghreamú na postála" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "Theip ar uasdátú na bhfothaí" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Teip ar shocruithe a uasdátú" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "Sábháladh an comhad!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Scag ó mo chuid fothaí" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "Aimsigh daoine le leanúint" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Ó <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Cruthaigh pacáiste fáilte" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "Faigh cabhair" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Fadhb ort?" @@ -5973,7 +6144,7 @@ msgstr "Hmmm, is cosúil go bhfuil fadhb againn le lódáil na sonraí seo. Féa msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmm, ní raibh muid in ann an tseirbhís modhnóireachta sin a lódáil." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Foighne ort! Tá físeáin á seoladh de réir a chéile, agus tá tú fós ag fanacht ar d'uain. Déan iarracht go luath!" @@ -6102,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Má tá sé i gceist agat do hanla nó ríomhphost a athrú, déan sin sula ndéanann tú díghníomhú." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Íomhá" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Leasainm nó pasfhocal míchruinn" @@ -6334,7 +6539,6 @@ msgstr "Cód cuiridh" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Níor glacadh leis an gcód cuiridh. Bí cinnte gur scríobh tú i gceart é agus bain triail eile as." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Cuirí, ach pearsanta" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Níl ann ach tusa anois! Cuardaigh thuas le tuilleadh daoine a chur le do phacáiste fáilte." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID an Jab: {0}" @@ -6469,8 +6672,8 @@ msgstr "Glac páirt sa chomhrá" msgid "Journalism" msgstr "Iriseoireacht" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "Lipéid ar do chuntas" msgid "Labels on your content" msgstr "Lipéid ar do chuid ábhair" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Socruithe teanga" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Is Déanaí" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "Le tuilleadh a fhoghlaim" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "Molta ag {0, plural, one {úsáideoir amháin} two {# úsáideoir} few { msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Molta ag {likeCount, plural, one {úsáideoir amháin} two {# úsáideoir} few {# úsáideoir} many {# n-úsáideoir} other {# úsáideoir}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Moltaí" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "Lódáil fógraí nua" msgid "Load new posts" msgstr "Lódáil postálacha nua" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "Bainistigh do chuid clibeanna agus na focail a bhalbhaigh tú" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Marcáil léite" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Meáin" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "úsáideoirí luaite" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Luaite" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Clár" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Scriosadh an teachtaireacht" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7193,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "Teachtaireacht ón bhfreastalaí: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Réimse ionchur teachtaireachtaí" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Tá an teachtaireacht rófhada" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7215,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "Teachtaireachtaí" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Ceol" msgid "Mute" msgstr "Balbhaigh" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Is cuma, cruthaigh leasainm dom" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Nua" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nua" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Comhrá nua" @@ -7574,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "Leasainm nua" msgid "New list" msgstr "Liosta nua" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Ar aghaidh" msgid "Next image" msgstr "An chéad íomhá eile" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "Níl aon fhógra ann fós!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "Gan phostáil athluaite fós" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "Gan torthaí" msgid "No results found for \"{query}\"" msgstr "Gan torthaí ar “{query}”" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7868,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "Lomnochtacht Neamhghnéasach" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Socruithe fógra" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Fuaimeanna fógra" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "As" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Téacs malartach de dhíth ar GIF nó ar GIFanna." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Tá téacs malartach de dhíth ar íomhá amháin nó níos mó acu." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Téacs malartach de dhíth ar fhíseán nó ar fhíseáin" @@ -8083,7 +8323,7 @@ msgstr "Ní féidir ach le {0} freagra a thabhairt." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Ní oibríonn ach comhaid WebVTT (.vtt)" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Úps!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Oscail an cruthaitheoir abhatáir" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Oscail an roghchlár tarraiceáin" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Oscail roghnóir na n-emoji" @@ -8280,7 +8535,7 @@ msgstr "Osclaíonn sé seo fuinneog lenar féidir leat rabhadh a chur leis an bp msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Osclaíonn sé seo an próiseas le cuntas nua Bluesky a chruthú" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Pasfhocal uasdátaithe" msgid "Password updated!" msgstr "Pasfhocal uasdátaithe!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Sos" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Cuir an físeán ar shos" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Daoine" @@ -8550,17 +8805,17 @@ msgstr "Na daoine atá leanta ag @{0}" msgid "People following @{0}" msgstr "Na leantóirí atá ag @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Grianghrafadóireacht" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Fothaí greamaithe" msgid "Pinned to your feeds" msgstr "Greamaithe le do chuid fothaí" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Seinn" @@ -8668,7 +8924,7 @@ msgstr "Seinn" msgid "Play {0}" msgstr "Seinn {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "Seinn an físeán" msgid "Play Video" msgstr "Seinn an físeán" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Déan an captcha, le do thoil." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Polaitíocht" msgid "Porn" msgstr "Pornagrafaíocht" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Postáil" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Postáil Uile" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Díghreamaíodh an phostáil" msgid "Posts" msgstr "Postálacha" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Is féidir leat postálacha a bhalbhú bunaithe ar an téacs, clibeanna, nó an dá rud. Molaimid focail choitianta a bhíonn i go leor postálacha a sheachaint, toisc gur féidir nach dtaispeánfaí aon phostáil dá bharr." @@ -9067,11 +9327,11 @@ msgstr "Polasaí Príobháideachta" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Físeán á phróiseáil..." @@ -9083,7 +9343,7 @@ msgstr "Á phróiseáil..." msgid "profile" msgstr "próifíl" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Liostaí poiblí inroinnte chun úsáideoirí a bhlocáil ar an mórchóir." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "Dícheanglaíodh an phostáil athluaite" msgid "Quote posts disabled" msgstr "Ní féidir postálacha a athlua" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Postálacha athluaite" @@ -9238,9 +9498,14 @@ msgstr "Athghníomhaigh do chuntas" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Athlódáil comhráite" @@ -9379,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9427,6 +9692,11 @@ msgstr "Bain an fotha de" msgid "Remove feed?" msgstr "An bhfuil fonn ort an fotha a bhaint?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Bain an íomhá de" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Bain focal balbhaithe de do liosta" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Bain an phróifíl" @@ -9507,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Bainte ag an údar" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Bainte agat" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Freagraí" @@ -9609,12 +9884,12 @@ msgstr "Cuireadh bac ar fhreagraí" msgid "Replies to this post are disabled." msgstr "Ní féidir freagraí a thabhairt ar an bpostáil seo." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Freagair" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Freagair" @@ -9652,7 +9927,7 @@ msgstr "Nuashonraíodh infheictheacht na bhfreagraí" msgid "Reply was successfully hidden" msgstr "Cuireadh an freagra i bhfolach" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Déan gearán faoi fhotha" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Tuairiscigh an teachtaireacht seo" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Athphostáilte agat" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "Athphostálacha den phostáil seo" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Baineann sé seo triail eile as an ngníomh is déanaí, ar theip air" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Sábháil na hathruithe" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Sábháilte le mo chuid fothaí" msgid "Say hello!" msgstr "Abair heileo!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Fill ar an mbarr" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Cuardaigh" @@ -10186,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Cuardaigh GIFanna" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "Cuardaigh próifílí" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "Roghnaigh cuntas" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "Roghnaigh teangacha ábhair" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Roghnaigh ó chuntas atá ann" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Cá fhad a bheidh an focal seo balbhaithe?" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Roghnaigh na rudaí a bhfuil suim agat iontu as na roghanna thíos" msgid "Select your preferred language for translations in your feed." msgstr "Do rogha teanga nuair a dhéanfar aistriúchán ar ábhar i d'fhotha." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Seol aiseolas" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Seol teachtaireacht" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Seol mar theachtaireacht dhíreach" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Socraíonn sé seo an seoladh ríomhphoist le haghaidh athshocrú an pha msgid "Settings" msgstr "Socruithe" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Comhroinn an cód QR" msgid "Share this feed" msgstr "Comhroinn an fotha seo" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Roinn an pacáiste fáilte seo" @@ -10726,7 +11027,7 @@ msgstr "Tástáil Roghanna Comhroinnte" msgid "Show" msgstr "Taispeáin" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Taispeáin an téacs malartach" @@ -10864,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Caithfidh tú logáil isteach" msgid "Signed in as @{0}" msgstr "Logáilte isteach mar @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Ná bac leis" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11223,7 +11529,7 @@ msgstr "Leathanach Stádais" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Céim {0} as {1}" @@ -11295,11 +11601,11 @@ msgstr "Glac síntiús le @{0} leis na lipéid seo a úsáid:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Glac síntiús le lipéadóir" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Glac síntiús leis an lipéadóir seo" @@ -11345,6 +11651,10 @@ msgstr "Molta duit" msgid "Suggestive" msgstr "Gáirsiúil" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Bogadh an Polasaí Príobháideachta go dtí <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Tá ráchairt ar Bluesky le déanaí! Cuirfidh muid do chuntas ag obair msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Cuirtear na socruithe seo i bhfeidhm ar an bhfotha Following amháin." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "Tá an liosta seo folamh." msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Ní bheidh an phostáil seo le feiceáil ar do chuid fothaí ná snáitheanna. Ní féidir dul ar ais air seo." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Chuir údar na postála seo cosc ar phostálacha athluaite." @@ -12271,7 +12601,7 @@ msgstr "Inniu" msgid "Toggle to enable or disable adult content" msgstr "Scoránaigh le ábhar do dhaoine fásta a cheadú nó gan a cheadú" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Barr" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "Ábhar" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "Teilifís" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Fíordheimhniú déshraithe (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Scríobh do theachtaireacht anseo" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Clóscríobh:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Ní féidir teagmháil a dhéanamh le do sheirbhís. Seiceáil do cheangal leis an idirlíon, le do thoil." @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Díbhalbhaigh" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Díliostáil" @@ -12691,7 +13024,7 @@ msgstr "Díliostáil" msgid "Unsubscribe from list" msgstr "Díliostáil ón liosta seo" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Díliostáil ón lipéadóir seo" @@ -12703,10 +13036,15 @@ msgstr "Dhíliostáil tú ón liosta seo" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Uaslódáil ó Chomhaid" msgid "Upload from Library" msgstr "Uaslódáil ó Leabharlann" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Íomhánna á n-uaslódáil..." msgid "Uploading link thumbnail..." msgstr "Mionsamhail á huaslódáil..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Físeán á uaslódáil..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Físeán" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Theip ar phróiseáil an fhíseáin" @@ -13084,12 +13422,12 @@ msgstr "Físeán gan aimsiú." msgid "Video settings" msgstr "Socruithe físe" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Uaslódáladh an físeán" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Físeán: {0}" @@ -13097,11 +13435,13 @@ msgstr "Físeán: {0}" msgid "Videos" msgstr "Físeáin" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "Tuilleadh" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "Féach ar na cuntais a bhalbhaigh tú" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13391,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Nílimid cinnte an bhfuil cead agat físeáin a uaslódáil. Bain triail eile as." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Ár leithscéal, ach ní féidir linn an liosta seo a thaispeáint. Má msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Tá brón orainn, ach theip orainn na focail a bhalbhaigh tú a lódáil an uair seo. Bain triail as arís." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Ár leithscéal, ach scriosadh an phostáil atá tú ag freagairt." @@ -13536,8 +13876,13 @@ msgstr "Cad iad na rudaí a bhfuil suim agat iontu?" msgid "What do you want to call your starter pack?" msgstr "Cén t-ainm ar mhaith leat a thabhairt ar do phacáiste fáilte?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Aon scéal?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Úps!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Scríobh postáil" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Scríobh freagra" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Níl cead agat físeáin a uaslódáil." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Is féidir leat leanacht le comhráite beag beann ar cén socrú a roghnaíonn tú." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Is féidir leat logáil isteach le do phasfhocal nua anois." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Tig leat é seo a uasdátú ó do shocruithe." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Tá tú tar éis uasteorainn uaslódálacha físeáin a bhaint amach. Bain triail eile as ar ball." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Ní mór duit seachtar ar a laghad a leanúint le pacáiste fáilte a ch msgid "You must grant access to your photo library to save a QR code" msgstr "Ní mór duit fáil ar do leabharlann grianghraf a cheadú le cód QR a shábháil" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Leanfaidh tú na húsáideoirí agus na fothaí a moladh tar éis duit do chuntas a chruthú!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Leanfaidh tú na húsáideoirí a moladh tar éis duit do chuntas a chruthú!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Tháinig tú go deireadh d’fhotha! Aimsigh cuntais eile le leanúint." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Tá tú tar éis an uasteorainn laethúil ar uaslódálacha físeáin a bhaint amach (an iomarca beart)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Tá tú tar éis an uasteorainn laethúil ar uaslódálacha físeáin a bhaint amach (an iomarca físeán)" @@ -14209,7 +14558,7 @@ msgstr "Tá tú tar éis an uasteorainn laethúil ar uaslódálacha físeáin a msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Do chuntas" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Níl tú anseo fada go leor chun físeáin a uaslódáil. Bain triail eile as ar ball." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Ní bheidh do phróifíl, postálacha, fothaí ná liostaí infheicthe ag úsáideoirí eile Bluesky. Is féidir leat do chuntas a athghníomhú uair ar bith trí logáil isteach." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/gd/messages.po b/src/locale/locales/gd/messages.po index 66de8217a6..fdad83c1bf 100644 --- a/src/locale/locales/gd/messages.po +++ b/src/locale/locales/gd/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: gd\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Scottish Gaelic\n" "Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n>2 && n<20) ? 2 : 3;\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Roinn-seòrsa “{interestsDisplayName}” (gnìomhach)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(tha susbaint leabaichte ann)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(gun phost-d)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {Lorg sinn # charaid!} two {Lorg sinn # charaid!} few {L msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# uair a thìde} two {# uair a thìde} few {# uairean a thìde} other {# uair a thìde}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "Chaidh {0, plural, one {# leubail} two {# leubail} few {# leubailean} other {# leubail}} a chur ris a’ chunntas seo" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "Chaidh {0, plural, one {# leubail} two {# leubail} few {# leubailean} other {# leubail}} a chur ris an t-susbaint seo" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# diog} two {# dhiog} few {# diogan} other {# diog}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# nì gun leughadh} two {# nì gun leughadh} few {# nithean gun leughadh} other {# nì gun leughadh}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "a’ leantainn {0}" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "{0} à 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "Chuir {0} {1} mar fhrith-fhreagairt" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {uair a thìde} two {uair a thìde} few { msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {mhionaid} two {mhionaid} few {mionaidean} other {mionaid}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "Tha {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} gad leantainn a-nis" @@ -677,15 +733,15 @@ msgstr "Chaidh {profileName} an sàs Bluesky {timeAgoString} air ais, a’ cleac msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Clàraich a-steach<1> no <2>cruthaich cunntas<3> <4>airson naidheachdan, spòrs, poileataigs is rud sam bith eile a tha a’ dol air Bluesky a lorg." @@ -825,16 +881,6 @@ msgstr "Tha <0>thusa agus <1> <2>{0} gan gabhail a-staigh sa phacai msgid "⚠Invalid Handle" msgstr "⚠Làmhrachan mì-dhligheach" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Gabh ris an iarrtas" msgid "Accept this language suggestion" msgstr "Gabh ris a’ chànan seo a chaidh a mholadh" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Chaidh an cunntas a neo-mhùchadh" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "’S urrainn do chunntasan aig a bheil cromag chrom-bhileach ghorm <0><1/> cunntasan eile a dhearbhadh. ’S e Bluesky a thaghas an luchd-dearbhaidh earbsach seo." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Gnìomhachd o dhaoine eile" @@ -1108,6 +1149,10 @@ msgstr "Cuir roghainn teacsa ris" msgid "Add alt text (optional)" msgstr "Cuir roghainn teacsa ris (roghainneil)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Cuir roghainn teacsa ris (roghainneil)" msgid "Add another account" msgstr "Cuir cunntas eile ris" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Cuir post eile ris" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Cuir post eile ris an t-snàithlean" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "Cuir emoji mar fhrith-fhreagairt" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Cuir dealbh ris" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Cuir meadhan ris a’ phost" @@ -1312,6 +1361,11 @@ msgstr "Susbaint a tha na dhroch-dhìol fheiseil inbheach" msgid "Advanced" msgstr "Adhartach" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Dearbhadh aoise" @@ -1337,6 +1391,7 @@ msgstr "meadhbh@eisimpleir.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Na h-uile" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Lean thu gach caraid!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "A h-uile cànan" @@ -1367,6 +1422,15 @@ msgstr "A h-uile cànan" msgid "All languages will be shown in your feeds." msgstr "Chì thu puist ann an cànan sam bith sna h-inbhirean agad." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Gach inbhir a shàbhail thu san aon àite." @@ -1380,13 +1444,13 @@ msgstr "Ceadaich cead-inntrigidh o na teachdaireachdan dìreach agad" msgid "Allow anyone to reply" msgstr "Thoir cead-freagairt dhan a h-uile duine" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "A bheil cunntas agad mar-thà?" msgid "Already signed in as @{0}" msgstr "Air clàradh a-steach mar @{0} mu thràth" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "Roghainn teacsa" msgid "Alt text" msgstr "Roghainn teacsa" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Roghainn teacsa" @@ -1489,7 +1553,7 @@ msgstr "Thachair mearachd" msgid "An error occurred" msgstr "Thachair mearachd" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Dh’èirich mearachd rè dùmhlachadh a’ video." @@ -1535,11 +1599,11 @@ msgstr "Dh’èirich mearachd rè sàbhaladh a’ chòd QR!" msgid "An error occurred while trying to follow all" msgstr "Dh’èirich mearachd nuair a bha sinn airson na h-uile a leantainn" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Dh’èirich mearachd fhad ’s a bha sinn a’ luchdadh suas a’ video. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Dh’èirich mearachd fhad ’s a bha sinn a’ luchdadh suas a’ video. Thoir sùil air a’ cheangal agad ris an eadar-lìon is feuch ris a-rithist." @@ -1626,7 +1690,7 @@ msgstr "Math nam beathaichean" msgid "Animals" msgstr "Beathaichean" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF beòthaichte" @@ -1638,6 +1702,11 @@ msgstr "Fios-naidheachd" msgid "Announcing verification on Bluesky" msgstr "Naidheachd mu dhearbhadh air Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Duine sam bith" @@ -1781,6 +1850,24 @@ msgstr "Post tasglannaichte" msgid "Are you really, really sure?" msgstr "A bheil thu cinnteach cinnteach?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "A bheil thu cinnteach gu bheil thu airson seo a thoirt air falbh o na h- msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "A bheil thu cinnteach gu bheil thu airson am post seo a thilgeil air falbh?" @@ -1904,7 +1991,7 @@ msgstr "Ri fhaighinn" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Ri fhaighinn" msgid "Back" msgstr "Air ais" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Air ais gu na cabadaich" @@ -1961,10 +2048,10 @@ msgstr "Mus fhaigh thu brathan mu phuist a dh’fhoillsicheas {name}, feumaidh t #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Bac an cleachdaiche agus/no sguab an còmhradh seo às" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Bacte" @@ -2091,10 +2178,6 @@ msgstr "Chan eil cead aig cunntasan bacte freagairt a chur sna snàithleanan aga msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Chan eil cead aig cunntasan bacte freagairt a chur sna snàithleanan agad, iomradh a dhèanamh ort no eadar-ghabhail eile a dhèanamh leat. Chan fhaic thu an t-susbaint aca agus chan fhaic iad an t-susbaint agad-sa." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Fiù ma bhacas tu an leubailiche seo, ’s urrainn dha leubailean a chur ris a’ chunntas agad fhathast." @@ -2111,11 +2194,21 @@ msgstr "Ma nì thu bacadh, ’s urrainn do dhaoine leubailean a chur ris a’ ch msgid "Blog" msgstr "Bloga" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Chan urrainn dha Bluesky dearbhadh gu bheil an ceann-là a thathar a’ cumail a-mach fìor." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Sguir dhen ath-ghnìomhachadh is clàraich a-mach" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Sguir dhen lorg" @@ -2411,7 +2505,7 @@ msgstr "Caipseanan (.vtt)" msgid "Captions & alt text" msgstr "Caipseanan ⁊ roghainn teacsa" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "Atharraich ìomhaigheag na h-aplacaid" msgid "Change app icon to \"{0}\"" msgstr "Cuir “{0}” an àite ìomhaigheag na h-aplacaid" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Atharraich cànan na h-aplacaid" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Teachdaireachdan cabadaich – sàmhach" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Teachdaireachdan cabadaich – fuaim" @@ -2536,6 +2630,12 @@ msgstr "Chaidh a’ chabadaich a mhùchadh" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "Bogsa a-steach nan iarrtasan cabadaich" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Iarrtasan cabadaich" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Roghainnean na cabadaich" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Roghainnean na cabadaich" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chaidh a’ chabadaich a neo-mhùchadh" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Cabadaich" @@ -2661,10 +2761,16 @@ msgstr "Dealbh loidhne-ama dhut fhèin! Inbhirean leis a’ choimhearsnachd a bh msgid "Choose your password" msgstr "Tagh facal-faire dhut" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Tagh ainm-chleachdaiche dhut" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Falamhaich an dàta stòrais air fad" @@ -2673,6 +2779,10 @@ msgstr "Falamhaich an dàta stòrais air fad" msgid "Clear all storage data (restart after this)" msgstr "Falamhaich an dàta stòrais air fad (dèan ath-thòiseachadh às a dhèidh seo)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "Dèan briogadh airson clàr-taice an taga airson {0} fhosgladh" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Dèan briogadh airson feuchainn ris an teachdaireachd a dh’fhàillig as ùr" @@ -2755,6 +2865,7 @@ msgstr "Dèan briogadh airson feuchainn ris an teachdaireachd a dh’fhàillig a #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Dèan briogadh airson feuchainn ris an teachdaireachd a dh’fhàillig a #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Dùin an co-còmhradh seo" @@ -2874,7 +2984,7 @@ msgstr "Dùin mòideal an fhàilteachaidh" msgid "Closes password update alert" msgstr "Dùinidh seo caismeachd mu ùrachadh an fhacail-fhaire" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Dùinidh seo an uinneag sgrìobhaidh is tilgidh e air falbh dreachd a’ phuist" @@ -2886,7 +2996,7 @@ msgstr "Co-theannaich liosta an luchd-chleachdaidh" msgid "Collapses list of users for a given notification" msgstr "Co-theannaichidh seo liosta nan cleachdaichean aig a’ bhrath" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Treòrachadh na coimhearsnachd" msgid "Complete onboarding and start using your account" msgstr "Coilean am bòrdachadh is tòisich air an cunntas agad a chleachdadh" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Coilean an dùbhlan" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Sgrìobh post ùr" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Sgrìobh puist a bhios suas ri {0, plural, one {# charactar} two {# charactar} few {# caractaran} other {# caractar}} a dh’fhaid" @@ -2936,11 +3046,11 @@ msgstr "Sgrìobh puist a bhios suas ri {0, plural, one {# charactar} two {# char msgid "Compose reply" msgstr "Sgrìobh freagairt" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "A’ co-dhlùthachadh an GIF…" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "A’ dùmhlachadh a’ video…" @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Cuir fios gu sgioba na taice againn" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Cuir fios gu sgioba na taice" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Chaidh lethbhreac de thionndadh a’ bhuild a chur air an stòr-bhòrd" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Cuir lethbhreac dhen cheangal dhan phròifil" msgid "Copy link to starter pack" msgstr "Cuir lethbhreac dhen cheangal dhan pacaid tòiseachaidh" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Dèan lethbhreac de theacsa na teachdaireachd" @@ -3341,7 +3455,7 @@ msgstr "Cha b’ urrainn dhuinn na h-atharraichean a shàbhaladh: {0}" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Cha b’ urrainn dhuinn roghainnean nam brathan ùrachadh" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "Còd na dùthcha" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Cruthaich pacaid tòiseachaidh dhomh" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Cruthaich cunntas" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Cruthaich cunntas" @@ -3549,7 +3668,7 @@ msgstr "Là-breith" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "Sguab an luchd-aithne às" msgid "Delete conversation" msgstr "Sguab an còmhradh às" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Sguab às dhomh-sa" @@ -3645,7 +3764,7 @@ msgstr "Sguab an liosta às" msgid "Delete message" msgstr "Sguab an teachdaireachd às" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Sguab an teachdaireachd às dhomh-sa" @@ -3655,7 +3774,7 @@ msgstr "Sguab an cunntas agam às" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Sguab às am post" @@ -3676,7 +3795,7 @@ msgstr "A bheil thu airson an liosta seo a sguabadh às?" msgid "Delete this post?" msgstr "A bheil thu airson am seo post a sguabadh às?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Air a sguabadh às" @@ -3697,10 +3816,6 @@ msgstr "Air a sguabadh às le Plivo an dèidh an dearbhaidh" msgid "Deleted list" msgstr "Chaidh an liosta a sguabadh às" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Còmhradh: co-dhùin cò aig a bheil cead eadar-ghabhail a dhèanamh leis a’ phost seo" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Doilleir" @@ -3806,9 +3925,9 @@ msgstr "À comas" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Tilg air falbh" msgid "Discard changes?" msgstr "A bheil thu airson na h-atharraichean a thilgeil air falbh?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "A bheil thu airson an dreachd a thilgeil air falbh?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "A bheil thu airson am post a thilgeil air falbh?" @@ -3864,7 +3983,7 @@ msgstr "Leig seachad" msgid "Dismiss banner" msgstr "Leig seachad a’ bhratach" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Leig seachad a’ mhearachd" @@ -3954,13 +4073,13 @@ msgstr "Na gabh dragh! Chaidh gach teachdaireachd is roghainn a shàbhaladh is b #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Na gabh dragh! Chaidh gach teachdaireachd is roghainn a shàbhaladh is b msgid "Done" msgstr "Deiseil" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Thoir gnogag dhùbailte no dèan brùthadh fada air an teachdaireachd airson frith-fhreagairt a chur" @@ -4045,7 +4164,7 @@ msgstr "Air sgàth laghan far a bheil thusa, chan fhaigh thu cothrom air gach ru msgid "Duration:" msgstr "Faid:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Deasaich roghainnean eadar-ghabhail a’ phuist" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Deasaich a’ phròifil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Deasaich a’ phròifil" @@ -4268,7 +4387,7 @@ msgstr "Leabaich am post" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Leabaich am post seo san làrach-lìn agad. Cha leig thu leas ach lethbhreac dhen snippet a leanas a dhèanamh agus a chur a-steach dhan chòd HTML air an làrach-lìn agad." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Cluicheadair video leabaichte" @@ -4308,8 +4427,8 @@ msgstr "Cuir cluicheadairean mheadhanan an comas airson" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Cuir an comas brathan o chunntas le bhith a’ tadhal air a’ phròifil is a’ brùthadh <0>ìomhaigheag a’ chluig<1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Cuir brathan push an comas" @@ -4400,7 +4519,7 @@ msgstr "Cuir a-steach am facal-faire agad" msgid "Enter your username and password" msgstr "Cuir a-steach an t-ainm-cleachdaiche ’s am facal-faire agad" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Fosglaidh seo an làn-sgrìn" @@ -4408,7 +4527,7 @@ msgstr "Fosglaidh seo an làn-sgrìn" msgid "Entertainment" msgstr "Dibhearsan" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Mearachd" @@ -4438,7 +4557,7 @@ msgstr "Dh’èirich mearachd nuair a bha sinn a’ sàbhaladh an fhaidhle" msgid "Error receiving captcha response." msgstr "Dh’èirich mearachd nuair a bha sinn a’ faighinn freagairt a’ Chaptcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Mearachd: {error}" @@ -4450,26 +4569,38 @@ msgstr "Faodaidh duine sam bith freagairt" msgid "Everybody can reply to this post." msgstr "Faodaidh duine sam bith am post seo a fhreagairt." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "on a h-uile duine" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "on a h-uile duine" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "on a h-uile duine" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "A h-uile rud eile" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Dùin às luchd-cleachdaidh a tha thu gan leantainn" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Dealbhan feiseil is feòlmhor." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Rùraich" msgid "Explore the app" msgstr "Fidir an aplacaid" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Cha b’ urrainn dhuinn an emoji a chur mar fhrith-fhreagairt" @@ -4626,6 +4757,7 @@ msgstr "Dh’fhàillig atharrachadh an làmhrachain. Feuch ris a-rithist." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "Cha b’ urrainn dhuinn a h-uile caraid agad a leantainn, feuch ris a-ri msgid "Failed to hide suggestion, please check your internet connection" msgstr "Cha b’ urrainn dhuinn am moladh a chur am falach, thoir sùil air a’ cheangal ris an eadar-lìon agad" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Cha b’ urrainn dhuinn na còmhraidhean a luchdadh" @@ -4735,8 +4863,11 @@ msgstr "Cha b’ urrainn dhuinn na h-inbhirean a luchdadh" msgid "Failed to load feeds preferences" msgstr "Cha b’ urrainn dhuinn roghainnean nan inbhirean a luchdadh" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Cha b’ urrainn dhuinn roghainnean nam brathan a luchdadh." @@ -4767,12 +4898,13 @@ msgstr "Cha b’ urrainn dhuinn na daoine a mholamaid an leantainn a luchdadh" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Cha b’ urrainn dhuinn comharradh gun deach gach iarrtas a leughadh" @@ -4789,6 +4921,10 @@ msgstr "Cha b’ urrainn dhuinn am post a phrìneachadh" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Cha b’ urrainn dhuinn Germ DM a cheangal ris as ùr. Seo a’ mhearachd: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Cha b’ urrainn dhuinn an dàta a thoirt air falbh air sgàth mearachd an lìonraidh, thoir sùil air a’ cheangal agad ris an eadar-lìon." @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "Cha b’ urrainn dhuinn an dàta a thoirt air falbh. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Cha b’ urrainn dhuinn an emoji a chuir thu mar fhrith-fhreagairt a thoirt air falbh" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "Cha d’fhuair sinn lorg air an ionad. Feuch ris a-rithist." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Cha b’ urrainn dhuinn an dreachd a luchdadh" @@ -4898,7 +5034,7 @@ msgstr "Cha b’ urrainn dhuinn na h-inbhirean ùrachadh" msgid "Failed to update notification declaration" msgstr "Cha b’ urrainn dhuinn foirgheall nam brathan ùrachadh" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Cha b’ urrainn dhuinn na roghainnean ùrachadh" @@ -4973,7 +5109,7 @@ msgstr "Chaidh do bheachd a chur gu muinntir an inbhir" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Faigh an t-ùrachadh" msgid "File saved successfully!" msgstr "Chaidh am faidhle a shàbhaladh!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Criathraich o na h-inbhirean" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Criathraich an lorg a-rèir cànain" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Criathraich an lorg a-rèir cànain (an-dràsta fhèin: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Criathraich cò aig am bi cead iarrtas a chur airson brathan mu do ghnìomhachd fhaighinn" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Criathraich na daoine a gheibh thu teachdaireachdan uapa" @@ -5081,7 +5238,7 @@ msgstr "Lorg daoine airson an leantainn" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Lorg puist, cleachdaichean is inbhirean air Bluesky" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "Saor an t-inbhir agad" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "O" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "O <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Gin pacaid tòiseachaidh" @@ -5414,43 +5577,51 @@ msgstr "Chaidh Germ DM a cheangal ris as ùr" msgid "Get help" msgstr "Faigh cobhair" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Faigh brath nuair a leanas daoine thu." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Faigh brathan nuair a dh’innseas daoine gur toil leotha rud a phostaich thu." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Faigh brath nuair a nì daoine iomradh ort." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Faigh brathan nuair a nì daoine iomradh air post agad." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Faigh brathan nuair a fhreagras daoine post agad." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Faigh brathan nuair a dh’ath-phostaicheas daoine rud a phostaich thusa." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Dèan toiseach-tòiseachaidh" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "Chaidh an GIF a luchdadh suas" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "A bheil còd agad? <0>Briog an-seo." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "A bheil duilgheadasan agad?" @@ -5973,7 +6144,7 @@ msgstr "Hm, tha coltas nach urrainn dhuinn an dàta seo a luchdadh. Chì thu bar msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hm, cha b’ urrainn dhuinn an t-seirbheis modarataireachd sin a luchdadh." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Air do shocair! Tha sinn a’ toirt comas air video mean air mhean – glacaidh foighidinn iasg. Na bi fada gun tilleadh!" @@ -6102,12 +6273,12 @@ msgstr "Mas e neach-leasachaidh a th’ annad, is urrainn dhut frithealaiche a c msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Ma tha thu airson an làmhrachan no post-d agad atharrachadh, dèan sin mus tèid e à comas." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Dealbh" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Dealbh {0} à {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Chaidh tasgadan nan dealbhan fhalamhachadh, shaor sinn {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "Air ion-phortadh {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Airson ’s gun urrainn dhuinn cùisean a chumail iomchaidh a rèir d’ aoise, feumaidh fios a bhith againn cuin a rugadh tu. Cha leig thu leas seo a dhèanamh ach aon turas agus cumaidh sinn am fiosrachadh seo prìobhaideach." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "San aplacaid" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Brathan san aplacaid" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Bogsa a-steach falamh!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Tha an t-ainm-cleachdaiche no facal-faire ceàrr" @@ -6334,7 +6539,6 @@ msgstr "Còd a’ chuiridh" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Cha deach gabhail ri còd a’ chuiridh. Dèan cinnteach gun do chuir thu a-steach e gun mhearachd is feuch ris a-rithist." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Thoir cuireadh dha do charaidean" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Cuiridhean ach pearsanta" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Chan eil ann ach thu fhèin an-dràsta fhèin! Cuir barrachd dhaoine ris a’ phacaid tòiseachaidh agad le bhith a’ dèanamh lorg gu h-àrd." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID na h-obrach: {0}" @@ -6469,8 +6672,8 @@ msgstr "Thig a chòmhradh" msgid "Journalism" msgstr "Naidheachdas" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Cùm ort leis an deasachadh" @@ -6479,11 +6682,6 @@ msgstr "Cùm ort leis an deasachadh" msgid "Keep me posted" msgstr "Cùm fios rium" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "Làrach-lìn KWS" @@ -6518,6 +6716,10 @@ msgstr "Leubailean a tha ris a’ chunntas agad" msgid "Labels on your content" msgstr "Leubailean a tha ris an t-susbaint agad" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Roghainnean cànain" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Air a thòiseachadh diog air ais turas mu dheireadh" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "As ùire" @@ -6562,6 +6764,16 @@ msgstr "Barrachd fiosrachaidh" msgid "Learn More" msgstr "Barrachd fiosrachaidh" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Barrachd fiosrachadh mu dhearbhadh na h-aoise" @@ -6765,16 +6977,16 @@ msgstr "’S toil le {0, plural, one {# seo} two {# seo} few {# seo} other {# se msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "’S toil le {likeCount, plural, one {# seo} two {# seo} few {# seo} other {# seo}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Na ’s toil le daoine" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "’S toil le cuideigin rud a dh’ath-phostaich thu" @@ -6954,9 +7166,7 @@ msgstr "Luchdaich na brathan ùra" msgid "Load new posts" msgstr "Luchdaich na puist ùra" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "Stiùirich na roghainnean dearbhaidh" msgid "Manage your muted words and tags" msgstr "Stiùirich na faclan is tagaichean a mhùch thu" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Comharraich gun deach iad uile a leughadh" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Comharraich gun deach a leughadh" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Chaidh comharradh gun deach iad uile a leughadh" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "Uaireigin eile ’s dòcha" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Meadhanan" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "luchd-cleachdaidh air a bheil iomradh" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Iomraidhean" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "An clàr-taice" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Chaidh an teachdaireachd a sguabadh às" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Teachdaireachd o @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Teachdaireachd o @{0}: {1}" msgid "Message from server: {0}" msgstr "Teachdaireachd on fhrithealaiche: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Raon ion-chur na teachdaireachd" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Tha an teachdaireachd ro fhada" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Roghainnean na teachdaireachd" @@ -7215,11 +7426,11 @@ msgstr "Roghainnean na teachdaireachd" msgid "Messages" msgstr "Teachdaireachdan" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Ceòl" msgid "Mute" msgstr "Mùch" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "A bheil agad ri aithris a dhèanamh air briseadh còrach-lethbhreac, iar msgid "Nevermind, create a handle for me" msgstr "Coma, cruthaichibh làmhrachan dhomh" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Ùr" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Ùr" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {post ùr} two {phost ùr} few {puist ùra} other {post ùra}} o {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "{postsCount, plural, one {post ùr} two {phost ùr} few {puist ùra} oth #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Cabadaich ùr" @@ -7574,9 +7789,9 @@ msgstr "Seòladh puist-d ùr" msgid "New Feature" msgstr "Gleus ùr" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Luchd-leantainn ùr" @@ -7608,6 +7823,18 @@ msgstr "Làmhrachan ùr" msgid "New list" msgstr "Liosta ùr" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Air adhart" msgid "Next image" msgstr "An t-ath-dhealbh" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "Gun ainm" msgid "No notifications yet!" msgstr "Chan eil brath sam bith ann fhathast!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Chan eil gin" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Chan eil gin" @@ -7822,6 +8049,10 @@ msgstr "Gun luaidh fhathast" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Gun fhreagairtean fhathast" @@ -7856,10 +8087,18 @@ msgstr "Cha deach toradh a lorg" msgid "No results found for \"{query}\"" msgstr "Cha deach toradh a lorg airson “{query}”" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Gun toradh." @@ -7868,11 +8107,6 @@ msgstr "Gun toradh." msgid "No Starter Packs yet" msgstr "Gun phacaid tòiseachaidh fhathast" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Dealbhan dlùth-chaidreach gun aonta" msgid "Non-sexual Nudity" msgstr "Lomnochd neo-fheiseil" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "An aire: Chan fhaic ach luchd-cleachdaidh a tha clàraichte a-staigh seo msgid "Nothing saved yet" msgstr "Cha deach dad a shàbhaladh fhathast" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Roghainnean nam brathan" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Fuaimean nam brathan" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "Feumaidh tu àireamh fòn-làimhe a chur ann" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Dheth" @@ -8017,7 +8257,7 @@ msgstr "Ceart ma-thà" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Tha roghainn teacsa a dhìth air co-dhiù aon GIF." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Tha roghainn teacsa a dhìth air co-dhiù aon dealbh." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "Thagh thu co-dhiù aon fhaidhle ris nach eil taic." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Tha co-dhiù aon phost ro fhada ’s chan urrainn dhuinn a shàbhaladh mar dhreachd. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Faodaidh dreachd a bhith # charactar a dh’fhaid air a’ char as motha.} two {Faodaidh dreachd a bhith # charactar a dh’fhaid air a’ char as motha.} few {Faodaidh dreachd a bhith # caractaran a dh’fhaid air a’ char as motha.} other {Faodaidh dreachd a bhith # caractar a dh’fhaid air a’ char as motha.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Tha roghainn teacsa a dhìth air co-dhiù aon video." @@ -8083,7 +8323,7 @@ msgstr "Chan fhaod ach {0} freagairt." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Chan eil taic ach ri faidhlichean WebVTT (.vtt)" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Ìoc!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Fosgail cruthadair nan avatar" @@ -8170,9 +8426,8 @@ msgstr "Fosgail an dreachd" msgid "Open drawer menu" msgstr "Fosgail an clàr-taice air an taobh" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Fosgail ròghnaichear nan emoji" @@ -8280,7 +8535,7 @@ msgstr "Fosglaidh seo còmhradh airson rabhadh a chur ris a’ phost agad mun t- msgid "Opens a dialog to choose who can interact with this post" msgstr "Fosglaidh seo còmhradh far an urrainn dhut co-dhùnadh cò nì eadar-ghabhail leis a’ phost seo" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Fosglaidh seo camara an uidheim" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Fosglaidh seo an sruth airson cunntas Bhluesky ùr a chruthachadh" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Fosglaidh seo an sruth airson clàradh a-steach dhan chunntas Bhluesky agad" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Chaidh am facal-faire ùrachadh" msgid "Password updated!" msgstr "Chaidh am facal-faire ùrachadh!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Cuir na stad" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Cuir an GIF na stad" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Cuir a’ video na stad" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Daoine" @@ -8550,17 +8805,17 @@ msgstr "Daoine a tha @{0} a’ leantainn" msgid "People following @{0}" msgstr "Daoine a leanas ri @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Daoine a tha mi gan leantainn" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Daoine a tha mi gan leantainn" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Daoine a tha mi gan leantainn" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Daoine a tha thu gan leantainn" @@ -8610,7 +8866,7 @@ msgstr "Chaidh an àireamh fòn a dhearbhadh" msgid "Photography" msgstr "Togail dhealbhan" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Inbhirean prìnichte" msgid "Pinned to your feeds" msgstr "Prìnichte ris na h-inbhirean agad" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Cluich" @@ -8668,7 +8924,7 @@ msgstr "Cluich" msgid "Play {0}" msgstr "Cluich {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Cluich an GIF" @@ -8681,11 +8937,11 @@ msgstr "Cluich a’ video" msgid "Play Video" msgstr "Cluich a’ video" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Cluichidh no cuiridh seo na stad an GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Cluichidh no cuiridh seo na stad a’ video" @@ -8722,7 +8978,7 @@ msgstr "Briog air a’ cheangal sa phost-d a chuir sinn thugad airson an seòlad msgid "Please complete the verification captcha." msgstr "Coilean an Captcha airson dearbhadh a dhèanamh." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Dearbh an seòladh puist-d agad mus luchdaich thu suas videothan." @@ -8865,7 +9121,7 @@ msgstr "Poileataigs" msgid "Porn" msgstr "Pòrnografachd" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Postaich" @@ -8885,12 +9141,12 @@ msgstr "Postaich dealbh" msgid "Post a video" msgstr "Postaich video" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Postaich na h-uile" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Chan eil am post prìnichte tuilleadh" msgid "Posts" msgstr "Puist" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "’S urrainn dhut puist a mhùchadh ri linn teacsa a th’ annta, nan tagaichean a th’ aca no an dà rud. Mholamaid dhut gun a bhith a’ mùchadh faclan cumanta a nochdas ann an iomadh post oir dh’fhaodte nach fhaic thu cus ri linn." @@ -9067,11 +9327,11 @@ msgstr "Am poileasaidh prìobhaideachd" msgid "Privacy violation of a minor" msgstr "Briseadh a-steach air prìobhaideachd mion-aoisich" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "A’ pròiseasadh an GIF…" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "A’ pròiseasadh a’ video…" @@ -9083,7 +9343,7 @@ msgstr "Ga phròiseasadh…" msgid "profile" msgstr "pròifil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Poblach, liostaichean luchd-cleachdaidh as urrainn dhut co-roinneadh ach an urrainn do dhaoine am mùchadh no bacadh ri chèile." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Foillsich am post" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Foillsich na puist" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Foillsich na freagairtean" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Foillsich an fhreagairt" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Brathan push" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "Chaidh an luaidh air a’ phost a dhealachadh" msgid "Quote posts disabled" msgstr "Tha luaidhean air puist à comas" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Luaidhean" @@ -9238,10 +9498,15 @@ msgstr "Cuir an cunntas agad an gnìomh as ùr" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Leugh {0, plural, one {# fhreagairt} two {# fhreagairt} few {# freagairtean} other {# freagairt}} eile" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "leugh mar a dh’obraicheas na criathragan luirg againn" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Fìor-dhaoine." msgid "Reason for appeal" msgstr "Adhbhar an ath-thagraidh" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Faigh brathan am broinn na h-aplacaid" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Faigh brathan push" @@ -9304,7 +9569,7 @@ msgstr "Faigh brathan push" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "Diùlt an t-iarrtas cabadaich" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Ath-luchdaich na còmhraidhean" @@ -9379,9 +9644,9 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Thoir air falbh {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Thoir an t-inbhir air falbh" msgid "Remove feed?" msgstr "A bheil thu airson an t-inbhir a thoirt air falbh?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Thoir an dealbh air falbh" msgid "Remove live status" msgstr "Sguir dhen t-sruth bheò" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Thoir am facal mùchaidh air falbh on liosta agad" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Thoir a’ phròifil air falbh" @@ -9507,11 +9782,11 @@ msgstr "Thoir an dearbhadh air falbh" msgid "Remove your verification for this account?" msgstr "A bheil thu airson an dearbhadh a rinn thu air a’ chunntas seo a thoirt air falbh?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Air a thoirt air falbh leis an ùghdar" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Air a thoirt air falbh leat-sa" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Fhreagair iad thu" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Freagairtean" @@ -9609,12 +9884,12 @@ msgstr "Tha na freagairtean à comas" msgid "Replies to this post are disabled." msgstr "Chan urrainnear am post seo a fhreagairt." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Freagair" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Freagair" @@ -9652,7 +9927,7 @@ msgstr "Chaidh faicsinneachd na freagairt ùrachadh" msgid "Reply was successfully hidden" msgstr "Chaidh an fhreagairt a chur am falach" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Dèan aithris air an inbhir" msgid "Report list" msgstr "Dèan aithris air an liosta" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Dèan aithris air an teachdaireachd" @@ -9783,9 +10058,9 @@ msgstr "Air ath-phostadh le {reposter}" msgid "Reposted by you" msgstr "Rinn thu ath-phostadh" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Ath-phostadh" @@ -9793,9 +10068,9 @@ msgstr "Ath-phostadh" msgid "Reposts of this post" msgstr "Ath-phostaidh a’ phuist seo" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Ath-phostadh de rud a dh’ath-phostaich thusa" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "Iarr còd" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Feuchaidh seo ris a’ ghnìomh mu dheireadh a-rithist is e air fàillig #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Sàbhail an latha-breith" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Sàbhail na h-atharraichean" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "A bheil thu airson na h-atharraichean a shàbhaladh?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Sàbhail an dreachd" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "A bheil thu airson an dreachd a shàbhaladh?" @@ -10089,8 +10364,8 @@ msgstr "Air a shàbhaladh sna h-inbhirean agad" msgid "Say hello!" msgstr "Can halò!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "Sgrolaich chun an taoibh chlì" msgid "Scroll right" msgstr "Sgrolaich chun an taoibh dheis" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Sgrolaich gun bhàrr" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Lorg" @@ -10186,17 +10464,13 @@ msgstr "Lorg barrachd inbhirean" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Lorg puist, cleachdaichean no inbhirean" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Lorg GIFs" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "Chan urrainn dhut lorg a dhèanamh ’s tu gun chlàradh a-steach aig an àm seo" @@ -10225,6 +10499,10 @@ msgstr "Lorg sna puist" msgid "Search profiles" msgstr "Lorg sna pròifilean" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Lorg..." @@ -10319,7 +10597,7 @@ msgstr "Tagh adhbhar" msgid "Select account" msgstr "Tagh cunntas" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Tagh cànan dhan aplacaid" @@ -10357,6 +10635,11 @@ msgstr "Tagh cànain na susbainte" msgid "Select duration" msgstr "Tagh dè cho fada" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Tagh cunntas làithreach" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Co-dhùin dè cho fad ’s a thèid am facal seo a mhùchadh." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Tagh na rudan sa bheil ùidh agad gu h-ìosal" msgid "Select your preferred language for translations in your feed." msgstr "Tagh an cànan as fheàrr leat airson eadar-theangachadh san inbhir agad." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Tagh na seanailean as fheàrr leat airson brathan" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "Chan urrainnear iomadh seòrsa de mheadhanan a thaghadh aig an aon àm." @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Cuir do bheachdan" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Cuir an teachdaireachd" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Cuir mar theachdaireachd dhìreach" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Suidhichidh seo am post-d airson ath-shuidheachadh an fhacail-fhaire" msgid "Settings" msgstr "Roghainnean" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Roghainnean a thaobh gnìomhachd dhaoine eile" @@ -10582,39 +10864,49 @@ msgstr "Roghainnean a thaobh gnìomhachd dhaoine eile" msgid "Settings for allowing others to be notified of your posts" msgstr "Na roghainnean a bheir cead do dhaoine eile brathan fhaighinn mu na puist agad" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Roghainnean nam brathan mu dhaoine a dh’innis gur toil leotha rud" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Roghainnean nam brathan mu iomradh" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Roghainnean nam brathan mu luchd-leantainn ùr" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Roghainnean nam brathan mu rud sam bith eile" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Roghainnean nam brathan mu dhaoine a dh’innis gur toil leotha rud a dh’ath-phostaich thusa" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Roghainnean nam brathan mu ath-phostadh de rud a dh’ath-phostaich thusa" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Roghainnean nam brathan mu luaidhean" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Roghainnean nam brathan mu fhreagairtean" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Roghainnean nam brathan mu ath-phostadh" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "Co-roinn post aig:// URI" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Co-roinn an còd QR" msgid "Share this feed" msgstr "Co-roinn an t-inbhir seo" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Co-roinn a’ phacaid tòiseachaidh seo" @@ -10726,7 +11027,7 @@ msgstr "Deuchainn nan co-roghainnean" msgid "Show" msgstr "Seall" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Seall an roghainn teacsa" @@ -10864,13 +11165,13 @@ msgstr "Seallaidh seo an t-susbaint" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Feumaidh tu clàradh a-steach" msgid "Signed in as @{0}" msgstr "Chlàraich thu a-steach mar @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Leum seachad air" msgid "Skip contact sharing and continue to the app" msgstr "Leum seachad air co-roinneadh an luchd-aithne ’s lean air adhart chun na h-aplacaid" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "Leum seachad air an fhàilteachadh is tòisich air an cunntas agad a chl msgid "Skip to next step" msgstr "Leum air adhart chun an ath-cheum" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Chuir cuideigin {0} mar fhrith-fhreagairt" @@ -11223,7 +11529,7 @@ msgstr "Duilleag na staid" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Ceum {0} à {1}" @@ -11295,11 +11601,11 @@ msgstr "Fo-sgrìobh aig @{0} airson na leubailean seo a chleachdadh:" msgid "Subscribe to account activity" msgstr "Fo-sgrìobh aig gnìomhachd cunntais" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Fo-sgrìobh aig an leubailiche" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Fo-sgrìobh aig an leubailiche seo" @@ -11345,6 +11651,10 @@ msgstr "Molaidhean dhut" msgid "Suggestive" msgstr "Leth-fheiseil" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Thoir gnogag gu h-ìosal airson cothrom dhan ionad GPS a thoirt dha Bluesky. Leis an dàta seo, ’s urrainn dhuinn susbaint is gleusan a bhuineas dhan àite far a bheil thusa a shealltann dhut." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Chaidh poileasaidh na prìobhaideachd a ghluasad gu <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Tha sluagh mòr air ùr-thighinn dha Bluesky! Cuiridh sinn an cunntas ag msgid "These are your default settings" msgstr "Seo na roghainnean bunaiteach agad" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Chan eil na roghainnean seo an sàs ach san inbhir “A’ leantainn”." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "Thèid an dreachd seo a sguabadh às gu buan." msgid "This email is already associated with your account." msgstr "Tha am post-d seo co-cheangailte ris a’ chunntas agad mu thràth." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Bheir an gleus seo comas do dhaoine brathan fhaighinn mu phuist is freagairtean ùra agad. Cò gheibh cothrom air a’ ghleus seo?" @@ -12063,13 +12393,13 @@ msgstr "Tha an liosta seo falamh." msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "Sguab ùghdar a’ phuist seo às e" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Bidh am post seo am falach o inbhirean is snàithleanan. Cha ghabh seo neo-dhèanamh." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Chuir ùghdar a’ phuist seo à comas luaidhean air a’ phost." @@ -12271,7 +12601,7 @@ msgstr "An-diugh" msgid "Toggle to enable or disable adult content" msgstr "Toglaich seo airson susbaint inbheach a chur an comas no à comas" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Toglaichidh seo an fhuaim" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Chan urrainn dhut uiread a neach-aithne ion-phortadh airson caraidean a lorg" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Brod nan toradh" @@ -12304,8 +12634,8 @@ msgstr "Brod nam freagairtean an toiseach" msgid "Topic" msgstr "Cuspair" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "Trolladh" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Èiridh earbsa à dàimhean, coimhearsnachdan is co-chomann agus ri linn sin, tha sinn a’ toirt a-steach gleus <0>an luchd.-dearbhaidh earbsach: buidhnean aig am bi comas dearbhadh a dhèanamh." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "Tbh" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Dearbhadh dà-cheumnach (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Sgrìobh do theachdaireachd an-seo" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "An seòrsa:" @@ -12423,7 +12756,7 @@ msgstr "Chan urrainn dhuinn conaltradh a dhèanamh leis an t-seirbheis agad. Tho #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Chan urrainn dhut conaltradh a dhèanamh leis an t-seirbheis agad. Thoir sùil air a’ cheangal agad ris an eadar-lìon." @@ -12463,7 +12796,7 @@ msgstr "Chan eil seo ri làimh" msgid "Unavailable feed information" msgstr "Chan eil fiosrachadh mun inbhir ri fhaighinn" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Neo-mhùch" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Chaidh an liosta a dhì-phrìneachadh" msgid "Unsnooze email reminder" msgstr "Dùisg an cuimhneachan as ùr" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Cuir crìoch air an fho-sgrìobhadh" @@ -12691,7 +13024,7 @@ msgstr "Cuir crìoch air an fho-sgrìobhadh" msgid "Unsubscribe from list" msgstr "Cuir crìoch air an fho-sgrìobhadh aig an liosta" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Cuir crìoch air an fho-sgrìobhadh aig an leubailiche seo" @@ -12703,10 +13036,15 @@ msgstr "Chaidh crìoch a chur air an fho-sgrìobhadh aig an liosta" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Chan eil taic ri videothan dhen t-seòrsa {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Luchdaich suas o na faidhlichean" msgid "Upload from Library" msgstr "Luchdaich suas on leabhar-lann" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "A’ luchdadh suas an GIF…" @@ -12805,7 +13143,7 @@ msgstr "A’ luchdadh suas nan dealbhan…" msgid "Uploading link thumbnail..." msgstr "A’ luchdadh suas dealbhag a’ cheangail…" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "A’ luchdadh suas a’ video…" @@ -13040,12 +13378,12 @@ msgstr "Ga dhearbhadh…" msgid "Version {0}" msgstr "Tionndadh {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Cha b’ urrainn dhuinn a’ video a phròiseasadh" @@ -13084,12 +13422,12 @@ msgstr "Cha deach a’ video a lorg." msgid "Video settings" msgstr "Roghainnean a’ video" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Chaidh a’ video a luchdadh suas" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Video: {0}" @@ -13097,11 +13435,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videothan" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Feumaidh a’ video a bhith nas giorra na 3 mionaidean." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Seall" @@ -13190,7 +13530,7 @@ msgstr "Seall barrachd" msgid "View more trending videos" msgstr "Seall barrachd videothan a tha a’ treandadh" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Seall am post" @@ -13264,8 +13604,8 @@ msgstr "Seall na cunntasan a mhùch thu" msgid "View your verifications" msgstr "Seall an dearbhadh a rinn thu" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Seallaidh seo an dealbh slàn" @@ -13391,7 +13731,7 @@ msgstr "Mholamaid dhut co-dhiù dà rud a thaghadh sa bheil ùidh agad." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Chuir sinn post-d gu <0>{0} sa bheil ceangal. Briog air a’ cheangal airson dearbhadh a’ phuist-d a choileanadh." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Cha b’ urrainn dhuinn dearbhadh a bheil cead agad videothan a luchdadh suas. Feuch ris a-rithist." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Tha sinn a’ toirt a-steach ìre eile de dhearbhadh air Bluesky – cromag fhollaiseach." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Tha sinn duilich ach chan urrainn dhuinn an liosta seo fhuasgladh. Ma mh msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Tha sinn duilich ach cha b’ urrainn dhuinn na faclan a mhùch thu a luchdadh an-dràsta fhèin. Feuch ris a-rithist." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "Tha sinn duilich ach chan fhaigh thu cothrom air an sgrìn seo an-dràsta fhèin." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Tha sinn duilich! Tha thu a’ feuchainn ri post a fhreagairt a chaidh a sguabadh às." @@ -13536,8 +13876,13 @@ msgstr "Dè na rudan sa bheil ùidh agad?" msgid "What do you want to call your starter pack?" msgstr "Dè an t-ainm a chuireas sinn air a’ phacaid tòiseachaidh agad?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Dè do naidheachd?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Cò aig a bheil cead-dearbhaidh?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Oich!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "A bheil thu airson seo a shàbhaladh mar dhreachd mus coimhead thu air na dreachdan agad?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "A bheil thu airson seo a shàbhaladh mar dhreachd airson a dheasachadh uaireigin eile?" @@ -13632,12 +13977,12 @@ msgstr "A bheil thu airson seo a shàbhaladh mar dhreachd airson a dheasachadh u msgid "Write a post" msgstr "Sgrìobh post" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Sgrìobh post" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Sgrìobh do fhreagairt" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Tha thu airson Bluesky a chleachdadh ann an àite far a bheil an lagh a sparradh oirnn dearbhadh dè an aois a tha thu mus fhaigh thu cothrom air an aplacaid." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "Tha thu ri sruthadh beò" msgid "You are no longer live" msgstr "Chan eil thu ri sruthadh beò tuilleadh" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Chan eil cead agad videothan a luchdadh." @@ -13786,12 +14131,12 @@ msgstr "’S urrainn dhut an dàta cabadaich agad a luchdadh a-nuas mar fhaidhle msgid "You can always opt out and delete your data" msgstr "’S urrainn dhut an ro-aonta a thoirt air falbh uair sam bith agus an dàta agad a sguabadh às" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Tha e an urra riut fhèin an dèan brathan cabadaich fuaim ann an roghainnean na cabaich am broinn na h-aplacaid" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "’S urrainn dhut còmhradh beò a leigeil seachad, ge be dè an roghainn a thaghas tu." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "’S urrainn dhut clàradh a-steach leis an fhacal-fhaire ùr agad a-nis." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "’S urrainn dhut dreachdan a shàbhaladh anns am bi suas ri mìle caractar." @@ -13821,11 +14166,11 @@ msgstr "’S urrainn dhut dreachdan a shàbhaladh anns am bi suas ri mìle carac msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "’S urrainn dhut dreachdan a shàbhaladh anns am bi suas ri mìle caractar. A bheil thu airson am post seo a thilgeil air falbh mus coimhead thu air na dreachdan agad?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Chan fhaod thu barrachd air aon GIF a thaghadh aig an aon àm." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Chan fhaod thu barrachd air aon video a thaghadh aig an aon àm." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "’S urrainn dhut seo ùrachadh sna roghainnean agad uair sam bith." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "Dhearbh thu an seòladh puist-d agad. ’S urrainn dhut an còmhradh seo msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Luchdaich thu suas na tha ceadaichte dhut de videothan an-dràsta fhèin. Feuch ris a-rithist an ceann greis." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Tha atharraichean gun sàbhaladh agad san dreachd seo, a bheil thu airson an sàbhaladh?" @@ -14033,7 +14378,7 @@ msgstr "Feumaidh tu co-dhiù seachdnar a leantainn mus urrainn dhut pacaid tòis msgid "You must grant access to your photo library to save a QR code" msgstr "Feumaidh tu cead-inntrigidh do leabhar-lann nan dealbhan agad a thoirt seachad mus urrainn dhut còd QR a shàbhaladh" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Feumaidh tu cead-inntrigidh do leabhar-lann nam meadhanan agad a thoirt seachad." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "’S mathaid gum b’ fheàirrde dhut an aplacaid ath-thòiseachadh an-dràsta." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Chuir thu {0} mar fhrith-fhreagairt" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "Dh’atharraich thu latha do bhreith o chionn goirid" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Bidh tu a’ leantainn an luchd-cleachdaidh ’s na h-inbhirean a mholamaid-ne turas a bhios an cunntas ùr deiseil agad!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Bidh tu a’ leantainn an luchd-cleachdaidh a mholamaid-ne turas a bhios an cunntas ùr deiseil agad!" @@ -14185,7 +14530,7 @@ msgstr "Seo deireadh na susbainte ghnìomhach." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Seo deireadh an inbhir agad! Faigh lorg air barrachd chunntasan a leanas thu." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Tha uiread a dhreachdan agad ’s a tha ceadaichte" @@ -14193,15 +14538,19 @@ msgstr "Tha uiread a dhreachdan agad ’s a tha ceadaichte" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Rinn thu uiread a dh’iarrtas ’s a tha ceadaichte mar-thà. Feuch ris a-rithist an ceann greis." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Seo toiseach na susbainte ghnìomhach." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Luchdaich thu suas na tha ceadaichte dhut de videothan an-diugh (cus dàta)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Luchdaich thu suas na tha ceadaichte dhut de videothan an-diugh (cus videothan)" @@ -14209,7 +14558,7 @@ msgstr "Luchdaich thu suas na tha ceadaichte dhut de videothan an-diugh (cus vid msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Chan eil video sam bith eile agad a choimheadas tu air. Deagh-àm airson rudeigin eile a dhèanamh fad greis?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "An cunntas agad" @@ -14221,7 +14570,7 @@ msgstr "Chaidh an cunntas agad a sguabadh às. Slàn leat, a charaid! ✌️" msgid "Your account has been suspended" msgstr "Chaidh an cunntas agad a chur na dhàil" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Chan eil an cunntas agad aosta gu leòr fhathast airson videothan a luchdadh suas. Feuch ris a-rithist an ceann greis." @@ -14353,11 +14702,11 @@ msgstr "Chaidh am facal-faire agad atharrachadh! Cleachd am fear ùr o seo a-mac msgid "Your password must be at least 8 characters long." msgstr "Feumaidh co-dhiù 8 caractaran bhith san fhacal-faire agad." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Chaidh am post agad a chur" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Chaidh na puist agad a chur" @@ -14378,7 +14727,7 @@ msgstr "Dealbh na pròifil agad ann an cearcallan co-mheadhanach de dhealbhan pr msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Chan fhaic luchd-cleachdaidh Bhluesky eile a’ phròifil, na puist, inbhirean is liostaichean agad tuilleadh. ’S urrainn dhut an cunntas agad ath-ghnìomhachadh uair sam bith." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Chaidh do fhreagairt a chur" @@ -14391,7 +14740,7 @@ msgstr "Thèid an aithris agad a chur gu <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Ma leigeis tu ris dè na rudan sa bheil ùidh agad, bidh e nas fhasa susbaint a shealltainn dhut a bhuineas riut-sa." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/gl/messages.po b/src/locale/locales/gl/messages.po index 7152c92453..c03e786d96 100644 --- a/src/locale/locales/gl/messages.po +++ b/src/locale/locales/gl/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: gl\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Galician\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(contén contido incrustado)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(sen correo electrónico)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# horas}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# segundo} other {# segundos}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "<0>Ti e<1> <2>{0} estades incluídos no paquete de inicio" msgid "⚠Invalid Handle" msgstr "⚠Alcume inválido" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Conta desenmudecida" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "Engadir texto alternativo" msgid "Add alt text (optional)" msgstr "Engadir texto alternativo (opcional)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Engadir texto alternativo (opcional)" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "Avanzado" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Todas" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Todas as túas canles gardadas, nun só lugar." @@ -1380,13 +1444,13 @@ msgstr "Permitir o acceso ás túas mensaxes directas" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "Sesión iniciada como @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Texto alternativo" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Texto alternativo" @@ -1489,7 +1553,7 @@ msgstr "Produciuse un erro" msgid "An error occurred" msgstr "Ocurreu un erro" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Ocurreu un erro ao comprimir o vídeo." @@ -1535,11 +1599,11 @@ msgstr "Ocurreu un erro ao gardar o código QR!" msgid "An error occurred while trying to follow all" msgstr "Produciuse un erro ao tentar seguir todo" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "Animais" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF animado" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "Publicación arquivada" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Tes a certeza de que desexas eliminar isto das túas canles?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Tes a certeza de querer desbotar esta publicación?" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "Atrás" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Bloqueado" @@ -2091,10 +2178,6 @@ msgstr "Se bloqueas unha conta non poderá responder os teus fíos, mencionarte msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Se bloqueas unha conta non poderá responder os teus fíos, mencionarte nin interactuar contigo de ningunha manera. Non verás o seu contido e non poderá ver o teu." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Se bloqueas a un etiquetador aínda poderá seguir aplicando etiquetas na túa conta." @@ -2111,11 +2194,21 @@ msgstr "Se bloqueas a un etiquetador aínda poderá seguir aplicando etiquetas n msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky non pode confirmar a autenticidade da data solicitada." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Cancelar a reactivación e pechar a sesión" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Cancelar procura" @@ -2411,7 +2505,7 @@ msgstr "Lexendaxe (.vtt)" msgid "Captions & alt text" msgstr "Lexendaxe e texto alternativo" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "Cambiar icona da aplicación" msgid "Change app icon to \"{0}\"" msgstr "Cambiar a icona da aplicación a \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Axustes da conversa" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Axustes da Conversa" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "Escolle a túa propia liña de tempo! Fíos feitos pola comunidade axuda msgid "Choose your password" msgstr "Escolleu o teu contrasinal" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "O teu alcume" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Borrar todos os datos de almacenamento" @@ -2673,6 +2779,10 @@ msgstr "Borrar todos os datos de almacenamento" msgid "Clear all storage data (restart after this)" msgstr "Borrar todos os datos de almacenamento (reiniciar despois disto)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Preme para reintentar a mensaxe fallida" @@ -2755,6 +2865,7 @@ msgstr "Preme para reintentar a mensaxe fallida" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Preme para reintentar a mensaxe fallida" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Pechar esta xanela" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Pecha a alerta de actualización de contrasinal" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" @@ -2886,7 +2996,7 @@ msgstr "Pechar listaxe de contas" msgid "Collapses list of users for a given notification" msgstr "Pechar a listaxe de contas para unha notificación en particular" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Directrices da comunidade" msgid "Complete onboarding and start using your account" msgstr "Completa a incorporación e comeza a usar a túa conta" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Completa o desafío" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Escribir nova publicación" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2936,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "Redactar resposta" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Comprimindo vídeo..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Contacta co soporte" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Versión de compilación copiada ao portapapeis" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Copiar texto da mensaxe" @@ -3341,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Crea un paquete de inicio para min" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Crear conta" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Crea unha conta" @@ -3549,7 +3668,7 @@ msgstr "Data de nacemento" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "Eliminar conversa" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Borrar para min" @@ -3645,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "Borrar mensaxe" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Borrar mensaxe para min" @@ -3655,7 +3774,7 @@ msgstr "Borrar a miña conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Borrar un chío" @@ -3676,7 +3795,7 @@ msgstr "Borrar esta listaxe?" msgid "Delete this post?" msgstr "Borrar este chío?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Eliminado" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Xanela: axustar quen pode interactuar con este chío" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Atenuar" @@ -3806,9 +3925,9 @@ msgstr "Deshabilitado" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Desbotar" msgid "Discard changes?" msgstr "Desbotar cambios?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Desbotar borrador?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Desbotar publicación?" @@ -3864,7 +3983,7 @@ msgstr "Desbotar" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Desbotar erro" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "Listo" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Duración:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Editar axustes de interacción do chío" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Editar o perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Editar o perfil" @@ -4268,7 +4387,7 @@ msgstr "Insertar chío" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incrusta este chío no teu sitio web. Simplemente copia o seguinte fragmento e pégao no código HTML do teu sitio web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Reprodutor de vídeo incrustado" @@ -4308,8 +4427,8 @@ msgstr "Reproducir multimedia de" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "Introduce o teu alcume e contrasinal" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4408,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Erro" @@ -4438,7 +4557,7 @@ msgstr "Ocorreu un erro ao gardar o ficheiro" msgid "Error receiving captcha response." msgstr "Error ao recibir a resposta do captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4450,26 +4569,38 @@ msgstr "Todo o mundo pode responder" msgid "Everybody can reply to this post." msgstr "Todo o mundo pode responder a este chío." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Todos" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Todos" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Todos" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Excluír á contas que segues" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Imaxes sexuais explícitas." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4626,6 +4757,7 @@ msgstr "Erro ao mudar o nome de usuario. Téntao de novo." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "Error ao cargar as preferencias das canles." -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "Error ao cargar as suxerencias de seguimento." msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4789,6 +4921,10 @@ msgstr "Error ao fixar o chío." msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "Error ao actualizar as canles" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Error ao actualizar os axustes" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "Ficheiro gardado exitosamente!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtro de canles" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "Procurar contas a seguir" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "De <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Xera un paquete de inicio" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "Obtén axuda" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Tes problemas?" @@ -5973,7 +6144,7 @@ msgstr "Vaites! Parece que temos problemas para cargar estes datos. Consulta má msgid "Hmmmm, we couldn't load that moderation service." msgstr "Vaites! Non puidemos cargar ese servizo de moderación." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Espera! Estamos dando acceso a vídeos gradualmente e aínda estás na listaxe de espera. Volve a consultar máis adiante." @@ -6102,12 +6273,12 @@ msgstr "Se es desenvolvedor, podes hospedar o teu propio servidor." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Se estás intentando cambiar o teu alcume ou enderezo electrónico, faino antes de desactivar a túa conta." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Imaxe" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Alcume ou contrasinal incorrectos" @@ -6334,7 +6539,6 @@ msgstr "Código de convite" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Non se acepta o código de convite. Comproba que o introduciches correctamente e inténtao de novo." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Convites, mais personais" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Por agora só estás ti! Engade máis persoas ao teu paquete inicial buscando arriba." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "Tarefa ID: {0}" @@ -6469,8 +6672,8 @@ msgstr "Únete á conversa" msgid "Journalism" msgstr "Xornalismo" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "Etiquetas na túa conta" msgid "Labels on your content" msgstr "Etiquetas no teu contido" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Axustes de Idiomas" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Último" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "Aprender máis" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Gústame" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "Cargar notificacións novas" msgid "Load new posts" msgstr "Cargar novos chíos" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "Xestiona as túas palabras e etiquetas silenciadas" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Marcar como lido" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Multimedia" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "persoas mencionadas" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Mencións" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menú" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mensaxe eliminada" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7193,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "Mensaxe do servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Campo de entrada da mensaxe" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "A mensaxe é demasiado longa" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7215,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "Mensaxes" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Música" msgid "Mute" msgstr "Silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Non importa, crea un alcume para min" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Novo" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Novo" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Novo chat" @@ -7574,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "Novo alcume" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Siguinte" msgid "Next image" msgstr "Nova imaxe" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "Aínda non hai notificacións!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "Aínda non hai citas." msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "Non se encontraron resultados" msgid "No results found for \"{query}\"" msgstr "Non se encontraron resultados para \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7868,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "Nudez non sexual" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Axustes de notificacións" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Sons de notificacións" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Apagar" @@ -8017,7 +8257,7 @@ msgstr "Ben" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Falta o texto alternativo nunha ou máis imaxes." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Falta o texto alternativo nun ou máis vídeos." @@ -8083,7 +8323,7 @@ msgstr "Só {0} pode responder." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Só se admiten ficheiros WebVTT (.vtt)." @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Vaites!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Abrir o creador de avatares" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Abrir menú lateral" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Abrir o selector de emoji" @@ -8280,7 +8535,7 @@ msgstr "Abre unha xanela para engadir unha advertencia de contido á túa public msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Abrir o fluxo para crear unha nova conta Bluesky" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Abrir o fluxo para iniciar sesión na túa conta Bluesky existente" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Contrasinal actualizado" msgid "Password updated!" msgstr "Contrasinal actualizado!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pausar" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Pausar vídeo" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Persoas" @@ -8550,17 +8805,17 @@ msgstr "Persoas seguidas por @{0}" msgid "People following @{0}" msgstr "Persoas siguindo a @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Fotografía" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Canles fixadas" msgid "Pinned to your feeds" msgstr "As túas canles fixadas" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Reproducir" @@ -8668,7 +8924,7 @@ msgstr "Reproducir" msgid "Play {0}" msgstr "Reproducir {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "Reproducir vídeo" msgid "Play Video" msgstr "Reproducir Vídeo" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Reproduce ou pausa o GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Reproduce ou pausa o vídeo" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Por favor, completa a verificación CAPTCHA" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Política" msgid "Porn" msgstr "Pornografía" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Chiar" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Publicar todo" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Chío desfixado" msgid "Posts" msgstr "Chíos" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Os chíos pódense silenciar en función do seu texto, das súas etiquetas ou de ambos. Recomendamos evitar as palabras comúns que aparecen en moitos chíos, xa que pode provocar que non se mostre ningún chío." @@ -9067,11 +9327,11 @@ msgstr "Política de privacidade" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Procesando vídeo..." @@ -9083,7 +9343,7 @@ msgstr "Procesando..." msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "O chío citado separouse correctamente" msgid "Quote posts disabled" msgstr "Citas deshabilitadas" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citas" @@ -9238,9 +9498,14 @@ msgstr "Reactiva a túa conta" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Razón para apelar" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Recargar as conversas" @@ -9379,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9427,6 +9692,11 @@ msgstr "Eliminar canle" msgid "Remove feed?" msgstr "Eliminar canle?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Eliminar a imaxe" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Elimina a palabra silenciada da túa listaxe" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Eliminar perfil" @@ -9507,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Eliminado pola persoa autora" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Eliminado por ti" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Respostas" @@ -9609,12 +9884,12 @@ msgstr "Respostas deshabilitadas" msgid "Replies to this post are disabled." msgstr "As respostas a este chío están desactivadas." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Responder" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -9652,7 +9927,7 @@ msgstr "Visibilidade da resposta actualizada" msgid "Reply was successfully hidden" msgstr "A resposta ocultouse correctamente." -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Denunciar canle" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Denunciar mensaxe" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Rechouchiado por ti" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "Rechouchíos deste chío" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Tenta de novo a última acción, que errou" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Gardar cambios" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Guardado nas túas canles" msgid "Say hello!" msgstr "Di ola!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Desprázate cara arriba" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Buscar" @@ -10186,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Buscar GIFs" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "Buscar perfís" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "Seleccionar conta" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Selecciona unha conta existente" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Selecciona durante canto tempo queres silenciar esta palabra." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Seleccione os teus intereses entre as seguintes opcións" msgid "Select your preferred language for translations in your feed." msgstr "A que idioma queres traducir os chíos na túa canle." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Enviar comentarios" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Enviar mensaxe" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Enviar vía mensaxe directa" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Establece o correo electrónico para restablecer o contrasinal" msgid "Settings" msgstr "Axustes" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Compartir código QR" msgid "Share this feed" msgstr "Compartir esta canle" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Compartir este paquete de inicio" @@ -10726,7 +11027,7 @@ msgstr "Probador de Preferencias Compartidas" msgid "Show" msgstr "Ver" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Ver texto alternativo" @@ -10864,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "É necesario iniciar sesión" msgid "Signed in as @{0}" msgstr "Sesión iniciada como @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Saltar" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11223,7 +11529,7 @@ msgstr "Páxina de estado" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Paso {0} de {1}" @@ -11295,11 +11601,11 @@ msgstr "Suscríbete a @{0} para usar estas etiquetas:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Suscribirse ao etiquetador" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Suscribirse a este etiquetador" @@ -11345,6 +11651,10 @@ msgstr "Suxerido para ti" msgid "Suggestive" msgstr "Suxestivo" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "A Política de Privacidade moveuse a <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Houbo un alude de novas persoas a Bluesky! Activaremos a túa conta en c msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Estas opcións só se aplicarán ao seguinte fío." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "Esta lista está baleira." msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Este chío ocultarase das canles e dos fíos. Isto non se pode desfacer." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "A persoa autora deste chío desactivou os chíos de citas." @@ -12271,7 +12601,7 @@ msgstr "Hoxe" msgid "Toggle to enable or disable adult content" msgstr "Activa ou desactiva o contido para persoas adultas" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Arriba" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Autenticación en dous pasos (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Escribe aquí a túa mensaxe" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Tipo:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Non se puido contactar co teu servizo. Comproba a túa conexión a Internet." @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Activar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Cancelar a subscrición" @@ -12691,7 +13024,7 @@ msgstr "Cancelar a subscrición" msgid "Unsubscribe from list" msgstr "Cancelar a subscrición da listaxe" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Cancelar a subscrición a esta etiquetadora" @@ -12703,10 +13036,15 @@ msgstr "Cancelouse a subscrición da listaxe" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Cargar desde ficheiros" msgid "Upload from Library" msgstr "Cargar desde a biblioteca" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Cargando imaxes..." msgid "Uploading link thumbnail..." msgstr "Cargando miniatura da ligazón..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Cargando vídeo..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Vídeo" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Non se puido procesar o vídeo" @@ -13084,12 +13422,12 @@ msgstr "Non se encontrou o vídeo." msgid "Video settings" msgstr "Axustes do video" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Vídeo cargado" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Vídeo: {0}" @@ -13097,11 +13435,13 @@ msgstr "Vídeo: {0}" msgid "Videos" msgstr "Vídeos" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "Ver máis" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "Consulta as túas contas silenciadas" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13391,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Non puidemos determinar se tes permiso para cargar vídeos. Téntao de novo." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Sentímolo, mais non puidemos resolver esta lista. Se isto persiste, pó msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Sentímolo, mais non puidemos cargar as túas palabras silenciadas neste momento. Téntao de novo." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Sentímolo! Eliminouse o chío ao que estás respondendo." @@ -13536,8 +13876,13 @@ msgstr "Cales son os teus intereses?" msgid "What do you want to call your starter pack?" msgstr "Como queres chamar ao teu paquete de inicio?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Que hai de novo?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Vaia!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Escribe un chío" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Escribe a túa resposta" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Non tes permiso para cargar vídeos." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Podes continuar as conversas en curso independentemente da configuración que elixas." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Agora podes iniciar sesión co teu novo contrasinal." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Podes actualizar posteriormente desde as túas preferencias." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Alcanzaches temporalmente o límite de cargas de vídeos. Téntao de novo máis tarde." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Debes seguir polo menos a outras sete persoas para xerar un paquete de i msgid "You must grant access to your photo library to save a QR code" msgstr "Debes conceder acceso á túa biblioteca de fotos para gardar un código QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Seguirás a máis persoas e as súas canles suxeridas unha vez remates de crear a túa conta!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Seguirás a persoas suxeridas unha vez remates de crear a túa conta! " @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Chegaches ao final das túas canles! Busca máis contas que seguir." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Chegaches ao teu límite diario de carga de vídeos (demasiados bytes por hoxe)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Chegaches ao teu límite diario de carga de vídeos (demasiados vídeos por hoxe)" @@ -14209,7 +14558,7 @@ msgstr "Chegaches ao teu límite diario de carga de vídeos (demasiados vídeos msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Xa non hai máis vídeos para ver. Igual é bo momento para descansar un anaco?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "A túa conta" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "A túa conta foi suspendida" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "A túa conta aínda non ten suficiente antigüidade para subir vídeos. Por favor, inténtao de novo máis tarde." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "O teu contrasinal debe ter polo menos 8 caracteres." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "O teu perfil, chíos, canles e listaxes non estarán visíbeis para outras persoas de Bluesky. Podes reactivar a túa conta en calquera momento iniciando sesión." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/haw/messages.po b/src/locale/locales/haw/messages.po index 27f5bb04f9..6a735b0566 100644 --- a/src/locale/locales/haw/messages.po +++ b/src/locale/locales/haw/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: haw\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Hawaiian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:876 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:878 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:335 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:712 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:330 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,155 +473,159 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:389 +#: src/view/com/notifications/NotificationFeedItem.tsx:395 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:298 +#: src/view/com/notifications/NotificationFeedItem.tsx:304 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:494 +#: src/view/com/notifications/NotificationFeedItem.tsx:500 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:467 +#: src/view/com/notifications/NotificationFeedItem.tsx:473 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:322 +#: src/view/com/notifications/NotificationFeedItem.tsx:328 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:518 +#: src/view/com/notifications/NotificationFeedItem.tsx:524 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:413 +#: src/view/com/notifications/NotificationFeedItem.tsx:419 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:442 +#: src/view/com/notifications/NotificationFeedItem.tsx:448 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:348 +#: src/view/com/notifications/NotificationFeedItem.tsx:354 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:382 +#: src/view/com/notifications/NotificationFeedItem.tsx:388 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:487 +#: src/view/com/notifications/NotificationFeedItem.tsx:493 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:460 +#: src/view/com/notifications/NotificationFeedItem.tsx:466 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:315 +#: src/view/com/notifications/NotificationFeedItem.tsx:321 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:511 +#: src/view/com/notifications/NotificationFeedItem.tsx:517 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:406 +#: src/view/com/notifications/NotificationFeedItem.tsx:412 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:435 +#: src/view/com/notifications/NotificationFeedItem.tsx:441 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:822 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:818 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:816 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "" msgid "⚠Invalid Handle" msgstr "" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "" msgid "Add alt text (optional)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "" @@ -1380,13 +1444,13 @@ msgstr "" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "" msgid "Alt text" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "" @@ -1489,7 +1553,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "" @@ -1535,11 +1599,11 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1592,8 +1656,8 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:52 #: src/components/ProfileCard.tsx:508 #: src/components/ProfileCard.tsx:530 -#: src/view/com/notifications/NotificationFeedItem.tsx:802 -#: src/view/com/notifications/NotificationFeedItem.tsx:824 +#: src/view/com/notifications/NotificationFeedItem.tsx:808 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "An issue occurred, please try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "" @@ -2091,10 +2178,6 @@ msgstr "" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "" -#: src/components/dms/MessageItem.tsx:869 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -2111,11 +2194,21 @@ msgstr "" msgid "Blog" msgstr "" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "" @@ -2411,7 +2505,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "" msgid "Choose your password" msgstr "" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "" @@ -2673,6 +2779,10 @@ msgstr "" msgid "Clear all storage data (restart after this)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:631 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "" @@ -2755,6 +2865,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2816,17 +2926,13 @@ msgstr "" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2834,7 +2940,7 @@ msgstr "" msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "" @@ -2866,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "" @@ -2878,19 +2984,19 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2921,7 +3027,7 @@ msgstr "" msgid "Complete onboarding and start using your account" msgstr "" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "" @@ -2932,7 +3038,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2940,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "" @@ -2998,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "" @@ -3138,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3231,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "" @@ -3345,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3367,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3407,11 +3522,11 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3422,7 +3537,7 @@ msgstr "" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "" @@ -3553,7 +3668,7 @@ msgstr "" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3636,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "" @@ -3649,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "" @@ -3659,7 +3774,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1630 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "" @@ -3680,7 +3795,7 @@ msgstr "" msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "" @@ -3701,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:884 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3753,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -3810,9 +3925,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1413 -#: src/view/com/composer/Composer.tsx:1457 -#: src/view/com/composer/Composer.tsx:1663 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3823,14 +3938,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "" @@ -3868,7 +3983,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "" @@ -3958,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3979,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/dms/MessageItem.tsx:525 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4049,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4180,12 +4295,12 @@ msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "" @@ -4272,7 +4387,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "" @@ -4312,8 +4427,8 @@ msgstr "" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4404,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4412,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4442,7 +4557,7 @@ msgstr "" msgid "Error receiving captcha response." msgstr "" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4454,26 +4569,38 @@ msgstr "" msgid "Everybody can reply to this post." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "" @@ -4491,7 +4618,7 @@ msgstr "" msgid "Expand alt text" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "" @@ -4547,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4558,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4606,8 +4733,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:88 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4630,6 +4757,7 @@ msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4702,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4721,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4739,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4771,12 +4898,13 @@ msgstr "" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4793,6 +4921,10 @@ msgstr "" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4802,8 +4934,8 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:73 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4834,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4902,7 +5034,7 @@ msgstr "" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "" @@ -4977,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5011,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5085,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:700 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5141,8 +5294,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:429 #: src/screens/VideoFeed/index.tsx:866 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow" msgstr "" @@ -5197,8 +5350,8 @@ msgstr "" #: src/components/ProfileCard.tsx:542 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "" @@ -5256,8 +5409,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 #: src/screens/VideoFeed/index.tsx:864 -#: src/view/com/notifications/NotificationFeedItem.tsx:846 -#: src/view/com/notifications/NotificationFeedItem.tsx:863 +#: src/view/com/notifications/NotificationFeedItem.tsx:852 +#: src/view/com/notifications/NotificationFeedItem.tsx:869 msgid "Following" msgstr "" @@ -5272,7 +5425,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:498 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:267 -#: src/view/com/notifications/NotificationFeedItem.tsx:795 +#: src/view/com/notifications/NotificationFeedItem.tsx:801 msgid "Following {0}" msgstr "" @@ -5365,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5378,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "" @@ -5418,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5486,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5570,7 +5737,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -5690,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5788,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "" @@ -5852,7 +6019,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "" @@ -5927,7 +6094,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "" @@ -5977,7 +6144,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" @@ -6106,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6122,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6137,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6205,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "" @@ -6338,7 +6539,6 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6346,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6412,7 +6611,7 @@ msgid "Invites, but personal" msgstr "" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6433,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2520 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "" @@ -6473,8 +6672,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6483,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6522,6 +6716,10 @@ msgstr "" msgid "Labels on your content" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "" @@ -6547,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "" @@ -6566,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6769,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6958,9 +7166,7 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7069,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7089,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7106,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "" @@ -7141,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7182,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:625 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7197,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7219,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:724 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:719 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7347,7 +7554,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7519,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7531,21 +7737,26 @@ msgctxt "action" msgid "New" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:546 +#: src/view/com/notifications/NotificationFeedItem.tsx:552 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "" @@ -7578,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7612,6 +7823,18 @@ msgstr "" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7633,11 +7856,11 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:552 +#: src/view/com/notifications/NotificationFeedItem.tsx:558 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} " msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:537 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -7685,7 +7908,7 @@ msgstr "" msgid "Next image" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7759,7 +7982,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:521 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:293 -#: src/view/com/notifications/NotificationFeedItem.tsx:817 +#: src/view/com/notifications/NotificationFeedItem.tsx:823 msgid "No longer following {0}" msgstr "" @@ -7783,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7826,6 +8049,10 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7860,10 +8087,18 @@ msgstr "" msgid "No results found for \"{query}\"" msgstr "" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7872,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:880 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7919,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7958,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7998,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "" @@ -8021,7 +8257,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:731 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8054,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:864 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:659 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:871 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "" @@ -8087,7 +8323,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:234 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8096,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8123,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "" @@ -8144,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "" @@ -8174,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "" @@ -8284,7 +8535,7 @@ msgstr "" msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8317,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8333,7 +8584,7 @@ msgstr "" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8387,7 +8638,7 @@ msgstr "" msgid "Opens this draft in the composer" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:1131 +#: src/view/com/notifications/NotificationFeedItem.tsx:1143 #: src/view/com/util/UserAvatar.tsx:621 msgid "Opens this profile" msgstr "" @@ -8517,12 +8768,12 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8531,7 +8782,7 @@ msgid "Pause video" msgstr "" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "" @@ -8554,17 +8805,17 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8578,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8614,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8662,7 +8914,7 @@ msgstr "" msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "" @@ -8672,7 +8924,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8685,11 +8937,11 @@ msgstr "" msgid "Play Video" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8726,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8869,7 +9121,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "" @@ -8889,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8986,6 +9238,10 @@ msgstr "" msgid "Posts" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" @@ -9071,11 +9327,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "" @@ -9087,7 +9343,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9121,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1792 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9192,10 +9448,10 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "" @@ -9242,9 +9498,14 @@ msgstr "" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9295,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9308,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9343,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "" @@ -9383,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9431,6 +9692,11 @@ msgstr "" msgid "Remove feed?" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9470,11 +9736,16 @@ msgstr "" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "" @@ -9511,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "" @@ -9588,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:892 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:893 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "" @@ -9613,12 +9884,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "" @@ -9656,7 +9927,7 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9689,7 +9960,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "" @@ -9787,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9797,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9817,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9830,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9938,9 +10209,9 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10019,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10088,13 +10359,13 @@ msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:141 -#: src/view/com/notifications/NotificationFeedItem.tsx:899 -#: src/view/com/notifications/NotificationFeedItem.tsx:924 +#: src/view/com/notifications/NotificationFeedItem.tsx:905 +#: src/view/com/notifications/NotificationFeedItem.tsx:930 msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10124,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:783 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10135,8 +10406,11 @@ msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:546 +#: src/screens/Search/Shell.tsx:688 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10190,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10229,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10323,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10361,6 +10635,11 @@ msgstr "" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "" @@ -10392,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10460,11 +10739,11 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10495,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "" @@ -10530,7 +10808,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10578,7 +10856,7 @@ msgstr "" msgid "Settings" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10586,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10635,7 +10923,7 @@ msgstr "" msgid "Sexually Suggestive" msgstr "" -#: src/components/Link.tsx:433 +#: src/components/Link.tsx:428 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 #: src/components/StarterPack/QrCodeDialog.tsx:198 @@ -10688,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10697,6 +10990,10 @@ msgstr "" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:575 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "" @@ -10730,7 +11027,7 @@ msgstr "" msgid "Show" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -10868,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10953,6 +11250,11 @@ msgstr "" msgid "Signed in as @{0}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10970,7 +11272,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10984,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11041,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:332 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11109,8 +11411,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.native.tsx:139 -#: src/App.web.tsx:118 +#: src/App.native.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11227,7 +11529,7 @@ msgstr "" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "" @@ -11299,11 +11601,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11349,6 +11651,10 @@ msgstr "" msgid "Suggestive" msgstr "" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11421,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:670 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11478,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:635 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11491,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:358 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11673,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11836,10 +12142,25 @@ msgstr "" msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11963,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12067,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:668 -#: src/components/dms/MessageItem.tsx:697 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:667 -#: src/components/dms/MessageItem.tsx:693 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12111,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1043 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "" @@ -12275,7 +12601,7 @@ msgstr "" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12292,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "" @@ -12308,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12364,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12397,12 +12726,12 @@ msgstr "" msgid "TV" msgstr "" -#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 -msgid "Two-factor authentication (2FA)" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" +#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 +msgid "Two-factor authentication (2FA)" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 @@ -12427,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "" @@ -12467,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:735 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12600,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12686,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" @@ -12695,7 +13024,7 @@ msgstr "" msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -12707,10 +13036,15 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12795,7 +13129,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12809,7 +13143,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "" @@ -13044,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "" @@ -13088,12 +13422,12 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "" @@ -13101,11 +13435,13 @@ msgstr "" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13127,7 +13463,7 @@ msgstr "" #: src/screens/Profile/components/ProfileFeedHeader.tsx:454 #: src/screens/Search/components/SearchProfileCard.tsx:36 #: src/screens/VideoFeed/index.tsx:809 -#: src/view/com/notifications/NotificationFeedItem.tsx:613 +#: src/view/com/notifications/NotificationFeedItem.tsx:619 msgid "View {0}'s profile" msgstr "" @@ -13194,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13268,8 +13604,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13395,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -13464,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13481,8 +13817,8 @@ msgstr "" msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13490,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -13540,8 +13876,13 @@ msgstr "" msgid "What do you want to call your starter pack?" msgstr "" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13568,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "" @@ -13627,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1439 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13636,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "" @@ -13707,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:708 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13745,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "" @@ -13790,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "" @@ -13813,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13825,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13842,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13852,8 +14193,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13962,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1434 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14037,7 +14378,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14059,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:325 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14073,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:811 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14121,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" @@ -14189,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14197,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" @@ -14213,7 +14558,7 @@ msgstr "" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -14225,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -14261,11 +14606,11 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "" @@ -14357,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14382,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1140 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14395,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/hi/messages.po b/src/locale/locales/hi/messages.po index 28bd602b90..b4310b0f87 100644 --- a/src/locale/locales/hi/messages.po +++ b/src/locale/locales/hi/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: hi\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Hindi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(एम्बेडेड सामग्री मौजूद है)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(कोई ईमेल नहीं है)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# घंटा} other {# घंटे}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "इस खाते पर {0, plural, one {# लेबल लगाया गया है।} other {# लेबल लगाए गए हैं।}}" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "इस सामाग्री पर {0, plural, one {# लेबल लगाया गया है।} other {# लेबल लगाए गए हैं।}}" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, other {# सेकंड}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {मिनट}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} और <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}} ने आपको फ़ॉलो किया" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "<0>आप और<1> <2>{0} आपके स्टार् msgid "⚠Invalid Handle" msgstr "⚠ अमान्य हैंडल" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "खाता अनम्यूट किया गया" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "विवरण जोड़ें" msgid "Add alt text (optional)" msgstr "विवरण जोड़ें (वैकल्पिक)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "विवरण जोड़ें (वैकल्पिक)" msgid "Add another account" msgstr "एक और खाता जोड़ें" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "एक और पोस्ट जोड़ें" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "विकसित" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "सभी" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "एक ही जगह पर, आपके सभी सहेजे गए फीड।" @@ -1380,13 +1444,13 @@ msgstr "आपके सीधे संदेशों तक पहुँच msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "@{0} द्वारा पहले से साइन इन किया गया है" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "वैकल्पिक पाठ" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "वैकल्पिक पाठ" @@ -1489,7 +1553,7 @@ msgstr "त्रुटि हुई" msgid "An error occurred" msgstr "त्रुटि हुई" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "वीडियो कंप्रेशन के दौरान त्रुटि हुई।" @@ -1535,11 +1599,11 @@ msgstr "QR कोड सहेजने में त्रुटि हुई!" msgid "An error occurred while trying to follow all" msgstr "सभी को फ़ॉलो करते समय त्रुटि हुई" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "प्राणि" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "एनिमेटेड GIF" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "पुरालेखित पोस्ट" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "क्या आप सच में इसे अपने फ़ीड msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "क्या आप सच में इस पोस्ट को ख़ारिज करना चाहेंगे?" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "वापस" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "अवरुद्ध" @@ -2091,10 +2178,6 @@ msgstr "अवरुद्ध खाते आपके थ्रेड मे msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "अवरुद्ध खाते आपके थ्रेड में उत्तर नहीं दे सकते, आपका उल्लेख नहीं कर सकते, या अन्यथा आपसे संपर्क नहीं कर सकते। आप उनकी सामग्री नहीं देख सकेंगे और उन्हें आपकी सामग्री देखने से रोका जाएगा।" -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "अवरुद्ध करने पर भी यह लेबलकर्ता आपके खाते पर लेबल लगा सकता है।" @@ -2111,11 +2194,21 @@ msgstr "अवरुद्ध करने पर भी आपके खात msgid "Blog" msgstr "ब्लॉग" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky दावा किए गए तिथि के प्रामाणिकता की पुष्टि नहीं कर सकता।" @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "खोज रद्द करें" @@ -2411,7 +2505,7 @@ msgstr "अनुशीर्षक (.vtt)" msgid "Captions & alt text" msgstr "अनुशीर्षक और वैकल्पिक पाठ" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "ऐप आइकॉन बदलें" msgid "Change app icon to \"{0}\"" msgstr "ऐप आइकॉन को \"{0}\" में बदलें" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "बातचीत म्यूट किया गया" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "बातचीत सेटिंग" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "बातचीत सेटिंग" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "बातचीत अनम्यूट किया गया" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "आपका अपना टाइमलाइन चुनें! स msgid "Choose your password" msgstr "अपना पासवर्ड चुनें" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "आपका उपयोगकर्ता हैंडल" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "सभी स्टोरेज डेटा खाली करें" @@ -2673,6 +2779,10 @@ msgstr "सभी स्टोरेज डेटा खाली करें" msgid "Clear all storage data (restart after this)" msgstr "सभी स्टोरेज डेटा खाली करें (इसके बाद फिर से खोलें)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "असफल संदेश को फिर से भेजने के लिए क्लिक करें" @@ -2755,6 +2865,7 @@ msgstr "असफल संदेश को फिर से भेजने क #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "असफल संदेश को फिर से भेजने क #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "यह डायलॉग बंद करें" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "पासवर्ड अपडेट सूचना बंद करता है" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" @@ -2886,7 +2996,7 @@ msgstr "उपयोगकर्ताओं की सूची को सं msgid "Collapses list of users for a given notification" msgstr "किसी अधिसूचना के उपयोगकर्ताओं की सूची को संक्षिप्त करता है" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "समुदाय दिशानिर्देश" msgid "Complete onboarding and start using your account" msgstr "समाप्त करें और खाते का उपयोग शुरू करें" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "चुनौती पूरी करें" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "नया पोस्ट बनाएँ" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2936,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "जवाब लिखें" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "वीडियो कंप्रेस हो रहा है..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "सहायता से संपर्क करें" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "बिल्ड संस्कारण क्लिपबोर्ड पर कॉपी की गई" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "संदेश पाठ कॉपी करें" @@ -3341,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "मेरे लिए स्टार्टर पैक बनाए #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "साइन अप करें" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "खाता बनाएँ" @@ -3549,7 +3668,7 @@ msgstr "जन्मतिथि" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "मेरे लिए मिटाएँ" @@ -3645,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "संदेश मिटाएँ" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "मेरे लिए संदेश मिटाएँ" @@ -3655,7 +3774,7 @@ msgstr "मेरा खाता मिटाएँ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "पोस्ट मिटाएँ" @@ -3676,7 +3795,7 @@ msgstr "यह सूची मिटाएँ?" msgid "Delete this post?" msgstr "यह पोस्ट मिटाएँ?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "मिटाया गया" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "डायलॉग: चुनें कि इस पोस्ट से कौन संपर्क कर सकता है" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "मंद" @@ -3806,9 +3925,9 @@ msgstr "अक्षम" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "ख़ारिज करें" msgid "Discard changes?" msgstr "बदलाव ख़ारिज करें?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "ड्राफ़्ट ख़ारिज करें?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "पोस्ट ख़ारिज करें?" @@ -3864,7 +3983,7 @@ msgstr "ख़ारिज करें" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "त्रुटि ख़ारिज करें" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "हो गया" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "अवधि:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "पोस्ट संपर्क सेटिंग संपादि #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" @@ -4268,7 +4387,7 @@ msgstr "पोस्ट एंबेड करें" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "इस पोस्ट को अपने वेबसाइट में एंबेड करें। नीचे लिखे कोड को कॉपी करें और अपने वेबसाइट के HTML कोड में चिपकाएँ।" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "एम्बेडेड वीडियो प्लेयर" @@ -4308,8 +4427,8 @@ msgstr "इनके लिए मीडिया प्लेयर सक् msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "अपने उपयोगकर्ता नाम और पासवर्ड दर्ज करें" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4408,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "त्रुटि" @@ -4438,7 +4557,7 @@ msgstr "फ़ाइल सहेजते समय त्रुटि हुई" msgid "Error receiving captcha response." msgstr "CAPTCHA उत्तर पाने मे त्रुटि हुई" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4450,26 +4569,38 @@ msgstr "सब जवाब दे सकते हैं" msgid "Everybody can reply to this post." msgstr "सब इस पोस्ट का जवाब दे सकते हैं" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "सब" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "सब" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "सब" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "आपके फ़ॉलो किए गए उपयोगकर्ताओं के अलावा" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "अश्लील यौन छवि" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4626,6 +4757,7 @@ msgstr "हैंडल बदलने में असफल। कृपय #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "फ़ीड प्राथमिकताएँ लोड करने में असफल" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "अनुशंसित फ़ॉलो लोड करने मे msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4789,6 +4921,10 @@ msgstr "पोस्ट को पिन करने में असफल" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "फ़ीड अपडेट करने में असफल" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "सेटिंग अपडेट करने में असफल" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "फ़ाइल सफलतापूर्वक सहेजी गई!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "फ़ीड से फ़िल्टर करें" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "फ़ॉलो करने के लिए लोग खोजें" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "<0/> से" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "स्टार्टर पाक उत्पन्न करें" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "सहायता लें" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "मुश्किल हो रही है?" @@ -5973,7 +6144,7 @@ msgstr "अरे, लगता है हमें यह डेटा लो msgid "Hmmmm, we couldn't load that moderation service." msgstr "अरे, हम उस मॉडरेशन सेवा को लोड नहीं कर सके।" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "कृपया रुकिए। हम धीरे-धीरे वीडियो तक पहुँच दे रहें हैं, और आप अभी भी पंक्ति में हैं। बाद में प्रयास करें!" @@ -6102,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "यदि आप अपना हैंडल या ईमेल बदलने का प्रयास कर रहे हैं, ऐसा निष्क्रिय करने से पहले करें।" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "छवि" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "अमान्य उपयोगकर्ता नाम या पासवर्ड" @@ -6334,7 +6539,6 @@ msgstr "आमंत्रण कोड" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "आमंत्रण कोड स्वीकार नहीं हुआ। देख लें कि आपने उसे सही से दर्ज किया है और फिर से प्रयास करें।" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "आमंत्रण, पर निजी" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "अभी इसमें बस आप ही हैं! ऊपर खोजकर अपने स्टार्टर पैक में और लोगों को जोड़ें।" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "काम आईडी: {0}" @@ -6469,8 +6672,8 @@ msgstr "बातचीत में शामिल हों" msgid "Journalism" msgstr "पत्रकारिता" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "आपके खाते पर लेबल" msgid "Labels on your content" msgstr "आपकी सामग्री पर लेबल" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "भाषा सेटिंग" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "नए" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "अधिक जानें" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "{0, plural, one {# उपयोगकर्ता} other {# उपयो msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "{likeCount, plural, one {# उपयोगकर्ता} other {# उपयोगकर्ताओं}} ने पसंद किया" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "पसंद" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "नई अधिसूचनाएँ लोड करें" msgid "Load new posts" msgstr "नए पोस्ट लोड करें" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "अपने म्यूट किए गए शब्द और टैग प्रबंधित करें" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "पढ़ा हुआ मार्क करें" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "मीडिया" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "उल्लेखित उपयोगकर्ता" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "उल्लेख" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "मेनू" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "संदेश मिटाई गई" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7193,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "सर्वर से संदेश: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "संदेश दर्ज करने का स्थान" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "संदेश बहुत लंबा है" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7215,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "संदेश" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "संगीत" msgid "Mute" msgstr "म्यूट" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "छोड़ें, मेरे लिए हैंडल बनाएँ" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "नया" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "नया" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "नया बातचीत" @@ -7574,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "नया हैंडल" msgid "New list" msgstr "नई सूची" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "अगला" msgid "Next image" msgstr "अगली छवि" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "अभी तक कोई अधिसूचनाएँ नहीं!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "कोई क्वोट नहीं" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "कोई परिणाम नहीं मिले" msgid "No results found for \"{query}\"" msgstr "\"{query}\" के लिए कोई परिणाम नहीं मिला" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7868,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "ग़ैर-यौन नग्नता" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "अधिसूचना सेटिंग" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "अधिसूचना ध्वनि" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "कुछ नहीं" @@ -8017,7 +8257,7 @@ msgstr "ठीक" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "एक या अधिक GIF के विवरण नहीं हैं।" -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "एक या अधिक छवियों पर वैकल्पिक पाठ नहीं है।" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "एक या अधिक वीडियो के विवरण नहीं हैं।" @@ -8083,7 +8323,7 @@ msgstr "केवल {0} जवाब दे सकता है" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "केवल वेबवीटीटी (.vtt) फ़ाइलें समर्थित हैं" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "अरे!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "अवतार निर्माता खोलें" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "ड्रॉअर मेनू खोलें" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "इमोजी चयन खोलें" @@ -8280,7 +8535,7 @@ msgstr "आपके पोस्ट पर सामग्री चेता msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "नया Bluesky खाता बनाने का साधन ख msgid "Opens flow to sign in to your existing Bluesky account" msgstr "अपने मौजूदा Bluesky खाते में साइन इन करने का साधन खोलता है" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "पासवर्ड अपडेट किया गया" msgid "Password updated!" msgstr "पासवर्ड अपडेट किया गया!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "रोकें" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "वीडियो रोकें" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "लोग" @@ -8550,17 +8805,17 @@ msgstr "@{0} द्वारा फ़ॉलो किए गए लोग" msgid "People following @{0}" msgstr "@{0} को फ़ॉलो करते लोग" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "फ़ोटोग्राफ़ी" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "पिन किए गए फ़ीड" msgid "Pinned to your feeds" msgstr "आपके फ़ीड में पिन किया गया" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "चलाएँ" @@ -8668,7 +8924,7 @@ msgstr "चलाएँ" msgid "Play {0}" msgstr "{0} चलाएँ" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "वीडियो चलाएँ" msgid "Play Video" msgstr "वीडियो चलाएँ" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "कृपया सत्यापन कैपचा समाप्त करें" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "राजनीति" msgid "Porn" msgstr "अश्लील" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "पोस्ट करें" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "सभी पोस्ट करें" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "पोस्ट पिन से हटाया गया" msgid "Posts" msgstr "पोस्ट" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "पोस्ट को उनके पाठ, उनके टैग, या दोनों से छिपाया जा सकता है। हम ऐसे साधारण शब्द न चुनने की सलाह देते हैं जो कई पोस्ट में दिखते हैं, क्योंकि इससे हो सकता है कि सभी पोस्ट छिप जाएँ।" @@ -9067,11 +9327,11 @@ msgstr "गोपनीयता नीति" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "वीडियो प्रसंस्करण हो रहा है..." @@ -9083,7 +9343,7 @@ msgstr "प्रसंस्करण हो रहा है..." msgid "profile" msgstr "प्रोफ़ाइल" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "उपयोगकर्ताओं की सार्वजनिक, साझा योग्य सूचियाँ जिन्हें एक साथ म्यूट या अवरुद्ध किया जा सकता है।" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "क्वोट पोस्ट को सफलतापूर्वक msgid "Quote posts disabled" msgstr "क्वोट पोस्ट अक्षम किए गए" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "क्वोट" @@ -9238,9 +9498,14 @@ msgstr "खाता फिर सक्रिय करें" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "बातचीत फिर लोड करें" @@ -9379,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9427,6 +9692,11 @@ msgstr "फ़ीड हटाएँ" msgid "Remove feed?" msgstr "फ़ीड हटाएँ?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "छवि हटाएँ" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "अपने सूची से म्यूट शब्द हटाएँ" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "प्रोफ़ाइल हटाएँ" @@ -9507,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "लेखक द्वारा हटाया गया" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "आपके द्वारा हटाया गया" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "जवाब" @@ -9609,12 +9884,12 @@ msgstr "जवाब अक्षम" msgid "Replies to this post are disabled." msgstr "इस पोस्ट पर जवाब अक्षम है" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "जवाब दें" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "जवाब दें" @@ -9652,7 +9927,7 @@ msgstr "जवाब दृश्यता अपडेट की गई" msgid "Reply was successfully hidden" msgstr "जवाब सफलतापूर्वक छिपाई गई" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "फ़ीड की शिकायत करें" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "संदेश की शिकायत करें" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "आपने रीपोस्ट किया" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "इस पोस्ट के रीपोस्ट" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "पिछली क्रिया का फिर से प्रय #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "बदलाव सहेजें" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "आपके फ़ीड में सहेजा गया" msgid "Say hello!" msgstr "नमस्ते कहें!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "ऊपर जाएँ" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "खोजें" @@ -10186,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "GIF खोजें" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "प्रोफ़ाइल खोजें" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "खाता चुनें" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "सामग्री भाषाएँ चुनें" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "मौजूदा खाते से चुनें" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "चुनें कि कितने समय तक इस शब्द को म्यूट करना है।" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "नीचे दिए विकल्पों में अपनी msgid "Select your preferred language for translations in your feed." msgstr "अपने फ़ीड में अनुवाद के लिए अपनी पसंदीदा भाषा चुनें।" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "प्रतिक्रिया भेजें" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "संदेश भेजें" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "सीधा संदेश द्वारा भेजें" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "पासवर्ड रीसेट करने के लिए ई msgid "Settings" msgstr "सेटिंग" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "QR कोड साझा करें" msgid "Share this feed" msgstr "इस फ़ीड को साझा करें" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "इस स्टार्टर पैक को साझा करें" @@ -10726,7 +11027,7 @@ msgstr "साझा की गई प्राथमिकताओं का msgid "Show" msgstr "दिखाएँ" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "वैकल्पिक पाठ दिखाएँ" @@ -10864,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "साइन इन आवश्यक" msgid "Signed in as @{0}" msgstr "@{0} कए रूप में साइन इन किया गया है" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "छोड़ें" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11223,7 +11529,7 @@ msgstr "स्थिति पृष्ठ" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "{1} से चरण {0}" @@ -11295,11 +11601,11 @@ msgstr "इन लेबलों का उपयोग करने के ल msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "लेबलकर्ता की सदस्यता लें" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "इस लेबलकर्ता की सदस्यता लें" @@ -11345,6 +11651,10 @@ msgstr "आपके लिए सुझाव" msgid "Suggestive" msgstr "भड़काऊ" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "गोपनीयता नीति को <0/> पर स्थानांतरित किया गया है" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Bluesky में नए उपयोगकर्ताओं की ह msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "ये सेटिंग केवल फ़ॉलोइंग फ़ीड पर लागू होते हैं।" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "यह सूची खाली है।" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "इस पोस्ट को फ़ीड और थ्रेड से छिपा दिया जाएगा। इसे पूर्ववत नहीं किया जा सकता।" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "इस पोस्ट के लेखक ने क्वोट पोस्ट अक्षम किए हैं।" @@ -12271,7 +12601,7 @@ msgstr "आज" msgid "Toggle to enable or disable adult content" msgstr "वयस्क सामग्री सक्षम या अक्षम करने के लिए टॉगल करें" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "बहतरीन" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "विषय" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "टीवी" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "दो-चरणीय प्रमाणीकरण (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "अपना संदेश यहाँ लिखें" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "प्रकार:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "आपकी सेवा से संपर्क करने में असमर्थ। कृपया अपना इंटरनेट कनेक्शन जाँच ले।" @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "अनम्यूट करें" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "सदस्यता छोड़ें" @@ -12691,7 +13024,7 @@ msgstr "सदस्यता छोड़ें" msgid "Unsubscribe from list" msgstr "सूची की सदस्यता छोड़ें" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "इस लेबलकर्ता की सदस्यता छोड़ें" @@ -12703,10 +13036,15 @@ msgstr "सूची की सदस्यता छोड़ी गई" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "फ़ाइलों से अपलोड करें" msgid "Upload from Library" msgstr "लाइब्रेरी से अपलोड करें" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "छवि अपलोड हो रहा है..." msgid "Uploading link thumbnail..." msgstr "लिंक थंबनेल अपलोड हो रहा है..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "वीडियो अपलोड हो रहा है..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "वीडियो" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "वीडियो संसाधित करने में असफल" @@ -13084,12 +13422,12 @@ msgstr "वीडियो नहीं मिला" msgid "Video settings" msgstr "वीडियो सेटिंग" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "वीडियो अपलोड किया गया" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "वीडियो: {0}" @@ -13097,11 +13435,13 @@ msgstr "वीडियो: {0}" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "अपने म्यूट किए गए खाते देखे msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13391,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "हम तय नहीं कर पाए कि आपको वीडियो आपलोग करने की अनुमति है या नहीं। कृपया फिर प्रयास करें।" @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "हमें क्षमा करें, पर हम इस सू msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "हमें क्षमा करें, पर हम अभी आपके म्यूट शब्द लोड नहीं कर सके। कृपया फिर प्रयास करें।" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "हमें क्षमा करें! आप जिस पोस्ट को जवाब दे रहे हैं उसे मिटा दिया गया है।" @@ -13536,8 +13876,13 @@ msgstr "आपकी क्या दिलचस्पियाँ हैं?" msgid "What do you want to call your starter pack?" msgstr "आप अपने स्टार्टर पैक को क्या नाम देना चाहते हैं?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "क्या चल रहा है?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "उफ़!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "पोस्ट लिखें" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "अपना जवाब दें" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "आपको वीडियो अपलोड करने की अनुमति नहीं है।" @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "कोई भी सेटिंग चुनने पर भी आप चल रहे बातचीत को जारी रख सकते हैं।" @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "अब आप अपने नए पासवर्ड के साथ साइन इन कर सकते हैं।" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "आप इसे बाद में अपने सेटिंग में बदल सकते हैं।" #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "आप अस्थायी रूप से वीडियो अपलोड की सीमा तक पहुँच गए हैं। कृपया बाद मे फिर प्रयास करें।" -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "स्टार्टर पैक उत्पन्न करने msgid "You must grant access to your photo library to save a QR code" msgstr "QR कोड सहेजने के लिए आपको फ़ोटो लाइब्रेरी तक पहुँच देनी पड़ेगी।" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "अपना खाना बनाने के बाद आप सुझाए गए उपयोगकर्ताओं और फ़ीड को फ़ॉलो करेंगे!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "अपना खाना बनाने के बाद आप सुझाए गए उपयोगकर्ताओं को फ़ॉलो करेंगे!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "आप अपने फ़ीड के अंत तक पहुँच गए! कुछ और खातों को फ़ॉलो करें!" -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "आप वीडियो अपलोड करने की दैनिक सीमा तक पहुँच गए (अत्यधिक बाइट)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "आप वीडियो अपलोड करने की दैनिक सीमा तक पहुँच गए (अत्यधिक वीडियो)" @@ -14209,7 +14558,7 @@ msgstr "आप वीडियो अपलोड करने की दैन msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "आपका खाता" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "आपका खाता वीडियो अपलोड करने के जितना पुराना नहीं है। कृपया बाद मे फिर प्रयास करें।" @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "आपके प्रोफ़ाइल, पोस्ट, फ़ीड और सूचियाँ अन्य Bluesky उपयोगकर्ताओं को और नहीं दिखेंगे। आप लॉग इन करके अपने खाते को फिर से सक्रिय कर सकते हैं।" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/hu/messages.po b/src/locale/locales/hu/messages.po index 737b5533ee..effafeff5a 100644 --- a/src/locale/locales/hu/messages.po +++ b/src/locale/locales/hu/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: hu\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "{interestsDisplayName} kategória (aktív)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(letiltott személy üzenete elrejtve)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(csoportmeghívó)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(beágyazott tartalom)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(törölt üzenet)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(letiltott meghívó)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(érvénytelen meghívó)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(nincs megadott e-mail-cím)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(nincs szöveg)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(idézett bejegyzés)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, other {#}} feljegyzés a fiókon" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, other {#}} feljegyzés" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, other {# ismerőst találtunk.}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# órája} other {# órája}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# feljegyzést} other {# feljegyzést}} helyeztek erre a fiókra" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# feljegyzést} other {# feljegyzést}} helyeztek erre a tartalomra" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {#} other {#}} új csatlakozási kérelem" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, other {#}} személy reagált – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# másodperce} other {# másodperce}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# olvasatlan} other {# olvasatlan}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} követett" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} letiltott Téged" @@ -277,10 +305,16 @@ msgstr "50/{0}" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} {1} emojival reagált" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} olvasatlan üzenet" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} el lett távolítva a csoportból" msgid "{0} was removed from the group" msgstr "{0} el lett távolítva a csoportból" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{1}/{0}{2, plural, one {} other {}} személy" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{imageCount}/{0}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "Több, mint {0}" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "Több, mint {0} kérelem" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {#} other {#}} új esemény a csevegésben" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {#} other {#}} új csatlakozási kérelem" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {#} other {#}} kérelem" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {# óra} other {# óra}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {# perc} other {# perc}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy mostantól követ Téged" @@ -677,15 +733,15 @@ msgstr "{profileName} {timeAgoString} csatlakozott a Blueskyhoz egy kezdőcsomag msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "{replierDisplayName} válaszolt" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "{replierDisplayName} válaszolt neki: {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "{replierDisplayName} válaszolt Neked" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> vett fel Téged" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Jelentkezz be<1> vagy <2>regisztrálj<3>, <4>ha szeretnél a Blueskyon híreket, sport- és politikai bejegyzéseket, vagy bármi mást keresni!" @@ -825,16 +881,6 @@ msgstr "<0>Te és<1> <2>{0} szerepeltek a kezdőcsomagodban" msgid "⚠Invalid Handle" msgstr "⚠Érvénytelen felhasználónév" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "10+" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "Több, mint 10 kérelem" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Kérelem elfogadása" msgid "Accept this language suggestion" msgstr "Javasolt nyelv elfogadása" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Elfogadott beszélgetések" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Kérelem elküldve. Az elfogadást csoport tulajdonosa fogja bírálni." @@ -1050,9 +1091,9 @@ msgstr "Fiók némítása feloldva" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Másokat hitelesíteni csak a <0><1/> recés pipával rendelkező fiókok képesek. Ezeket a megbízható hitelesítőket a Bluesky jelöli ki." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Mások tevékenységei" @@ -1108,6 +1149,10 @@ msgstr "Helyettesítő szöveg hozzáadása" msgid "Add alt text (optional)" msgstr "Helyettesítő szöveg hozzáadása (nem kötelező)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Helyettesítő szöveg hozzáadása (nem kötelező)" msgid "Add another account" msgstr "Fiók felvétele a listára" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Válaszlánc folytatása" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Válaszlánc bővítése" @@ -1141,6 +1186,10 @@ msgstr "Automatizálási feljegyzés alkalmazása" msgid "Add emoji reaction" msgstr "Emoji-reakció hozzáfűzése" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Tagok felvétele" @@ -1150,9 +1199,9 @@ msgid "Add image" msgstr "Kép csatolása" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" -msgstr "Médiatartalom csatolása a bejegyzéshez" +msgstr "Kép vagy videó csatolása a bejegyzéshez" #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:72 #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:106 @@ -1312,6 +1361,11 @@ msgstr "Felnőttek szexuális kizsákmányolása" msgid "Advanced" msgstr "Haladó beállítások" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Életkor-igazolás" @@ -1337,6 +1391,7 @@ msgstr "janos@pelda.hu" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Mind" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Mostantól minden megtalált ismerősödet követed!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Minden nyelv" @@ -1367,6 +1422,15 @@ msgstr "Minden nyelv" msgid "All languages will be shown in your feeds." msgstr "Jelenleg bármilyen nyelv megjelenhet a hírfolyamaidban." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Itt egy helyen megtalálod az összes elmentett hírfolyamot." @@ -1380,13 +1444,13 @@ msgstr "Hozzáférés megadása a személyes üzenetekhez" msgid "Allow anyone to reply" msgstr "Bárki válaszolhat" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Bejövő üzenetek fogadása" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Csoportbeszélgetéses meghívók fogadása" @@ -1440,10 +1504,10 @@ msgstr "Már van fiókod?" msgid "Already signed in as @{0}" msgstr "Már bejelentkeztél, mint @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "HLYT" msgid "Alt text" msgstr "Helyettesítő szöveg" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Helyettesítő szöveg" @@ -1489,7 +1553,7 @@ msgstr "Hiba történt" msgid "An error occurred" msgstr "Hiba történt" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "A videó tömörítése meghiúsult." @@ -1535,11 +1599,11 @@ msgstr "A QR-kód mentése meghiúsult!" msgid "An error occurred while trying to follow all" msgstr "Az összes felhasználó követése meghiúsult" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "A videó feltöltése meghiúsult. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "A videó feltöltése meghiúsult. Ellenőrizd az internetkapcsolatot, majd próbáld újra." @@ -1626,7 +1690,7 @@ msgstr "Állatkínzás" msgid "Animals" msgstr "Állatok" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Animált GIF" @@ -1638,6 +1702,11 @@ msgstr "Közlemény" msgid "Announcing verification on Bluesky" msgstr "Hitelesítés a Blueskyon" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Bárki" @@ -1781,6 +1850,24 @@ msgstr "Archivált bejegyzés" msgid "Are you really, really sure?" msgstr "Egészen biztos vagy benne?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Biztosan el akarod távolítani ezt a hírfolyamgyűjteményedből?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Biztosan vissza akarod vonni a(z) „{0}” csoportbeszélgetéshez intézett csatlakozási kérelmedet?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Biztosan el akarod vetni ezt a bejegyzést?" @@ -1904,7 +1991,7 @@ msgstr "Elérhető" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Elérhető" msgid "Back" msgstr "Vissza" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Vissza a csevegésekhez" @@ -1961,10 +2048,10 @@ msgstr "A feliratkozás előtt vissza kell igazolnod az e-mail-címedet." #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "A másik fél letiltása és/vagy a beszélgetés törlése" msgid "Block user and/or leave this conversation" msgstr "A másik fél letiltása és/vagy a beszélgetés elhagyása" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Letiltva" @@ -2091,10 +2178,6 @@ msgstr "Az Általad letiltott fiókok nem képesek válaszolni a bejegyzéseidre msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Az Általad letiltott fiókok nem képesek válaszolni a bejegyzéseidre, megemlíteni Téged vagy bármilyen egyéb módon kapcsolatba lépni Veled. A letiltott fiókok bejegyzéseit nem fogod látni és ez fordítva is érvényes." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "Letiltott személy üzenete elrejtve" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "A feljegyző letiltása nem akadályozza meg abban, hogy feljegyzéseket helyezzen a fiókodra." @@ -2111,11 +2194,21 @@ msgstr "A fiók letiltása nem fogja megakadályozni a feljegyzések hozzárende msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "A Bluesky nem tudja megerősíteni a létrehozás dátumát." @@ -2340,7 +2433,7 @@ msgstr "Kamera-hozzáférés szükséges" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Kamera-hozzáférés szükséges" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Kamera-hozzáférés szükséges" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Újraaktiválás megszakítása és kilépés" msgid "Cancel reply" msgstr "Válaszolás megszakítása" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Keresés megszakítása" @@ -2411,7 +2505,7 @@ msgstr "Feliratok (.vtt)" msgid "Captions & alt text" msgstr "Feliratok és helyettesítő szöveg" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "diavetítés" @@ -2435,7 +2529,7 @@ msgstr "Alkalmazásikon megváltoztatása" msgid "Change app icon to \"{0}\"" msgstr "Alkalmazásikon megváltoztatása erre: {0}" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Alkalmazás nyelvének megváltoztatása" @@ -2518,11 +2612,11 @@ msgstr "Ez a meghívó már nem érvényes" msgid "Chat locked" msgstr "A csevegést zárolták." -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Csevegési értesítések – néma" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Csevegési értesítések – hangos" @@ -2536,6 +2630,12 @@ msgstr "Csevegés elnémítva" msgid "Chat not found." msgstr "A csevegés nem található." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "Beállítások" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "A csoport tulajdonosa nem hagyhatja el azt." @@ -2548,22 +2648,22 @@ msgstr "A címzettet nem követi a feladó." msgid "Chat request inbox" msgstr "Csevegési kérelmek" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Csevegési kérelmek" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Csevegések" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Csevegések" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Csevegés némítása feloldva" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Csevegések" @@ -2661,10 +2761,16 @@ msgstr "Válaszd ki, hogy milyen idővonalakat akarsz böngészni! A közösség msgid "Choose your password" msgstr "Jelszó megadása" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Felhasználónév megadása" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Összes adat törlése" @@ -2673,6 +2779,10 @@ msgstr "Összes adat törlése" msgid "Clear all storage data (restart after this)" msgstr "Összes adat törlése (A program újra fog indulni)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "A meghívó megtekintéséhez kattints ide" msgid "Click to open tag menu for {0}" msgstr "A(z) {0} címke menüjének megnyitása" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Üzenetküldés megkísérlése ismét" @@ -2755,6 +2865,7 @@ msgstr "Üzenetküldés megkísérlése ismét" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Üzenetküldés megkísérlése ismét" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Reklámcsík bezárása" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "A bejövő kérelmeket jelző reklámcsík bezárása" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Párbeszédablak bezárása" @@ -2874,7 +2984,7 @@ msgstr "Köszöntő-párbeszédablak bezárása" msgid "Closes password update alert" msgstr "Jelszófrissítési figyelmeztetés bezárása" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "A bejegyzésíró bezárása és a piszkozat elvetése" @@ -2886,7 +2996,7 @@ msgstr "Lista összecsukása" msgid "Collapses list of users for a given notification" msgstr "Egy értesítés felhasználólistájának összecsukása" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Színséma" @@ -2917,7 +3027,7 @@ msgstr "Közösségi irányelvek" msgid "Complete onboarding and start using your account" msgstr "Regisztrációs varázsló befejezése és a Bluesky használatának megkezdése" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Biztonsági kihívás" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Új bejegyzés írása" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Egy bejegyzés legfeljebb {0, plural, other{#}} karakter hosszú lehet" @@ -2936,11 +3046,11 @@ msgstr "Egy bejegyzés legfeljebb {0, plural, other{#}} karakter hosszú lehet" msgid "Compose reply" msgstr "Válaszírás" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "GIF tömörítése folyamatban…" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Videó tömörítése folyamatban…" @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Kapcsolatfelvétel az ügyfélszolgálattal" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Támogatás" @@ -3018,16 +3128,16 @@ msgstr "Névjegyek eltávolítva" #: src/screens/Settings/ContentAndMediaSettings.tsx:53 msgid "Content & Media" -msgstr "Tartalom és média" +msgstr "Tartalom és mellékletek" #: src/screens/Settings/Settings.tsx:205 #: src/screens/Settings/Settings.tsx:208 msgid "Content and media" -msgstr "Tartalom és média" +msgstr "Tartalom és mellékletek" #: src/Navigation.tsx:449 msgid "Content and Media" -msgstr "Tartalom és média" +msgstr "Tartalom és mellékletek" #: src/lib/moderation/useGlobalLabelStrings.ts:18 msgid "Content Blocked" @@ -3134,8 +3244,12 @@ msgstr "A csoportbeszélgetés nem található." msgid "Copied build version to clipboard" msgstr "Buildszám a vágólapra helyezve" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Profil hivatkozásának másolása" msgid "Copy link to starter pack" msgstr "Kezdőcsomag hivatkozásának másolása" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Üzenet szövegének másolása" @@ -3341,7 +3455,7 @@ msgstr "A mentés meghiúsult. Indoklás: {0}" msgid "Could not share – please try again" msgstr "A továbbítás meghiúsult. Próbáld újra." -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Az értesítési beállítások frissítése meghiúsult" @@ -3363,6 +3477,11 @@ msgstr "A GIF-ek betöltése meghiúsult" msgid "Country code" msgstr "Országhívószám" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Automatikus létrehozás" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Regisztráció" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Regisztráció" @@ -3549,7 +3668,7 @@ msgstr "Születési dátum" msgid "Dawn" msgstr "Alkonyat" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Dél" @@ -3632,7 +3751,7 @@ msgstr "Névjegyek törlése" msgid "Delete conversation" msgstr "Beszélgetés törlése" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Törlés helyileg" @@ -3645,7 +3764,7 @@ msgstr "Lista törlése" msgid "Delete message" msgstr "Üzenet törlése" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Üzenet törlése helyileg" @@ -3655,7 +3774,7 @@ msgstr "Fiók törlése" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Bejegyzés törlése" @@ -3676,7 +3795,7 @@ msgstr "Lista törlése" msgid "Delete this post?" msgstr "Bejegyzés törlése" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Törölt tartalom" @@ -3697,10 +3816,6 @@ msgstr "A Plivo hitelesítés után törli ezeket az adatokat" msgid "Deleted list" msgstr "Törölt lista" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "Törölt üzenet" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "Az eszköz nem tudta lefordítani a szöveget :(" msgid "Dialog: adjust who can interact with this post" msgstr "Párbeszédablak: A bejegyzés kapcsolatbalépési jogosultságainak testreszabása" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Félhomályos" @@ -3806,9 +3925,9 @@ msgstr "Letiltva" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Elvetés" msgid "Discard changes?" msgstr "Változtatások elvetése" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Piszkozat elvetése" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Bejegyzés elvetése" @@ -3864,7 +3983,7 @@ msgstr "Bezárás" msgid "Dismiss banner" msgstr "Reklámcsík bezárása" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Hiba bezárása" @@ -3954,13 +4073,13 @@ msgstr "Ne aggódj! A korábbi üzeneteid és beállításaid nem vesztek el és #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Ne aggódj! A korábbi üzeneteid és beállításaid nem vesztek el és msgid "Done" msgstr "Kész" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Koppints kétszer vagy tartsd lenyomva az üzenetet egy reakció hozzáfűzéséhez." @@ -4045,7 +4164,7 @@ msgstr "Helyi törvények miatt a Bluesky bizonyos funkciói jelenleg korlátoz msgid "Duration:" msgstr "Időtartam:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Szürkület" @@ -4176,12 +4295,12 @@ msgstr "A bejegyzés kapcsolatbalépési beállításainak szerkesztése" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Profil szerkesztése" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Profil szerkesztése" @@ -4268,7 +4387,7 @@ msgstr "Bejegyzés beágyazása" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Jelenítsd meg ezt a bejegyzést a honlapodon! Másold ki az alábbi kódrészletet és illeszd be a honlapod HTML-kódjába." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Beágyazott videólejátszó" @@ -4298,18 +4417,18 @@ msgstr "E-mailes kétlépcsős azonosítás kikapcsolása" #: src/components/dialogs/EmbedConsent.tsx:80 #: src/components/dialogs/EmbedConsent.tsx:86 msgid "Enable external media" -msgstr "Külső médiatartalmak engedélyezése" +msgstr "Külső videólejátszók engedélyezése" #: src/screens/Settings/ExternalMediaPreferences.tsx:53 msgid "Enable media players for" -msgstr "Az alábbi külső médialejátszók vannak engedélyezve:" +msgstr "Az alábbi külső videólejátszók vannak engedélyezve:" #: src/view/screens/Storybook/Admonitions.tsx:76 msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Egy fiók értesítéseit a profilján, a <0>harang ikonon <1/> keresztül elérhető menüben módosíthatod." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Leküldéses értesítések engedélyezése" @@ -4400,7 +4519,7 @@ msgstr "Jelszó megadása" msgid "Enter your username and password" msgstr "Add meg a felhasználóneved és a jelszavad" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Teljes képernyős mód" @@ -4408,7 +4527,7 @@ msgstr "Teljes képernyős mód" msgid "Entertainment" msgstr "Szórakozás" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Hiba" @@ -4438,7 +4557,7 @@ msgstr "A fájl mentése meghiúsult" msgid "Error receiving captcha response." msgstr "A captcha válaszának fogadása meghiúsult." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Hiba: {error}" @@ -4450,26 +4569,38 @@ msgstr "Bárki válaszolhat" msgid "Everybody can reply to this post." msgstr "Bárki válaszolhat erre a bejegyzésre." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Bárkitől" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Bárkitől" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Bárkitől" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Minden más" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Követett felhasználók kihagyása a szűrésből" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Szexuális tartalmakat ábrázoló képek." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Felfedezés" msgid "Explore the app" msgstr "Az alkalmazás felfedezése" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Csevegési adatok exportálása" @@ -4572,22 +4703,22 @@ msgstr "Profiladatok exportálása" #: src/screens/Settings/ContentAndMediaSettings.tsx:86 #: src/screens/Settings/ContentAndMediaSettings.tsx:89 msgid "External media" -msgstr "Külső médiatartalmak" +msgstr "Külső videólejátszók" #: src/components/dialogs/EmbedConsent.tsx:54 #: src/components/dialogs/EmbedConsent.tsx:58 msgid "External Media" -msgstr "Külső médiatartalom" +msgstr "Külső videólejátszó" #: src/components/dialogs/EmbedConsent.tsx:70 #: src/screens/Settings/ExternalMediaPreferences.tsx:44 msgid "External media may allow websites to collect information about you and your device. No information is sent or requested until you press the \"play\" button." -msgstr "A külső médiatartalmak engedélyezése lehetővé teszi más honlapok számára az adatgyűjtést Rólad vagy az eszközödről. A „Lejátszás” gomb megnyomásáig semmilyen adatot sem küldünk vagy kérünk le." +msgstr "A külső videólejátszók beágyazásának engedélyezése lehetővé teszi más honlapok számára az adatgyűjtést Rólad vagy az eszközödről. A Lejátszás gomb megnyomásáig semmilyen adatot sem küldünk vagy kérünk le." #: src/Navigation.tsx:380 #: src/screens/Settings/ExternalMediaPreferences.tsx:35 msgid "External Media Preferences" -msgstr "Külső médiatartalmak" +msgstr "Külső videólejátszók" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 msgid "Extremist content" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "A csatlakozási kérelem elfogadása meghiúsult" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Az emoji-reakció hozzáfűzése meghiúsult" @@ -4626,6 +4757,7 @@ msgstr "A felhasználónév megváltoztatása meghiúsult. Próbáld újra." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "A hivatkozás másolása meghiúsult" @@ -4698,10 +4830,6 @@ msgstr "Az ismerőseid követése meghiúsult. Próbáld újra" msgid "Failed to hide suggestion, please check your internet connection" msgstr "A javaslat elrejtése meghiúsult. Ellenőrizd az internetkapcsolatot" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "A csatlakozási kérelem figyelmen kívül hagyása meghiúsult" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "A csatlakozás meghiúsult. Próbáld újra később." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "A csoportbeszélgetés elhagyása meghiúsult" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "A csevegések betöltése meghiúsult" @@ -4735,8 +4863,11 @@ msgstr "A hírfolyamok betöltése meghiúsult" msgid "Failed to load feeds preferences" msgstr "A hírfolyambeállítások betöltése meghiúsult" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Az értesítési beállítások betöltése meghiúsult." @@ -4767,12 +4898,13 @@ msgstr "A javasolt személyek betöltése meghiúsult" msgid "Failed to lock group chat" msgstr "A csoportbeszélgetés zárolása meghiúsult" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "A csevegések megjelölése olvasottként meghiúsult" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "A kérelmek megjelölése olvasottként meghiúsult" @@ -4789,6 +4921,10 @@ msgstr "A bejegyzés kitűzése meghiúsult" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "A Germ DM újra összekapcsolása meghiúsult. Hibaüzenet: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "A csatlakozási kérelem elutasítása meghiúsult" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Hálózati hiba miatt az adatok eltávolítása meghiúsult. Ellenőrizd az internetkapcsolatot." @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "Az adatok eltávolítása meghiúsult. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Az emoji-reakció eltávolítása meghiúsult" @@ -4830,7 +4966,7 @@ msgstr "A kérelem visszavonása meghiúsult. Próbáld újra később." msgid "Failed to resolve location. Please try again." msgstr "A tartózkodási hely megállapítása meghiúsult. Próbáld újra." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "A piszkozat mentése meghiúsult" @@ -4898,7 +5034,7 @@ msgstr "A hírfolyamok frissítése meghiúsult" msgid "Failed to update notification declaration" msgstr "Az értesítési beállítások frissítése meghiúsult" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "A beállítások mentése meghiúsult" @@ -4973,7 +5109,7 @@ msgstr "Visszajelzés elküldve az üzemeltetőnek" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Frissítések keresése" msgid "File saved successfully!" msgstr "A fájl mentése sikeresen megtörtént" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "Szűrés mellékletek szerint" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "Szűrés mellékletek szerint (jelenleg: {currentLabel})" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Kiszűrés a hírfolyamokból" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Szűrés nyelv alapján" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Szűrés nyelv alapján (Jelenlegi: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "A saját tevékenységekről szóló értesítések engedélyeinek megszabása" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Értesítések forrásainak szűrése" @@ -5081,7 +5238,7 @@ msgstr "Követendő személyek felfedezése" msgid "Find people you know" msgstr "Ismerősök felkutatása" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Bejegyzések, felhasználók és hírfolyamok felfedezése a Blueskyon" @@ -5361,7 +5518,8 @@ msgstr "Négy szövegbuborék, amelyek egy csoportbeszélgetést szimbolizálnak msgid "Free your feed" msgstr "Szabadítsd fel a hírfolyamodat!" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "Forrás" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "A(z) <0/> hírfolyamból" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Kezdőcsomag létrehozása" @@ -5414,43 +5577,51 @@ msgstr "A Germ DM újra összekapcsolva" msgid "Get help" msgstr "Súgó" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Értesítés, ha valaki regisztrál a kezdőcsomagoddal, megváltozik a hitelesítési állapotod vagy más egyéb esemény történik." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Értesítés, ha valaki követni kezd Téged." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Értesítés, ha valaki kedveli az egyik bejegyzésedet." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Értesítés, ha valaki kedveli az egyik megosztott bejegyzésedet." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Értesítés, ha valaki megemlít Téged." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Értesítés, ha valaki idézi az egyik bejegyzésedet." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Értesítés, ha valaki válaszol az egyik bejegyzésedre." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Értesítés, ha valaki megosztja az egyik bejegyzésedet." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Értesítés, ha valaki megosztja az egyik megosztott bejegyzésedet." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "Értesítés, ha vannak bejövő csevegési kérelmeid." + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "Értesítés, ha vannak bejövő üzeneteid." + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Értesítés, ha egy követett bejegyzéssel kapcsolatban történik valami." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Rendben" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF sikeresen feltöltve" @@ -5631,7 +5802,7 @@ msgstr "Hozzáférés megadása" #: src/view/com/composer/labels/LabelsBtn.tsx:197 #: src/view/com/composer/labels/LabelsBtn.tsx:200 msgid "Graphic Media" -msgstr "Grafikus médiatartalom" +msgstr "Grafikus képek és videók" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 msgid "Graphic violent content" @@ -5686,7 +5857,7 @@ msgstr "Csoportbeszélgetés némítása feloldva" msgid "Group Chats" msgstr "Csoportbeszélgetések" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Csoportbeszélgetésekben csak felnőtt felhasználók vehetnek részt." @@ -5784,7 +5955,7 @@ msgstr "Ha már rendelkezel kóddal, <0>kattints ide." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Tévesen állapítottuk meg a tartózkodási helyedet? <0>Koppints ide a GPS-es ellenőrzéshez." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Problémába ütköztél?" @@ -5973,7 +6144,7 @@ msgstr "Hmmmm… Az adatok betöltése meghiúsult. A részleteket alább látha msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm… Ez a moderálási szolgáltatás nem található." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Egy pillanat! A videófeltöltés lehetősége még nem mindenki számára elérhető. Próbáld újra később." @@ -6064,7 +6235,7 @@ msgstr "Ha úgy véled, hogy ez a születési dátum helytelen, akkor <0>kattint #: src/features/liveEvents/components/LiveEventFeedOptionsMenu.tsx:118 msgid "If you choose to hide all events, you can always re-enable them from <0>Settings → Content & Media." -msgstr "Ha a jövőben mégis szeretnél eseményeket látni, akkor a <0>Beállítások → Tartalom és média menüben újra engedélyezheted őket." +msgstr "Ha a jövőben mégis szeretnél eseményeket látni, akkor a <0>Beállítások → Tartalom és mellékletek menüben újra engedélyezheted őket." #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:272 msgid "If you delete this list, you won't be able to recover it." @@ -6102,12 +6273,12 @@ msgstr "Ha fejlesztő vagy, saját kiszolgálót is üzemeltethetsz." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Ha meg akarod változtatni a felhasználónevedet vagy az e-mail-címedet, azt még a deaktiválás előtt tedd meg!" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Kép" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "{0}. kép" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "{1}/{0}. kép" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "{imageCount}/{0}. kép" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Képgyorsítótár kiürítve. {0} hely felszabadult." #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Galéria – {0} kép" @@ -6201,43 +6372,77 @@ msgstr "Importálás dátuma: {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Az életkorodnak megfelelő tartalmak megjelenítése érdekében tudnunk kell a születési dátumodat. Ezt az adatot csak egyszer fogjuk elkérni Tőled és bizalmasan kezeljük." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "Alkalmazáson belüli" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Alkalmazáson belüli értesítések" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "Alkalmazáson belüli, mindenkitől" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "Alkalmazáson belüli, az Általad követett személyektől" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "Alkalmazáson belüli, leküldéses" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "Alkalmazáson belüli, leküldéses, mindenkitől" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "Alkalmazáson belüli, leküldéses, az Általad követett személyektől" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Nincsenek beérkező üzenetek" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Elfogytak a beérkező üzenetek." +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Érvénytelen felhasználónév vagy jelszó" @@ -6334,7 +6539,6 @@ msgstr "Meghívókód" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Érvénytelen meghívókód. Ellenőrizd a helyességét, majd próbáld újra." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Ismerősök meghívása" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Ismerősök meghívása" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Olyan, mint egy meghívó, csak személyesebb" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "Helytelenül állapítottuk meg a tartózkodási helyedet? <0>Koppints ide a megerősítéshez. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "Helytelenül állapítottuk meg a tartózkodási helyedet? <0>Koppints ide a megerősítéshez." #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Még csak Te szerepelsz a kezdőcsomagban. A fenti keresővel másokat is hozzáadhatsz." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "Állásazonosító: {0}" @@ -6469,8 +6672,8 @@ msgstr "Csatlakozz hozzánk!" msgid "Journalism" msgstr "Sajtó" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Szerkesztés folytatása" @@ -6479,11 +6682,6 @@ msgstr "Szerkesztés folytatása" msgid "Keep me posted" msgstr "Feliratkozás értesítésekre" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Tag kirúgása" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "A KWS honlapja" @@ -6518,6 +6716,10 @@ msgstr "A fiókodra helyezett feljegyzések" msgid "Labels on your content" msgstr "A tartalmadra helyezett feljegyzések" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Nyelvi beállítások" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Legutóbbi kérelem: épp most" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Legújabb" @@ -6562,6 +6764,16 @@ msgstr "További információ" msgid "Learn More" msgstr "További információ" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "További információ az életkor-igazolásról" @@ -6765,16 +6977,16 @@ msgstr "{0, plural, one {#} other {#}} felhasználó kedveli" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "{likeCount, plural, one {#} other {#}} felhasználó kedveli" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Kedvelések" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Megosztott bejegyzések kedvelése" @@ -6954,9 +7166,7 @@ msgstr "Új értesítések betöltése" msgid "Load new posts" msgstr "Új bejegyzések betöltése" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Csevegés betöltése…" @@ -7065,18 +7275,20 @@ msgstr "Hitelesítési beállítások" msgid "Manage your muted words and tags" msgstr "Elnémított szavak és címkék kezelése" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Összes megjelölése olvasottként" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "Összes csevegés megjelölése olvasottként" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "Összes kérelem megjelölése olvasottként" @@ -7085,15 +7297,16 @@ msgstr "Összes kérelem megjelölése olvasottként" msgid "Mark as read" msgstr "Megjelölés olvasottként" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Összes üzenet megjelölve olvasottként" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "Olvasottnak jelölve" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "Olvasottnak jelölve" @@ -7102,23 +7315,24 @@ msgstr "Olvasottnak jelölve" msgid "Maybe later" msgstr "Talán később" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" -msgstr "Média" +msgstr "Mellékletek" #. Example: "Media stored on John's iPhone" #. placeholder {0}: draft.draft.deviceName #: src/view/com/composer/drafts/DraftItem.tsx:119 msgid "Media stored on {0}" -msgstr "A médiatartalmak a következő eszközön érhetők el: {0}" +msgstr "A csatolt mellékletek a következő eszközön érhetők el: {0}" #: src/view/com/composer/drafts/DraftItem.tsx:117 msgid "Media stored on another device" -msgstr "A médiatartalmak egy másik eszközön érhetők el" +msgstr "A mellékletek egy másik eszközön érhetők el" #: src/view/com/composer/labels/LabelsBtn.tsx:206 msgid "Media that may be disturbing or inappropriate for some audiences." -msgstr "A nyugalom megzavarására alkalmas vagy felnőtt témákat ábrázoló médiatartalom." +msgstr "A nyugalom megzavarására alkalmas vagy felnőtt témákat ábrázoló képek." #: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." @@ -7137,29 +7351,32 @@ msgstr "A tagok továbbra is képesek lesznek az üzenetek elolvasására, de ú msgid "mentioned users" msgstr "a megemlített felhasználók" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Említések" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menü" -#: src/screens/Messages/components/MessageInput.tsx:202 -msgid "Message" -msgstr "Üzenet megadása" - -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 msgctxt "action" msgid "Message" msgstr "Üzenet küldése" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" +msgid "Message" +msgstr "Üzenet" + #. placeholder {0}: profile.handle #: src/components/dms/MessageProfileButton.tsx:99 msgid "Message {0}" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Üzenet törölve" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Az üzenet elküldése meghiúsult." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "@{0} üzenete: {1}" @@ -7193,21 +7410,15 @@ msgstr "@{0} üzenete: {1}" msgid "Message from server: {0}" msgstr "A kiszolgáló üzenete: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Üzenetbeviteli mező" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Az üzenet túl hosszú" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Az üzenet túl hosszú ({MAX_DM_GRAPHEME_LENGTH}/{graphemeCount})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Üzenetlehetőségek" @@ -7215,11 +7426,11 @@ msgstr "Üzenetlehetőségek" msgid "Messages" msgstr "Üzenetek" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "A másik fél üzenetei el vannak rejtve, mivel letiltott Téged." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "A másik fél üzenetei el vannak rejtve, mivel letiltottad őt." @@ -7238,7 +7449,7 @@ msgstr "Félrevezető tartalom" #: src/view/com/composer/drafts/DraftItem.tsx:131 msgid "Missing media" -msgstr "Hiányzó médiatartalmak" +msgstr "Hiányzó melléklet" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -7343,7 +7554,7 @@ msgstr "Zene" msgid "Mute" msgstr "Elnémítás" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Szerzői jogsértést, jogi követelést vagy szabályzatszegést jelent msgid "Nevermind, create a handle for me" msgstr "Mégse – hozzon létre egy felhasználónevet automatikusan" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Új" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Új" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{firstAuthorLink} új {postsCount, plural, one {bejegyzést} other {bejegyzéseket}} tett közzé" @@ -7537,11 +7752,11 @@ msgstr "{firstAuthorName} új {postsCount, plural, one {bejegyzést} other {beje #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Új csevegés" @@ -7574,9 +7789,9 @@ msgstr "Új e-mail-cím" msgid "New Feature" msgstr "Új funkció" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Új követők" @@ -7608,6 +7823,18 @@ msgstr "Új felhasználónév" msgid "New list" msgstr "Új lista" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "Új csevegési kérelmek" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "Új üzenetek" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Tovább" msgid "Next image" msgstr "Következő kép" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Éjfél" @@ -7761,7 +7988,7 @@ msgstr "Abbahagytad {0} követését" #: src/view/screens/Profile.tsx:471 msgid "No media yet" -msgstr "Még nincsenek médiatartalmak" +msgstr "Még nincsenek mellékletek" #: src/screens/Messages/components/ChatListItem.tsx:311 msgid "No messages yet" @@ -7779,12 +8006,12 @@ msgstr "Névtelen" msgid "No notifications yet!" msgstr "Még nincsenek értesítéseid." -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Senkitől" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Senkitől" @@ -7822,6 +8049,10 @@ msgstr "Még nincsenek idézések" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Még nincsenek előzmények. Ha kiválasztasz egy GIF-et, akkor a jövőben itt megtalálhatod." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Még nincsenek válaszok" @@ -7856,10 +8087,18 @@ msgstr "Nincs találat" msgid "No results found for \"{query}\"" msgstr "A(z) „{query}” kifejezésre nincs találat" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "A(z) „<0>{query}” kifejezésre nincs találat." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Nincs találat." @@ -7868,11 +8107,6 @@ msgstr "Nincs találat." msgid "No Starter Packs yet" msgstr "Még nincsenek kezdőcsomagok" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "Nincs szöveg" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Intim területeket ábrázoló nem szexuális képek" msgid "Non-sexual Nudity" msgstr "Nemszexuális meztelenség" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "Ezen a platformon nem elérhető" @@ -7954,26 +8193,27 @@ msgstr "Megjegyzés: Ez a bejegyzés csak a bejelentkezett felhasználók szám msgid "Nothing saved yet" msgstr "Még semmit sem mentettél" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Értesítési beállítások" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Értesítési hangok" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "Ennek a számnak telefonszámnak kell lennie" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Ki" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "Az egyik címzett nem kíván részt venni csoportbeszélgetésekben." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Az egyik címzett letiltott Téged, ezért nem veheted fel vele a kapcsolatot." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Legalább egy GIF-ről hiányzik a helyettesítő szöveg." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Legalább egy képről hiányzik a helyettesítő szöveg." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "A kiválasztott fájlok közül legalább egy nem támogatott formátumú." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "A kiválasztott fájlok közül legalább egy túl nagy. A korlát {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Legalább egy piszkozat túl hosszú. {MAX_DRAFT_GRAPHEME_LENGTH, plural, other {Korlát: # karakter.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Legalább egy videóról hiányzik a helyettesítő szöveg." @@ -8083,7 +8323,7 @@ msgstr "Csak {0} válaszolhatnak." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "{1, selectordinal, one {Az #} other {A #}} kiválasztottból csak az első {0} fényképet lehetett csatolni. A korlát {MAX_GALLERY_IMAGES} melléklet." @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Csatlakozási kérelmeket csak adminisztrátorok hagyhatnak jóvá." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Csatlakozási kérelmeket csak adminisztrátorok hagyhatnak figyelmen kívül." +msgid "Only admins can reject join requests." +msgstr "Csatlakozási kérelmeket csak adminisztrátorok utasíthatnak el." #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Csak a(z) {0} által követett személyek csatlakozhatnak." msgid "Only people the chat owner follows can join" msgstr "Csak a csoportbeszélgetés tulajdonosa által követett személyek csatlakozhatnak" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "Csak a mellékletekkel rendelkező bejegyzések megtartása" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Csak a WebVTT (.vtt) formátum támogatott" @@ -8140,6 +8392,10 @@ msgstr "Hoppá! Ez a profil nem létezik. Próbálj beolvasni egy másikat." msgid "Oops!" msgstr "Hoppá!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Profilképkészítő megnyitása" @@ -8170,9 +8426,8 @@ msgstr "Piszkozat szerkesztése" msgid "Open drawer menu" msgstr "Oldalsó menü megnyitása" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Emojiválasztó megnyitása" @@ -8280,7 +8535,7 @@ msgstr "A tartalomfigyelmeztetések alkalmazására alkalmas párbeszédablak me msgid "Opens a dialog to choose who can interact with this post" msgstr "Párbeszédablak megnyitása, ahol megadhatod, hogy ki léphet kapcsolatba a bejegyzéssel" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "A QR-kódos kártya választható színsémáinak megtekintése" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "A készülék kamerájának megnyitása" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "A készülék galériájának megnyitása. A bejegyzéshez legfeljebb {MAX_GALLERY_IMAGES, plural, other {# kép}}, vagy egy videó vagy GIF csatolható." @@ -8329,7 +8584,7 @@ msgstr "Regisztrációs varázsló indítása" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Bejelentkezési varázsló megnyitása" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Teljes kép megtekintése" @@ -8513,12 +8768,12 @@ msgstr "Megváltoztattad a jelszavad" msgid "Password updated!" msgstr "Megváltoztattad a jelszavad!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Szünet" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "GIF szüneteltetése" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Videó szüneteltetése" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Személyek" @@ -8550,17 +8805,17 @@ msgstr "A(z) @{0} által követett személyek" msgid "People following @{0}" msgstr "Az őt követő személyek: @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Követett személyektől" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Követett személyektől" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Követett személyektől" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Az Általad követett személyek kérelmezhetik a csatlakozást" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Az Általad követett személyek" @@ -8610,7 +8866,7 @@ msgstr "Telefonszám hitelesítve" msgid "Photography" msgstr "Fényképészet" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Színséma kiválasztása" @@ -8658,7 +8914,7 @@ msgstr "Kitűzött hírfolyamok" msgid "Pinned to your feeds" msgstr "Kitűzted a hírfolyamot" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Lejátszás" @@ -8668,7 +8924,7 @@ msgstr "Lejátszás" msgid "Play {0}" msgstr "{0} lejátszása" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "GIF lejátszása" @@ -8681,11 +8937,11 @@ msgstr "Videó lejátszása" msgid "Play Video" msgstr "Videó lejátszása" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "GIF lejátszása/szüneteltetése" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Videó lejátszása/szüneteltetése" @@ -8722,7 +8978,7 @@ msgstr "Kérjük, kattints a tőlünk kapott e-mailben található hivatkozásra msgid "Please complete the verification captcha." msgstr "Végezd el a captchás ellenőrzést." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "A videófeltöltéshez először hitelesítened kell az e-mail-címedet." @@ -8865,7 +9121,7 @@ msgstr "Politika" msgid "Porn" msgstr "Pornó" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Közzététel" @@ -8885,12 +9141,12 @@ msgstr "Fénykép közzététele" msgid "Post a video" msgstr "Videó közzététele" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Összes közzététele" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Közzététel mégis" @@ -8982,6 +9238,10 @@ msgstr "Bejegyzés kitűzése felolva" msgid "Posts" msgstr "Bejegyzések" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "A különböző bejegyzéseket a szövegük, címkéik vagy mindkettő által is elnémíthatod. Javasoljuk a gyakori szavak kerülését, mivel ez bizonyos esetekben az összes bejegyzés elrejtését is eredményezheti." @@ -9067,11 +9327,11 @@ msgstr "Adatvédelmi irányelvek" msgid "Privacy violation of a minor" msgstr "Kiskorúak személyes jogainak megsértése" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "GIF feldolgozása folyamatban…" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Videó feldolgozása folyamatban…" @@ -9083,7 +9343,7 @@ msgstr "Feldolgozás folyamatban…" msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Nyilvános, megosztható fióklisták a tömeges elnémításhoz vagy letiltáshoz." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Bejegyzés közzététele" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Bejegyzések közzététele" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Válaszok közzététele" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Válasz közzététele" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Leküldéses" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Leküldéses értesítések" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Leküldéses, mindenkitől" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Leküldéses, az Általad követett személyektől" @@ -9188,10 +9448,10 @@ msgstr "Leválasztottad az idézetet" msgid "Quote posts disabled" msgstr "Idézés letiltva" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Idézések" @@ -9238,10 +9498,15 @@ msgstr "Fiók újraaktiválása" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "{0, plural, other {# további válasz}} megtekintése" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "További információ a keresésszűrőkről (angol nyelven)" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Valódi emberek." msgid "Reason for appeal" msgstr "Fellebbezési ok" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Alkalmazáson belüli értesítések fogadása" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Leküldéses értesítések fogadása" @@ -9304,7 +9569,7 @@ msgstr "Leküldéses értesítések fogadása" msgid "Recent GIFs" msgstr "GIF-előzmények" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Keresési előzmények" @@ -9339,8 +9604,8 @@ msgstr "Csevegési kérelem elutasítása" msgid "Reject join request" msgstr "Csatlakozási kérelem elutasítása" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Beszélgetések újratöltése" @@ -9379,9 +9644,9 @@ msgstr "{displayName} eltávolítása a csoportbeszélgetésből" msgid "Remove {displayName}?" msgstr "Biztosan el akarod távolítani {displayName} felhasználót?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "{historyItem} törlése" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Hírfolyam eltávolítása" msgid "Remove feed?" msgstr "Hírfolyam eltávolítása" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Eltávolítás a csevegésből" @@ -9466,11 +9736,16 @@ msgstr "Kép eltávolítása" msgid "Remove live status" msgstr "Élőadásos állapot eltávolítása" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "Tag eltávolítása" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Szó némításának feloldása" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Profil eltávolítása" @@ -9507,11 +9782,11 @@ msgstr "Hitelesítés eltávolítása" msgid "Remove your verification for this account?" msgstr "Biztosan el akarod távolítani a hitelesítésedet erről a fiókról?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Eltávolította a szerző" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Eltávolítottad ezt a tartalmat" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Válasz a bejegyzésedre" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "{senderName} üzenete, amelyre válaszoltak. Ugrás koppintásra" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "Üzenet, amelyre válaszoltak. Ugrás koppintásra" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Válaszok" @@ -9609,12 +9884,12 @@ msgstr "Válaszadás letiltva" msgid "Replies to this post are disabled." msgstr "A bejegyzés alatti válaszadás le van tiltva." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Válasz" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Válasz közzététele" @@ -9652,7 +9927,7 @@ msgstr "Válasz láthatósága frissítve" msgid "Reply was successfully hidden" msgstr "Elrejtetted a választ" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Hírfolyam jelentése" msgid "Report list" msgstr "Lista jelentése" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Üzenet jelentése" @@ -9783,9 +10058,9 @@ msgstr "{reposter} megosztotta" msgid "Reposted by you" msgstr "Megosztottad" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Megosztások" @@ -9793,9 +10068,9 @@ msgstr "Megosztások" msgid "Reposts of this post" msgstr "A bejegyzés megosztásai" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Megosztott bejegyzések megosztása" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Kód kérelmezése" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Kérelem figyelmen kívül hagyva." +msgid "Request rejected." +msgstr "Kérelem elutasítva." #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Kérelem elküldve" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Kérelmek" @@ -9934,9 +10209,9 @@ msgstr "A legutóbb meghiúsult folyamat újrapróbálása" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Születési dátum mentése" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Változtatások mentése" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Változtatások mentése" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Mentés" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Piszkozat mentése" @@ -10089,8 +10364,8 @@ msgstr "Hírfolyam elmentve" msgid "Say hello!" msgstr "Köszönj!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Írj valakinek!" @@ -10120,7 +10395,7 @@ msgstr "Görgetés balra" msgid "Scroll right" msgstr "Görgetés jobbra" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "Ugrás az üzenethez, amelyre válaszoltak" @@ -10131,8 +10406,11 @@ msgstr "Vissza a tetejére" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Keresés" @@ -10186,17 +10464,13 @@ msgstr "További hírfolyamok keresése" msgid "Search for people" msgstr "Személyek keresése" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Bejegyzések, fiókok és hírfolyamok keresése" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "GIF-ek keresése" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "A kereséshez jelenleg bejelentkezés szükséges" @@ -10225,6 +10499,10 @@ msgstr "Keresés a bejegyzések között" msgid "Search profiles" msgstr "Profilok keresése" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Keresés…" @@ -10319,7 +10597,7 @@ msgstr "Indok megadása" msgid "Select account" msgstr "Fiók kiválasztása" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Alkalmazás nyelvének megadása" @@ -10357,6 +10635,11 @@ msgstr "Nyelvek kiválasztása" msgid "Select duration" msgstr "Hossz megadása" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Fiók kiválasztása" @@ -10388,7 +10671,7 @@ msgstr "Csoportbeszélgetés tagjainak megadása" msgid "Select how long to mute this word for." msgstr "Add meg, hogy milyen sokáig legyen ez a szó elnémítva." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,13 +10739,13 @@ msgstr "Válaszd ki az érdeklődési köreidet az alábbi lehetőségek közül msgid "Select your preferred language for translations in your feed." msgstr "Add meg, hogy milyen nyelvre szeretnéd lefordítani a bejegyzéseket." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Kívánt értesítési csatornák megadása" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." -msgstr "Egy bejegyzéshez csak egyféle médiatartalom csatolható." +msgstr "Egy bejegyzéshez csak egyféle melléklet csatolható." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 msgid "Self-harm or dangerous behaviors" @@ -10491,8 +10774,7 @@ msgstr "Hibajelentés küldése" msgid "Send feedback" msgstr "Visszajelzés küldése" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Üzenet küldése" @@ -10526,9 +10808,9 @@ msgid "Send via direct message" msgstr "Továbbítás személyes üzenetben" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" -msgstr "" +msgstr "Elküldve ekkor: {0}" #: src/components/contacts/screens/PhoneInput.tsx:283 msgid "Sent to our phone number verification provider Plivo" @@ -10574,7 +10856,7 @@ msgstr "E-mail cím beállítása jelszóvisszaállításhoz" msgid "Settings" msgstr "Beállítások" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Saját tevékenységértesítési beállítások" @@ -10582,39 +10864,49 @@ msgstr "Saját tevékenységértesítési beállítások" msgid "Settings for allowing others to be notified of your posts" msgstr "Mások Tőled érkező értesítéseit érintő beállítások" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Kedveléses értesítések beállításai" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Megemlítéses értesítések beállításai" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Új követős értesítések beállításai" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Egyéb értesítések beállításai" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Megosztott bejegyzések kedveléséses értesítéseinek beállításai" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "Új csevegési kérelmek értesítéseinek beállításai" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "Új üzenetek értesítéseinek beállításai" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Megosztott bejegyzések megosztásos értesítéseinek beállításai" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Idézéses értesítések beállításai" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Válaszos értesítések beállításai" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Megosztásos értesítések beállításai" @@ -10684,6 +10976,11 @@ msgstr "Saját profil megosztása" msgid "Share post at:// URI" msgstr "Bejegyzés „at://” URI-jének továbbítása" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "Profil megosztása" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "QR-kód továbbítása" msgid "Share this feed" msgstr "Hírfolyam továbbítása" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Kezdőcsomag továbbítása" @@ -10726,7 +11027,7 @@ msgstr "„Megosztott beállítások” tesztelő" msgid "Show" msgstr "Megjelenítés" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Helyettesítő szöveg megjelenítése" @@ -10864,13 +11165,13 @@ msgstr "Tartalom megjelenítése" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Bejelentkezés szükséges" msgid "Signed in as @{0}" msgstr "Bejelentkezve, mint @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Kihagyás" msgid "Skip contact sharing and continue to the app" msgstr "Kihagyás és az alkalmazás használatának folytatása" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Üres bejegyzések kihagyása" @@ -10980,7 +11286,7 @@ msgstr "Bevezető kihagyása és fiók használatának megkezdése" msgid "Skip to next step" msgstr "Lépés kihagyása" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "csúszka" @@ -10998,7 +11304,7 @@ msgstr "Csak gyűlnek a gondolatok… Szeretnél közzétenni egyet?" #: src/components/WelcomeModal.tsx:151 msgid "Social media you control." -msgstr "Közösségi média, amelyet Te irányítasz." +msgstr "Közösségi oldal, amelyet Te irányítasz." #: src/lib/interests.ts:58 msgid "Software Dev" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Valaki elhagyta a csoportot." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Valaki {0} emojival reagált" @@ -11223,7 +11529,7 @@ msgstr "Állapot" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "{1}/{0}. lépés" @@ -11279,12 +11585,12 @@ msgstr "Feliratkozás" #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:447 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:476 msgid "Subscribe on {0}" -msgstr "" +msgstr "Feliratkozás – {0}" #. placeholder {0}: highlightedPublisher.name #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:475 msgid "Subscribe to {publicationTitle} on {0}" -msgstr "" +msgstr "Feliratkozás a(z) {publicationTitle} kiadványra a következőn: {0}" #. placeholder {0}: labelerInfo.creator.handle #: src/screens/Profile/Sections/Labels.tsx:231 @@ -11295,11 +11601,11 @@ msgstr "Az alábbi feljegyzési kategóriák használatához iratkozz fel a(z) @ msgid "Subscribe to account activity" msgstr "Feliratkozás fióktevékenységi értesítésekre" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Feliratkozás a feljegyzőre" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Feliratkozás a feljegyzőre" @@ -11345,6 +11651,10 @@ msgstr "Számodra javasolt" msgid "Suggestive" msgstr "Felnőtt tartalom" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "Napfény" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Társalogjatok sok szem közt." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Koppints az alábbi gombra, hogy hozzáférést biztosíts a Blueskynak a tartózkodási helyedhez. Ezzel az információval automatikusan és pontosan meghatározhatjuk a régiódban megjeleníthető tartalmakat és beállításokat." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Részletek" @@ -11474,7 +11784,7 @@ msgstr "Koppints ide a(z) „{0}” reakció eltávolításához" msgid "Tap to request access to join this group chat" msgstr "Koppints ide a csatlakozási kérelem küldéséhez" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Koppints ide az újrapróbálkozáshoz" @@ -11487,7 +11797,7 @@ msgstr "Koppints ide a(z) {0} reakció megtekintéséhez" msgid "Tap to show all reactions" msgstr "Koppints ide az összes reakció megtekintéséhez" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Koppints ide a reakciók megtekintéséhez" @@ -11671,8 +11981,8 @@ msgstr "Az eredeti bejegyzést a szerzője <0>{suggestedLanguageName} nyelv msgid "The Privacy Policy has been moved to <0/>" msgstr "Az adatvédelmi irányelvek elköltöztek: <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "A kiválasztott fájl meghaladja {VIDEO_MAX_SIZE_MB, selectordinal, one {az #} other {a #}} MB-os korlátot. Válassz ki egy kisebb videót." @@ -11834,10 +12144,25 @@ msgstr "Jelenleg rengeteg új felhasználó csatlakozik a Blueskyhoz. A fiókoda msgid "These are your default settings" msgstr "Ezek az alapértelmezett beállítások" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Az alábbi beállítások csak a Követett hírfolyamra vonatkoznak." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "Csoporttulajdonos" @@ -11934,7 +12259,7 @@ msgstr "Ez a tartalom általános figyelmeztetéssel lett ellátva a moderátoro #. placeholder {0}: externalEmbedLabels[source] #: src/components/dialogs/EmbedConsent.tsx:63 msgid "This content is hosted by {0}. Do you want to enable external media?" -msgstr "Ezt a tartalmat a(z) {0} üzemelteti. Szeretnéd engedélyezni a külső médiatartalmak megjelenítését?" +msgstr "Ezt a tartalmat a(z) {0} üzemelteti. Szeretnéd engedélyezni a külső videólejátszók beágyazását?" #: src/components/moderation/ModerationDetailsDialog.tsx:88 #: src/lib/moderation/useModerationCauseDescription.ts:85 @@ -11961,6 +12286,11 @@ msgstr "Ez a művelet nem vonható vissza." msgid "This email is already associated with your account." msgstr "Ez az e-mail-cím már hozzá van rendelve a fiókodhoz." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Ez a funkció megengedi más felhasználók számára, hogy feliratkozzanak az új bejegyzéseidről és válaszaidról szóló értesítésekre. Mely felhasználóktól szeretnéd jóváhagyni ezeket a kéréseket?" @@ -12065,13 +12395,13 @@ msgstr "Ez a lista üres." msgid "This message is hidden" msgstr "Rejtett üzenet" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Az üzenet el van rejtve, mivel a másik fél letiltott Téged." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Az üzenet el van rejtve, mivel letiltottad a másik felet." @@ -12109,7 +12439,7 @@ msgstr "Ezt a bejegyzést törölte a szerző" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Ez a bejegyzés el lesz rejtve a hírfolyamokból és a válaszláncokból. Ez a művelet nem vonható vissza." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "A szerző letiltotta az idézést." @@ -12273,7 +12603,7 @@ msgstr "Ma" msgid "Toggle to enable or disable adult content" msgstr "Felnőtt tartalmak be/ki" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Hang némítása" @@ -12290,7 +12620,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "A névjegyeid mennyisége meghaladta a korlátot" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Felkapott" @@ -12306,8 +12636,8 @@ msgstr "A legjobbra értékelt válaszok elöl" msgid "Topic" msgstr "Témakör" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12362,10 +12692,13 @@ msgstr "Provokálás („trollkodás”)" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "A bizalom kapcsolatok, közösségek és egy megosztott környezet útján alakul ki, ezért bevezetjük a <0>megbízható hitelesítők rendszerét is – ezek olyan egyesületek, amelyek közvetlenül is képesek hitelesíteni másokat." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Próbálkozz másmilyen kifejezésekkel. <0>További információ a keresésszűrőkről (angol nyelven)." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12395,14 +12728,14 @@ msgstr "Próbáld ki!" msgid "TV" msgstr "Televízió" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "Alkonyat" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Kétlépcsős azonosítás (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Üzenet megadása" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Típus:" @@ -12425,7 +12758,7 @@ msgstr "A kiszolgáló nem található. Ellenőrizd az internetkapcsolatot, majd #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "A szolgáltatással való kapcsolatfelvétel meghiúsult. Ellenőrizd az internetkapcsolatot." @@ -12465,7 +12798,7 @@ msgstr "Nem elérhető" msgid "Unavailable feed information" msgstr "Nincs elérhető hírfolyam-információ" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12598,7 +12931,7 @@ msgstr "A csoportbeszélgetés zárolásának feloldása" msgid "Unmute" msgstr "Némítás feloldása" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12684,7 +13017,7 @@ msgstr "Kitűzetlen lista" msgid "Unsnooze email reminder" msgstr "E-mail-cím-emlékeztető elhalasztásának visszavonása" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Leiratkozás" @@ -12693,7 +13026,7 @@ msgstr "Leiratkozás" msgid "Unsubscribe from list" msgstr "Leiratkozás a listáról" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Leiratkozás a feljegyzőről" @@ -12705,10 +13038,15 @@ msgstr "Leiratkoztál a listáról" msgid "Unsupported clipboard content" msgstr "A vágólap tartalma nem támogatott." -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Nem támogatott videóformátum: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Akár 50 személy" @@ -12793,7 +13131,7 @@ msgstr "Feltöltés a fájlkezelőből" msgid "Upload from Library" msgstr "Feltöltés a galériából" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "GIF feltöltése folyamatban…" @@ -12807,7 +13145,7 @@ msgstr "Képek feltöltése folyamatban…" msgid "Uploading link thumbnail..." msgstr "Hivatkozás indexképének feltöltése folyamatban…" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Videó feltöltése folyamatban…" @@ -13042,12 +13380,12 @@ msgstr "Hitelesítés folyamatban…" msgid "Version {0}" msgstr "Verziószám: {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Videó" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "A videó feldolgozása meghiúsult" @@ -13086,12 +13424,12 @@ msgstr "A videó nem található." msgid "Video settings" msgstr "Videóbeállítások" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "A videó feltöltése sikeresen befejeződött" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Videó: {0}" @@ -13099,11 +13437,13 @@ msgstr "Videó: {0}" msgid "Videos" msgstr "Videók" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "A videónak 3 percnél rövidebbnek kell lennie." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Megtekintés" @@ -13192,7 +13532,7 @@ msgstr "Továbbiak megtekintése" msgid "View more trending videos" msgstr "További felkapott videók megtekintése" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Bejegyzés megtekintése" @@ -13266,8 +13606,8 @@ msgstr "Elnémított fiókok megjelenítése" msgid "View your verifications" msgstr "Saját hitelesítések megtekintése" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Teljes kép megtekintése" @@ -13393,7 +13733,7 @@ msgstr "Legalább két érdeklődési kör megadása ajánlott." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Küldtünk egy e-mailt a(z) <0>{0} címre. Kattints rá a benne található hivatkozásra a visszaigazoláshoz." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "A videófeltöltési jogosultságod ellenőrzése meghiúsult. Próbáld újra." @@ -13462,7 +13802,7 @@ msgstr "Hálózati hiba történt. Próbáld újra." msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Bevezetjük a hitelesítés egy új formáját: egy könnyen látható jelvényt." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Örvendünk, hogy megismerhetünk!" @@ -13479,8 +13819,8 @@ msgstr "Sajnáljuk, de a lista lekérése meghiúsult. Ha a probléma fennáll, msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Sajnáljuk, de az elnémított szavak listájának betöltése meghiúsult. Próbáld újra." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Sajnáljuk, de a keresés meghiúsult. Próbáld újra pár percen belül." @@ -13488,7 +13828,7 @@ msgstr "Sajnáljuk, de a keresés meghiúsult. Próbáld újra pár percen belü msgid "We're sorry, you cannot access this screen at this time." msgstr "Sajnáljuk, de jelenleg nem férhetsz hozzá ehhez az oldalhoz." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Sajnáljuk, de törölték a bejegyzést, amire válaszolnál." @@ -13538,8 +13878,13 @@ msgstr "Milyen érdeklődési köreid vannak?" msgid "What do you want to call your starter pack?" msgstr "Milyen címet adnál a kezdőcsomagodnak?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Mi a helyzet?" @@ -13566,8 +13911,8 @@ msgid "Who can verify?" msgstr "Ki hitelesíthet?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Hoppá!" @@ -13625,7 +13970,7 @@ msgstr "Szeretnéd letiltani ezt a felhasználót és/vagy elhagyni a beszélget msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Szeretnéd piszkozatként menteni ezt a bejegyzést, mielőtt megnyitod a további piszkozataidat?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Szeretnéd piszkozatként menteni ezt a bejegyzést?" @@ -13634,12 +13979,12 @@ msgstr "Szeretnéd piszkozatként menteni ezt a bejegyzést?" msgid "Write a post" msgstr "Bejegyzés írása" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Bejegyzés írása" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Válasz írása" @@ -13705,7 +14050,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "A helyi törvények szerint a Bluesky haszálata előtt igazolnod kell az életkorodat." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "{0} le van tiltva" @@ -13743,7 +14088,7 @@ msgstr "Élő adásban vagy" msgid "You are no longer live" msgstr "Az élő adásod véget ért" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Nincs jogosultságod a videófeltöltésre." @@ -13769,7 +14114,7 @@ msgstr "Jelenleg hitelesítve vagy. Ha megváltoztatod a felhasználónevedet, a #: src/screens/Search/modules/ExploreInterestsCard.tsx:46 msgid "You can adjust your interests at any time from \"Content and media\" settings." -msgstr "A megjelenített érdeklődési köröket bármikor szerkesztheted a Tartalom és média menüben." +msgstr "A megjelenített érdeklődési köröket bármikor szerkesztheted a Tartalom és mellékletek menüben." #: src/screens/Settings/components/DeleteAccountDialog.tsx:211 msgid "You can also <0>temporarily deactivate your account instead. Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." @@ -13788,12 +14133,12 @@ msgstr "Emellett lehetőséged van letölteni a csevegési adataidat is, „JSON msgid "You can always opt out and delete your data" msgstr "Ezt az engedélyt bármikor visszavonhatod és törölheted az adataidat" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "A csevegési értesítések hangosítását/némítását az alkalmazáson belüli csevegési beállításokban szabhatod személyre" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "A már létező csevegéseket a fenti beállításoktól függetlenül folytathatod." @@ -13811,11 +14156,11 @@ msgid "You can now sign in with your new password." msgstr "Mostantól bejelentkezhetsz az új jelszóval." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Egy bejegyzéshez csak {MAX_GALLERY_IMAGES, plural, other {# fénykép}} csatolható" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Egy piszkozat legfeljebb 1000 karakter hosszú lehet." @@ -13823,11 +14168,11 @@ msgstr "Egy piszkozat legfeljebb 1000 karakter hosszú lehet." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Egy piszkozat legfeljebb 1000 karakter hosszú lehet. Szeretnéd elvetni ezt a bejegyzést, mielőtt megnyitod a további piszkozataidat?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Egy bejegyzéshez csak egy GIF csatolható." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Egy bejegyzéshez csak egy videó csatolható." @@ -13840,7 +14185,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Továbbra is képes leszel az üzenetek elolvasására, de újakat nem tudsz küldeni." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Egy bejegyzéshez {MAX_GALLERY_IMAGES, plural, other {# kép}} csatolható." @@ -13851,7 +14196,7 @@ msgid "You can update this later from your settings." msgstr "Biztos vagy benne? Ezt a beállítást később is módosíthatod." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "Egy üzenethez legfeljebb {EMOJI_REACTION_LIMIT, plural, one {#} other {#}} reakciót lehet csatolni" @@ -13960,7 +14305,7 @@ msgstr "Visszaigazoltad az e-mail-címedet – most már bezárhatod ezt az abla msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Átmenetileg elérted a videófeltöltési korlátot. Próbáld újra később." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "A piszkozat tartalma megváltozott. Szeretnéd menteni?" @@ -14035,7 +14380,7 @@ msgstr "Egy kezdőcsomag létrehozásához legalább hét különböző személy msgid "You must grant access to your photo library to save a QR code" msgstr "A QR-kód mentéséhez először hozzáférést kell biztosítanod a fényképeidhez" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "A galériához hozzáférés szükséges." @@ -14057,7 +14402,7 @@ msgid "You probably want to restart the app now." msgstr "Lehetséges, hogy most előnyös lenne bezárni és újra megnyitni az alkalmazást." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "{0} emojival reagáltál" @@ -14071,15 +14416,15 @@ msgstr "{0} emojival reagáltál erre: {target}" msgid "You recently changed your birthdate" msgstr "Nemrég megváltoztattad a születési dátumodat" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "Válaszoltál" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "Válaszoltál neki: {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "Válaszoltál magadnak" @@ -14119,11 +14464,11 @@ msgstr "A jövőben képtelen leszel ismét csatlakozni, hacsak meg nem hívnak. msgid "You: {message}" msgstr "Én: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Az ajánlott felhasználókat és hírfolyamokat a regisztráció befejeztétől fogva követni fogod." -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "A fiókod elkészültével követni fogod a javasolt felhasználókat!" @@ -14187,7 +14532,7 @@ msgstr "Elérted az aktív tartalom végét." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Elérted a hírfolyamod végét. Kövess még több fiókot!" -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "A piszkozattár megtelt." @@ -14195,15 +14540,19 @@ msgstr "A piszkozattár megtelt." msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Túllépted az egyidejűleg megengedett legtöbb lekérést. Próbáld újra később." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Elérted az aktív tartalom elejét." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Elérted a napi videófeltöltési korlátot (bájthatár meghaladva)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Elérted a napi videófeltöltési korlátot (videómennyiség meghaladva)" @@ -14211,7 +14560,7 @@ msgstr "Elérted a napi videófeltöltési korlátot (videómennyiség meghaladv msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Kifogytunk a videókból. Mit szólnál egy kis szünethez?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Saját fiók" @@ -14223,7 +14572,7 @@ msgstr "A fiókod törölve. Viszlát! ✌️" msgid "Your account has been suspended" msgstr "A fiókod felfüggesztésre került" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "A fiókod még nem elég idős a videók feltöltéséhez. Próbáld újra később." @@ -14237,7 +14586,7 @@ msgstr "Csoportbeszélgetés létrehozásához a fiókodnak legalább 7 naposnak #: src/screens/Settings/components/ExportCarDialog.tsx:107 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." -msgstr "A fiókod adattára, ami az összes nyilvános adatodat tartalmazza, letölthető egy „CAR” fájlként. Ez a fájl nem tartalmazza a beágyazott médiatartalmakat (pl.: képeket), sem pedig a személyes adataidat, amit külön kell lekérned." +msgstr "A fiókod adattára, ami az összes nyilvános adatodat tartalmazza, letölthető egy „CAR” fájlként. Ez a fájl nem tartalmaz csatolt képeket és videókat, sem pedig a személyes adataidat, amelyeket külön kell lekérned." #: src/screens/Takendown.tsx:210 msgid "Your account was found to be in violation of the <0>Bluesky Social Terms of Service. You have been sent an email outlining the specific violation and suspension period, if applicable. You can appeal this decision if you believe it was made in error." @@ -14355,11 +14704,11 @@ msgstr "A jelszóváltoztatás sikeresen megtörtént. A legközelebbi bejelentk msgid "Your password must be at least 8 characters long." msgstr "A jelszónak legalább 8 karakter hosszúnak kell lennie." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Bejegyzés elküldve" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Bejegyzések elküldve" @@ -14380,7 +14729,7 @@ msgstr "A saját profilképed más fiókok profilképeivel körülvéve, többr msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "A profilod, bejegyzéseid, hírfolyamaid és listáid mostantól el vannak rejtve a többi Bluesky-felhasználó elől. A fiókod újraaktiválásához jelentkezz be." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Válasz elküldve" @@ -14393,7 +14742,7 @@ msgstr "A jelentés címzettje: <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Az érdeklődési köreid megadásával személyre szabhatod a javasolt tartalmakat." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "A közzétételre váró bejegyzések között vannak üresek is. Ezek kihagyásra kerülnek és a maradék egy válaszláncba lesz összefűzve." diff --git a/src/locale/locales/ia/messages.po b/src/locale/locales/ia/messages.po index 52fb2846b0..e609af67db 100644 --- a/src/locale/locales/ia/messages.po +++ b/src/locale/locales/ia/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ia\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:44\n" "Last-Translator: \n" "Language-Team: Interlingua\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(include contento incorporate)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(necun e-mail)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# horas}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# etiquetta} other {# etiquettas}} ha essite applicate a iste conto" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# etiquetta} other {# etiquettas}} ha essite applicate a iste contento" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# secunda} other {# secundas}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# elemento non legite} other {# elementos non legite}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "{0} de 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} ha reagite con {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuta} other {minutas}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} te ha sequite" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "<0>Tu e<1> <2>{0} es includite in tu pacchetto de initio" msgid "⚠Invalid Handle" msgstr "⚠Pseudonymo invalide" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Acceptar requesta" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Conto dissilentiate" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Contos con un marca de verification blau festonate <0><1/> pote verificar alteres. Iste verificatores de confidentia es seligite per Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Activitates de alteres" @@ -1108,6 +1149,10 @@ msgstr "Adder texto alternative" msgid "Add alt text (optional)" msgstr "Adder texto alternative (optional)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Adder texto alternative (optional)" msgid "Add another account" msgstr "Adder altere conto" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Adder un altere publication" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "Adder reaction con emoji" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "Avantiate" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "alice@exemplo.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Toto" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Tote le linguas" @@ -1367,6 +1422,15 @@ msgstr "Tote le linguas" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Tote le canales que tu ha salvate, in un sol loco." @@ -1380,13 +1444,13 @@ msgstr "Permitter accesso a tu messages directe" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "Tu es ja in session como @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Texto alternative" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Texto alternative" @@ -1489,7 +1553,7 @@ msgstr "Un error ha occurrite" msgid "An error occurred" msgstr "Un error ha occurrite" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Un error ha occurrite durante le compression del video." @@ -1535,11 +1599,11 @@ msgstr "Un error ha occurrite durante le salvamento del codice QR!" msgid "An error occurred while trying to follow all" msgstr "Un error ha occurrite durante le tentativa de sequer totes" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "Animales" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF animate" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "Annuncio del verification super Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "Publication archivate" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Es tu secur de voler remover isto de tu canales?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Es tu secur de voler discartar iste publication?" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "Retornar" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Retornar al chats" @@ -1961,10 +2048,10 @@ msgstr "Ante que tu pote reciper notificationes pro le publicationes de {name}, #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Blocate" @@ -2091,10 +2178,6 @@ msgstr "Contos blocate non pote responder in tu filos, mentionar te o interager msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Contos blocate non pote responder in tu filos, mentionar te o interager con te de alcun altere maniera. Tu non videra lor contento e illes non potera vider le tue." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Blocar non impedi que iste etiquettator applica etiquettas a tu conto." @@ -2111,11 +2194,21 @@ msgstr "Le blocage non impedi le application de etiquettas a tu conto, mais iste msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky non pote confirmar le authenticitate del data declarate." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Cancellar le reactivation e clauder session" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Cancellar cerca" @@ -2411,7 +2505,7 @@ msgstr "Subtitulos (.vtt)" msgid "Captions & alt text" msgstr "Subtitulos e texto alternative" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "Cambiar icone de application" msgid "Change app icon to \"{0}\"" msgstr "Cambiar icone de application a \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Cambiar le lingua del application" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Messages de chat - silentiose" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Messages de chat - con sono" @@ -2536,6 +2630,12 @@ msgstr "Chat silentiate" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "Cassa de entrata de requestas de chat" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Requestas de chat" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Configurationes de Chat" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Configurationes de Chat" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat dissilentiate" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Chats" @@ -2661,10 +2761,16 @@ msgstr "Elige tu proprie linea de tempore! Le canales construite per le communit msgid "Choose your password" msgstr "Elige tu contrasigno" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Elige tu nomine de usator" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Rader tote le datos de immagazinage" @@ -2673,6 +2779,10 @@ msgstr "Rader tote le datos de immagazinage" msgid "Clear all storage data (restart after this)" msgstr "Rader tote le datos de immagazinage (reinitiar postea)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Clicca pro tentar inviar le message de novo" @@ -2755,6 +2865,7 @@ msgstr "Clicca pro tentar inviar le message de novo" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Clicca pro tentar inviar le message de novo" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Clauder iste quadro de dialogo" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Claude le alerta de actualisation de contrasigno" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Claude le fenestra de redaction e discarta le minuta del publication" @@ -2886,7 +2996,7 @@ msgstr "Collaber lista de usatores" msgid "Collapses list of users for a given notification" msgstr "Contrahe le lista de usatores pro un notification date" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Directivas del communitate" msgid "Complete onboarding and start using your account" msgstr "Concluder le apprentissage e comenciar a usar tu conto" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Completa le defia" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Scriber un nove publication" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Redige publicationes de usque a {0, plural, other {# characteres}}" @@ -2936,11 +3046,11 @@ msgstr "Redige publicationes de usque a {0, plural, other {# characteres}}" msgid "Compose reply" msgstr "Scriber un responsa" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Compression del video in curso..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Contactar supporto" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Version de compilation copiate al area de transferentia" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Copiar ligamine al profilo" msgid "Copy link to starter pack" msgstr "Copiar ligamine al pacchetto de initio" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Copiar message de texto" @@ -3341,7 +3455,7 @@ msgstr "Non ha essite possibile salvar le cambiamentos: {0}" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Non ha essite possibile actualisar le parametros de notification" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Crea un pacchetto de initio pro me" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Crear conto" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Crear un conto" @@ -3549,7 +3668,7 @@ msgstr "Data de nascentia" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "Deler conversation" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Deler pro me" @@ -3645,7 +3764,7 @@ msgstr "Deler lista" msgid "Delete message" msgstr "Deler message" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Deler message pro me" @@ -3655,7 +3774,7 @@ msgstr "Deler mi conto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Deler publication" @@ -3676,7 +3795,7 @@ msgstr "Deler iste lista?" msgid "Delete this post?" msgstr "Deler iste publication?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Delite" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "Lista delite" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Dialogo: adjusta qui pote interager con iste publication" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Tenue" @@ -3806,9 +3925,9 @@ msgstr "Disactivate" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Discartar" msgid "Discard changes?" msgstr "Discartar cambiamentos?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Discartar minuta?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Discartar publication?" @@ -3864,7 +3983,7 @@ msgstr "Clauder" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Clauder error" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "Preste" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Tocca duo vices o preme longemente le message pro adder un reaction" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Duration:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Modificar le parametros de interaction del publication" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Modificar profilo" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Modificar profilo" @@ -4268,7 +4387,7 @@ msgstr "Incorporar publication" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incorporar iste publication in tu sito web. Basta copiar le sequente fragmento e collar lo in le codice HTML de tu sito web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Reproductor de video incorporate" @@ -4308,8 +4427,8 @@ msgstr "Activar reproductores multimedial pro" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Activa le notificationes de un conto visitante su profilo e premente le <0>icone de campana <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Activar notificationes push" @@ -4400,7 +4519,7 @@ msgstr "Insere tu contrasigno" msgid "Enter your username and password" msgstr "Insere tu nomine de usator e contrasigno" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Passa a plen schermo" @@ -4408,7 +4527,7 @@ msgstr "Passa a plen schermo" msgid "Entertainment" msgstr "Intertenimento" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Error" @@ -4438,7 +4557,7 @@ msgstr "Un error ha occurrite durante le salvamento del file" msgid "Error receiving captcha response." msgstr "Error durante le reception del responsa al captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Error: {error}" @@ -4450,26 +4569,38 @@ msgstr "Totos pote responder" msgid "Everybody can reply to this post." msgstr "Totos pote responder a iste publication." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Totes" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Totes" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Totes" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Tote le resto" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Excluder usatores que tu seque" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Imagines sexual explicite." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Explorar" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Non ha essite possibile adder reaction con emoji" @@ -4626,6 +4757,7 @@ msgstr "Non ha essite possibile cambiar le pseudonymo. Tenta de novo." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Non ha essite possibile cargar le conversationes" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "Non ha essite possibile cargar le preferentias de canales" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Non ha essite possibile cargar le parametros de notification." @@ -4767,12 +4898,13 @@ msgstr "Non ha essite possibile cargar le suggestiones de usatores a sequer" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Non ha essite possibile marcar tote le requestas como legite" @@ -4789,6 +4921,10 @@ msgstr "Non ha essite possibile fixar le publication" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Non ha essite possibile remover reaction con emoji" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "Non ha essite possibile actualisar canales" msgid "Failed to update notification declaration" msgstr "Non ha essite possibile actualisar le declaration de notification" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Non ha essite possibile actualisar le parametros" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Obtener actualisation" msgid "File saved successfully!" msgstr "File salvate con successo!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtro de canales" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filtrar resultatos per lingua" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrar resultatos per lingua (actualmente: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtrar qui pote optar pro reciper notificationes de tu activitate" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Filtrar de qui tu recipe notificationes" @@ -5081,7 +5238,7 @@ msgstr "Trovar personas a sequer" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Trovar publicationes, usatores e canales super Bluesky" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "De" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "De <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Generar un pacchetto de initio" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "Obtener adjuta" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Reciper notificationes quando le personas te seque." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Reciper notificationes quando le personas apprecia tu publicationes." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Reciper notificationes quando le personas te mentiona." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Reciper notificationes quando le personas cita tu publicationes." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Reciper notificationes quando le personas responde a tu publicationes." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Reciper notificationes quando le personas republica tu publicationes." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Comenciar" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "Tu ha un codice? <0>Clicca hic." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Problemas?" @@ -5973,7 +6144,7 @@ msgstr "Un problema ha occurrite durante le cargamento de iste datos. Vide infra msgid "Hmmmm, we couldn't load that moderation service." msgstr "Le systema non ha succedite a cargar iste servicio de moderation." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Un momento! Nos concede gradualmente le accesso al video, e tu attende ancora in le cauda. Reveni tosto!" @@ -6102,12 +6273,12 @@ msgstr "Si tu es un disveloppator, tu pote hospitar tu proprie servitor." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Si tu tenta cambiar de pseudonymo o de adresse de e-mail, face lo ante disactivar." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Imagine" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Cache de imagines radite, {0} liberate" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "Interne al application" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Notificationes interne al application" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Cassa de entrata vacue!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Nomine de usator o contrasigno incorrecte" @@ -6334,7 +6539,6 @@ msgstr "Codice de invitation" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Codice de invitation non acceptate. Verifica que tu lo ha inserite correctemente e tenta lo de novo." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Invitationes, mais personal" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Tu es le unic al momento! Adde plus personas a tu pacchetto de initio cercante hic supra." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID del processo: {0}" @@ -6469,8 +6672,8 @@ msgstr "Participar al conversation" msgid "Journalism" msgstr "Journalismo" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "Tene me al currente" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "Etiquettas super tu conto" msgid "Labels on your content" msgstr "Etiquettas super tu contento" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Configurationes de lingua" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Ultime" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "Saper plus" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "Appreciate per {0, plural, one {# usator} other {# usatores}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Appreciate per {likeCount, plural, one {# usator} other {# usatores}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Appreciationes" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Appreciationes de tu republicationes" @@ -6954,9 +7166,7 @@ msgstr "Cargar nove notificationes" msgid "Load new posts" msgstr "Cargar nove publicationes" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "Gerer parametros de verification" msgid "Manage your muted words and tags" msgstr "Gerer tu parolas e etiquettas silentiate" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Marcar toto como legite" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Marcar como legite" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Marcate toto como legite" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "Forsan plus tarde" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Multimedia" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "usatores mentionate" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Mentiones" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Message delite" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Message de @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Message de @{0}: {1}" msgid "Message from server: {0}" msgstr "Message del servitor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Campo de insertion de message" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Le message es troppo longe" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Optiones de messages" @@ -7215,11 +7426,11 @@ msgstr "Optiones de messages" msgid "Messages" msgstr "Messages" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Musica" msgid "Mute" msgstr "Silentiar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Non importa, crea un pseudonymo pro me" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Nove" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nove" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "Nove {postsCount, plural, one {publication} other {publicationes}} de {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "Nove {postsCount, plural, one {publication} other {publicationes}} de {f #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Nove chat" @@ -7574,9 +7789,9 @@ msgstr "Nove adresse de e-mail" msgid "New Feature" msgstr "Nove function" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Nove sequitores" @@ -7608,6 +7823,18 @@ msgstr "Nove pseudonymo" msgid "New list" msgstr "Nove lista" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Sequente" msgid "Next image" msgstr "Proxime imagine" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "Ancora sin notificationes!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "Necun citation ancora" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "Necun resultato trovate" msgid "No results found for \"{query}\"" msgstr "Necun resultato trovate pro \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Necun resultato." @@ -7868,11 +8107,6 @@ msgstr "Necun resultato." msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "Nuditate non sexual" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "Nota: Iste publication solmente es visibile a usatores con session apert msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Parametros de notification" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Sonos de notification" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Inactive" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Manca texto alternative a un o plus GIFs." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Manca texto alternative a un o plus imagines." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Manca texto alternative a un o plus videos." @@ -8083,7 +8323,7 @@ msgstr "Solmente {0} pote responder." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Solmente files WebVTT (.vtt) es supportate" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Ops!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Aperir creator de avatar" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Aperir le menu lateral" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Aperir selector de emojis" @@ -8280,7 +8535,7 @@ msgstr "Aperi un quadro de dialogo pro adder un advertimento de contento a tu pu msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Aperi le fluxo pro crear un nove conto Bluesky" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Aperi le fluxo pro aperir session con tu conto Bluesky existente" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Contrasigno actualisate" msgid "Password updated!" msgstr "Contrasigno actualisate!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pausar" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Pausar video" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Personas" @@ -8550,17 +8805,17 @@ msgstr "Personas sequite per @{0}" msgid "People following @{0}" msgstr "Personas qui seque @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Personas que io seque" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Personas que io seque" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Personas que io seque" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Photographia" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Canales fixate" msgid "Pinned to your feeds" msgstr "Fixate in tu canales" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Reproducer" @@ -8668,7 +8924,7 @@ msgstr "Reproducer" msgid "Play {0}" msgstr "Reproducer {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "Reproducer video" msgid "Play Video" msgstr "Reproducer video" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Reproduce o pausa le GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Reproduce o pausa le video" @@ -8722,7 +8978,7 @@ msgstr "Clicca super le ligamine que nos te ha inviate justo ora pro verificar t msgid "Please complete the verification captcha." msgstr "Per favor completa le captcha de verification." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Politica" msgid "Porn" msgstr "Pornographia" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Publicar" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Publicar toto" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Publication disfixate" msgid "Posts" msgstr "Publicationes" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Publicationes pote esser silentiate secundo lor texto, lor etiquettas, o ambes. Nos recommenda evitar parolas commun que appare in multe publicationes, proque illo pote resultar in que necun publication sia monstrate." @@ -9067,11 +9327,11 @@ msgstr "Politica de privatessa" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Processante video..." @@ -9083,7 +9343,7 @@ msgstr "Processante..." msgid "profile" msgstr "profilo" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Listas public e compartibile de usatores a silentiar o blocar in massa." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Publicar" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Publicar publicationes" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Publicar responsas" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Publicar responsa" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Notificationes push" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "Le citation ha essite disannexate con successo" msgid "Quote posts disabled" msgstr "Citationes disactivate" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citationes" @@ -9238,9 +9498,14 @@ msgstr "Reactivar tu conto" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Motivo del appello" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Reciper notificationes interne al application" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Reciper notificationes push" @@ -9304,7 +9569,7 @@ msgstr "Reciper notificationes push" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "Rejectar requesta de chat" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Recargar conversationes" @@ -9379,9 +9644,9 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Remover {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Remover canal" msgid "Remove feed?" msgstr "Remover canal?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Remover imagine" msgid "Remove live status" msgstr "Remover stato in directo" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Remover parola silentiate de tu lista" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Remover profilo" @@ -9507,11 +9782,11 @@ msgstr "Remover verification" msgid "Remove your verification for this account?" msgstr "Remover tu verification de iste conto?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Removite per le autor" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Removite per te" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Responsas" @@ -9609,12 +9884,12 @@ msgstr "Responsas disactivate" msgid "Replies to this post are disabled." msgstr "Responsas a iste publication es disactivate." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Responsa" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Responsa" @@ -9652,7 +9927,7 @@ msgstr "Visibilitate del responsa actualisate" msgid "Reply was successfully hidden" msgstr "Le responsa ha essite occultate con successo" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Signalar canal" msgid "Report list" msgstr "Signalar lista" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Signalar message" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Republicate per te" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Republicationes" @@ -9793,9 +10068,9 @@ msgstr "Republicationes" msgid "Reposts of this post" msgstr "Republicationes de iste publication" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Republicationes de tu republicationes" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Tenta de novo le ultime action, que ha generate un error" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Salvar cambiamentos" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Salvate in tu canales" msgid "Say hello!" msgstr "Dice hallo!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Rolar al alto" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Cercar" @@ -10186,17 +10464,13 @@ msgstr "Cercar plus canales" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Cercar publicationes, usatores o canales" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Cercar GIFs" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "Cercar publicationes" msgid "Search profiles" msgstr "Cercar profilos" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Cercar..." @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "Seliger conto" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Selige un lingua pro le application" @@ -10357,6 +10635,11 @@ msgstr "Selectionar linguas de contento" msgid "Select duration" msgstr "Seliger duration" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Selectiona desde un conto existente" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Selige per quante tempore silentiar iste parola." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Selige tu interesses desde le optiones hic infra" msgid "Select your preferred language for translations in your feed." msgstr "Selectiona tu lingua preferite pro traductiones in tu canal." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Selige tu canales de notification preferite" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Inviar commentarios" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Inviar message" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Inviar via message directe" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Defini email pro reinitialisation de contrasigno" msgid "Settings" msgstr "Parametros" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Parametros pro le activitate de alteres" @@ -10582,39 +10864,49 @@ msgstr "Parametros pro le activitate de alteres" msgid "Settings for allowing others to be notified of your posts" msgstr "Parametros pro permitter que alteres sia notificate de tu publicationes" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Parametros pro notificationes de appreciationes" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Parametros pro notificationes de mentiones" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Parametros pro notificationes de nove sequitor" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Parametros pro notificationes de tote le resto" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Parametros pro notificationes de appreciationes de tu republicationes" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Parametros pro notificationes de republicationes de tu republicationes" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Parametros pro notificationes de citationes" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Parametros pro notificationes de responsas" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Parametros pro notificationes de republicationes" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "Compartir le URI at:// del publication" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Compartir codice QR" msgid "Share this feed" msgstr "Compartir iste canal" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Compartir iste pacchetto de initio" @@ -10726,7 +11027,7 @@ msgstr "Testator de preferentias compartite" msgid "Show" msgstr "Monstrar" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Monstrar texto alternative" @@ -10864,13 +11165,13 @@ msgstr "Monstra le contento" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Apertura de session necessari" msgid "Signed in as @{0}" msgstr "In session como @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Saltar" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Alcuno ha reagite con {0}" @@ -11223,7 +11529,7 @@ msgstr "Pagina de stato" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Passo {0} de {1}" @@ -11295,11 +11601,11 @@ msgstr "Subscribe te a @{0} pro usar iste etiquettas:" msgid "Subscribe to account activity" msgstr "Subscribe te al activitate del conto" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Subscriber se al etiquettator" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Subscriber se a iste etiquettator" @@ -11345,6 +11651,10 @@ msgstr "Suggerite pro te" msgid "Suggestive" msgstr "Suggestive" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Le Politica de privatessa ha essite displaciate a <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Il ha habite un grande quantitate de usatores nove a Bluesky! Nos activa msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Iste parametros se applica solmente al canal Sequente." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "Iste e-mail ja es associate a tu conto." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Iste function permitte que usatores recipe notificationes de tu nove publicationes e responsas. Pro qui tu vole activar lo?" @@ -12063,13 +12393,13 @@ msgstr "Iste lista es vacue." msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Iste publication essera occultate de canales e filos. Iste action es irreversibile." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Le autor del publication ha disactivate le citationes." @@ -12271,7 +12601,7 @@ msgstr "Hodie" msgid "Toggle to enable or disable adult content" msgstr "Commuta pro activar o disactivar contento pro adultos" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Commuta le sono" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Populares" @@ -12304,8 +12634,8 @@ msgstr "Responsas popular primo" msgid "Topic" msgstr "Topico" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Le confidentia emerge del relationes, del communitates e de un contexto compartite, consequentemente nos tamben habilita <0>verificatores de confidentia: organisationes qui pote emitter verificationes directemente." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "Television" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Authentication a duo factores (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Scribe tu message hic" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Typo:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Non ha essite possibile contactar tu servicio. Per favor verifica tu connexion al Internet." @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "Information super le canal indisponibile" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Dissilentiar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "Disface le prorogation del recordatorio" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Cancellar le subscription" @@ -12691,7 +13024,7 @@ msgstr "Cancellar le subscription" msgid "Unsubscribe from list" msgstr "Cancellar le subscription del lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Cancellar le subscription de iste etiquettator" @@ -12703,10 +13036,15 @@ msgstr "Cancellate le subscription del lista" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Cargar desde files" msgid "Upload from Library" msgstr "Cargar desde bibliotheca" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Incargante imagines..." msgid "Uploading link thumbnail..." msgstr "Incargante miniatura de ligamine..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Incargante video..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Non ha essite possibile processar le video" @@ -13084,12 +13422,12 @@ msgstr "Video non trovate." msgid "Video settings" msgstr "Configurationes de video" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Video cargate" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Video: {0}" @@ -13097,11 +13435,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videos" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "Vider plus" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "Vider tu contos silentiate" msgid "View your verifications" msgstr "Vider tu verificationes" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Vide le imagine complete" @@ -13391,7 +13731,7 @@ msgstr "Nos recommenda seliger al minus duo interesses." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Nos ha inviate un e-mail a <0>{0} continente un ligamine. Clicca super illo pro completar le processo de verification de e-mail." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Nos non ha potite determinar si tu ha permission pro cargar videos. Tenta de novo." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Nos presenta un nove strato de verification in Bluesky — un marca de verification facilemente perceptibile." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Pardono, mais non ha essite possibile resolver iste lista. Si iste probl msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Pardono, mais non ha essite possibile cargar tu parolas silentiate in iste momento. Tenta de novo." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Nos regretta! Le publication que tu responde ha essite delite." @@ -13536,8 +13876,13 @@ msgstr "Qual es tu interesses?" msgid "What do you want to call your starter pack?" msgstr "Como tu vole nominar tu pacchetto de initio?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Qual es le novas?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Qui pote verificar?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Ops!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Scriber message" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Scribe tu responsa" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "Tu es in directo" msgid "You are no longer live" msgstr "Tu non es plus in directo" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Tu non es permitte incargar videos." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Tu pote eliger si le notificationes de chat ha sono in le parametros de chat in le application" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Tu pote continuar le conversationes in curso, independentemente de qual parametro tu elige." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Tu pote ora aperir session con tu nove contrasigno." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Tu pote actualisar iste plus tarde desde tu configurationes." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "Tu ha verificate tu adresse de e-mail con successo. Tu pote clauder iste msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Tu ha temporarimente attingite le limite pro le incargamento de video. Tenta lo de novo plus tarde." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Tu debe sequer al minus septe altere personas pro generar un pacchetto d msgid "You must grant access to your photo library to save a QR code" msgstr "Tu debe conceder accesso a tu bibliotheca de photos pro salvar un codice QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Probabilemente tu vole reinitiar le application ora." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Tu ha reagite con {0}" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Tu sequera le usatores e canales suggerite quando tu termina le creation de tu conto!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Tu sequera le usatores suggerite quando tu termina le creation de tu conto!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Tu ha attingite le fin de tu canal! Trova alcun altere contos pro sequer." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Tu ha attingite le numero maxime de requestas permittite. Tenta de novo plus tarde." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Tu ha attingite tu limite diari pro cargas de videos (troppo de bytes)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Tu ha attingite tu limite diari pro cargas de videos (troppo de videos)" @@ -14209,7 +14558,7 @@ msgstr "Tu ha attingite tu limite diari pro cargas de videos (troppo de videos)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Il non ha plus videos a spectar. Forsan isto es un bon momento pro facer un pausa?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Tu conto" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "Tu conto ha essite suspendite" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Tu conto ancora non ha etate sufficiente pro cargar videos. Tenta de novo plus tarde." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "Tu contrasigno debe haber al minus 8 characteres." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Tu profilo, publicationes, canales e listas non essera plus visibile a altere usatores de Bluesky. Tu pote reactivar tu conto a qualcunque momento aperiente session." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "Tu signalamento essera inviate a <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Le interesses que tu ha seligite nos adjuta a servir te contento que te importa." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/id/messages.po b/src/locale/locales/id/messages.po index fe29150fae..80c5b280ab 100644 --- a/src/locale/locales/id/messages.po +++ b/src/locale/locales/id/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: id\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategori \"{interestsDisplayName}\" (aktif)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(berisi konten yang disisipkan)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(tidak ada email)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, other {# teman ditemukan!}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, other {# jam}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, other {# label}} terpasang pada akun ini" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, other {# label}} terpasang pada konten ini" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, other {# detik}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, other {# item belum dibaca}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} mengikuti" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "{0} dari 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} menanggapi {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, other {jam}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {menit}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} mengikuti Anda" @@ -677,15 +733,15 @@ msgstr "{profileName} bergabung Bluesky menggunakan paket pemula {timeAgoString} msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Masuk<1> atau <2>buat akun<3> <4>untuk mencari berita, olahraga, politik dan semuanya yang terjadi di Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>Anda dan<1> <2>{0} sudah disertakan dalam paket pemula" msgid "⚠Invalid Handle" msgstr "⚠Panggilan Tidak Valid" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Terima Permintaan" msgid "Accept this language suggestion" msgstr "Terima saran bahasa ini" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Akun tidak dibisukan" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Akun dengan tanda cek biru bergerigi <0><1/> dapat memverifikasi lainnya. Verifikator ini telah dipilih oleh Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Aktivitas dari yang lainnya" @@ -1108,6 +1149,10 @@ msgstr "Tambahkan teks alt" msgid "Add alt text (optional)" msgstr "Tambahkan teks alt (opsional)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Tambahkan teks alt (opsional)" msgid "Add another account" msgstr "Tambahkan akun lain" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Tambahkan postingan lain" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "Tambahkan emoji reaksi" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Tambahkan gambar" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Tambah media ke postingan" @@ -1312,6 +1361,11 @@ msgstr "Konten pelecehan seksual untuk dewasa" msgid "Advanced" msgstr "Lanjutan" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "kresna@contoh.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Semua" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Seluruh teman diikuti!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Semua bahasa" @@ -1367,6 +1422,15 @@ msgstr "Semua bahasa" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Berisi semua feed yang telah Anda simpan dalam satu tempat." @@ -1380,13 +1444,13 @@ msgstr "Izinkan akses ke pesan langsung Anda" msgid "Allow anyone to reply" msgstr "Izinkan semua orang membalas" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "Sudah memiliki akun?" msgid "Already signed in as @{0}" msgstr "Sudah masuk sebagai @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Teks alt" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Teks Alt" @@ -1489,7 +1553,7 @@ msgstr "Telah terjadi kesalahan" msgid "An error occurred" msgstr "Terjadi kesalahan" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Terjadi kesalahan saat mengompresi video." @@ -1535,11 +1599,11 @@ msgstr "Terjadi kesalahan saat menyimpan kode QR!" msgid "An error occurred while trying to follow all" msgstr "Terjadi kesalahan saat mencoba mengikuti semua" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "Hewan" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Animasi GIF" @@ -1638,6 +1702,11 @@ msgstr "Pengumuman" msgid "Announcing verification on Bluesky" msgstr "Mengumumkan verifikasi Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Siapa saja" @@ -1781,6 +1850,24 @@ msgstr "Arsip postingan" msgid "Are you really, really sure?" msgstr "Apakah anda sungguh-sungguh yakin?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Anda yakin ingin menghapus ini dari daftar feed Anda?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Anda yakin ingin membuang postingan ini?" @@ -1904,7 +1991,7 @@ msgstr "Tersedia" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Tersedia" msgid "Back" msgstr "Kembali" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Kembali ke Obrolan" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Diblokir" @@ -2091,10 +2178,6 @@ msgstr "Akun yang diblokir tidak dapat membalas utas Anda, menyebut Anda, atau b msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Akun yang diblokir tidak dapat membalas utas Anda, menyebut Anda, atau berinteraksi dengan Anda. Anda juga tidak akan melihat konten mereka dan mereka akan dicegah melihat konten Anda." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Pemblokiran tidak menghalangi pelabel ini menerapkan label pada akun Anda." @@ -2111,11 +2194,21 @@ msgstr "Memblokir tidak akan mencegah label diterapkan pada akun Anda, tetapi ak msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky tidak dapat memastikan keaslian tanggal yang diklaim." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Batalkan pengaktifan kembali dan keluar" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Batal mencari" @@ -2411,7 +2505,7 @@ msgstr "Subtitel (.vtt)" msgid "Captions & alt text" msgstr "Subtitel & teks alt" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "Ubah ikon aplikasi" msgid "Change app icon to \"{0}\"" msgstr "Ganti ikon aplikasi ke \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Ganti bahasa aplikasi" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Obrolan pesan - senyap" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Obrolan pesan - suara" @@ -2536,6 +2630,12 @@ msgstr "Obrolan dibisukan" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "Kotak masuk permintaan obrolan" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Permintaan obrolan" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Pengaturan obrolan" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Pengaturan Obrolan" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Obrolan dibunyikan" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Obrolan" @@ -2661,10 +2761,16 @@ msgstr "Pilih sendiri linimasa Anda! Feed buatan komunitas dapat membantu menemu msgid "Choose your password" msgstr "Pilih kata sandi Anda" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Panggilan Anda" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Hapus semua data penyimpanan" @@ -2673,6 +2779,10 @@ msgstr "Hapus semua data penyimpanan" msgid "Clear all storage data (restart after this)" msgstr "Hapus semua data penyimpanan (mulai ulang setelah ini)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Ketuk untuk mengirim ulang pesan yang gagal" @@ -2755,6 +2865,7 @@ msgstr "Ketuk untuk mengirim ulang pesan yang gagal" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Ketuk untuk mengirim ulang pesan yang gagal" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Tutup dialog ini" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Menutup peringatan pembaruan kata sandi" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Menutup komposer pos dan menghapus draf postingan" @@ -2886,7 +2996,7 @@ msgstr "Ciutkan daftar pengguna" msgid "Collapses list of users for a given notification" msgstr "Menciutkan daftar pengguna untuk notifikasi tertentu" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Panduan Komunitas" msgid "Complete onboarding and start using your account" msgstr "Selesaikan orientasi dan mulai menggunakan akun Anda" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Selesaikan tantangan" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Tulis postingan baru" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Tulis postingan hingga {0, plural, other {# karakter}} panjangnya" @@ -2936,11 +3046,11 @@ msgstr "Tulis postingan hingga {0, plural, other {# karakter}} panjangnya" msgid "Compose reply" msgstr "Tulis balasan" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Mengompres video..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Hubungi pusat dukungan" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Versi build disalin ke papan klip" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Salin tautan ke profil" msgid "Copy link to starter pack" msgstr "Salin tautan ke paket pemula" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Salin teks pesan" @@ -3341,7 +3455,7 @@ msgstr "Tidak dapat menyimpan perubahan: {0}" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Tidak dapat memperbarui pengaturan notifikasi" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Buatkan paket pemula untuk saya" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Daftar" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Buat akun" @@ -3549,7 +3668,7 @@ msgstr "Tanggal lahir" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "Hapus percakapan" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Hapus untuk saya" @@ -3645,7 +3764,7 @@ msgstr "Hapus daftar" msgid "Delete message" msgstr "Hapus pesan" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Hapus pesan untuk saya" @@ -3655,7 +3774,7 @@ msgstr "Hapus akun saya" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Hapus postingan" @@ -3676,7 +3795,7 @@ msgstr "Hapus daftar ini?" msgid "Delete this post?" msgstr "Hapus postingan ini?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Dihapus" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "Daftar yang terhapus" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: sesuaikan siapa saja yang dapat berinteraksi dengan postingan ini" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Redup" @@ -3806,9 +3925,9 @@ msgstr "Dinonaktifkan" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Buang" msgid "Discard changes?" msgstr "Buang perubahan?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Buang draf?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Buang postingan?" @@ -3864,7 +3983,7 @@ msgstr "Tutup" msgid "Dismiss banner" msgstr "Abaikan spanduk" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Abaikan kesalahan" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "Selesai" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Ketuk dua kali atau tekan lama pada pesan untuk menambahkan reaksi" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Durasi:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Ubah pengaturan interaksi postingan" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Edit profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Edit Profil" @@ -4268,7 +4387,7 @@ msgstr "Sisipkan postingan" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Sisipkan postingan ini di situs web Anda. Salin potongan kode berikut dan tempelkan ke dalam kode HTML situs web Anda." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Pemutar video tertanam" @@ -4308,8 +4427,8 @@ msgstr "Aktifkan pemutar media untuk" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Nyalakan notifikasi untuk akun dengan mengunjungi akun mereka dan menekan tombol ikon <0>lonceng <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Aktifkan notifikasi push" @@ -4400,7 +4519,7 @@ msgstr "Masukkan kata sandi" msgid "Enter your username and password" msgstr "Masukkan nama pengguna dan kata sandi Anda" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Masuk ke mode layar penuh" @@ -4408,7 +4527,7 @@ msgstr "Masuk ke mode layar penuh" msgid "Entertainment" msgstr "Hiburan" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Galat" @@ -4438,7 +4557,7 @@ msgstr "Terjadi kesalahan saat menyimpan berkas" msgid "Error receiving captcha response." msgstr "Kesalahan saat menerima respons captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Kesalahan: {error}" @@ -4450,26 +4569,38 @@ msgstr "Semua dapat membalas" msgid "Everybody can reply to this post." msgstr "Semua orang dapat membalas postingan ini." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Semua orang" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Semua orang" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Semua orang" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Yang lainnya" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Kecualikan pengguna yang Anda ikuti" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Gambar seksual eksplisit." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Jelajahi" msgid "Explore the app" msgstr "Jelajahi aplikasi" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Gagal menambahkan emoji reaksi" @@ -4626,6 +4757,7 @@ msgstr "Gagal mengubah panggilan. Silakan coba lagi." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Gagal memuat percakapan" @@ -4735,8 +4863,11 @@ msgstr "Gagal memuat feed" msgid "Failed to load feeds preferences" msgstr "Gagal memuat preferensi feed" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Gagal memuat pengaturan notifikasi." @@ -4767,12 +4898,13 @@ msgstr "Gagal memuat saran akun untuk diikuti" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Gagal menandai semua permintaan sebagai dibaca" @@ -4789,6 +4921,10 @@ msgstr "Gagal menyematkan postingan" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "Gagal menghapus data. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Gagal menghapus emoji reaksi" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Gagal menyimpan draf" @@ -4898,7 +5034,7 @@ msgstr "Gagal memperbarui daftar feed" msgid "Failed to update notification declaration" msgstr "Gagal memperbarui deklarasi notifikasi" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Gagal memperbarui pengaturan" @@ -4973,7 +5109,7 @@ msgstr "Masukkan dikirim ke operator feed" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Ambil pembaruan" msgid "File saved successfully!" msgstr "Berkas berhasil disimpan!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Saring dari feed" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Saring pencarian berdasarkan bahasa" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Saring pencarian berdasarkan bahasa (saat ini: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Saring siapa saja yang dapat memilih untuk menerima notifikasi untuk aktivitas Anda" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Saring dari siapa saja Anda akan menerima notifikasi" @@ -5081,7 +5238,7 @@ msgstr "Cari orang untuk diikuti" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Temukan postingan, pengguna dan feed di Bluesky" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "Bebaskan feed Anda" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "Dari" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Dari <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Buatkan paket pemula" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "Dapatkan bantuan" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Dapatkan notifikasi ketika orang menyebutkan Anda." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Dapatkan notifikasi ketika orang mengutip postingan Anda." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Dapatkan notifikasi ketika orang membalas postingan Anda." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Dapatkan notifikasi ketika orang memposting ulang postingan Anda." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Memulai" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "Punya kode? <0>Klik di sini." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Mengalami masalah?" @@ -5973,7 +6144,7 @@ msgstr "Hmmmm, sepertinya kami kesulitan memuat data ini. Lihat di bawah untuk k msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, kami tidak dapat memuat layanan moderasi." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Harap tunggu! Kami secara bertahap memberikan akses video, dan Anda masih dalam antrian. Periksa kembali nanti!" @@ -6102,12 +6273,12 @@ msgstr "Jika Anda merupakan pengembang, Anda bisa menghosting peladen Anda sendi msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Jika ingin mengubah panggilan atau email, lakukanlah sebelum Anda menonaktifkan akun." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Gambar" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Tembolok gambar dibersihkan, sisa {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "Dalam aplikasi" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Notifikasi dalam aplikasi" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Kotak masuk kosong!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Nama pengguna atau kata sandi salah" @@ -6334,7 +6539,6 @@ msgstr "Kode Undangan" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Kode undangan salah. Periksa bahwa Anda memasukkannya dengan benar dan coba lagi." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Undangan, tetapi personal" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Hanya ada Anda saat ini! Tambahkan lebih banyak orang ke paket pemula Anda melalui pencarian di atas." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID Kerja: {0}" @@ -6469,8 +6672,8 @@ msgstr "Bergabunglah dengan kami" msgid "Journalism" msgstr "Jurnalisme" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "Terus kabari saya" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "Situs KWS" @@ -6518,6 +6716,10 @@ msgstr "Label pada akun Anda" msgid "Labels on your content" msgstr "Label pada konten Anda" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Pengaturan Bahasa" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Terbaru" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "Pelajari Lebih Lanjut" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "Disukai oleh {0, plural, other {# pengguna}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Disukai oleh {likeCount, plural, other {# pengguna}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Suka" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Suka pada postingan ulang Anda" @@ -6954,9 +7166,7 @@ msgstr "Muat notifikasi baru" msgid "Load new posts" msgstr "Muat postingan baru" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "Kelola pengaturan verifikasi" msgid "Manage your muted words and tags" msgstr "Kelola kata dan tagar yang dibisukan" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Tandai semua sebagai dibaca" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Tandai telah dibaca" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Ditandai semua sebagai dibaca" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "Mungkin nanti" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Media" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "pengguna yang Anda sebut" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Sebutan" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Pesan dihapus" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Pesan dari @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Pesan dari @{0}: {1}" msgid "Message from server: {0}" msgstr "Pesan dari server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Kotak input pesan" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Pesan terlalu panjang" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Opsi pesan" @@ -7215,11 +7426,11 @@ msgstr "Opsi pesan" msgid "Messages" msgstr "Pesan" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Musik" msgid "Mute" msgstr "Bisukan" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Ingin melaporkan pelanggaran hak cipta, permintaan hukum, atau masalah k msgid "Nevermind, create a handle for me" msgstr "Tidak usah, buatkan panggilan untuk saya" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Baru" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Baru" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, other {Postingan}} baru dari {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Obrolan baru" @@ -7574,9 +7789,9 @@ msgstr "Alamat email baru" msgid "New Feature" msgstr "Fitur Baru" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Pengikut baru" @@ -7608,6 +7823,18 @@ msgstr "Panggilan baru" msgid "New list" msgstr "Daftar baru" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Berikutnya" msgid "Next image" msgstr "Gambar berikutnya" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "Belum ada notifikasi!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "Belum ada kutipan" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "Tidak ditemukan hasil" msgid "No results found for \"{query}\"" msgstr "Tidak ditemukan hasil untuk \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Tidak ada hasil." @@ -7868,11 +8107,6 @@ msgstr "Tidak ada hasil." msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "Ketelanjangan Non-Seksual" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "Catatan: Postingan ini hanya dapat dilihat untuk pengguna yang masuk." msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Pengaturan notifikasi" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Suara notifikasi" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Matikan" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Satu atau beberapa GIF belum memiliki teks alt." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Satu atau beberapa gambar belum memiliki teks alt." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Satu atau beberapa video belum memiliki teks alt." @@ -8083,7 +8323,7 @@ msgstr "Hanya {0} yang dapat membalas." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Hanya mendukung berkas WebVTT (.vtt)" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Ups!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Buka pembuat avatar" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Buka menu geser" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Buka pemilih emoji" @@ -8280,7 +8535,7 @@ msgstr "Membuka dialog untuk menambahkan peringatan konten pada postingan Anda" msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Membuka alur untuk membuat akun baru Bluesky" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Membuka alur untuk masuk ke akun Bluesky Anda yang sudah ada" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Kata sandi diganti" msgid "Password updated!" msgstr "Kata sandi diganti!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Jeda" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Jeda video" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Profil" @@ -8550,17 +8805,17 @@ msgstr "Orang yang diikuti oleh @{0}" msgid "People following @{0}" msgstr "Orang yang mengikuti @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Orang yang saya ikuti" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Orang yang saya ikuti" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Orang yang saya ikuti" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Fotografi" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Feed Tersemat" msgid "Pinned to your feeds" msgstr "Disematkan ke daftar feed Anda" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Putar" @@ -8668,7 +8924,7 @@ msgstr "Putar" msgid "Play {0}" msgstr "Putar {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "Putar video" msgid "Play Video" msgstr "Putar Video" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Memutar atau menjeda GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Memutar atau menjeda video" @@ -8722,7 +8978,7 @@ msgstr "Silakan klik pada tautan dalam email yang telah kami kirimkan untuk memv msgid "Please complete the verification captcha." msgstr "Mohon selesaikan verifikasi captcha." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Politik" msgid "Porn" msgstr "Pornografi" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Posting" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Posting Semua" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Postingan dilepaskan" msgid "Posts" msgstr "Postingan" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Postingan dapat dibisukan berdasarkan teks, tagar, atau keduanya. Sebaiknya hindari kata-kata umum yang muncul dalam postingan, karena dapat mengakibatkan tidak adanya postingan yang ditampilkan." @@ -9067,11 +9327,11 @@ msgstr "Kebijakan Privasi" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Memproses video..." @@ -9083,7 +9343,7 @@ msgstr "Memproses..." msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Daftar terbuka yang dapat dibagikan untuk membisukan atau memblokir pengguna secara massal." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Kirim postingan" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Kirim postingan" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Kirim balasan" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Kirim balasan" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Notifikasi push" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "Kutipan berhasil dilepaskan" msgid "Quote posts disabled" msgstr "Kutipan dinonaktifkan" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Kutipan" @@ -9238,9 +9498,14 @@ msgstr "Aktifkan kembali akun Anda" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Alasan banding" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Terima notifikasi dalam aplikasi" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Terima notifikasi push" @@ -9304,7 +9569,7 @@ msgstr "Terima notifikasi push" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "Tolak permintaan obrolan" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Memuat ulang percakapan" @@ -9379,9 +9644,9 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Hapus {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Hapus feed" msgid "Remove feed?" msgstr "Hapus feed?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Hapus gambar" msgid "Remove live status" msgstr "Hapus status siaran langsung" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Hapus kata yang dibisukan dari daftar Anda" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Hapus profil" @@ -9507,11 +9782,11 @@ msgstr "Hapus verifikasi" msgid "Remove your verification for this account?" msgstr "Hapus verifikasi Anda dari akun ini?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Dilepaskan oleh pemosting" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Dilepaskan oleh Anda" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Balasan" @@ -9609,12 +9884,12 @@ msgstr "Balasan dinonaktifkan" msgid "Replies to this post are disabled." msgstr "Balasan ke postingan ini dinonaktifkan." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Balas" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Balas" @@ -9652,7 +9927,7 @@ msgstr "Visibilitas balasan diperbarui" msgid "Reply was successfully hidden" msgstr "Balasan berhasil disembunyikan" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Laporkan feed" msgid "Report list" msgstr "Laporkan daftar" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Laporkan pesan" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Diposting ulang oleh Anda" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Postingan ulang" @@ -9793,9 +10068,9 @@ msgstr "Postingan ulang" msgid "Reposts of this post" msgstr "Postingan ulang postingan ini" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Postingan ulang dari posting ulang Anda" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Mencoba kembali tindakan terakhir yang gagal" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Simpan perubahan" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Disimpan ke daftar feed Anda" msgid "Say hello!" msgstr "Katakan halo!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Gulir ke atas" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Cari" @@ -10186,17 +10464,13 @@ msgstr "Cari lebih banyak umpan" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Cari postingan, pengguna, atau feed" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Cari GIF" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "Pencarian saat ini tidak tersedia saat Anda keluar" @@ -10225,6 +10499,10 @@ msgstr "Cari postingan" msgid "Search profiles" msgstr "Cari profil" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Cari..." @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "Pilih akun" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Pilih bahasa aplikasi" @@ -10357,6 +10635,11 @@ msgstr "Pilih bahasa konten" msgid "Select duration" msgstr "Pilih durasi" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Pilih dari akun yang sudah ada" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Pilih berapa lama kata ini akan dibisukan." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Pilih minat Anda dari opsi di bawah ini" msgid "Select your preferred language for translations in your feed." msgstr "Pilih bahasa yang disukai untuk terjemahan dalam feed Anda." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Pilih saluran notifikasi pilihan Anda" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Kirim masukan" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Kirim pesan" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Kirim melalui pesan" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Atur email untuk pengaturan ulang kata sandi" msgid "Settings" msgstr "Pengaturan" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Pengaturan untuk aktivitas dari yang lainnya" @@ -10582,39 +10864,49 @@ msgstr "Pengaturan untuk aktivitas dari yang lainnya" msgid "Settings for allowing others to be notified of your posts" msgstr "Pengaturan untuk mengizinkan orang lain diberi tahu tentang postingan Anda" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Pengaturan untuk notifikasi suka" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Pengaturan untuk notifikasi sebutan" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Pengaturan untuk notifikasi pengikut baru" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Pengaturan untuk notifikasi kutipan" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Pengaturan untuk notifikasi balasan" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "Bagikan URI postingan at://" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Bagikan kode QR" msgid "Share this feed" msgstr "Bagikan feed ini" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Bagikan paket pemula ini" @@ -10726,7 +11027,7 @@ msgstr "Penguji Preferensi Bersama" msgid "Show" msgstr "Tampilkan" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Tampilkan teks alt" @@ -10864,13 +11165,13 @@ msgstr "Menampilkan konten" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Wajib Masuk" msgid "Signed in as @{0}" msgstr "Masuk sebagai @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Lewati" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Seseorang menanggapi {0}" @@ -11223,7 +11529,7 @@ msgstr "Halaman Status" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Langkah {0} dari {1}" @@ -11295,11 +11601,11 @@ msgstr "Berlangganan @{0} untuk menggunakan label berikut:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Berlangganan Pelabel" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Berlangganan pelabel ini" @@ -11345,6 +11651,10 @@ msgstr "Disarankan untuk Anda" msgid "Suggestive" msgstr "Sugestif" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Kebijakan Privasi telah dipindahkan ke <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Terjadi lonjakan pengguna baru di Bluesky! Kami akan mengaktifkan akun A msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Pengaturan ini hanya berlaku untuk feed Mengikuti." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "Email ini sudah terhubung dengan akun Anda." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "Daftar ini kosong." msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Postingan ini akan disembunyikan dari semua feed dan utas. Tindakan ini tidak dapat dibatalkan." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Pembuat postingan ini telah menonaktifkan kutipan." @@ -12271,7 +12601,7 @@ msgstr "Hari ini" msgid "Toggle to enable or disable adult content" msgstr "Beralih untuk mengaktifkan atau menonaktifkan konten dewasa" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Mengaktifkan atau menonaktifkan suara" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Teratas" @@ -12304,8 +12634,8 @@ msgstr "Balasan teratas lebih dulu" msgid "Topic" msgstr "Topik" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Percaya muncul dari hubungan, komunitas, dan konteks bersama, oleh karena itu kami juga aktifkan <0>verifikator terpecaya: organisasi yang bisa langsung terbitkan verifikasi." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Autentikasi Dua Faktor (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Ketik pesan Anda di sini" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Tipe:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Tidak dapat terhubung ke layanan. Mohon periksa koneksi internet Anda." @@ -12463,7 +12796,7 @@ msgstr "Tidak tersedia" msgid "Unavailable feed information" msgstr "Informasi feed tidak tersedia" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Bunyikan" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "Batalkan penundaan pengingat email" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Berhenti langganan" @@ -12691,7 +13024,7 @@ msgstr "Berhenti langganan" msgid "Unsubscribe from list" msgstr "Berhenti langganan daftar ini" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Berhenti langganan pelabel ini" @@ -12703,10 +13036,15 @@ msgstr "Telah berhenti berlangganan dari daftar" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Unggah dari Berkas" msgid "Upload from Library" msgstr "Unggah dari Pustaka" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Mengunggah gambar..." msgid "Uploading link thumbnail..." msgstr "Mengunggah keluku tautan..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Mengunggah video..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "Versi {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Video gagal diproses" @@ -13084,12 +13422,12 @@ msgstr "Video tidak ditemukan." msgid "Video settings" msgstr "Pengaturan video" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Video diunggah" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Video: {0}" @@ -13097,11 +13435,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Video" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "Lihat lainnya" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "Lihat daftar akun yang Anda bisukan" msgid "View your verifications" msgstr "Lihat verifikasi Anda" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Melihat gambar penuh" @@ -13391,7 +13731,7 @@ msgstr "Kami sarankan memilih setidaknya dua minat." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Kami telah mengirimkan email ke <0>{0} yang berisi tautan. Silakan klik tautan tersebut untuk menyelesaikan proses verifikasi email." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Kami tidak dapat memastikan apakah Anda diizinkan untuk mengunggah video. Silakan coba lagi." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Kami memperkenalkan lapisan verifikasi baru di Bluesky — tanda centang yang mudah dilihat." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Maaf, kami tidak dapat memuat daftar ini. Jika masalah berlanjut, silaka msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Mohon maaf, untuk saat ini kami tidak dapat memuat kata yang Anda bisukan. Silakan coba lagi." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Kami mohon maaf! Postingan yang Anda balas telah dihapus." @@ -13536,8 +13876,13 @@ msgstr "Apa saja minat Anda?" msgid "What do you want to call your starter pack?" msgstr "Apa nama paket pemula Anda?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Apa kabar?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Siapa yang dapat memverifikasi?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Waduh!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Tulis postingan" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Tulis balasan Anda" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "Anda sedang siaran langsung" msgid "You are no longer live" msgstr "Anda tidak lagi bersiaran langsung" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Anda tidak diizinkan untuk mengunggah video." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Anda dapat melanjutkan percakapan yang sedang berlangsung terlepas dari pengaturan mana yang Anda pilih." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Sekarang Anda dapat masuk dengan kata sandi baru." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Anda bisa mengubahnya nanti melalui pengaturan." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "Anda telah berhasil memverifikasi alamat email Anda. Anda dapat menutup msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Anda telah mencapai batas sementara unggahan video. Silakan coba lagi nanti." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Anda harus mengikuti setidaknya tujuh orang sebelum membuat paket pemula msgid "You must grant access to your photo library to save a QR code" msgstr "Anda harus memberikan akses ke pustaka foto Anda untuk menyimpan kode QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Anda mungkin ingin memuat ulang aplikasi sekarang." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Anda menanggapi {0}" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Anda akan mengikuti pengguna dan feed yang disarankan setelah selesai membuat akun!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Anda akan mengikuti pengguna yang disarankan setelah selesai membuat akun!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Anda telah mencapai bagian akhir feed! Temukan lebih banyak akun lain untuk diikuti." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Anda telah mencapai jumlah maksimum permintaan yang diizinkan. Silakan coba lagi." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Anda telah mencapai batas harian unggahan video (terlalu banyak bita)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Anda telah mencapai batas harian unggahan video (terlalu banyak video)" @@ -14209,7 +14558,7 @@ msgstr "Anda telah mencapai batas harian unggahan video (terlalu banyak video)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Anda kehabisan video untuk ditonton. Mungkin sudah saatnya untuk beristirahat?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Akun Anda" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "Akun Anda telah ditangguhkan" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Usia akun Anda belum cukup lama untuk menggungah video. Silakan coba lagi nanti." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "Kata sandi Anda harus terdiri dari setidaknya 8 karakter." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Profil, postingan, feed, dan daftar Anda tidak akan terlihat lagi oleh pengguna Bluesky lain. Anda dapat mengaktifkan kembali kapan saja dengan cara masuk ke akun." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "Laporan anda akan dikirimkan ke <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Minat yang anda pilih membantu kami menyajikan konten yang Anda inginkan." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/it/messages.po b/src/locale/locales/it/messages.po index 0f21fccc07..62f558b4c0 100644 --- a/src/locale/locales/it/messages.po +++ b/src/locale/locales/it/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: it\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Italian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria \"{interestsDisplayName}\" (attiva)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(messaggio bloccato nascosto)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(link invito alla chat)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(contiene allegati)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(messaggio eliminato)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(link di invito alla chat disattivato)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(link di invito alla chat non valido)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(nessuna email)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(nessun testo)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(post citato)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, one {# etichetta account} other {# etichette account}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, one {# etichetta contenuto} other {# etichette contenuto}}" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {# amico trovato!} other {# amici trovati!}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# ora} other {# ore}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# etichetta è stata applicata} other {# etichette sono state applicate}} a questo account" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# etichetta è stata applicata} other {# etichette sono state applicate}} a questo contenuto" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {# nuova richiesta di partecipazione} other {# nuove ric #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# persona ha} other {# persone hanno}} reagito – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# secondo} other {# secondi}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# elemento non letto} other {# elementi non letti}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} seguiti" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} ti sta bloccando" @@ -277,10 +305,16 @@ msgstr "{0} di 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} ha reagito con {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} elementi non letti" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} è stato rimosso" msgid "{0} was removed from the group" msgstr "{0} è stato rimosso dal gruppo" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "{0}, " + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, one {membro} other {membri}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "{0}+" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "{0}+ richieste" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {# aggiornamento chat} other {# aggiornamenti chat}} msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {# nuova richiesta di partecipazione} other {# nuove richieste di partecipazione}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# richiesta} other {# richieste}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {ora} other {ore}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minuti}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "{filterCount, plural, one {+# filtro} other {+# filtri}}" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} ti hanno seguito" @@ -677,15 +733,15 @@ msgstr "{profileName} ha iniziato a usare Bluesky {timeAgoString} fa con uno sta msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "{replierDisplayName} ha risposto" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "{replierDisplayName} ha risposto a {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "{replierDisplayName} ti ha risposto" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> ti ha aggiunto" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Accedi<1> o <2>crea un account<3> <4>per cercare notizie, sport, politica e tutto quello che accade su Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>Tu e<1> <2>{0} sono inclusi nel tuo starter pack" msgid "⚠Invalid Handle" msgstr "⚠Nome utente non valido" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "10+" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "10+ richieste" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Accetta richiesta" msgid "Accept this language suggestion" msgstr "Accetta questa lingua suggerita" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Conversazioni accettate" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Richiesta di adesione inoltrata: il proprietario del gruppo esaminerà la tua richiesta." @@ -1050,9 +1091,9 @@ msgstr "Account riattivato" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Gli account con una spunta blu dentellata <0><1/> possono verificare l'identità di altri account. I certificatori attendibili sono selezionati da Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Attività da altri" @@ -1108,6 +1149,10 @@ msgstr "Aggiungi testo alternativo" msgid "Add alt text (optional)" msgstr "Aggiungi testo alternativo (opzionale)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "Aggiungi un ulteriore filtro di ricerca" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Aggiungi testo alternativo (opzionale)" msgid "Add another account" msgstr "Aggiungi un altro account" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Aggiungi un altro post" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Aggiungi un altro post al thread" @@ -1141,6 +1186,10 @@ msgstr "Aggiungi etichetta automazione all'account" msgid "Add emoji reaction" msgstr "Aggiungi reazione con emoji" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "Aggiungi filtro" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Aggiungi membri della chat di gruppo" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Aggiungi immagine" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Aggiungi media al post" @@ -1312,6 +1361,11 @@ msgstr "Contenuti di abuso sessuale su adulti" msgid "Advanced" msgstr "Avanzate" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "Ricerca avanzata" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Verifica dell’età" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Tutte" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Tutti gli amici seguiti!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Tutte le lingue" @@ -1367,6 +1422,15 @@ msgstr "Tutte le lingue" msgid "All languages will be shown in your feeds." msgstr "Nei tuoi feed verranno mostrate tutte le lingue." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "Tutte queste parole" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "Tutti i post" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Tutti i feed che hai salvato, in un unico posto." @@ -1380,13 +1444,13 @@ msgstr "Consenti l'accesso ai tuoi messaggi" msgid "Allow anyone to reply" msgstr "Permetti a chiunque di rispondere" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Consenti messaggi diretti da" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Consenti inviti a chat di gruppo da" @@ -1440,10 +1504,10 @@ msgstr "Hai già un account?" msgid "Already signed in as @{0}" msgstr "Hai effettuato l'accesso come @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Testo alternativo" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Testo alternativo" @@ -1489,7 +1553,7 @@ msgstr "Si è verificato un errore" msgid "An error occurred" msgstr "Si è verificato un errore" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Si è verificato un errore durante la compressione del video." @@ -1535,11 +1599,11 @@ msgstr "Si è verificato un errore nel salvare il codice QR!" msgid "An error occurred while trying to follow all" msgstr "Si è verificato un errore nel seguire tutti" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Si è verificato un errore durante il caricamento del video. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Si è verificato errore durante il caricamento del video. Verifica la tua connessione a internet e riprova." @@ -1561,7 +1625,7 @@ msgstr "Un’immagine di diversi post su Bluesky con accanto le icone per ripubb #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:111 msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" -msgstr "Un'illustrazione dell'app Bluesky con un aeroplanino di carta che vola fuori da essa, a rappresentare l'invito agli amici" +msgstr "Un'illustrazione dell'app Bluesky con un aeroplanino di carta che vola fuori da essa, a rappresentare l'invito di amici" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 #: src/components/verification/VerifierDialog.tsx:88 @@ -1626,7 +1690,7 @@ msgstr "Benessere degli animali" msgid "Animals" msgstr "Animali" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF animata" @@ -1638,6 +1702,11 @@ msgstr "Annuncio" msgid "Announcing verification on Bluesky" msgstr "Annuncio delle verifiche in Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "In qualsiasi momento" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Chiunque" @@ -1781,6 +1850,24 @@ msgstr "Post archiviato" msgid "Are you really, really sure?" msgstr "Sei davvero sicuro?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "Stai cercando post in {0} o in {1}?" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "Stai cercando post in {0}?" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "Stai cercando post in {0}o in {1}?" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Vuoi rimuoverlo dai tuoi feed?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Annullare la richiesta di partecipare a {0}?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Scartare questo post?" @@ -1904,7 +1991,7 @@ msgstr "Disponibile" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Disponibile" msgid "Back" msgstr "Indietro" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Vai ai messaggi" @@ -1961,10 +2048,10 @@ msgstr "Devi verificare il tuo indirizzo email prima di poter ricevere notifiche #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Blocca utente e/o elimina questa conversazione" msgid "Block user and/or leave this conversation" msgstr "Blocca utente e/o abbandona questa conversazione" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Bloccato" @@ -2091,10 +2178,6 @@ msgstr "Gli account bloccati non possono rispondere alle tue discussioni, menzio msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Gli account bloccati non possono rispondere alle tue discussioni, menzionarti, o interagire in nessun altro modo con te. Non vedrai il loro contenuto e non vedranno il tuo." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "Messaggio bloccato nascosto" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Il blocco non impedisce all'etichettatore di inserire etichette sul tuo account." @@ -2111,11 +2194,21 @@ msgstr "Il blocco non impedirà l'applicazione delle etichette al tuo account, m msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "bloomscrolling booksky" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "bluesky atproto" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky non può confermare l'autenticità della data dichiarata." @@ -2340,7 +2433,7 @@ msgstr "Accesso alla fotocamera necessario" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Accesso alla fotocamera necessario" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Accesso alla fotocamera necessario" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Annulla la riattivazione e disconnettiti" msgid "Cancel reply" msgstr "Annulla risposta" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Annulla la ricerca" @@ -2411,7 +2505,7 @@ msgstr "Sottotitoli (.vtt)" msgid "Captions & alt text" msgstr "Sottotitoli e testo alternativo" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "galleria a scorrimento" @@ -2435,7 +2529,7 @@ msgstr "Cambia icona app" msgid "Change app icon to \"{0}\"" msgstr "Cambia l'icona dell'app in \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Cambia lingua app" @@ -2518,11 +2612,11 @@ msgstr "Link di invito alla chat non più disponibile" msgid "Chat locked" msgstr "Chat bloccata" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Messaggi chat - silenzioso" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Messaggi chat - suono" @@ -2536,6 +2630,12 @@ msgstr "Conversazione silenziata" msgid "Chat not found." msgstr "Chat non trovata." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "Opzioni chat" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "I proprietari delle chat non possono lasciare una chat di gruppo." @@ -2548,22 +2648,22 @@ msgstr "Destinatario della chat non seguito dal mittente." msgid "Chat request inbox" msgstr "Richieste" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Richieste di messaggi" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Impostazioni chat" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Impostazioni chat" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Conversazione riattivata" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Messaggi" @@ -2661,10 +2761,16 @@ msgstr "Personalizza la tua cronologia! I feed creati dalla collettività ti per msgid "Choose your password" msgstr "Scegli la tua password" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Scegli il tuo nome utente" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "Cancella" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Cancella tutti i dati in archivio" @@ -2673,6 +2779,10 @@ msgstr "Cancella tutti i dati in archivio" msgid "Clear all storage data (restart after this)" msgstr "Cancella tutti i dati in archivio (poi ricomincia)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "Cancella data" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Fai clic qui per visualizzare il link di invito per questa chat di grupp msgid "Click to open tag menu for {0}" msgstr "Fai clic per aprire il menu dei tag di {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Clicca per riprovare l'invio" @@ -2755,6 +2865,7 @@ msgstr "Clicca per riprovare l'invio" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Clicca per riprovare l'invio" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Chiudi banner" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Chiudi il banner delle richieste in arrivo" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Chiudi la finestra" @@ -2874,7 +2984,7 @@ msgstr "Chiudi finestra di benvenuto" msgid "Closes password update alert" msgstr "Chiude l'avviso di aggiornamento della password" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Annulla la creazione del post ed elimina la bozza" @@ -2886,7 +2996,7 @@ msgstr "Comprimi la lista di utenti" msgid "Collapses list of users for a given notification" msgstr "Comprime l'elenco degli utenti per una determinata notifica" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Colore" @@ -2917,7 +3027,7 @@ msgstr "Linee guida della community" msgid "Complete onboarding and start using your account" msgstr "Completa la registrazione e inizia a usare il tuo account" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Completa la challenge" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Scrivi un nuovo post" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Scrivi post fino a {0, plural, other {# caratteri}}" @@ -2936,11 +3046,11 @@ msgstr "Scrivi post fino a {0, plural, other {# caratteri}}" msgid "Compose reply" msgstr "Scrivi la risposta" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "Compressione GIF in corso..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Compressione del video..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Contatta il nostro team di supporto" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Contatta il supporto" @@ -3134,8 +3244,12 @@ msgstr "Conversazione non trovata." msgid "Copied build version to clipboard" msgstr "Versione della build copiata negli appunti" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "Link copiato negli appunti" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Copia link al profilo" msgid "Copy link to starter pack" msgstr "Copia link allo starter pack" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Copia testo del messaggio" @@ -3271,11 +3385,11 @@ msgstr "Impossibile connettersi al servizio feed" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy – please try again" -msgstr "Impossibile copiare – riprova" +msgstr "Impossibile copiare, riprova" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download – please try again" -msgstr "Impossibile scaricare – riprova" +msgstr "Impossibile scaricare, riprova" #: src/screens/Messages/components/MessageInputEmbed.tsx:200 msgid "Could not fetch post" @@ -3339,9 +3453,9 @@ msgstr "Impossibile salvare le modifiche: {0}" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share – please try again" -msgstr "Impossibile condividere – riprova" +msgstr "Impossibile condividere, riprova" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Non è stato possibile aggiornare le impostazioni di notifica" @@ -3363,6 +3477,11 @@ msgstr "Impossibile caricare le GIF" msgid "Country code" msgstr "Codice nazione" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "mucche maiali" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Crea uno starter pack per me" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Crea account" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Crea un account" @@ -3549,7 +3668,7 @@ msgstr "Data di nascita" msgid "Dawn" msgstr "Alba" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Giorno" @@ -3632,7 +3751,7 @@ msgstr "Elimina contatti" msgid "Delete conversation" msgstr "Elimina conversazione" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Elimina per me" @@ -3645,7 +3764,7 @@ msgstr "Elimina lista" msgid "Delete message" msgstr "Elimina messaggio" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Elimina messaggio per me" @@ -3655,7 +3774,7 @@ msgstr "Elimina il mio account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Elimina il post" @@ -3676,7 +3795,7 @@ msgstr "Eliminare questa lista?" msgid "Delete this post?" msgstr "Eliminare questo post?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Eliminato" @@ -3697,10 +3816,6 @@ msgstr "Eliminato da Plivo dopo la verifica" msgid "Deleted list" msgstr "Lista eliminata" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "Messaggio eliminato" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "Il dispositivo non è riuscito a tradurre :(" msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: configura chi può interagire con questo post" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "Finestra: imposta opzioni di ricerca avanzata" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Soffuso" @@ -3806,9 +3925,9 @@ msgstr "Disabilitato" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Scarta" msgid "Discard changes?" msgstr "Scartare le modifiche?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Scartare la bozza?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Scartare il post?" @@ -3864,7 +3983,7 @@ msgstr "Ignora" msgid "Dismiss banner" msgstr "Chiudi banner" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Ignora errore" @@ -3954,13 +4073,13 @@ msgstr "Non preoccuparti! Tutti i messaggi e le impostazioni esistenti sono stat #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Non preoccuparti! Tutti i messaggi e le impostazioni esistenti sono stat msgid "Done" msgstr "Fatto" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Tocca due volte o tieni premuto il messaggio per aggiungere una reazione" @@ -4045,7 +4164,7 @@ msgstr "A causa delle leggi vigenti nella tua regione, alcune funzionalità di B msgid "Duration:" msgstr "Durata:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Tramonto" @@ -4176,12 +4295,12 @@ msgstr "Modifica impostazioni di interazione del post" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Modifica profilo" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Modifica profilo" @@ -4268,7 +4387,7 @@ msgstr "Incorpora il post" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incorpora questo post nel tuo sito web. Copia il seguente ritaglio e incollalo nel codice HTML del tuo sito web." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Lettore video incorporato" @@ -4308,8 +4427,8 @@ msgstr "Attiva i lettori multimediali per" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Abilita le notifiche per un account visitandone il profilo e premendo l'<0>icona a forma di campanella <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Abilita notifiche push" @@ -4400,7 +4519,7 @@ msgstr "Inserisci la tua password" msgid "Enter your username and password" msgstr "Inserisci il tuo nome utente e la tua password" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Passa a schermo intero" @@ -4408,7 +4527,7 @@ msgstr "Passa a schermo intero" msgid "Entertainment" msgstr "Intrattenimento" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Errore" @@ -4438,7 +4557,7 @@ msgstr "C'è stato un errore durante il salvataggio del file" msgid "Error receiving captcha response." msgstr "Errore nella risposta del captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Errore: {error}" @@ -4450,26 +4569,38 @@ msgstr "Tutti possono rispondere" msgid "Everybody can reply to this post." msgstr "Tutti possono rispondere a questo post." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Tutti" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Tutti" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Tutti" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Tutto il resto" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "Escludi" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Escludi utenti che segui" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Immagini sessuali esplicite." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Esplora" msgid "Explore the app" msgstr "Esplora l'app" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Esporta i miei dati della chat" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "Impossibile accettare la richiesta di partecipazione" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Non è stato possibile aggiungere la reazione" @@ -4626,6 +4757,7 @@ msgstr "Non è stato possibile cambiare il nome utente. Riprovare." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Impossibile copiare il link" @@ -4698,10 +4830,6 @@ msgstr "Non è stato possibile seguire tutti i tuoi amici, riprova" msgid "Failed to hide suggestion, please check your internet connection" msgstr "Impossibile nascondere il suggerimento, controlla la tua connessione a internet" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Impossibile ignorare la richiesta di partecipazione" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Impossibile partecipare alla chat di gruppo. Riprova." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Impossibile abbandonare la chat di gruppo" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Impossibile caricare le conversazioni" @@ -4735,8 +4863,11 @@ msgstr "Impossibile caricare i feed" msgid "Failed to load feeds preferences" msgstr "Impossibile caricare preferenze feed" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Non è stato possibile caricare le impostazioni delle notifiche." @@ -4767,12 +4898,13 @@ msgstr "Impossibile caricare follow consigliati" msgid "Failed to lock group chat" msgstr "Impossibile bloccare la chat di gruppo" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "Impossibile contrassegnare tutte le chat come lette" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Impossibile segnare le richieste come lette" @@ -4789,6 +4921,10 @@ msgstr "Errore nel fissare il post" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Impossibile riconnettere Germ DM. Errore: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "Impossibile rifiutare la richiesta di partecipazione" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Impossibile rimuovere i dati a causa di un errore di rete, controlla la tua connessione a internet." @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "Impossibile rimuovere i dati. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Non è stato possibile rimuovere la reazione" @@ -4830,7 +4966,7 @@ msgstr "Impossibile annullare la richiesta. Riprova." msgid "Failed to resolve location. Please try again." msgstr "Impossibile determinare la posizione. Riprova." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Impossibile salvare la bozza" @@ -4898,7 +5034,7 @@ msgstr "Impossibile aggiornare i feed" msgid "Failed to update notification declaration" msgstr "Impossibile aggiornare la dichiarazione delle notifiche" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Errore nell'aggiornamento delle impostazioni" @@ -4973,7 +5109,7 @@ msgstr "Feedback inviato" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Scarica aggiornamento" msgid "File saved successfully!" msgstr "File salvato con successo!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "Filtra per autore" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "Filtra per autore (attualmente: {currentLabel})" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "Filtra per media" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "Filtra per media (attualmente: {currentLabel})" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtra dai feed" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filtra la ricerca per lingua" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtra la ricerca per lingua (attualmente: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "Filtra questa ricerca per {0}" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtra chi può scegliere di ricevere notifiche per le tue attività" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Filtra da chi ricevi le notifiche" @@ -5081,7 +5238,7 @@ msgstr "Trova persone da seguire" msgid "Find people you know" msgstr "Trova persone che conosci" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Cerca post, utenti, e feed su Bluesky" @@ -5355,13 +5512,14 @@ msgstr "Password dimenticata?" #. This is alt text for a marketing image which transcribes English text that appears in the image #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:153 msgid "Four message bubbles representing a group chat. First message: \"Did you hear the news? Bluesky has group chats now!\" Second message: \"omg, no way\" Third message: \"Wow, 50 people in one chat!\" Fourth message: \"You can send invite links too!\"" -msgstr "Quattro fumetti che rappresentano una chat di gruppo. Primo messaggio: \"Hai sentito la novità? Bluesky ora ha le chat di gruppo!\" Secondo messaggio: \"omg, non ci credo\" Terzo messaggio: \"Wow, 50 persone in una sola chat!\" Quarto messaggio: \"Puoi anche inviare link di invito!\"" +msgstr "Quattro fumetti che rappresentano una chat di gruppo. Primo messaggio: \"Hai sentito la novità? Bluesky ora ha le chat di gruppo!\" Secondo messaggio: \"Cavolo, non ci credo\" Terzo messaggio: \"Wow, 50 persone in una sola chat!\" Quarto messaggio: \"Puoi anche inviare link di invito!\"" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:12 msgid "Free your feed" msgstr "Libera il tuo feed" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "Da" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Da <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "Da queste persone" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Genera uno starter pack" @@ -5414,43 +5577,51 @@ msgstr "Germ DM riconnesso" msgid "Get help" msgstr "Ottieni aiuto" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Ricevi notifiche per le iscrizioni agli starter pack, per le verifiche e per altre attività." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Ricevi notifiche quando le persone ti seguono." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Ricevi notifiche quando le persone mettono mi piace ai tuoi post." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Ricevi notifiche quando le persone mettono mi piace ai tuoi post." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Ricevi notifiche quando le persone ti menzionano." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Ricevi notifiche quando le persone citano i tuoi post." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Ricevi notifiche quando le persone rispondono ai tuoi post." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Ricevi notifiche quando le persone ripostano i tuoi post." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Ricevi notifiche quando le persone ripostano i tuoi repost." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "Ricevi notifiche quando le persone ti inviano richieste di messaggi." + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "Ricevi notifiche quando le persone ti inviano messaggi." + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Ricevi notifiche quando ci sono attività relative ai post a cui sei iscritto." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Per cominciare" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF caricata" @@ -5686,7 +5857,7 @@ msgstr "Chat di gruppo riattivata" msgid "Group Chats" msgstr "Chat di gruppo" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Le chat di gruppo sono disponibili solo per gli utenti di età pari o superiore a 18 anni." @@ -5784,7 +5955,7 @@ msgstr "Hai un codice? <0>Fai clic qui." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Abbiamo sbagliato la tua posizione? <0>Tocca qui per aggiornare la tua posizione tramite GPS." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Ci sono problemi?" @@ -5973,7 +6144,7 @@ msgstr "Stiamo riscontrando problemi a caricare questi dati. Vedi sotto per magg msgid "Hmmmm, we couldn't load that moderation service." msgstr "Non siamo riusciti a caricare il servizio di moderazione." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Un po' di pazienza: stiamo gradualmente dando accesso al video e tu sei ancora in coda. Ricontrolla presto!" @@ -6102,12 +6273,12 @@ msgstr "Se sei uno sviluppatore, puoi utilizzare il tuo server." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Se stai cercando di cambiare nome utente o email, puoi farlo prima di disattivare l'account." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Immagine" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Immagine {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Immagine {0} di {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Immagine {0} di {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Cache delle immagini svuotata, liberati {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Galleria immagini, {0} immagini" @@ -6201,43 +6372,77 @@ msgstr "Importati il {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Abbiamo bisogno di conoscere la tua data di nascita per fornirti un'esperienza adeguata alla tua età. Questa operazione va fatta una volta sola e i tuoi dati rimarranno privati." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "Nell'app" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Notifiche nell'app" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "Nell'app, tutti" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "Nell'app, persone che segui" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "Nell'app, push" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "Nell'app, push, tutti" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "Nell'app, push, persone che segui" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Posta in arrivo vuota" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Nessuna richiesta!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "Includi" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "Includi o escludi post corrispondenti (attualmente: {0})" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "Includi post e/o risposte (attualmente: {currentLabel})" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "Includi post pubblicati da questa data" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "Includi post pubblicati fino a questa data" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "Includi questi risultati" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Nome utente o password errati" @@ -6264,19 +6469,19 @@ msgstr "Impostazioni per le interazioni" #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:33 msgid "Introducing activity notifications" -msgstr "Introduzione alle notifiche di attività" +msgstr "Presentazione delle notifiche di attività" #: src/components/dialogs/nuxs/DraftsAnnouncement.tsx:49 msgid "Introducing drafts" -msgstr "Introduzione alle bozze" +msgstr "Presentazione delle bozze" #: src/components/dialogs/nuxs/FindContactsAnnouncement.tsx:56 msgid "Introducing finding friends via contacts" -msgstr "Introduzione alla ricerca di amici tramite contatti" +msgstr "Presentazione della ricerca di amici tramite contatti" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:99 msgid "Introducing group chats" -msgstr "Arrivano le chat di gruppo" +msgstr "Presentazione delle chat di gruppo" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:38 msgid "Introducing saved posts AKA bookmarks" @@ -6334,7 +6539,6 @@ msgstr "Codice d'invito" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Codice invito non accettato. Controlla di averlo inserito correttamente e riprova." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Invita amici" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Invita amici" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Inviti, ma personali" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "La tua posizione non è accurata? <0>Tocca qui per aggiornare la tua posizione tramite GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "La tua posizione non è accurata? <0>Tocca qui per aggiornare la tua posizione tramite GPS." #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Sei solo tu al momento! Aggiungi altre persone al tuo starter pack cercandole qui in alto." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID processo: {0}" @@ -6469,8 +6672,8 @@ msgstr "Partecipa alla conversazione" msgid "Journalism" msgstr "Giornalismo" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Continua a modificare" @@ -6479,11 +6682,6 @@ msgstr "Continua a modificare" msgid "Keep me posted" msgstr "Tienimi aggiornato" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Espelli membro" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "Sito web di KWS" @@ -6518,6 +6716,10 @@ msgstr "Etichette sul tuo account" msgid "Labels on your content" msgstr "Etichette sul tuo contenuto" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "Lingua" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Impostazione delle lingue" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Ultimo avvio adesso" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Recenti" @@ -6562,6 +6764,16 @@ msgstr "Ulteriori informazioni" msgid "Learn More" msgstr "Ulteriori Informazioni" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "Scopri di più su <0>come usare la ricerca avanzata." + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "Scopri di più su <0>come usare i filtri di ricerca." + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Scopri di più sulla verifica dell'età" @@ -6765,16 +6977,16 @@ msgstr "Piace a {0, plural, one {# utente} other {# utenti}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Piace a {likeCount, plural, one {# utente} other {# utenti}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Mi piace" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Mi piace dei tuoi repost" @@ -6954,9 +7166,7 @@ msgstr "Carica più notifiche" msgid "Load new posts" msgstr "Carica nuovi post" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Caricamento della chat…" @@ -7065,18 +7275,20 @@ msgstr "Gestisci impostazioni di verifica" msgid "Manage your muted words and tags" msgstr "Gestisci parole e tag silenziati" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Segna tutto come letto" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "Contrassegna tutte le chat come lette" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "Contrassegna tutte le richieste come lette" @@ -7085,15 +7297,16 @@ msgstr "Contrassegna tutte le richieste come lette" msgid "Mark as read" msgstr "Segna come letto" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Segnato tutto come letto" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "Tutte le chat sono state contrassegnate come lette" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "Tutte le richieste sono state contrassegnate come lette" @@ -7102,6 +7315,7 @@ msgstr "Tutte le richieste sono state contrassegnate come lette" msgid "Maybe later" msgstr "Forse più tardi" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Media" @@ -7137,26 +7351,29 @@ msgstr "I membri possono ancora leggere la cronologia della chat ma non possono msgid "mentioned users" msgstr "utenti menzionati" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Menzioni" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "Menzioni di queste persone" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "Messaggio" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "Messaggio" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Messaggio eliminato" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Impossibile inviare il messaggio." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Messaggio da @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Messaggio da @{0}: {1}" msgid "Message from server: {0}" msgstr "Messaggio dal server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Input del messaggio" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Il messaggio è troppo lungo" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Il messaggio è troppo lungo ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Opzioni messaggio" @@ -7215,11 +7426,11 @@ msgstr "Opzioni messaggio" msgid "Messages" msgstr "Messaggi" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "I messaggi di questa persona sono nascosti mentre ti sta bloccando." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "I messaggi di questa persona sono nascosti mentre la stai bloccando." @@ -7343,7 +7554,7 @@ msgstr "Musica" msgid "Mute" msgstr "Silenzia" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Vuoi segnalare una violazione del diritto d'autore, una richiesta legale msgid "Nevermind, create a handle for me" msgstr "Non importa, crea un nome utente per me" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Nuova" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nuova" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nuovo} other {Nuovi}} post di {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "{postsCount, plural, one {Nuovo} other {Nuovi}} post di {firstAuthorName #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Nuova chat" @@ -7574,9 +7789,9 @@ msgstr "Nuovo indirizzo email" msgid "New Feature" msgstr "Nuova funzionalità" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Nuovi follower" @@ -7608,6 +7823,18 @@ msgstr "Nuovo nome utente" msgid "New list" msgstr "Nuova lista" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "Nuove richieste di messaggi" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "Nuovi messaggi" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Avanti" msgid "Next image" msgstr "Immagine successiva" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Notte" @@ -7779,12 +8006,12 @@ msgstr "Nessun nome" msgid "No notifications yet!" msgstr "Ancora nessuna notifica!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Nessuno" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Nessuno" @@ -7822,6 +8049,10 @@ msgstr "Ancora nessuna citazione" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Ancora nessuna GIF recente. Selezionane una per vederla qui." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "Nessuna risposta" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Ancora nessuna risposta" @@ -7856,10 +8087,18 @@ msgstr "Nessun risultato trovato" msgid "No results found for \"{query}\"" msgstr "Nessun risultato trovato per \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "Nessun risultato trovato per “<0>{query}” con i filtri di ricerca avanzata specificati." + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "Nessun risultato per “<0>{query}”." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "Nessun risultato trovato per la tua ricerca con i filtri di ricerca avanzata applicati." + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Nessun risultato." @@ -7868,11 +8107,6 @@ msgstr "Nessun risultato." msgid "No Starter Packs yet" msgstr "Ancora nessuno starter pack" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "Nessun testo" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Immagini intime non consensuali" msgid "Non-sexual Nudity" msgstr "Nudità non sessuale" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "Nessuna di queste parole" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "Non disponibile su questa piattaforma" @@ -7954,26 +8193,27 @@ msgstr "Nota: questo post è visibile solo agli utenti che hanno effettuato l'ac msgid "Nothing saved yet" msgstr "Non è stato ancora salvato nulla" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Impostazioni notifiche" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Suoni di notifica" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "Il numero dovrebbe essere un numero di cellulare" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Disattivato" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "Uno dei destinatari selezionati non consente le chat di gruppo." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Uno dei destinatari selezionati ti ha bloccato e non puoi inviargli messaggi." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Una o più GIF non hanno un testo alternativo." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "A una o più immagini manca il testo alternativo." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "Uno o più file selezionati non sono supportati." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Uno o più dei file selezionati è troppo grande. La dimensione massima è di {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Uno o più post sono troppo lunghi per essere salvati come bozza. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Il numero massimo di caratteri è #.} other {Il numero massimo di caratteri è #.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "In uno o più video manca il testo alternativo." @@ -8083,7 +8323,7 @@ msgstr "Solo gli {0} possono rispondere." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Solo {0} {2, plural, one {immagine è stata aggiunta} other {immagini sono state aggiunte}} su {1}; il limite è {MAX_GALLERY_IMAGES}" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Solo gli amministratori possono accettare le richieste di partecipazione." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Solo gli amministratori possono ignorare le richieste di partecipazione." +msgid "Only admins can reject join requests." +msgstr "Solo gli amministratori possono rifiutare le richieste di partecipazione." #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Solo le persone che seguono {0} possono partecipare." msgid "Only people the chat owner follows can join" msgstr "Solo le persone seguite dal proprietario della chat possono partecipare" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "Solo post con media" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "Solo post con video" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "Solo risposte" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Solo i file WebVTT (.vtt) sono supportati" @@ -8140,6 +8392,10 @@ msgstr "Ops, questo profilo non esiste. Prova a scansionarne un altro." msgid "Oops!" msgstr "Ops!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "Apri opzioni di ricerca avanzata" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Apri il creatore di avatar" @@ -8170,9 +8426,8 @@ msgstr "Apri bozza" msgid "Open drawer menu" msgstr "Apri il menu a scomparsa" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Apri il selettore emoji" @@ -8280,9 +8535,9 @@ msgstr "Apre una finestra di dialogo per aggiungere un avviso sul contenuto al t msgid "Opens a dialog to choose who can interact with this post" msgstr "Apre una finestra di dialogo per scegliere chi può interagire con questo post" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" -msgstr "Apre una lista di temi colore per la card QR" +msgstr "Apre una lista di temi di colore per la scheda QR" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Apre la fotocamera del dispositivo" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Apre la galleria del dispositivo per selezionare fino a {MAX_GALLERY_IMAGES, plural, other {# immagini}} o un singolo video o una GIF." @@ -8329,7 +8584,7 @@ msgstr "Apre il procedimento per creare un nuovo account Bluesky" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Apre la procedura per accedere al tuo account esistente di Bluesky" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Apre l'immagine completa" @@ -8513,12 +8768,12 @@ msgstr "Password aggiornata" msgid "Password updated!" msgstr "Password aggiornata!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pausa" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Metti GIF in pausa" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Metti video in pausa" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Utenti" @@ -8550,17 +8805,17 @@ msgstr "Persone seguite da @{0}" msgid "People following @{0}" msgstr "Persone che seguono @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Persone che seguo" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Persone che seguo" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Persone che seguo" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Le persone che seguo possono chiedere di partecipare" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Persone che segui" @@ -8610,7 +8866,7 @@ msgstr "Numero di telefono verificato" msgid "Photography" msgstr "Foto" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Scegli un tema colore" @@ -8658,7 +8914,7 @@ msgstr "Feed fissati" msgid "Pinned to your feeds" msgstr "Fissato ai tuoi feed" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Riproduci" @@ -8668,7 +8924,7 @@ msgstr "Riproduci" msgid "Play {0}" msgstr "Riproduci {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Riproduci GIF" @@ -8681,11 +8937,11 @@ msgstr "Riproduci video" msgid "Play Video" msgstr "Riproduci video" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Riproduce o mette in pausa la GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Riproduce o mette in pausa il video" @@ -8722,7 +8978,7 @@ msgstr "Fai clic sul link presente nell'email che ti abbiamo appena inviato per msgid "Please complete the verification captcha." msgstr "Si prega di completare il captcha di verifica." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Conferma il tuo indirizzo email per caricare i video." @@ -8865,7 +9121,7 @@ msgstr "Politica" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Post" @@ -8885,12 +9141,12 @@ msgstr "Pubblica una foto" msgid "Post a video" msgstr "Pubblica un video" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Posta tutti" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Pubblica comunque" @@ -8982,6 +9238,10 @@ msgstr "Post non più fissato" msgid "Posts" msgstr "Post" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "Post e risposte" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "I post possono essere silenziati in base al loro testo, ai loro tag o a entrambi. Consigliamo di evitare parole comuni che compaiono in molti post, poiché ciò potrebbe comportare la mancata visualizzazione dei post." @@ -9067,11 +9327,11 @@ msgstr "Informativa sulla privacy" msgid "Privacy violation of a minor" msgstr "Violazione della privacy di un minore" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "Elaborazione GIF in corso..." -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Elaborazione video in corso..." @@ -9083,7 +9343,7 @@ msgstr "Elaborazione in corso…" msgid "profile" msgstr "profilo" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Elenchi pubblici e condivisibili di utenti da silenziare o bloccare in massa." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Pubblica post" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Pubblica i post" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Pubblica risposte" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Pubblica risposta" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Notifiche push" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Push, tutti" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Push, persone che segui" @@ -9188,10 +9448,10 @@ msgstr "Citazione scollegata con successo" msgid "Quote posts disabled" msgstr "Citazioni disattivate" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citazioni" @@ -9238,10 +9498,15 @@ msgstr "Riattiva account" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Leggi {0, plural, one {# altra risposta} other {# altre risposte}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "scopri come utilizzare i filtri di ricerca" +msgid "Read about how to use advanced search filters" +msgstr "Scopri come usare i filtri di ricerca avanzati" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "Scopri come usare i filtri di ricerca" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Persone vere." msgid "Reason for appeal" msgstr "Motivo del ricorso" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Ricevi notifiche nell'app" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Ricevi notifiche push" @@ -9304,7 +9569,7 @@ msgstr "Ricevi notifiche push" msgid "Recent GIFs" msgstr "GIF recenti" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Ricerche recenti" @@ -9339,8 +9604,8 @@ msgstr "Rifiuta richiesta" msgid "Reject join request" msgstr "Rifiuta richiesta di partecipazione" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Ricarica conversazioni" @@ -9379,9 +9644,9 @@ msgstr "Rimuovi {displayName} da questa chat di gruppo" msgid "Remove {displayName}?" msgstr "Rimuovere {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Rimuovi {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "Rimuovi {q}" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Rimuovi feed" msgid "Remove feed?" msgstr "Rimuovere il feed?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "Rimuovi filtro" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Rimuovi dalla chat" @@ -9466,11 +9736,16 @@ msgstr "Rimuovi immagine" msgid "Remove live status" msgstr "Rimuovi stato in diretta" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "Rimuovi membro" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Rimuovi parola silenziata dalla tua lista" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Rimuovi profilo" @@ -9507,11 +9782,11 @@ msgstr "Rimuovi verifica" msgid "Remove your verification for this account?" msgstr "Rimuovere la tua verifica per questo account?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Rimosso dall'autore" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Rimosso da te" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Ti ha risposto" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "Messaggio da {senderName} a cui rispondi, tocca per scorrere fino a esso" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "Messaggio a cui rispondi, tocca per scorrere fino a esso" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Risposte" @@ -9609,12 +9884,12 @@ msgstr "Risposte disattivate" msgid "Replies to this post are disabled." msgstr "Le risposte a questo post sono disattivate." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Rispondi" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Rispondi" @@ -9652,7 +9927,7 @@ msgstr "Visibilità risposta aggiornata" msgid "Reply was successfully hidden" msgstr "Risposta nascosta con successo" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Segnala feed" msgid "Report list" msgstr "Segnala lista" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Segnala messaggio" @@ -9783,9 +10058,9 @@ msgstr "Ripubblicato da {reposter}" msgid "Reposted by you" msgstr "Ripubblicato da te" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Repost" @@ -9793,9 +10068,9 @@ msgstr "Repost" msgid "Reposts of this post" msgstr "Ripubblicazioni di questo post" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Repost dei tuoi repost" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Richiedi codice" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Richiesta ignorata." +msgid "Request rejected." +msgstr "Richiesta rifiutata." #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Richiesto" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Richieste" @@ -9934,9 +10209,9 @@ msgstr "Ritenta l'ultima azione che ha generato un errore" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Salva data di nascita" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Salva modifiche" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Salvare le modifiche?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Salva bozza" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Salvare la bozza?" @@ -10089,8 +10364,8 @@ msgstr "Salvato nei tuoi feed" msgid "Say hello!" msgstr "Di' ciao!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Saluta qualcuno" @@ -10120,9 +10395,9 @@ msgstr "Scorri a sinistra" msgid "Scroll right" msgstr "Scorri a destra" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "Scorri fino al messaggio a cui questa risposta si riferisce" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "Scorri verso l'alto" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Cerca" @@ -10186,17 +10464,13 @@ msgstr "Cerca altri feed" msgid "Search for people" msgstr "Cerca persone" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Cerca post, utenti o feed" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Cerca GIF" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "La ricerca non è disponibile per gli utenti che non hanno effettuato l'accesso" @@ -10225,6 +10499,10 @@ msgstr "Cerca post" msgid "Search profiles" msgstr "Cerca profili" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "Criteri di ricerca" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Cerca..." @@ -10319,7 +10597,7 @@ msgstr "Seleziona un motivo" msgid "Select account" msgstr "Seleziona account" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Seleziona una lingua per l'app" @@ -10357,6 +10635,11 @@ msgstr "Seleziona le lingue dei contenuti" msgid "Select duration" msgstr "Imposta durata" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "Seleziona tipo di filtro (attualmente: {0})" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Seleziona da un account esistente" @@ -10388,7 +10671,7 @@ msgstr "Seleziona membri della chat di gruppo" msgid "Select how long to mute this word for." msgstr "Seleziona per quanto tempo silenziare questa parola." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Seleziona i tuoi interessi dalle seguenti opzioni" msgid "Select your preferred language for translations in your feed." msgstr "Seleziona la tua lingua preferita per le traduzioni nel tuo feed." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Seleziona i tuoi canali di notifica preferiti" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "La selezione di più tipi di media non è supportata." @@ -10491,8 +10774,7 @@ msgstr "Invia segnalazione di errore" msgid "Send feedback" msgstr "Invia feedback" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Invia messaggio" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Invia tramite messaggi" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Inviato alle {0}" @@ -10574,7 +10856,7 @@ msgstr "Imposta l'email per la reimpostazione della password" msgid "Settings" msgstr "Impostazioni" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Impostazioni per attività degli altri" @@ -10582,39 +10864,49 @@ msgstr "Impostazioni per attività degli altri" msgid "Settings for allowing others to be notified of your posts" msgstr "Impostazioni per consentire ad altri di ricevere notifiche dei tuoi post" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Impostazioni per notifiche di mi piace" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Impostazioni per notifiche di menzioni" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Impostazioni per notifiche di nuovi follower" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Impostazioni per notifiche di tutto il resto" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Impostazioni per notifiche di mi piace ai tuoi repost" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "Impostazioni per le notifiche di nuove richieste di messaggi" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "Impostazioni per le notifiche di nuovi messaggi" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Impostazioni per notifiche di repost dei tuoi repost" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Impostazioni per notifiche di citazioni" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Impostazioni per notifiche di risposte" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Impostazioni per notifiche di repost" @@ -10684,6 +10976,11 @@ msgstr "Condividi il mio profilo" msgid "Share post at:// URI" msgstr "Condividi URL at:// del post" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "Condividi profilo" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Condividi codice QR" msgid "Share this feed" msgstr "Condividi questo feed" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "Condividi questa ricerca" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Condividi starter pack" @@ -10726,7 +11027,7 @@ msgstr "Test preferenze condivise" msgid "Show" msgstr "Mostra" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Mostra testo alternativo" @@ -10864,13 +11165,13 @@ msgstr "Mostra il contenuto" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "È richiesto l'accesso" msgid "Signed in as @{0}" msgstr "Accesso effettuato come @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "Dal" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Salta" msgid "Skip contact sharing and continue to the app" msgstr "Salta la condivisione dei contatti e continua con l'app" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Saltare i post vuoti?" @@ -10980,7 +11286,7 @@ msgstr "Salta l'introduzione e inizia a usare il tuo account" msgid "Skip to next step" msgstr "Vai al passo successivo" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "slide" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Qualcuno ha lasciato il gruppo" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Qualcuno ha reagito con {0}" @@ -11223,7 +11529,7 @@ msgstr "Pagina di stato" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Step {0} di {1}" @@ -11295,11 +11601,11 @@ msgstr "Iscriviti a @{0} per usare queste etichette:" msgid "Subscribe to account activity" msgstr "Iscriviti all'attività dell'account" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Iscriviti all'etichettatore" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Iscriviti a questo etichettatore" @@ -11345,6 +11651,10 @@ msgstr "Suggerito per te" msgid "Suggestive" msgstr "Suggestivo" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "Luce solare" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Porta la conversazione in privato." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Tocca qui sotto per consentire a Bluesky di accedere alla tua posizione GPS. Utilizzeremo tali dati per determinare con maggiore precisione il contenuto e le funzionalità disponibili nella tua zona." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Tocca per dettagli" @@ -11474,7 +11784,7 @@ msgstr "Tocca per rimuovere la tua reazione {0}" msgid "Tap to request access to join this group chat" msgstr "Tocca per chiedere di partecipare a questa chat di gruppo" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Tocca per riprovare" @@ -11487,7 +11797,7 @@ msgstr "Tocca per mostrare le reazioni {0}" msgid "Tap to show all reactions" msgstr "Tocca per mostrare tutte le reazioni" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Tocca per vedere le reazioni" @@ -11669,8 +11979,8 @@ msgstr "Il post a cui stai rispondendo è stato contrassegnato dall'autore come msgid "The Privacy Policy has been moved to <0/>" msgstr "L'informativa sulla privacy è stata spostata a <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Il video selezionato è più grande di {VIDEO_MAX_SIZE_MB} MB. Riprova con un file più piccolo." @@ -11832,10 +12142,25 @@ msgstr "C'è stata un'ondata di nuovi utenti su Bluesky! Attiveremo il tuo accou msgid "These are your default settings" msgstr "Queste sono le tue impostazioni predefinite" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "Questi domini" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "Questi hashtag" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Queste impostazioni si applicano solo al feed Seguiti." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "Questi URL" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "È il proprietario di questa chat" @@ -11959,6 +12284,11 @@ msgstr "Questa bozza sarà eliminata definitivamente." msgid "This email is already associated with your account." msgstr "Questa email è già associata al tuo account." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "Questa frase esatta" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Questa funzione consente agli utenti di ricevere notifiche per i tuoi nuovi post e risposte. Per chi vuoi abilitarla?" @@ -12063,13 +12393,13 @@ msgstr "Questa lista è vuota." msgid "This message is hidden" msgstr "Questo messaggio è nascosto" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Questo messaggio è nascosto perché questo utente ti sta bloccando." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Questo messaggio è nascosto perché stai bloccando questo utente." @@ -12107,7 +12437,7 @@ msgstr "Questo post è stato eliminato dal suo autore" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Questo post verrà nascosto dai feed e dai thread. L'azione è irreversibile." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "L'autore del post ha disattivato le citazioni." @@ -12271,7 +12601,7 @@ msgstr "Oggi" msgid "Toggle to enable or disable adult content" msgstr "Seleziona per abilitare o disabilitare i contenuti per adulti" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Attiva/disattiva il suono" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Troppi contatti: hai superato il numero di contatti che puoi importare per trovare i tuoi amici" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Popolari" @@ -12304,8 +12634,8 @@ msgstr "Prima le risposte più popolari" msgid "Topic" msgstr "Argomento" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Comportamento provocatorio / trolling" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "La fiducia nasce dalle relazioni, dalle comunità e dal contesto condiviso, quindi stiamo anche introducendo i <0>certificatori attendibili: organizzazioni che possono rilasciare direttamente la verifica." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Prova con un altro termine di ricerca oppure <0>scopri come utilizzare i filtri di ricerca." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "Prova con un altro termine di ricerca o rimuovi alcuni filtri." + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "Prova con un altro termine di ricerca." #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Provalo" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "Crepuscolo" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Autenticazione a due fattori (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Scrivi il tuo messaggio qui" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Tipo:" @@ -12423,7 +12756,7 @@ msgstr "Impossibile contattare il servizio. Verifica la tua connessione a intern #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Impossibile contattare il servizio. Verifica la tua connessione a internet." @@ -12463,7 +12796,7 @@ msgstr "Non disponibile" msgid "Unavailable feed information" msgstr "Informazioni sui feed non disponibili" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Sblocca questa chat di gruppo" msgid "Unmute" msgstr "Riattiva" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Lista non più fissata" msgid "Unsnooze email reminder" msgstr "Riattiva l'email di promemoria" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Disiscriviti" @@ -12691,7 +13024,7 @@ msgstr "Disiscriviti" msgid "Unsubscribe from list" msgstr "Disiscriviti dalla lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Disiscriviti da etichetta" @@ -12703,10 +13036,15 @@ msgstr "Disiscritto dalla lista" msgid "Unsupported clipboard content" msgstr "Contenuto degli appunti non supportato" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Tipo di video non supportato: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "Fino al" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Fino a 50 persone" @@ -12719,7 +13057,7 @@ msgstr "Aggiorna" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "Aggiorna {0} nelle liste" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "Aggiorna email" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "Aggiorna nelle liste" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "Carica dai file" msgid "Upload from Library" msgstr "Carica dalla galleria" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "Caricamento GIF in corso..." @@ -12805,7 +13143,7 @@ msgstr "Caricamento immagini..." msgid "Uploading link thumbnail..." msgstr "Caricamento miniatura del link..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Caricamento del video..." @@ -13040,12 +13378,12 @@ msgstr "Verifica in corso..." msgid "Version {0}" msgstr "Versione {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Elaborazione video fallita" @@ -13084,12 +13422,12 @@ msgstr "Video non trovato." msgid "Video settings" msgstr "Impostazioni video" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Video caricato" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Video: {0}" @@ -13097,11 +13435,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Video" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "I video devono durare meno di 3 minuti." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Vedi" @@ -13190,7 +13530,7 @@ msgstr "Mostra di più" msgid "View more trending videos" msgstr "Vedi altri video di tendenza" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Vedi post" @@ -13264,8 +13604,8 @@ msgstr "Vedi i tuoi account silenziati" msgid "View your verifications" msgstr "Vedi le tue verifiche" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Vedi l'immagine completa" @@ -13391,7 +13731,7 @@ msgstr "Consigliamo di selezionare almeno due interessi." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Abbiamo inviato un'email a <0>{0} contenente un link. Fai clic su di esso per completare la procedura di verifica dell'email." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Non è stato possibile verificare se puoi caricare video. Riprova." @@ -13460,7 +13800,7 @@ msgstr "Stiamo riscontrando problemi di rete, riprova" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Stiamo introducendo un nuovo livello di verifica su Bluesky -- una spunta riconoscibile." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Siamo felici che tu ti unisca a noi!" @@ -13477,8 +13817,8 @@ msgstr "Siamo spiacenti, ma non siamo riusciti a risolvere questa lista. Se il p msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Non è stato possibile caricare le parole silenziate. Riprova." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Non è stato possibile completare la ricerca. Riprova tra qualche minuto." @@ -13486,7 +13826,7 @@ msgstr "Non è stato possibile completare la ricerca. Riprova tra qualche minuto msgid "We're sorry, you cannot access this screen at this time." msgstr "Spiacenti: non puoi accedere a questa schermata al momento." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Ci dispiace! Il post a cui cerchi di rispondere è stato eliminato." @@ -13536,8 +13876,13 @@ msgstr "Quali sono i tuoi interessi?" msgid "What do you want to call your starter pack?" msgstr "Come vuoi chiamare il tuo starter pack?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "come va" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Come va?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Chi può verificare?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Ops!" @@ -13623,7 +13968,7 @@ msgstr "Bloccare questo utente e/o abbandonare questa conversazione?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Salvare come bozza prima di visualizzare le tue bozze?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Salvare come bozza da modificare più tardi?" @@ -13632,12 +13977,12 @@ msgstr "Salvare come bozza da modificare più tardi?" msgid "Write a post" msgstr "Scrivi un post" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Scrivi un post" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Scrivi la tua risposta" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Stai accedendo a Bluesky da una regione che ci impone per legge di verificare la tua età prima di consentirti l'accesso all'app." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "Stai bloccando {0}" @@ -13741,7 +14086,7 @@ msgstr "Sei in diretta" msgid "You are no longer live" msgstr "Non sei più in diretta" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Non sei autorizzato a caricare video." @@ -13786,12 +14131,12 @@ msgstr "Puoi anche scaricare i dati delle tue chat come file \"JSONL\". Questo f msgid "You can always opt out and delete your data" msgstr "Puoi sempre scegliere di disattivare la funzionalità e cancellare i tuoi dati" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Puoi scegliere se attivare il suono delle notifiche di nuovi Messaggi nelle impostazioni all’interno dell’app" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Puoi proseguire le conversazioni in corso indipendentemente dall'impostazione scelta." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Adesso puoi accedere con la tua nuova password." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Puoi aggiungere fino a {MAX_GALLERY_IMAGES, plural, other {# immagini}} per post" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Puoi salvare le bozze solo se hanno fino a 1000 caratteri." @@ -13821,11 +14166,11 @@ msgstr "Puoi salvare le bozze solo se hanno fino a 1000 caratteri." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Puoi salvare le bozze solo se hanno fino a 1000 caratteri. Vuoi eliminare questo post prima di visualizzare le bozze?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Puoi selezionare una sola GIF alla volta." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Puoi selezionare un solo video alla volta." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Puoi leggere la cronologia della chat ma non puoi inviare nuovi messaggi." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Puoi selezionare fino a {MAX_GALLERY_IMAGES, plural, other {# immagini}} in totale." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Puoi modificare questa preferenza dalle impostazioni." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "Non puoi aggiungere più di {EMOJI_REACTION_LIMIT, plural, one {# reazione emoji} other {# reazioni emoji}}" @@ -13958,7 +14303,7 @@ msgstr "Hai verificato correttamente il tuo indirizzo email. Puoi chiudere quest msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Hai raggiunto il limite temporaneo dei video caricati. Riprova più tardi." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Hai delle modifiche non salvate a questa bozza: vuoi salvarle?" @@ -14033,7 +14378,7 @@ msgstr "Devi seguire almeno altri 7 utenti per creare uno starter pack." msgid "You must grant access to your photo library to save a QR code" msgstr "Devi concedere il permesso alla galleria per salvare il codice QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "È necessario consentire l'accesso alla tua libreria multimediale." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Probabilmente è il momento di riavviare l'app." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Hai reagito con {0}" @@ -14069,17 +14414,17 @@ msgstr "Hai reagito con {0} a {target}" msgid "You recently changed your birthdate" msgstr "Hai cambiato di recente la tua data di nascita" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "Hai risposto" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "Hai risposto a {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "Ti sei risposto" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,11 +14462,11 @@ msgstr "Non sarai in grado di rientrare finché non sarai invitato a farlo." msgid "You: {message}" msgstr "Tu: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Seguirai gli utenti e i feed consigliati alla fine della creazione del tuo account!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Seguirai gli utenti consigliati alla fine della creazione del tuo account!" @@ -14149,7 +14494,7 @@ msgstr "Resterai aggiornato su questi feed" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:205 msgid "You’re in control" -msgstr "Hai il controllo" +msgstr "Hai tu il controllo" #: src/screens/SignupQueued.tsx:130 msgid "You're in line" @@ -14185,7 +14530,7 @@ msgstr "Hai raggiunto la fine del contenuto attivo." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Hai raggiunto la fine del tuo feed! Trova altri account da seguire." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Hai raggiunto il numero massimo di bozze" @@ -14193,15 +14538,19 @@ msgstr "Hai raggiunto il numero massimo di bozze" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Hai raggiunto il numero massimo di richieste consentite. Riprova più tardi." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "Hai raggiunto il numero massimo di {MAX_FILTERS, plural, one {# filtro} other {# filtri}}. Aggiungi altri valori a un filtro esistente invece di crearne di nuovi." + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Hai raggiunto l'inizio del contenuto attivo." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Hai raggiunto il limite giornaliero di video caricati (troppi byte)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Hai raggiunto il limite giornaliero di video caricati (troppi video)" @@ -14209,7 +14558,7 @@ msgstr "Hai raggiunto il limite giornaliero di video caricati (troppi video)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Non ci sono altri video da guardare. Forse è il momento giusto per fare una pausa?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Il tuo account" @@ -14221,7 +14570,7 @@ msgstr "Il tuo account è stato eliminato, addio! ✌️" msgid "Your account has been suspended" msgstr "Il tuo account è stato sospeso" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Il tuo account è troppo recente per caricare video. Riprova più tardi." @@ -14353,11 +14702,11 @@ msgstr "La tua password è stata cambiata con successo! D'ora in poi usa la tua msgid "Your password must be at least 8 characters long." msgstr "La tua password deve essere lunga almeno 8 caratteri." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Il tuo post è stato inviato" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "I tuoi post sono stati inviati" @@ -14378,7 +14727,7 @@ msgstr "L'immagine del tuo profilo circondata da cerchi concentrici con immagini msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Il tuo profilo, i tuoi post, i tuoi feed e le tue liste non saranno più visibili agli altri utenti. Puoi riattivare il tuo account in qualsiasi momento effettuando l'accesso." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Risposta inviata" @@ -14391,7 +14740,7 @@ msgstr "La segnalazione sarà inviata a <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Gli interessi che selezioni ci permettono di mostrare i contenuti più pertinenti." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Il tuo thread ha dei post vuoti che verranno saltati. Gli altri post verranno pubblicati come thread." diff --git a/src/locale/locales/ja/messages.po b/src/locale/locales/ja/messages.po index 3b175e49da..b7b90ca5c5 100644 --- a/src/locale/locales/ja/messages.po +++ b/src/locale/locales/ja/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ja\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -21,24 +21,62 @@ msgstr "" #. Accessibility label for a category (e.g. Art, Video Games, Sports, etc.) that shows suggested accounts for the user to follow. The tab is currently selected. #: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" -msgstr "\"{interestsDisplayName}\" カテゴリー (アクティブ)" +msgstr "\"{interestsDisplayName}\" カテゴリー(アクティブ)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(ブロックされたメッセージは非表示です)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(チャット招待リンク)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(埋め込みコンテンツあり)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(削除されたメッセージ)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(無効なチャット招待リンク)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(無効なチャット招待リンク)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(メールがありません)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(テキストなし)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(引用された投稿)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, other {#件のアカウントラベル}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, other {#件のコンテンツラベル}}" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {友達が#人見つかりました!} other {友達が msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, other {#時間}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, other {#件のラベル}}がこのアカウントに適用されています" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, other {#件のラベル}}がこのコンテンツに適用されています" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, other {#個の新規参加リクエスト}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, other {#人}}がリアクションしました – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, other {#秒}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, other {#件の未読}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} フォロー中" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0}はあなたをブロックしています" @@ -277,10 +305,16 @@ msgstr "{0} / 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0}が{1}とリアクションしました" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0}件の未読アイテム" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0}が削除されました" msgid "{0} was removed from the group" msgstr "{0}はグループから外されました" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "{0}, " + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1}{2, plural, other {人}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "{0}件以上" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "{0}件以上のリクエスト" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, other {チャットの更新#件}}" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, other {#件の新規参加リクエスト}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, other {リクエスト#件}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, other {時間}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {分}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "{filterCount, plural, other {#件以上のフィルター}}" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたをフォローしました" @@ -677,17 +733,17 @@ msgstr "{profileName}はスターターパックを使って{timeAgoString}前 msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName}が返信しました" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName}が{originalName}に返信しました" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName}さんがあなたに返信しました" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 @@ -697,7 +753,7 @@ msgstr "{requestCount, plural, other {#リクエスト}}" #. Displayed when there are more than 20 requests to join a group chat #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:56 msgid "{requestCount}+ requests" -msgstr "{requestCount}+リクエスト" +msgstr "{requestCount}件以上のリクエスト" #. trending topic time spent trending. should be as short as possible to fit in a pill #: src/screens/Search/modules/ExploreTrendingTopics.tsx:191 @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2>があなたを追加しました" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<4>ニュース、スポーツ、政治、ほか、Bluesky上で起こっているその他すべてのことを検索するためには<0>サインイン<1>するか<2>アカウントを作成<3>してください。" @@ -825,16 +881,6 @@ msgstr "<0>あなたと<1><2>{0}はあなたのスターターパッ msgid "⚠Invalid Handle" msgstr "⚠無効なハンドル" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "リクエストを承認" msgid "Accept this language suggestion" msgstr "この言語の提案を受け入れる" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "承認された会話" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "アクセスをリクエストしました!グループのオーナーがリクエストをレビューします。" @@ -1050,9 +1091,9 @@ msgstr "アカウントのミュートを解除しました" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "スカラップ状(帆立貝の形状)の青色のチェックマーク <0><1/> のあるアカウントは他のユーザを認証できます。これらの信頼できる認証者はBlueskyによって選択されています。" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "他のユーザーからのアクティビティ" @@ -1108,6 +1149,10 @@ msgstr "ALTテキストを追加" msgid "Add alt text (optional)" msgstr "ALTテキストを追加(オプション)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "検索フィルターを追加" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "ALTテキストを追加(オプション)" msgid "Add another account" msgstr "他のアカウントを追加" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "他の投稿を追加" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "スレッドに他の投稿を追加" @@ -1141,6 +1186,10 @@ msgstr "アカウントに自動化ラベルを追加" msgid "Add emoji reaction" msgstr "絵文字リアクションを追加" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "フィルターを追加" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "グループチャットメンバーを追加" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "画像を追加" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "投稿にメディアを追加する" @@ -1312,6 +1361,11 @@ msgstr "成人向けの性的虐待コンテンツ" msgid "Advanced" msgstr "高度な設定" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "高度な検索" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "年齢保証" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "すべて" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "すべての友達をフォローしました!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "すべての言語" @@ -1367,6 +1422,15 @@ msgstr "すべての言語" msgid "All languages will be shown in your feeds." msgstr "すべての言語がフィードに表示されます。" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "これらの単語すべて" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "すべての投稿" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "保存されたすべてのフィードを1箇所にまとめます。" @@ -1380,13 +1444,13 @@ msgstr "ダイレクトメッセージへのアクセスを許可" msgid "Allow anyone to reply" msgstr "誰でも返信を許可" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "ダイレクトメッセージを誰から受け取れるか:" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "グループチャットの招待を誰から受け取れるか:" @@ -1440,10 +1504,10 @@ msgstr "既にアカウントを持ってますか?" msgid "Already signed in as @{0}" msgstr "@{0}としてすでにサインイン済み" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "ALTテキスト" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "ALTテキスト" @@ -1489,7 +1553,7 @@ msgstr "エラーが発生しました" msgid "An error occurred" msgstr "エラーが発生しました" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "ビデオの圧縮中にエラーが発生しました。" @@ -1535,11 +1599,11 @@ msgstr "QRコードの保存中にエラーが発生しました!" msgid "An error occurred while trying to follow all" msgstr "すべてフォローしようとしたらエラーが発生しました" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "ビデオのアップロード中にエラーが発生しました。 {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "ビデオのアップロード中にエラーが発生しました。インターネット接続を確認して、もう一度お試しください。" @@ -1626,7 +1690,7 @@ msgstr "動物の福祉" msgid "Animals" msgstr "動物" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "アニメーションGIF" @@ -1638,6 +1702,11 @@ msgstr "お知らせ" msgid "Announcing verification on Bluesky" msgstr "Blueskyでの認証のお知らせ" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "すべての時間" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "誰でも" @@ -1781,6 +1850,24 @@ msgstr "アーカイブ投稿" msgid "Are you really, really sure?" msgstr "本当に、本当によろしいですか?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "{0}または{1}の投稿を検索しますか?" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "{0}の投稿を検索しますか?" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "{0}または{1}の投稿を検索しますか?" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "本当にこのフィードをあなたのフィードから削除した msgid "Are you sure you want to rescind your request to join {0}?" msgstr "本当に{0}に参加するリクエストを取り消しますか?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "本当にこの投稿を削除しますか?" @@ -1904,7 +1991,7 @@ msgstr "利用可能" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "利用可能" msgid "Back" msgstr "戻る" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "チャットへ戻る" @@ -1961,10 +2048,10 @@ msgstr "{name}の投稿の通知を受け取る前に、まずメールアドレ #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "ユーザーをブロックするかこの会話を削除(あるいは msgid "Block user and/or leave this conversation" msgstr "ユーザーをブロックするかこの会話から退出(あるいは両方)" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "ブロックされています" @@ -2091,10 +2178,6 @@ msgstr "ブロック中のアカウントは、あなたのスレッドでの返 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "ブロック中のアカウントは、あなたのスレッドでの返信、あなたへのメンション、その他の方法であなたとやり取りすることはできません。あなたは相手のコンテンツを見ることができず、相手はあなたのコンテンツを見ることができなくなります。" -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "ブロックしてもこのラベラーがあなたのアカウントにラベルを適用することができます。" @@ -2111,11 +2194,21 @@ msgstr "ブロックしてもこのラベラーがあなたのアカウントに msgid "Blog" msgstr "ブログ" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "bloomscrolling booksky" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "bluesky atproto" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Blueskyでは、この投稿日時の信憑性を確認できません。" @@ -2340,7 +2433,7 @@ msgstr "カメラへのアクセスが必要です" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "カメラへのアクセスが必要です" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "カメラへのアクセスが必要です" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2389,9 +2483,9 @@ msgstr "再有効化をキャンセルしてサインアウト" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "返信をキャンセル" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "検索をキャンセル" @@ -2411,7 +2505,7 @@ msgstr "キャプション(.vtt)" msgid "Captions & alt text" msgstr "キャプション&ALTテキスト" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "カルーセル" @@ -2435,7 +2529,7 @@ msgstr "アプリアイコンを変更" msgid "Change app icon to \"{0}\"" msgstr "アプリアイコンを「{0}」へ変更" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "アプリの言語を変更" @@ -2518,11 +2612,11 @@ msgstr "チャットの招待リンクはもう利用できません" msgid "Chat locked" msgstr "チャットがロックされました" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "チャットメッセージ - 無音" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "チャットメッセージ - 音あり" @@ -2536,6 +2630,12 @@ msgstr "チャットをミュートしました" msgid "Chat not found." msgstr "チャットが見つかりませんでした。" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "チャットのオプション" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "チャットオーナーはグループチャットを退出できません。" @@ -2548,22 +2648,22 @@ msgstr "チャットの受信者は送信者がフォローしていません。 msgid "Chat request inbox" msgstr "チャット要求の受信トレイ" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "チャットの要求" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "チャットの設定" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "チャットの設定" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "チャットのミュートを解除しました" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "チャット" @@ -2661,10 +2761,16 @@ msgstr "自分自身のタイムラインを選びましょう!コミュニテ msgid "Choose your password" msgstr "パスワードを入力" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "ユーザー名を選んでください" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "クリア" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "すべてのストレージデータをクリア" @@ -2673,6 +2779,10 @@ msgstr "すべてのストレージデータをクリア" msgid "Clear all storage data (restart after this)" msgstr "すべてのストレージデータをクリア(このあと再起動します)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "日付をクリア" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "ここをクリックしてこのグループチャットの招待リン msgid "Click to open tag menu for {0}" msgstr "クリックして {0} のタグメニューを開く" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "送信失敗したメッセージを再送信" @@ -2755,6 +2865,7 @@ msgstr "送信失敗したメッセージを再送信" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "送信失敗したメッセージを再送信" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "バナーを閉じる" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "リクエストバナーを閉じる" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "このダイアログを閉じる" @@ -2874,7 +2984,7 @@ msgstr "ウェルカムモーダルを閉じる" msgid "Closes password update alert" msgstr "パスワード更新アラートを閉じる" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "投稿の編集画面を閉じて下書きを破棄" @@ -2886,7 +2996,7 @@ msgstr "ユーザーリストを折りたたむ" msgid "Collapses list of users for a given notification" msgstr "指定した通知のユーザーリストを折りたたむ" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "カラー" @@ -2917,7 +3027,7 @@ msgstr "コミュニティガイドライン" msgid "Complete onboarding and start using your account" msgstr "初期設定を完了してアカウントを使い始める" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "テストをクリアしてください" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "新しい投稿を作成" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "最大{0, plural, other {#文字}}まで投稿を編集" @@ -2936,11 +3046,11 @@ msgstr "最大{0, plural, other {#文字}}まで投稿を編集" msgid "Compose reply" msgstr "返信を作成" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "GIFを圧縮中…" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "ビデオを圧縮中…" @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "サポートチームに連絡" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "サポートに連絡" @@ -3134,8 +3244,12 @@ msgstr "会話が見つかりません。" msgid "Copied build version to clipboard" msgstr "ビルドバージョンをクリップボードにコピーしました" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "リンクをクリップボードにコピーしました" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "プロフィールへのリンクをコピー" msgid "Copy link to starter pack" msgstr "スターターパックへのリンクをコピー" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "メッセージのテキストをコピー" @@ -3341,7 +3455,7 @@ msgstr "変更を保存できませんでした:{0}" msgid "Could not share – please try again" msgstr "共有できませんでした – もう一度お試しください" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "通知の設定を更新できませんでした" @@ -3363,6 +3477,11 @@ msgstr "GIFを読み込めませんでした" msgid "Country code" msgstr "国コード" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "cows pigs" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "私向けのスターターパックを作成" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "アカウントを作成" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "アカウントを作成" @@ -3549,7 +3668,7 @@ msgstr "生年月日" msgid "Dawn" msgstr "夜明け" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "昼" @@ -3632,7 +3751,7 @@ msgstr "連絡先を削除" msgid "Delete conversation" msgstr "会話を削除" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "自分宛を削除" @@ -3645,7 +3764,7 @@ msgstr "リストを削除" msgid "Delete message" msgstr "メッセージを削除" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "メッセージの宛先から自分を削除" @@ -3655,7 +3774,7 @@ msgstr "アカウントを削除" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "投稿を削除" @@ -3676,7 +3795,7 @@ msgstr "このリストを削除しますか?" msgid "Delete this post?" msgstr "この投稿を削除しますか?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "削除されています" @@ -3697,10 +3816,6 @@ msgstr "確認完了後、Plivoにより削除されます" msgid "Deleted list" msgstr "削除されたリスト" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "デバイスによる翻訳に失敗しました :(" msgid "Dialog: adjust who can interact with this post" msgstr "ダイアログ:この投稿に誰が反応できるか調整" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "ダイアログ:高度な検索オプションを設定する" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "グレー" @@ -3806,9 +3925,9 @@ msgstr "無効" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "破棄" msgid "Discard changes?" msgstr "変更を破棄しますか?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "下書きを削除しますか?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "投稿を削除しますか?" @@ -3864,7 +3983,7 @@ msgstr "消す" msgid "Dismiss banner" msgstr "バナーを閉じる" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "エラーを消す" @@ -3954,13 +4073,13 @@ msgstr "心配しないでください!すべての既存のメッセージと #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "心配しないでください!すべての既存のメッセージと msgid "Done" msgstr "完了" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "メッセージをダブルタップか長押しでリアクションを追加" @@ -4045,7 +4164,7 @@ msgstr "お住まいの地域の法律により、現在Blueskyの一部の機 msgid "Duration:" msgstr "期間:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "夕暮れ" @@ -4176,12 +4295,12 @@ msgstr "投稿への反応の設定を編集" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "プロフィールを編集" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "プロフィールを編集" @@ -4268,7 +4387,7 @@ msgstr "投稿を埋め込む" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "この投稿をあなたのウェブサイトに埋め込みます。以下のスニペットをコピーして、あなたのウェブサイトのHTMLコードに貼り付けるだけです。" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "埋め込みビデオプレーヤー" @@ -4308,8 +4427,8 @@ msgstr "有効にするメディアプレーヤー" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "プロフィールにアクセスして<0>ベルのアイコン<1/>を押すことでアカウントの通知を有効にします。" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "プッシュ通知を有効にする" @@ -4400,7 +4519,7 @@ msgstr "パスワードを入力" msgid "Enter your username and password" msgstr "ユーザー名とパスワードを入力してください" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "フルスクリーンで表示" @@ -4408,7 +4527,7 @@ msgstr "フルスクリーンで表示" msgid "Entertainment" msgstr "エンターテインメント" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "エラー" @@ -4438,7 +4557,7 @@ msgstr "ファイルの保存中にエラーが発生しました" msgid "Error receiving captcha response." msgstr "CAPTCHAレスポンスの受信中にエラーが発生しました。" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "エラー:{error}" @@ -4450,26 +4569,38 @@ msgstr "誰でも返信可能" msgid "Everybody can reply to this post." msgstr "この投稿に全員が返信できる。" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "全員" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "全員" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "全員" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "他すべて" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "除外する" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "フォローしているユーザーは除外" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "露骨な性的画像。" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "検索" msgid "Explore the app" msgstr "アプリを探索" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "自分のチャットデータをエクスポート" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "参加リクエストを承認できませんでした" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "絵文字リアクションを追加できませんでした" @@ -4614,7 +4745,7 @@ msgstr "メンバーを追加できませんでした" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "リストへの追加に失敗しました" #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" @@ -4626,6 +4757,7 @@ msgstr "ハンドルの変更に失敗しました。もう一度試してくだ #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "リンクのコピーに失敗しました" @@ -4698,10 +4830,6 @@ msgstr "すべての友達をフォローできませんでした。もう一度 msgid "Failed to hide suggestion, please check your internet connection" msgstr "提案を非表示にできませんでした。インターネット接続を確認してください" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "参加リクエストの無視に失敗しました" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "グループチャットに参加できませんでした。もう一度やり直してください。" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "グループチャットからの退出に失敗" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "会話の読み込みに失敗しました" @@ -4735,8 +4863,11 @@ msgstr "フィードの読み込みに失敗しました" msgid "Failed to load feeds preferences" msgstr "フィードの設定の読み込みに失敗しました" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "通知設定の読み込みに失敗しました。" @@ -4767,12 +4898,13 @@ msgstr "おすすめのフォローの読み込みに失敗しました" msgid "Failed to lock group chat" msgstr "グループチャットのロックに失敗しました" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "すべてのチャットを既読にできませんでした" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "すべての要求を既読としてマークできませんでした" @@ -4789,6 +4921,10 @@ msgstr "投稿の固定に失敗しました" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Germ DMの再接続に失敗しました。エラー: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "参加リクエストを拒否できませんでした" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "ネットワークエラーのためデータの削除に失敗しました。インターネット接続を確認してください。" @@ -4799,14 +4935,14 @@ msgid "Failed to remove data. {0}" msgstr "データの削除に失敗しました。 {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "絵文字リアクションの削除に失敗しました" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "リストから外すのに失敗しました" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" @@ -4830,7 +4966,7 @@ msgstr "リクエストを取り消すことができませんでした。もう msgid "Failed to resolve location. Please try again." msgstr "位置情報の調査に失敗しました。もう一度試してください。" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "下書きの保存に失敗しました" @@ -4898,7 +5034,7 @@ msgstr "フィードの更新に失敗しました" msgid "Failed to update notification declaration" msgstr "通知受信制限の更新に失敗しました" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "設定の更新に失敗しました" @@ -4973,7 +5109,7 @@ msgstr "フィードの運営者にフィードバックを送りました" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "更新を取得" msgid "File saved successfully!" msgstr "ファイルの保存に成功しました!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "投稿者でフィルター" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "投稿者でフィルター(現在:{currentLabel})" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "メディアでフィルター" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "メディアでフィルター(現在: {currentLabel})" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "フィードからのフィルター" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "言語で検索をフィルター" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "言語で検索をフィルター(現在の設定:{currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "{0}でこの検索をフィルター" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "あなたのアクティビティの通知について、誰が受信できるのかフィルターを設定します" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "通知を受け取るユーザーをフィルターする" @@ -5081,7 +5238,7 @@ msgstr "フォローするユーザーを探す" msgid "Find people you know" msgstr "知り合いを探す" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Blueskyの投稿、ユーザー、フィードを検索" @@ -5361,7 +5518,8 @@ msgstr "グループチャットを表現する四つのメッセージバブル msgid "Free your feed" msgstr "フィードを解放しよう" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "通知対象" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "<0/>から" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "これらの人から" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "スターターパックを生成" @@ -5414,43 +5577,51 @@ msgstr "Germ DMに再接続" msgid "Get help" msgstr "ヘルプを表示" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "スターターパックでの参加、認証、その他のアクティビティの通知を受け取る。" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "フォローされたときに通知を受け取る。" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "投稿をいいねされたら通知を受け取る。" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "リポストがいいねされたら通知を受け取る。" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "メンションされたら通知を受け取る。" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "投稿を引用されたら通知を受け取る。" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "投稿に返信があったら通知を受け取る。" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "投稿をリポストされたら通知を受け取る。" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "リポストがリポストされたら通知を受け取る。" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "メッセージリクエストが送信されたら通知を受け取る。" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "メッセージが送信されたら通知を受け取る。" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "購読している投稿にアクティビティがあれば通知を受け取る。" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "開始" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIFをアップロードしました" @@ -5686,7 +5857,7 @@ msgstr "グループチャットのミュートを解除しました" msgid "Group Chats" msgstr "グループチャット" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "グループチャットは18歳以上のユーザーのみが利用できます。" @@ -5784,7 +5955,7 @@ msgstr "コードがありませんか?<0>ここをクリックしてくださ msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "位置情報が間違っていますか?<0>ここをタップしてGPSで位置情報を更新してください。" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "なにか問題が発生しましたか?" @@ -5973,7 +6144,7 @@ msgstr "このデータの読み込みに問題があるようです。詳細は msgid "Hmmmm, we couldn't load that moderation service." msgstr "そのモデレーションサービスを読み込めませんでした。" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "待って!徐々にビデオへのアクセスを許可していますが、あなたの順番はまだです。しばらくしてもう一度確認を!" @@ -6102,12 +6273,12 @@ msgstr "あなたが開発者ならば、自分でサーバーをホストでき msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "ハンドルやメールアドレスを変えるのであれば、無効化の前に変更してください。" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "画像" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "画像 {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "画像 {0} / {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "画像 {0} / {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "画像のキャッシュをクリアし、 {0} が解放されました" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "画像ギャラリー、 {0}枚の画像" @@ -6201,43 +6372,77 @@ msgstr "{0}に読み込みました" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "年齢に応じた体験を提供するために、あなたの生年月日を知る必要があります。これは一回限りのことであり、あなたのデータはプライベートに保たれます。" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "アプリ内" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "アプリ内通知" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "アプリ内、全員" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "アプリ内、フォロー中の人" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "アプリ内、プッシュ" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "アプリ内、プッシュ、全員" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "アプリ内、プッシュ、フォロー中の人" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "受信トレイが空です" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "受信トレイが空です!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "含める" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "一致する投稿を含めるか除外する(現在:{0})" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "投稿および/または返信を含める(現在:{currentLabel})" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "この日付以降の投稿を含める" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "この日付以前の投稿を含める" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "これらの結果を含める" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "無効なユーザー名またはパスワード" @@ -6334,7 +6539,6 @@ msgstr "招待コード" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "招待コードが確認できません。正しく入力されていることを確認し、もう一度試してください。" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "友達を招待" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "友達を招待" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "招待、ただし個人的なもの" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "位置情報が正確ではありませんか?<0>ここをタップしてGPSで位置情報を更新してください。 " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "位置情報が正確ではありませんか?<0>ここをタップしてGPSで位置情報を更新してください。" #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "今はあなただけ!上で検索してスターターパックにより多くのユーザーを追加してください。" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ジョブID:{0}" @@ -6469,8 +6672,8 @@ msgstr "会話に参加" msgid "Journalism" msgstr "報道" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "編集を続ける" @@ -6479,11 +6682,6 @@ msgstr "編集を続ける" msgid "Keep me posted" msgstr "投稿を逃さない" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "メンバーをキックする" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "KWS のウェブサイト" @@ -6518,6 +6716,10 @@ msgstr "あなたのアカウントのラベル" msgid "Labels on your content" msgstr "あなたのコンテンツのラベル" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "言語" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "言語の設定" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "最後の開始:たった今" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "最新" @@ -6562,6 +6764,16 @@ msgstr "詳細(英語)" msgid "Learn More" msgstr "詳細" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "<0>高度な検索フィルタの使い方について詳細を見る。" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "<0>検索フィルタの使い方について詳細を見る。" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "年齢保証について詳しく知る" @@ -6765,16 +6977,16 @@ msgstr "{0, plural, other {#人のユーザー}}がいいね" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "{likeCount, plural, other {#人のユーザー}}がいいね" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "いいね" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "リポストへのいいね" @@ -6954,9 +7166,7 @@ msgstr "最新の通知を読み込む" msgid "Load new posts" msgstr "最新の投稿を読み込む" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "チャットを読み込み中…" @@ -7065,18 +7275,20 @@ msgstr "認証設定の管理" msgid "Manage your muted words and tags" msgstr "ミュートしたワードとタグの管理" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "すべて既読にする" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "すべてのチャットを既読にする" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "すべてのリクエストを既読にする" @@ -7085,15 +7297,16 @@ msgstr "すべてのリクエストを既読にする" msgid "Mark as read" msgstr "既読にする" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "すべて既読にしました" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "すべてのチャットを既読にしました" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "すべてのリクエストを既読にしました" @@ -7102,6 +7315,7 @@ msgstr "すべてのリクエストを既読にしました" msgid "Maybe later" msgstr "後で" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "メディア" @@ -7137,26 +7351,29 @@ msgstr "メンバーはまだチャット履歴を読むことができますが msgid "mentioned users" msgstr "メンションされたユーザー" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "メンション" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "これらの人にメンション" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "メニュー" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "メッセージ" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "メッセージ" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "メッセージは削除されました" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "メッセージを送信できませんでした。" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "@{0}からのメッセージ:{1}" @@ -7193,21 +7410,15 @@ msgstr "@{0}からのメッセージ:{1}" msgid "Message from server: {0}" msgstr "サーバーからのメッセージ:{0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "メッセージを入力するフィールド" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "メッセージが長すぎます" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "メッセージが長すぎます({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "メッセージのオプション" @@ -7215,11 +7426,11 @@ msgstr "メッセージのオプション" msgid "Messages" msgstr "メッセージ" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "このユーザーからのメッセージはあなたをブロック中は非表示です。" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "このユーザーからのメッセージはあなたがブロック中は非表示です。" @@ -7343,7 +7554,7 @@ msgstr "音楽" msgid "Mute" msgstr "ミュート" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "著作権侵害、法的要求、または規制遵守の問題を報告 msgid "Nevermind, create a handle for me" msgstr "気にせずにハンドルを作成" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "新規" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "新規" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{firstAuthorLink}からの新しい{postsCount, plural, other {投稿}}" @@ -7537,11 +7752,11 @@ msgstr "{firstAuthorName}からの新しい{postsCount, plural, other {投稿}}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "新しいチャット" @@ -7574,9 +7789,9 @@ msgstr "新しいメールアドレス" msgid "New Feature" msgstr "新機能" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "新しいフォロワー" @@ -7608,6 +7823,18 @@ msgstr "新しいハンドル" msgid "New list" msgstr "新しいリスト" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "新しいメッセージリクエスト" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "新しいメッセージ" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "次へ" msgid "Next image" msgstr "次の画像" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "夜" @@ -7779,12 +8006,12 @@ msgstr "名前なし" msgid "No notifications yet!" msgstr "お知らせはありません!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "誰からも受け取らない" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "誰からも受け取らない" @@ -7822,6 +8049,10 @@ msgstr "まだ引用がありません" msgid "No recent GIFs yet. Pick one to see it here." msgstr "最近のGIFはまだありません。ここに表示するには何か選択してください。" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "返信を含まない" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "まだ返信がありません" @@ -7856,10 +8087,18 @@ msgstr "結果は見つかりません" msgid "No results found for \"{query}\"" msgstr "「{query}」の検索結果はありません" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "高度な検索フィルターを適用した「<0>{query}」の結果は見つかりませんでした。" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "「<0>{query}」の検索結果はありません。" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "高度な検索フィルターを適用した検索条件で結果が見つかりませんでした。" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "見つかりませんでした。" @@ -7868,11 +8107,6 @@ msgstr "見つかりませんでした。" msgid "No Starter Packs yet" msgstr "まだスターターパックはありません" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "同意のない親密画像(NCII)" msgid "Non-sexual Nudity" msgstr "性的ではないヌード" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "これらの単語をすべて含まない" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "このプラットフォームでは利用できません" @@ -7954,26 +8193,27 @@ msgstr "注:この投稿はログイン中のユーザーにのみ表示され msgid "Nothing saved yet" msgstr "まだ何も保存されていません" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "通知設定" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "通知音" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "電話番号は携帯の電話番号でなければなりません" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "オフ" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "選択した受信者のいずれかがグループチャットを許可 msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "選択した受信者のいずれかがあなたをブロックしていてメッセージを送れません。" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "1つもしくは複数のGIFにALTテキストがありません。" -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "1つもしくは複数の画像にALTテキストがありません。" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "選択したファイルの 1つ以上がサポートされていません。" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "選択したファイルの1つ以上が大きすぎます。最大サイズは {VIDEO_MAX_SIZE_MB}MBです。" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "一つ以上の投稿が下書きとしては長すぎます。{MAX_DRAFT_GRAPHEME_LENGTH, plural,other {最大で#文字です。}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "1つもしくは複数のビデオにALTテキストがありません。" @@ -8083,7 +8323,7 @@ msgstr "{0}のみ返信可能。" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "{1}枚の{2, plural, other {画像}}中{0}枚のみを追加しました。最大で{MAX_GALLERY_IMAGES}枚です" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "管理者のみが参加リクエストを受け付けることができます。" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "管理者のみが参加リクエストを無視できます。" +msgid "Only admins can reject join requests." +msgstr "管理者のみが参加リクエストを拒否することができます。" #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "{0}がフォローしているユーザーだけが参加できます。 msgid "Only people the chat owner follows can join" msgstr "チャットのオーナーがフォローしているユーザーだけが参加できます" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "メディア付きの投稿のみ" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "動画付きの投稿のみ" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "返信のみ" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "WebVTT(.vtt)ファイルのみに対応しています" @@ -8140,6 +8392,10 @@ msgstr "このプロフィールは存在しません。別のものをスキャ msgid "Oops!" msgstr "おっと!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "高度な検索オプションを開く" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "アバター・クリエイターを開く" @@ -8170,9 +8426,8 @@ msgstr "下書きを開く" msgid "Open drawer menu" msgstr "引き出しメニューを開く" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "絵文字を入力" @@ -8280,7 +8535,7 @@ msgstr "自分の投稿にコンテンツの警告を追加するダイアログ msgid "Opens a dialog to choose who can interact with this post" msgstr "この投稿に誰が反応できるかを選択するダイアログを開く" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "QRカードのカラーテーマ一覧を開きます" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "デバイスのカメラを起動" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "デバイスのギャラリーを開いて最大{MAX_GALLERY_IMAGES, plural, other {#枚の画像}}、あるいは動画またはGIFを1つを選択します。" @@ -8329,7 +8584,7 @@ msgstr "新しいBlueskyのアカウントを作成するフローを開く" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "既存のBlueskyアカウントにサインインする画面を開きます" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "画像全体を表示" @@ -8513,12 +8768,12 @@ msgstr "パスワードが更新されました" msgid "Password updated!" msgstr "パスワードが更新されました!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "一時停止" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "GIFを一時停止" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "ビデオを一時停止" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "ユーザー" @@ -8550,17 +8805,17 @@ msgstr "@{0}がフォロー中のユーザー" msgid "People following @{0}" msgstr "@{0}をフォロー中のユーザー" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "フォロー中の人" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "フォロー中の人" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "フォロー中の人" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "フォロー中の人は参加をリクエストできます" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "フォロー中の人" @@ -8610,7 +8866,7 @@ msgstr "電話番号を確認しました" msgid "Photography" msgstr "写真" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "カラーテーマを選択" @@ -8658,7 +8914,7 @@ msgstr "ピン留めされたフィード" msgid "Pinned to your feeds" msgstr "フィードにピン留めしました" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "再生" @@ -8668,7 +8924,7 @@ msgstr "再生" msgid "Play {0}" msgstr "{0}を再生" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "GIFを再生" @@ -8681,11 +8937,11 @@ msgstr "ビデオを再生" msgid "Play Video" msgstr "ビデオを再生" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "GIFの再生や一時停止" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "ビデオの再生や一時停止" @@ -8722,7 +8978,7 @@ msgstr "新しいメールアドレスを確認するために送信したメー msgid "Please complete the verification captcha." msgstr "CAPTCHA認証を完了してください。" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "動画をアップロードするにはメールアドレスの確認をしてください。" @@ -8865,7 +9121,7 @@ msgstr "政治" msgid "Porn" msgstr "ポルノ" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "投稿" @@ -8885,12 +9141,12 @@ msgstr "写真を投稿" msgid "Post a video" msgstr "ビデオを投稿" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "すべてポスト" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "とにかく投稿する" @@ -8982,6 +9238,10 @@ msgstr "投稿の固定を解除しました" msgid "Posts" msgstr "投稿" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "投稿と返信" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "投稿はテキスト、タグ、またはその両方に基づいてミュートできます。投稿が表示されなくなる可能性があるため、多くの投稿に使われる一般的なワードは避けることをおすすめします。" @@ -9067,11 +9327,11 @@ msgstr "プライバシーポリシー" msgid "Privacy violation of a minor" msgstr "未成年者のプライバシー侵害" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "GIFを処理しています…" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "ビデオを処理中…" @@ -9083,7 +9343,7 @@ msgstr "処理中…" msgid "profile" msgstr "プロフィール" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "ユーザーを一括でミュートまたはブロックする、公開された共有可能なリスト。" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "投稿を公開" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "投稿を公開" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "返信を公開" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "返信を公開" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "プッシュ" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "プッシュ通知" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "プッシュ、全員" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "プッシュ、フォロー中の人" @@ -9188,10 +9448,10 @@ msgstr "引用投稿を切り離すことができました" msgid "Quote posts disabled" msgstr "引用投稿は無効です" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "引用" @@ -9238,10 +9498,15 @@ msgstr "あなたのアカウントを再有効化" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "{0, plural, other {さらに#個の返信}}を読む" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "検索フィルタの使い方を読む" +msgid "Read about how to use advanced search filters" +msgstr "高度な検索フィルターの使い方を読む" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "検索フィルターの使い方を読む" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "リアルな人々。" msgid "Reason for appeal" msgstr "異議申し立ての理由" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "アプリ内通知を受け取る" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "プッシュ通知を受け取る" @@ -9304,7 +9569,7 @@ msgstr "プッシュ通知を受け取る" msgid "Recent GIFs" msgstr "最近のGIF" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "検索履歴" @@ -9339,8 +9604,8 @@ msgstr "チャットのリクエストを拒否する" msgid "Reject join request" msgstr "参加リクエストを拒否" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "会話を再読み込み" @@ -9379,9 +9644,9 @@ msgstr "このグループ チャットから{displayName}を削除" msgid "Remove {displayName}?" msgstr "{displayName}を外しますか?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "{historyItem}を削除" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "{q}を削除" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "フィードを削除" msgid "Remove feed?" msgstr "フィードを削除しますか?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "フィルターを削除" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "チャットから削除" @@ -9466,11 +9736,16 @@ msgstr "イメージを削除" msgid "Remove live status" msgstr "ライブステータスを削除" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "メンバーを外す" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "リストからミュートワードを削除" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "プロフィールを削除" @@ -9507,11 +9782,11 @@ msgstr "認証を削除" msgid "Remove your verification for this account?" msgstr "このアカウントの認証を削除しますか?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "投稿者が削除しました" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "あなたが削除しました" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "あなたへの返信" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "{senderName}からの返信先メッセージ。タップしてスクロール" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "返信先のメッセージ、タップしてスクロール" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "返信" @@ -9609,12 +9884,12 @@ msgstr "返信できません" msgid "Replies to this post are disabled." msgstr "この投稿への返信は無効化されています。" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "返信" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "返信" @@ -9652,7 +9927,7 @@ msgstr "返信の表示設定を更新しました" msgid "Reply was successfully hidden" msgstr "返信を非表示にすることができました" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "フィードを報告" msgid "Report list" msgstr "リストを報告" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "メッセージを報告" @@ -9783,9 +10058,9 @@ msgstr "{reposter}がリポスト" msgid "Reposted by you" msgstr "あなたのリポスト" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "リポスト" @@ -9793,9 +10068,9 @@ msgstr "リポスト" msgid "Reposts of this post" msgstr "この投稿をリポストする" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "リポストのリポスト" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "コードをリクエスト" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "リクエストは無視されました。" +msgid "Request rejected." +msgstr "リクエストを拒否しました。" #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "リクエスト済" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "リクエスト" @@ -9934,9 +10209,9 @@ msgstr "エラーになった最後のアクションをやり直す" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "生年月日を保存" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "変更を保存" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "変更を保存しますか?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "下書きを保存" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "下書きを保存しますか?" @@ -10089,8 +10364,8 @@ msgstr "フィードを保存しました" msgid "Say hello!" msgstr "よろしく!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "誰かに挨拶してみよう" @@ -10120,9 +10395,9 @@ msgstr "左にスクロール" msgid "Scroll right" msgstr "右にスクロール" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "返信先のメッセージにスクロール" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "一番上までスクロール" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "検索" @@ -10164,7 +10442,7 @@ msgstr "「{interestsDisplayName}」を検索" #. Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is currently selected. #: src/components/ProgressGuide/FollowDialog.tsx:500 msgid "Search for \"{interestsDisplayName}\" (active)" -msgstr "\"{interestsDisplayName}\" を検索 (アクティブ)" +msgstr "\"{interestsDisplayName}\" を検索(アクティブ)" #: src/screens/Search/components/AutocompleteResults.tsx:54 msgid "Search for \"{searchText}\"" @@ -10186,17 +10464,13 @@ msgstr "もっとフィードを検索" msgid "Search for people" msgstr "人を検索" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "投稿、ユーザー、フィードを検索" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "GIFを検索" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "ログアウト時の検索は現在利用できません" @@ -10225,6 +10499,10 @@ msgstr "投稿を検索" msgid "Search profiles" msgstr "プロフィールを検索" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "検索条件" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "検索…" @@ -10319,7 +10597,7 @@ msgstr "理由を選択" msgid "Select account" msgstr "アカウントを選択" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "アプリの言語を選択" @@ -10342,7 +10620,7 @@ msgstr "アプリの言語を選択" #: src/view/com/composer/videos/SubtitleFilePicker.tsx:60 #: src/view/com/composer/videos/SubtitleFilePicker.tsx:67 msgid "Select caption file (.vtt)" -msgstr "キャプションファイルを選択(.vtt)" +msgstr "キャプションファイルを選択(.vtt)" #: src/components/dialogs/SearchablePeopleList.tsx:501 msgid "Select chat \"{name}\"" @@ -10357,6 +10635,11 @@ msgstr "コンテンツの言語を選択" msgid "Select duration" msgstr "配信の長さを選択" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "フィルタータイプを選択(現在:{0})" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "既存のアカウントから選択" @@ -10367,7 +10650,7 @@ msgstr "リストから選択" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:555 msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}" -msgstr "<0>{numberOfListsSelected, plural, other {(選んだ#個)}}のリストから選択" +msgstr "<0>{numberOfListsSelected, plural, other {(選んだ#個)}}のリストから選択" #. Accessibility label for the button in the post composer that opens the GIF picker dialog. #: src/view/com/composer/photos/SelectGifBtn.tsx:38 @@ -10388,7 +10671,7 @@ msgstr "グループチャットのメンバーを選択" msgid "Select how long to mute this word for." msgstr "このワードをどのくらいの間ミュートするのかを選択。" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "次のオプションから興味のあるものを選択してくださ msgid "Select your preferred language for translations in your feed." msgstr "フィード内の翻訳に使用する言語を選択します。" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "お好みの通知チャンネルを選択してください" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "複数のメディアタイプの選択はサポートされていません。" @@ -10491,8 +10774,7 @@ msgstr "エラーレポートを送信" msgid "Send feedback" msgstr "フィードバックを送信" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "メッセージを送信" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "ダイレクトメッセージで送信" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "{0}に送信しました" @@ -10574,7 +10856,7 @@ msgstr "パスワードをリセットするためのメールアドレスを入 msgid "Settings" msgstr "設定" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "他のユーザーのアクティビティの通知の設定" @@ -10582,39 +10864,49 @@ msgstr "他のユーザーのアクティビティの通知の設定" msgid "Settings for allowing others to be notified of your posts" msgstr "あなたの投稿の通知を他のユーザーが受け取るのを許可する設定" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "いいねの通知の設定" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "メンションの通知の設定" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "新しいフォロワーの通知の設定" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "その他すべての通知の設定" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "リポストへのいいねの通知の設定" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "新しいメッセージリクエストの通知の設定" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "新しいメッセージの通知の設定" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "リポストのリポストの通知の設定" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "引用の通知の設定" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "返信の通知の設定" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "リポストの通知の設定" @@ -10684,6 +10976,11 @@ msgstr "プロフィールを共有" msgid "Share post at:// URI" msgstr "投稿のat:// URIをコピー" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "プロフィールを共有" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "QRコードを共有" msgid "Share this feed" msgstr "このフィードを共有" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "この検索を共有" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "このスターターパックを共有" @@ -10726,7 +11027,7 @@ msgstr "Shared Preferencesのテスター" msgid "Show" msgstr "表示" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "ALTテキストを表示" @@ -10864,13 +11165,13 @@ msgstr "コンテンツを表示" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "サインインが必要" msgid "Signed in as @{0}" msgstr "@{0}でサインイン" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "次の日付以降" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "スキップ" msgid "Skip contact sharing and continue to the app" msgstr "連絡先の共有をスキップしてアプリに進む" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "空の投稿をスキップしますか?" @@ -10980,7 +11286,7 @@ msgstr "チュートリアルをスキップしてアカウントの使用を開 msgid "Skip to next step" msgstr "次のステップへスキップ" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "スライド" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "誰かがグループから退出しました" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "誰かが{0}とリアクションしました" @@ -11223,7 +11529,7 @@ msgstr "ステータスページ" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "ステップ {0} / {1}" @@ -11295,11 +11601,11 @@ msgstr "これらのラベルを使用するには@{0}を登録してくださ msgid "Subscribe to account activity" msgstr "アカウントアクティビティを購読する" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "ラベラーを登録する" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "このラベラーを登録" @@ -11345,6 +11651,10 @@ msgstr "あなたへのおすすめ" msgid "Suggestive" msgstr "きわどい" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "サンライト" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "会話をプライベートに。" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "下をタップするとBlueskyがGPSの位置情報にアクセスできるようになります。 その後、そのデータを使用して、お住まいの地域で利用可能なコンテンツと機能をより正確に決定します。" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "タップして詳細を表示" @@ -11474,7 +11784,7 @@ msgstr "タップしてリアクション{0}を削除" msgid "Tap to request access to join this group chat" msgstr "タップしてこのグループチャットへの参加をリクエストします" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "タップして再試行" @@ -11487,7 +11797,7 @@ msgstr "タップして{0}のリアクションを表示" msgid "Tap to show all reactions" msgstr "タップしてすべてのリアクションを表示" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "タップしてリアクションを表示" @@ -11669,8 +11979,8 @@ msgstr "返信した投稿は、作成者によって {suggestedLanguageName}で msgid "The Privacy Policy has been moved to <0/>" msgstr "プライバシーポリシーは<0/>に移動しました" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "選択したビデオが{VIDEO_MAX_SIZE_MB} MBより大きいです。小さいファイルでもう一度やり直してください。" @@ -11832,10 +12142,25 @@ msgstr "Blueskyに新規ユーザーが殺到しています!できるだけ msgid "These are your default settings" msgstr "これらはデフォルトの設定です" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "これらのドメイン" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "これらのハッシュタグ" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "これらの設定はFollowingフィードにのみ適用されます。" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "これらのURL" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "彼らはこのチャットのオーナーです" @@ -11959,6 +12284,11 @@ msgstr "この下書きは完全に削除されます。" msgid "This email is already associated with your account." msgstr "このメールアドレスはすでにあなたのアカウントと関連付けられています。" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "正確なフレーズ" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "この機能により、他のユーザーはあなたの新しい投稿と返信の通知を受け取ることができます。誰にこの機能を有効にしますか?" @@ -12063,13 +12393,13 @@ msgstr "このリストは空です。" msgid "This message is hidden" msgstr "このメッセージは非表示です" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "このユーザーがあなたをブロックしているため、このメッセージは非表示です。" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "このユーザーをブロックしているため、このメッセージは非表示です。" @@ -12107,7 +12437,7 @@ msgstr "この投稿は投稿者によって削除されました" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "この投稿はフィードとスレッドから非表示になります。元に戻すことはできません。" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "この投稿の投稿者は引用投稿を無効にしています。" @@ -12271,7 +12601,7 @@ msgstr "今日" msgid "Toggle to enable or disable adult content" msgstr "成人向けコンテンツの有効もしくは無効の切り替え" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "音の切り替え" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "連絡先が多すぎます。友達を見つけるためにインポートできる連絡先の数を超えています" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "トップ" @@ -12304,8 +12634,8 @@ msgstr "トップの返信を最初に" msgid "Topic" msgstr "トピック" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "トローリング(荒らし)" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "信頼は人間関係、コミュニティ、共有されている文脈から得られるため、<0>信頼できる認証者(認証を直接発行できる組織)を有効にしています。" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "他の単語で検索を試してください。または、<0>検索フィルタの使い方を読んでください。" +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "他の検索キーワードを試すか、フィルターを削除してください。" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "他の検索キーワードをお試しください。" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "試してみる" msgid "TV" msgstr "テレビ" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "トワイライト" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "2要素認証(2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "ここにメッセージを入力する" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "タイプ:" @@ -12423,7 +12756,7 @@ msgstr "サービスに接続できません。インターネットの接続を #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "あなたのサービスに接続できません。インターネットの接続を確認してください。" @@ -12463,7 +12796,7 @@ msgstr "利用不可" msgid "Unavailable feed information" msgstr "フィードの情報が利用できません" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "このグループチャットのロックを解除" msgid "Unmute" msgstr "ミュートを解除" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "リストのピン留めを解除しました" msgid "Unsnooze email reminder" msgstr "メールのリマインダーのスヌーズを解除" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "登録を解除" @@ -12691,7 +13024,7 @@ msgstr "登録を解除" msgid "Unsubscribe from list" msgstr "リストの登録を解除" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "このラベラーの登録を解除" @@ -12703,10 +13036,15 @@ msgstr "リストの登録を解除しました" msgid "Unsupported clipboard content" msgstr "サポートされていなクリップボードのコンテンツ" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "サポートしていないビデオ形式:{mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "次の日付以前" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "最大50人" @@ -12719,7 +13057,7 @@ msgstr "更新する" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "リスト内の{0}を更新" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "メールアドレスの更新" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "リスト内で更新" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "ファイルからアップロード" msgid "Upload from Library" msgstr "ライブラリーからアップロード" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "GIFをアップロード中…" @@ -12805,7 +13143,7 @@ msgstr "画像をアップロード中…" msgid "Uploading link thumbnail..." msgstr "リンクのサムネイルをアップロード中…" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "ビデオをアップロード中…" @@ -12914,7 +13252,7 @@ msgstr "ユーザー名はハイフンで始まったり終わったりできま #: src/screens/Signup/StepHandle/index.tsx:219 msgid "Username must only contain letters (a-z), numbers, and hyphens" -msgstr "ユーザー名はアルファベット(a-z)、数字、ハイフンのみ使用できます" +msgstr "ユーザー名はアルファベット(a-z)、数字、ハイフンのみ使用できます" #: src/screens/Login/LoginForm.tsx:200 msgid "Username or email address" @@ -13040,12 +13378,12 @@ msgstr "確認中…" msgid "Version {0}" msgstr "バージョン {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "ビデオ" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "ビデオの処理に失敗" @@ -13084,12 +13422,12 @@ msgstr "ビデオが見つかりません。" msgid "Video settings" msgstr "ビデオの設定" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "ビデオをアップロードしました" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "ビデオ:{0}" @@ -13097,11 +13435,13 @@ msgstr "ビデオ:{0}" msgid "Videos" msgstr "ビデオ" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "ビデオは3分未満でなければなりません。" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "表示" @@ -13190,7 +13530,7 @@ msgstr "もっと表示" msgid "View more trending videos" msgstr "話題のビデオをもっと見る" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "投稿を表示" @@ -13264,8 +13604,8 @@ msgstr "ミュートしたアカウントを見る" msgid "View your verifications" msgstr "あなたの認証情報を表示" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "画像全体を表示" @@ -13391,7 +13731,7 @@ msgstr "すくなくとも2つの「気になること」を選択するのを msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "<0>{0}にリンクが含まれているメールを送信しました。メールアドレスの確認プロセスを完了するために、そのリンクをクリックしてください。" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "あなたがビデオのアップロードを許可されているかどうか判断できません。もう一度お試しください。" @@ -13460,7 +13800,7 @@ msgstr "ネットワークで問題が発生しています。もう一度試し msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Blueskyに新しい認証方式を導入しました。見やすいチェックマークです。" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "参加してくださることを大変嬉しく思います!" @@ -13477,8 +13817,8 @@ msgstr "大変申し訳ありませんが、このリストを解決できませ msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "大変申し訳ありませんが、現在ミュートされたワードを読み込むことができませんでした。もう一度お試しください。" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "大変申し訳ありませんが、検索を完了できませんでした。数分後にもう一度お試しください。" @@ -13486,7 +13826,7 @@ msgstr "大変申し訳ありませんが、検索を完了できませんでし msgid "We're sorry, you cannot access this screen at this time." msgstr "申し訳ありませんが、現時点ではこの画面にアクセスできません。" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "大変申し訳ありません!返信しようとしている投稿は削除されました。" @@ -13536,8 +13876,13 @@ msgstr "なにに興味がありますか?" msgid "What do you want to call your starter pack?" msgstr "あなたのスターターパックを何と呼びたいですか?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "what's up" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "最近どう?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "誰が認証できますか?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "おっと!" @@ -13623,7 +13968,7 @@ msgstr "ユーザーをブロックするかこの会話を削除しますか( msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "保存されている下書きを表示する前にこれを下書きとして保存しますか?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "後で編集するためにこれを下書きとして保存しますか?" @@ -13632,12 +13977,12 @@ msgstr "後で編集するためにこれを下書きとして保存しますか msgid "Write a post" msgstr "投稿を書く" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "投稿を書く" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "返信を書く" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "お客様は、アプリにアクセスする前に年齢を確認することを法的に要求する地域からBlueskyにアクセスしています。" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "{0}をブロックしています" @@ -13741,7 +14086,7 @@ msgstr "ライブ中" msgid "You are no longer live" msgstr "もうライブ中ではありません" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "あなたはビデオのアップロードを許可されていません。" @@ -13786,12 +14131,12 @@ msgstr "また、チャットデータを \"JSONL\" ファイルとしてダウ msgid "You can always opt out and delete your data" msgstr "いつでもオプトアウトしてデータを削除することができます" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "アプリ内のチャット設定でチャット通知の音の有無を選択できます" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "どの設定を選択しても進行中の会話は続けることができます。" @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "新しいパスワードでサインインできるようになりました。" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "投稿ひとつあたり{MAX_GALLERY_IMAGES, plural, other {画像#枚}}までしか添付できません" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "下書きは最大で1000文字です。" @@ -13821,11 +14166,11 @@ msgstr "下書きは最大で1000文字です。" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "下書きは最大で1000文字です。下書きを表示する前にこの投稿を履きしますか?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "一度に1つのGIFしか選択できません。" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "一度に1つのビデオしか選択できません。" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "チャットの履歴は読めますが、新しいメッセージは送れません。" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "合計で{MAX_GALLERY_IMAGES, plural, other {#枚の画像}}まで選択できます。" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "これは設定画面から後で変更できます。" #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "最大で{EMOJI_REACTION_LIMIT, plural, other {#文字の絵文字リアクション}}までしか追加できません" @@ -13958,7 +14303,7 @@ msgstr "メールアドレスの確認に成功しました。このダイアロ msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "ビデオのアップロードの制限に一時的に到達しました。時間をおいてもう一度お試しください。" -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "この下書きに未保存の変更があります。保存しますか?" @@ -14033,7 +14378,7 @@ msgstr "スターターパックを作成するには、少なくとも7人を msgid "You must grant access to your photo library to save a QR code" msgstr "QRコードを保存するには写真ライブラリへのアクセスを許可する必要があります" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "メディアライブラリへのアクセスを許可する必要があります。" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "今すぐアプリを再起動したほうが良いでしょう。" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "あなたは{0}とリアクションしました" @@ -14069,17 +14414,17 @@ msgstr "あなたは{target}に{0}とリアクションしました" msgid "You recently changed your birthdate" msgstr "最近、生年月日を変更しました" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "返信しました" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "{originalName}さんに返信しました" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "自分の投稿に返信しました" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,11 +14462,11 @@ msgstr "招待されない限り、再び参加することはできません。 msgid "You: {message}" msgstr "あなた: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "アカウントの作成を完了するとおすすめのユーザーやフィードをフォローします!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "アカウントの作成を完了するとおすすめのユーザーをフォローします!" @@ -14185,7 +14530,7 @@ msgstr "アクティブなコンテンツの最後に到達しました。" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "フィードはここまでです!もっとフォローするアカウントを見つけましょう。" -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "下書きの数の上限に達しました" @@ -14193,15 +14538,19 @@ msgstr "下書きの数の上限に達しました" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "リクエスト数の上限に達しました。後でもう一度お試しください。" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "フィルターの上限である{MAX_FILTERS, plural, other {#個}}に達しました。新しいフィルターを作成する代わりに、既存のフィルターに値を追加してください。" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "アクティブなコンテンツの先頭に移動しました。" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "ビデオのアップロードの一日の上限に到達しました(容量が大きすぎます)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "ビデオのアップロードの一日の上限に到達しました(ビデオの数が多すぎます)" @@ -14209,7 +14558,7 @@ msgstr "ビデオのアップロードの一日の上限に到達しました( msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "見るべきビデオがなくなりました。休憩を取ってもいい時間かも?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "あなたのアカウント" @@ -14221,7 +14570,7 @@ msgstr "あなたのアカウントは削除されました。またね! ✌ msgid "Your account has been suspended" msgstr "あなたのアカウントは停止されています" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "あなたのアカウントは作成して間もないため動画をアップロードできません。もう一度お試しください。" @@ -14353,11 +14702,11 @@ msgstr "パスワードが正常に変更されました!これからBluesky msgid "Your password must be at least 8 characters long." msgstr "パスワードは 8 文字以上である必要があります。" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "投稿が送信されました" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "投稿が送信されました" @@ -14378,7 +14727,7 @@ msgstr "あなたのプロフィール写真のまわりを、他のユーザー msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "あなたのプロフィール、投稿、フィード、そしてリストは他のBlueskyユーザーに見えなくなります。ログインすることでいつでもアカウントを再有効化できます。" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "返信が送信されました" @@ -14391,7 +14740,7 @@ msgstr "報告は <0>{0}に送信されます。" msgid "Your selected interests help us serve you content you care about." msgstr "「気になること」は興味を引くコンテンツを提供するために役立てます。" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "あなたのスレッドには空の投稿がありますが、それらはスキップされます。他の残りの投稿はスレッドとして公開されます。" diff --git a/src/locale/locales/kab/messages.po b/src/locale/locales/kab/messages.po index 2a68d17893..bc0a8e2286 100644 --- a/src/locale/locales/kab/messages.po +++ b/src/locale/locales/kab/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: kab\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Kabyle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:876 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:878 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:335 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:712 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:330 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,155 +473,159 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:389 +#: src/view/com/notifications/NotificationFeedItem.tsx:395 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:298 +#: src/view/com/notifications/NotificationFeedItem.tsx:304 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:494 +#: src/view/com/notifications/NotificationFeedItem.tsx:500 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:467 +#: src/view/com/notifications/NotificationFeedItem.tsx:473 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:322 +#: src/view/com/notifications/NotificationFeedItem.tsx:328 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:518 +#: src/view/com/notifications/NotificationFeedItem.tsx:524 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:413 +#: src/view/com/notifications/NotificationFeedItem.tsx:419 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:442 +#: src/view/com/notifications/NotificationFeedItem.tsx:448 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:348 +#: src/view/com/notifications/NotificationFeedItem.tsx:354 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:382 +#: src/view/com/notifications/NotificationFeedItem.tsx:388 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:487 +#: src/view/com/notifications/NotificationFeedItem.tsx:493 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:460 +#: src/view/com/notifications/NotificationFeedItem.tsx:466 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:315 +#: src/view/com/notifications/NotificationFeedItem.tsx:321 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:511 +#: src/view/com/notifications/NotificationFeedItem.tsx:517 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:406 +#: src/view/com/notifications/NotificationFeedItem.tsx:412 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:435 +#: src/view/com/notifications/NotificationFeedItem.tsx:441 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:822 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:818 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:816 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "" msgid "⚠Invalid Handle" msgstr "" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "" msgid "Add alt text (optional)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "" @@ -1380,13 +1444,13 @@ msgstr "" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "" msgid "Alt text" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "" @@ -1489,7 +1553,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "" @@ -1535,11 +1599,11 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1592,8 +1656,8 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:52 #: src/components/ProfileCard.tsx:508 #: src/components/ProfileCard.tsx:530 -#: src/view/com/notifications/NotificationFeedItem.tsx:802 -#: src/view/com/notifications/NotificationFeedItem.tsx:824 +#: src/view/com/notifications/NotificationFeedItem.tsx:808 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "An issue occurred, please try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "" @@ -2091,10 +2178,6 @@ msgstr "" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "" -#: src/components/dms/MessageItem.tsx:869 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -2111,11 +2194,21 @@ msgstr "" msgid "Blog" msgstr "" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "" @@ -2411,7 +2505,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "" msgid "Choose your password" msgstr "" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "" @@ -2673,6 +2779,10 @@ msgstr "" msgid "Clear all storage data (restart after this)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:631 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "" @@ -2755,6 +2865,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2816,17 +2926,13 @@ msgstr "" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2834,7 +2940,7 @@ msgstr "" msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "" @@ -2866,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "" @@ -2878,19 +2984,19 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2921,7 +3027,7 @@ msgstr "" msgid "Complete onboarding and start using your account" msgstr "" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "" @@ -2932,7 +3038,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2940,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "" @@ -2998,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "" @@ -3138,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3231,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "" @@ -3345,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3367,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3407,11 +3522,11 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3422,7 +3537,7 @@ msgstr "" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "" @@ -3553,7 +3668,7 @@ msgstr "" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3636,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "" @@ -3649,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "" @@ -3659,7 +3774,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1630 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "" @@ -3680,7 +3795,7 @@ msgstr "" msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "" @@ -3701,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:884 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3753,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -3810,9 +3925,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1413 -#: src/view/com/composer/Composer.tsx:1457 -#: src/view/com/composer/Composer.tsx:1663 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3823,14 +3938,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "" @@ -3868,7 +3983,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "" @@ -3958,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3979,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/dms/MessageItem.tsx:525 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4049,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4180,12 +4295,12 @@ msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "" @@ -4272,7 +4387,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "" @@ -4312,8 +4427,8 @@ msgstr "" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4404,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4412,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4442,7 +4557,7 @@ msgstr "" msgid "Error receiving captcha response." msgstr "" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4454,26 +4569,38 @@ msgstr "" msgid "Everybody can reply to this post." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "" @@ -4491,7 +4618,7 @@ msgstr "" msgid "Expand alt text" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "" @@ -4547,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4558,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4606,8 +4733,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:88 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4630,6 +4757,7 @@ msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4702,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4721,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4739,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4771,12 +4898,13 @@ msgstr "" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4793,6 +4921,10 @@ msgstr "" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4802,8 +4934,8 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:73 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4834,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4902,7 +5034,7 @@ msgstr "" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "" @@ -4977,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5011,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5085,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:700 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5141,8 +5294,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:429 #: src/screens/VideoFeed/index.tsx:866 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow" msgstr "" @@ -5197,8 +5350,8 @@ msgstr "" #: src/components/ProfileCard.tsx:542 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "" @@ -5256,8 +5409,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 #: src/screens/VideoFeed/index.tsx:864 -#: src/view/com/notifications/NotificationFeedItem.tsx:846 -#: src/view/com/notifications/NotificationFeedItem.tsx:863 +#: src/view/com/notifications/NotificationFeedItem.tsx:852 +#: src/view/com/notifications/NotificationFeedItem.tsx:869 msgid "Following" msgstr "" @@ -5272,7 +5425,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:498 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:267 -#: src/view/com/notifications/NotificationFeedItem.tsx:795 +#: src/view/com/notifications/NotificationFeedItem.tsx:801 msgid "Following {0}" msgstr "" @@ -5365,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5378,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "" @@ -5418,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5486,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5570,7 +5737,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -5690,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5788,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "" @@ -5852,7 +6019,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "" @@ -5927,7 +6094,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "" @@ -5977,7 +6144,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" @@ -6106,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6122,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6137,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6205,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "" @@ -6338,7 +6539,6 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6346,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6412,7 +6611,7 @@ msgid "Invites, but personal" msgstr "" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6433,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2520 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "" @@ -6473,8 +6672,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6483,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6522,6 +6716,10 @@ msgstr "" msgid "Labels on your content" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "" @@ -6547,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "" @@ -6566,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6769,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6958,9 +7166,7 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7069,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7089,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7106,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "" @@ -7141,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7182,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:625 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7197,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7219,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:724 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:719 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7347,7 +7554,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7519,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7531,21 +7737,26 @@ msgctxt "action" msgid "New" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:546 +#: src/view/com/notifications/NotificationFeedItem.tsx:552 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "" @@ -7578,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7612,6 +7823,18 @@ msgstr "" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7633,11 +7856,11 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:552 +#: src/view/com/notifications/NotificationFeedItem.tsx:558 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} " msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:537 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -7685,7 +7908,7 @@ msgstr "" msgid "Next image" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7759,7 +7982,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:521 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:293 -#: src/view/com/notifications/NotificationFeedItem.tsx:817 +#: src/view/com/notifications/NotificationFeedItem.tsx:823 msgid "No longer following {0}" msgstr "" @@ -7783,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7826,6 +8049,10 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7860,10 +8087,18 @@ msgstr "" msgid "No results found for \"{query}\"" msgstr "" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7872,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:880 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7919,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7958,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7998,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "" @@ -8021,7 +8257,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:731 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8054,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:864 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:659 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:871 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "" @@ -8087,7 +8323,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:234 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8096,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8123,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "" @@ -8144,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "" @@ -8174,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "" @@ -8284,7 +8535,7 @@ msgstr "" msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8317,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8333,7 +8584,7 @@ msgstr "" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8387,7 +8638,7 @@ msgstr "" msgid "Opens this draft in the composer" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:1131 +#: src/view/com/notifications/NotificationFeedItem.tsx:1143 #: src/view/com/util/UserAvatar.tsx:621 msgid "Opens this profile" msgstr "" @@ -8517,12 +8768,12 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8531,7 +8782,7 @@ msgid "Pause video" msgstr "" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "" @@ -8554,17 +8805,17 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8578,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8614,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8662,7 +8914,7 @@ msgstr "" msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "" @@ -8672,7 +8924,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8685,11 +8937,11 @@ msgstr "" msgid "Play Video" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8726,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8869,7 +9121,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "" @@ -8889,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8986,6 +9238,10 @@ msgstr "" msgid "Posts" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" @@ -9071,11 +9327,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "" @@ -9087,7 +9343,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9121,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1792 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9192,10 +9448,10 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "" @@ -9242,9 +9498,14 @@ msgstr "" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9295,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9308,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9343,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "" @@ -9383,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9431,6 +9692,11 @@ msgstr "" msgid "Remove feed?" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9470,11 +9736,16 @@ msgstr "" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "" @@ -9511,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "" @@ -9588,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:892 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:893 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "" @@ -9613,12 +9884,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "" @@ -9656,7 +9927,7 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9689,7 +9960,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "" @@ -9787,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9797,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9817,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9830,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9938,9 +10209,9 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10019,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10088,13 +10359,13 @@ msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:141 -#: src/view/com/notifications/NotificationFeedItem.tsx:899 -#: src/view/com/notifications/NotificationFeedItem.tsx:924 +#: src/view/com/notifications/NotificationFeedItem.tsx:905 +#: src/view/com/notifications/NotificationFeedItem.tsx:930 msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10124,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:783 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10135,8 +10406,11 @@ msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:546 +#: src/screens/Search/Shell.tsx:688 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10190,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10229,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10323,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10361,6 +10635,11 @@ msgstr "" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "" @@ -10392,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10460,11 +10739,11 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10495,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "" @@ -10530,7 +10808,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10578,7 +10856,7 @@ msgstr "" msgid "Settings" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10586,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10635,7 +10923,7 @@ msgstr "" msgid "Sexually Suggestive" msgstr "" -#: src/components/Link.tsx:433 +#: src/components/Link.tsx:428 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 #: src/components/StarterPack/QrCodeDialog.tsx:198 @@ -10688,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10697,6 +10990,10 @@ msgstr "" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:575 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "" @@ -10730,7 +11027,7 @@ msgstr "" msgid "Show" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -10868,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10953,6 +11250,11 @@ msgstr "" msgid "Signed in as @{0}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10970,7 +11272,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10984,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11041,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:332 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11109,8 +11411,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.native.tsx:139 -#: src/App.web.tsx:118 +#: src/App.native.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11227,7 +11529,7 @@ msgstr "" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "" @@ -11299,11 +11601,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11349,6 +11651,10 @@ msgstr "" msgid "Suggestive" msgstr "" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11421,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:670 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11478,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:635 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11491,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:358 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11673,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11836,10 +12142,25 @@ msgstr "" msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11963,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12067,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:668 -#: src/components/dms/MessageItem.tsx:697 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:667 -#: src/components/dms/MessageItem.tsx:693 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12111,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1043 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "" @@ -12275,7 +12601,7 @@ msgstr "" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12292,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "" @@ -12308,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12364,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12397,12 +12726,12 @@ msgstr "" msgid "TV" msgstr "" -#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 -msgid "Two-factor authentication (2FA)" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" +#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 +msgid "Two-factor authentication (2FA)" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 @@ -12427,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "" @@ -12467,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:735 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12600,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12686,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" @@ -12695,7 +13024,7 @@ msgstr "" msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -12707,10 +13036,15 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12795,7 +13129,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12809,7 +13143,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "" @@ -13044,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "" @@ -13088,12 +13422,12 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "" @@ -13101,11 +13435,13 @@ msgstr "" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13127,7 +13463,7 @@ msgstr "" #: src/screens/Profile/components/ProfileFeedHeader.tsx:454 #: src/screens/Search/components/SearchProfileCard.tsx:36 #: src/screens/VideoFeed/index.tsx:809 -#: src/view/com/notifications/NotificationFeedItem.tsx:613 +#: src/view/com/notifications/NotificationFeedItem.tsx:619 msgid "View {0}'s profile" msgstr "" @@ -13194,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13268,8 +13604,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13395,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -13464,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13481,8 +13817,8 @@ msgstr "" msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13490,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -13540,8 +13876,13 @@ msgstr "" msgid "What do you want to call your starter pack?" msgstr "" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13568,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "" @@ -13627,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1439 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13636,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "" @@ -13707,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:708 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13745,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "" @@ -13790,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "" @@ -13813,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13825,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13842,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13852,8 +14193,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13962,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1434 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14037,7 +14378,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14059,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:325 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14073,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:811 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14121,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" @@ -14189,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14197,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" @@ -14213,7 +14558,7 @@ msgstr "" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -14225,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -14261,11 +14606,11 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "" @@ -14357,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14382,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1140 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14395,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/km/messages.po b/src/locale/locales/km/messages.po index f05c7c8c85..72356dc59f 100644 --- a/src/locale/locales/km/messages.po +++ b/src/locale/locales/km/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: km\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Khmer\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(គ្មានអ៊ីមែល)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "<0>អ្នក និង<1> <2>{0} ត្រូវបាន msgid "⚠Invalid Handle" msgstr "" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "គណនីត្រូវបានបើក" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "បន្ថែមអត្ថបទជំនួស" msgid "Add alt text (optional)" msgstr "បន្ថែមអត្ថបទជំនួស (ជាជម្រើស)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "បន្ថែមអត្ថបទជំនួស (ជាជម្រ msgid "Add another account" msgstr "បន្ថែមគណនីផ្សេងទៀត" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "បន្ថែមប្រកាសមួយទៀត" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "កម្រិតខ្ពស់" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "មតិព័ត៌មានទាំងអស់ដែលអ្នកបានរក្សាទុក នៅកន្លែងតែមួយ" @@ -1380,13 +1444,13 @@ msgstr "អនុញ្ញាតឱ្យចូលប្រើសារផ្ទ msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "បាន​ចូល​ជា @{0} រួច​ហើយ" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ជំនួស" msgid "Alt text" msgstr "អត្ថបទជំនួស" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "អត្ថបទជំនួស" @@ -1489,7 +1553,7 @@ msgstr "កំហុសមួយបានកើតឡើង" msgid "An error occurred" msgstr "កំហុសមួយបានកើតឡើង" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "កំហុសមួយបានកើតឡើងខណៈពេលកំពុងបង្ហាប់វីដេអូ" @@ -1535,11 +1599,11 @@ msgstr "កំហុសបានកើតឡើងខណៈពេលរក្ស msgid "An error occurred while trying to follow all" msgstr "កំហុសបានកើតឡើងខណៈពេលព្យាយាមតាមដានទាំងអស់" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "សត្វ" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF ដែលមានចលនា" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "តើអ្នកប្រាកដថាចង់លុបវាចេ msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "តើអ្នកប្រាកដថាចង់បោះបង់ការបង្ហោះនេះទេ?" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "ត្រឡប់" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "រារាំង" @@ -2091,10 +2178,6 @@ msgstr "គណនី​ដែល​បាន​ទប់ស្កាត់​ម msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "គណនី​ដែល​បាន​ទប់ស្កាត់​មិន​អាច​ឆ្លើយ​តប​ក្នុង​ខ្សែ​ស្រឡាយ​របស់​អ្នក លើក​ឡើង​ពី​អ្នក ឬ​ធ្វើ​អន្តរកម្ម​ជាមួយ​អ្នក។ អ្នកនឹងមិនឃើញខ្លឹមសាររបស់ពួកគេទេ ហើយពួកគេនឹងត្រូវបានរារាំងមិនឱ្យឃើញរបស់អ្នក" -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "ការទប់ស្កាត់មិនរារាំងអ្នកដាក់ស្លាកនេះពីការដាក់ស្លាកនៅលើគណនីរបស់អ្នកនោះទេ" @@ -2111,11 +2194,21 @@ msgstr "ការទប់ស្កាត់នឹងមិនរារាំង msgid "Blog" msgstr "ប្លុក" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky មិនអាចបញ្ជាក់ពីភាពត្រឹមត្រូវនៃកាលបរិច្ឆេទដែលបានទាមទារនោះទេ" @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "បោះបង់ការបើកដំណើរការឡើងវ msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "បោះបង់ការស្វែងរក" @@ -2411,7 +2505,7 @@ msgstr "ចំណងជើង (.vtt)" msgid "Captions & alt text" msgstr "ចំណងជើង និងអត្ថបទជំនួស" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "ផ្លាស់ប្តូររូបតំណាងកម្មវិធីទៅជា" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "បានបិទការជជែក" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "ការកំណត់ការជជែក" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "ការកំណត់ការជជែក" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "បាន​បើក​ការ​ជជែក" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "" msgid "Choose your password" msgstr "ជ្រើសរើសពាក្យសម្ងាត់របស់អ្នក" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "សម្អាតទិន្នន័យផ្ទុកទាំងអស់" @@ -2673,6 +2779,10 @@ msgstr "សម្អាតទិន្នន័យផ្ទុកទាំងអ msgid "Clear all storage data (restart after this)" msgstr "សម្អាតទិន្នន័យផ្ទុកទាំងអស់ (ចាប់ផ្តើមឡើងវិញបន្ទាប់ពីនេះ)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "ចុចដើម្បីព្យាយាមសារដែលបរាជ័យម្តងទៀត" @@ -2755,6 +2865,7 @@ msgstr "ចុចដើម្បីព្យាយាមសារដែលបរ #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "ចុចដើម្បីព្យាយាមសារដែលបរ #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "បិទប្រអប់នេះ។" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "បិទការជូនដំណឹងអំពីការអាប់ដេតពាក្យសម្ងាត់" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" @@ -2886,7 +2996,7 @@ msgstr "បង្រួមបញ្ជីអ្នកប្រើប្រាស msgid "Collapses list of users for a given notification" msgstr "បង្រួមបញ្ជីអ្នកប្រើប្រាស់សម្រាប់ការជូនដំណឹងដែលបានផ្តល់ឱ្យ" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "គោលការណ៍ណែនាំសហគមន៍" msgid "Complete onboarding and start using your account" msgstr "បញ្ចប់ការបើកដំណើរការ ហើយចាប់ផ្តើមប្រើគណនីរបស់អ្នក" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "បញ្ចប់ការប្រឈម" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "សរសេរអត្ថបទថ្មី" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2936,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "សរសេរការឆ្លើយតប" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "កំពុង​បង្ហាប់​វីដេអូ..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "ទាក់ទងផ្នែកគាំទ្រ" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "បានចម្លងកំណែស្ថាបនាទៅ clipboard" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "ចម្លងអត្ថបទសារ" @@ -3341,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "បង្កើតកញ្ចប់ចាប់ផ្តើមសម្ #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "ចុះឈ្មោះ" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "បង្កើតគណនី" @@ -3549,7 +3668,7 @@ msgstr "ថ្ងៃខែឆ្នាំកំណើត" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "លុបពីខ្ញុំ" @@ -3645,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "លុបសារ" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "" @@ -3655,7 +3774,7 @@ msgstr "លុបសារពីខ្ញុំ" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "លុប post" @@ -3676,7 +3795,7 @@ msgstr "លុបបញ្ជីនេះ" msgid "Delete this post?" msgstr "លុប post នេះ?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "បានលុប់" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "ប្រអប់៖ កែតម្រូវអ្នកដែលអាចធ្វើអន្តរកម្មជាមួយការបង្ហោះនេះ" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -3806,9 +3925,9 @@ msgstr "បានបិទ" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "បោះបង់" msgid "Discard changes?" msgstr "បោះបង់ " -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "បោះបង់ការផ្លាស់ប្តូរ?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "បោះបង់ការបង្ហោះ?" @@ -3864,7 +3983,7 @@ msgstr "ច្រានចោល" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "ច្រានចោលកំហុស" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "រួចរាល់" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "រយៈពេល" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "កែសម្រួលការកំណត់អន្តរកម្ #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "កែប្រវត្តិរូប" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "កែប្រវត្តិរូប" @@ -4268,7 +4387,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "បង្កប់ការបង្ហោះនេះនៅក្នុងគេហទំព័ររបស់អ្នក។ គ្រាន់តែចម្លងផ្នែកខាងក្រោម ហើយបិទភ្ជាប់វាទៅក្នុងកូដ HTML នៃគេហទំព័ររបស់អ្នក" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "កម្មវិធីចាក់វីដេអូដែលបានបង្កប់" @@ -4308,8 +4427,8 @@ msgstr "បើកកម្មវិធីចាក់មេឌៀសម្រា msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "បញ្ចូលឈ្មោះអ្នកប្រើប្រាស់ និងពាក្យសម្ងាត់របស់អ្នក។" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4408,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "កំហុស" @@ -4438,7 +4557,7 @@ msgstr "កំហុសបានកើតឡើងខណៈពេលរក្ស msgid "Error receiving captcha response." msgstr "កំហុសក្នុងការទទួលការឆ្លើយតប captcha" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4450,26 +4569,38 @@ msgstr "អ្នក​រាល់​គ្នា​អាច​ឆ្លើយ msgid "Everybody can reply to this post." msgstr "អ្នក​រាល់​គ្នា​អាច​ឆ្លើយ​តប​នឹង​ការ​ប្រកាស​នេះ" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "ទាំងអស់គ្នា" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "ទាំងអស់គ្នា" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "ទាំងអស់គ្នា" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "មិនរាប់បញ្ចូលអ្នកប្រើប្រាស់ដែលអ្នកតាមដាន" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "រូបភាពផ្លូវភេទច្បាស់លាស់" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4626,6 +4757,7 @@ msgstr "បរាជ័យក្នុងការផ្លាស់ប្តូ #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "បានបរាជ័យក្នុងការផ្ទុកចំណូលចិត្តមតិព័ត៌មាន" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "បានបរាជ័យក្នុងការផ្ទុកដែ msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4789,6 +4921,10 @@ msgstr "បរាជ័យក្នុងការខ្ទាស់ការប msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "បរាជ័យក្នុងការធ្វើបច្ចុប msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "បរាជ័យក្នុងការធ្វើបច្ចុប្បន្នភាពការកំណត់" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "ឯកសារត្រូវបានរក្សាទុកដោយជោគជ័យ!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "ត្រងពីមតិព័ត៌មាន" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "ពី <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "បង្កើតកញ្ចប់ចាប់ផ្តើម" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "រកជំនួយ" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "មានបញ្ហា?" @@ -5973,7 +6144,7 @@ msgstr "ហឺម វាហាក់ដូចជាយើងមានបញ្ msgid "Hmmmm, we couldn't load that moderation service." msgstr "ហ៊ឺ យើងមិនអាចផ្ទុកសេវាកម្មសម្របសម្រួលនោះបានទេ" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "ចាំ! យើងកំពុងផ្តល់សិទ្ធិចូលប្រើវីដេអូបន្តិចម្តងៗ ហើយអ្នកនៅតែរង់ចាំក្នុងជួរ។ សូមពិនិត្យមើលឡើងវិញឆាប់ៗនេះ" @@ -6102,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "ប្រសិនបើអ្នកកំពុងព្យាយាមផ្លាស់ប្តូរចំណុចទាញ ឬអ៊ីមែលរបស់អ្នក សូមធ្វើដូច្នេះមុនពេលអ្នកបិទដំណើរការ" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "រូបភាព" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "ឈ្មោះអ្នកប្រើ ឬពាក្យសម្ងាត់មិនត្រឹមត្រូវ" @@ -6334,7 +6539,6 @@ msgstr "លេខកូដអញ្ជើញ" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "លេខកូដអញ្ជើញមិនត្រូវបានទទួលយកទេ។ ពិនិត្យមើលថាអ្នកបញ្ចូលវាត្រឹមត្រូវ ហើយព្យាយាមម្តងទៀត" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "ការអញ្ជើញ ប៉ុន្តែផ្ទាល់ខ្លួន" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "មានតែអ្នកទេឥឡូវនេះ! បន្ថែមមនុស្សបន្ថែមទៀតទៅក្នុងកញ្ចប់ចាប់ផ្តើមរបស់អ្នកដោយស្វែងរកខាងលើ" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "" @@ -6469,8 +6672,8 @@ msgstr "ចូលរួមការសន្ទនា" msgid "Journalism" msgstr "សារព័ត៌មាន" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "ស្លាកនៅលើគណនីរបស់អ្នក" msgid "Labels on your content" msgstr "ស្លាកនៅលើមាតិការបស់អ្នក" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "ការកំណត់ភាសា" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "ចុងក្រោយ" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "ស្វែងយល់បន្ថែម" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "ចូលចិត្ត" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "ផ្ទុកការជូនដំណឹងថ្មីៗ" msgid "Load new posts" msgstr "ផ្ទុកប្រកាសថ្មីៗ" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "គ្រប់គ្រងពាក្យ និងស្លាកដែលបានបិទរបស់អ្នក" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "សម្គាល់ថាបានអានហើយ" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "ប្រព័ន្ធផ្សព្វផ្សាយ" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "អ្នកប្រើប្រាស់ដែលបានលើកឡើង" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "ម៉ឺនុយ" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "សារត្រូវបានលុប" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7193,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "វាលបញ្ចូលសារ" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "សារវែងពេក" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7215,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "សារ" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "តន្ត្រី" msgid "Mute" msgstr "បិទ" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "មិនអីទេ បង្កើត handle សម្រាប់ខ្ញុំ" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "ថ្មី" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "ថ្មី" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "ការជជែកថ្មី" @@ -7574,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "ថ្មី handle" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "បន្ទាប់" msgid "Next image" msgstr "រូបភាពបន្ទាប់" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "មិនមានការជូនដំណឹងនៅឡើយទេ" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "មិនទាន់មានសម្រង់ទេ" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "រកមិនឃើញលទ្ធផលទេ" msgid "No results found for \"{query}\"" msgstr "រកមិនឃើញលទ្ធផលសម្រាប់ \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7868,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "ការកំណត់ការជូនដំណឹង" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "សំឡេងជូនដំណឹង" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "បិទ" @@ -8017,7 +8257,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "GIFs មួយ ឬ​ច្រើន​បាត់​អត្ថបទ​ជំនួស" -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "រូបភាពមួយ ឬច្រើនបាត់អត្ថបទជំនួស" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "វីដេអូមួយ ឬច្រើនបាត់អត្ថបទជំនួស" @@ -8083,7 +8323,7 @@ msgstr "មានតែ {0} ប៉ុណ្ណោះដែលអាចឆ្ល #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "មានតែឯកសារ WebVTT (.vtt) ប៉ុណ្ណោះដែលត្រូវបានគាំទ្រ" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "បើកអ្នកបង្កើតរូបតំណាង" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "បើកកម្មវិធីជ្រើសរើសរូបអារម្មណ៍" @@ -8280,7 +8535,7 @@ msgstr "បើកប្រអប់មួយដើម្បីបន្ថែម msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "បើកលំហូរដើម្បីបង្កើតគណនី msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "បានធ្វើបច្ចុប្បន្នភាពពាក msgid "Password updated!" msgstr "បានធ្វើបច្ចុប្បន្នភាពពាក្យសម្ងាត់" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "ផ្អាក" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "ផ្អាក video" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "មនុស្ស" @@ -8550,17 +8805,17 @@ msgstr "មនុស្ស​តាម​ដោយ @{0}" msgid "People following @{0}" msgstr "មនុស្ស​តាម @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "ការថតរូប" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "" msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "លេង" @@ -8668,7 +8924,7 @@ msgstr "លេង" msgid "Play {0}" msgstr "លេង {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "ចាក់វីដេអូ" msgid "Play Video" msgstr "ចាក់វីដេអូ" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "សូមបំពេញការផ្ទៀងផ្ទាត់ captcha" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "នយោបាយ" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "ការបង្ហោះ" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Post ទាំងអស់" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "" msgid "Posts" msgstr "ការបង្ហោះ" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "ការបង្ហោះអាចត្រូវបានបិទដោយផ្អែកលើអត្ថបទ ស្លាករបស់ពួកគេ ឬទាំងពីរ។ យើង​សូម​ណែនាំ​ឱ្យ​ជៀសវាង​ពាក្យ​ធម្មតា​ដែល​បង្ហាញ​ក្នុង​ការ​បង្ហោះ​ជា​ច្រើន ព្រោះ​វា​អាច​នាំ​ឱ្យ​គ្មាន​ការ​បង្ហោះ​ត្រូវ​បាន​បង្ហាញ" @@ -9067,11 +9327,11 @@ msgstr "គោលការណ៍ឯកជនភាព" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "ដំណើរការវីដេអូ..." @@ -9083,7 +9343,7 @@ msgstr "កំពុងដំណើរការ..." msgid "profile" msgstr "ប្រវត្តិរូប" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "Quote post ត្រូវបានផ្ដាច់ដោយជោគ msgid "Quote posts disabled" msgstr "Quote posts ត្រូវបានបិទ" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "" @@ -9238,9 +9498,14 @@ msgstr "បើកដំណើរការគណនីរបស់អ្នកឡ msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "ផ្ទុកការសន្ទនាឡើងវិញ" @@ -9379,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9427,6 +9692,11 @@ msgstr "លុប​មតិព័ត៌មាន" msgid "Remove feed?" msgstr "លុប​មតិព័ត៌មាន?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "លុបរូបភាព" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "លុប​ពាក្យ​ស្ងាត់​ចេញ​ពី​បញ្ជី​របស់​អ្នក។" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "លុបកម្រងព័ត៌មាន" @@ -9507,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "លុបចេញដោយ author" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "ដកចេញដោយអ្នក" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "ការឆ្លើយតប" @@ -9609,12 +9884,12 @@ msgstr "ការឆ្លើយតបត្រូវបានបិទ" msgid "Replies to this post are disabled." msgstr "ការឆ្លើយតបទៅនឹងការបង្ហោះនេះត្រូវបានបិទ" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "ឆ្លើយតប" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "ឆ្លើយតប" @@ -9652,7 +9927,7 @@ msgstr "បានធ្វើបច្ចុប្បន្នភាពភាព msgid "Reply was successfully hidden" msgstr "ការឆ្លើយតបត្រូវបានលាក់ដោយជោគជ័យ" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "រាយការណ៍ព័ត៌មាន" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "រាយការណ៍ពីសារ" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "ផ្សាយឡើងវិញដោយអ្នក" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "ការផ្សាយឡើងវិញនៃប្រកាសនេះ" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "ព្យាយាមម្តងទៀតនូវសកម្មភា #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "រក្សាទុកការផ្លាស់ប្តូរ" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "បានរក្សាទុកទៅក្នុងមតិព័ត msgid "Say hello!" msgstr "និយាយថាជំរាបសួរ" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "រំកិលទៅកំពូល" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "ស្វែងរក" @@ -10186,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "ស្វែងរក GIFs" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "ស្វែងរកប្រវត្តិរូប" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "ជ្រើសរើសគណនី" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "ជ្រើសរើសភាសាមាតិកា" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "ជ្រើសរើសពីគណនីដែលមានស្រាប់" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "ជ្រើសរើសរយៈពេលដើម្បីបិទពាក្យនេះ" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "ជ្រើសរើសចំណាប់អារម្មណ៍រប msgid "Select your preferred language for translations in your feed." msgstr "ជ្រើសរើសភាសាដែលអ្នកពេញចិត្តសម្រាប់ការបកប្រែនៅក្នុងព័ត៌មានរបស់អ្នក" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "ផ្ញើមតិកែលម្អ" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "ផ្ញើសារ" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "ផ្ញើតាមសារផ្ទាល់" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "កំណត់អ៊ីមែលសម្រាប់កំណត់ព msgid "Settings" msgstr "ការកំណត់" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "ចែករំលែកកូដ QR" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "ចែករំលែកកញ្ចប់ចាប់ផ្តើមនេះ" @@ -10726,7 +11027,7 @@ msgstr "កម្មវិធីសាកល្បងចំណូលចិត្ msgid "Show" msgstr "បង្ហាញ" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "បង្ហាញអត្ថបទជំនួស" @@ -10864,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "តម្រូវឱ្យចូល" msgid "Signed in as @{0}" msgstr "ចូលជា @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "រំលង" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11223,7 +11529,7 @@ msgstr "ទំព័រស្ថានភាព" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "ជំហានទី {0} នៃ {1}" @@ -11295,11 +11601,11 @@ msgstr "ជាវ @{0} ដើម្បីប្រើស្លាកទាំង msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "ជាវអ្នកដាក់ស្លាក" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "ជាវអ្នកដាក់ស្លាកនេះ" @@ -11345,6 +11651,10 @@ msgstr "បានណែនាំសម្រាប់អ្នក" msgid "Suggestive" msgstr "ណែនាំ" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "គោលការណ៍ឯកជនភាពត្រូវបានផ្លាស់ទីទៅ <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "មានការប្រញាប់ប្រញាល់នៃអ្ msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "ការកំណត់ទាំងនេះអនុវត្តចំពោះតែព័ត៌មានខាងក្រោមប៉ុណ្ណោះ" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "ប្រកាសនេះនឹងត្រូវបានលាក់ពីមតិព័ត៌មាន និងខ្សែស្រលាយ។ នេះមិនអាចត្រឡប់វិញបានទេ" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "អ្នកនិពន្ធនៃប្រកាសនេះបានបិទការបង្ហោះសម្រង់" @@ -12271,7 +12601,7 @@ msgstr "ថ្ងៃនេះ" msgid "Toggle to enable or disable adult content" msgstr "បិទ/បើក ដើម្បីបើក ឬបិទមាតិកាសម្រាប់មនុស្សពេញវ័យ" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "កំពូល" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "ការផ្ទៀងផ្ទាត់កត្តាពីរ (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "វាយបញ្ចូលសាររបស់អ្នកនៅទីនេះ" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "ប្រភេទ៖" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "មិនអាចទាក់ទងសេវាកម្មរបស់អ្នកបានទេ។ សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក" @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "បើក​សំឡេង" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "ឈប់ជាវ" @@ -12691,7 +13024,7 @@ msgstr "ឈប់ជាវ" msgid "Unsubscribe from list" msgstr "ឈប់ជាវពីបញ្ជី" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "ឈប់ជាវពីអ្នកដាក់ស្លាកនេះ" @@ -12703,10 +13036,15 @@ msgstr "ឈប់ជាវពីបញ្ជី" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "បង្ហោះពីឯកសារ" msgid "Upload from Library" msgstr "បង្ហោះពីបណ្ណាល័យ" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "កំពុងបង្ហោះរូបភាព..." msgid "Uploading link thumbnail..." msgstr "កំពុងបង្ហោះរូបភាពតូចនៃតំណ..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "កំពុងបង្ហោះវីដេអូ..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "វីដេអូ" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "វីដេអូបានបរាជ័យក្នុងដំណើរការ" @@ -13084,12 +13422,12 @@ msgstr "រកមិនឃើញវីដេអូ" msgid "Video settings" msgstr "ការកំណត់វីដេអូ" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "បង្ហោះវីដេអូ" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "វីដេអូ៖ {0}" @@ -13097,11 +13435,13 @@ msgstr "វីដេអូ៖ {0}" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "មើលគណនីដែលបានបិទរបស់អ្នក msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13391,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "យើងមិនអាចកំណត់ថាតើអ្នកត្រូវបានអនុញ្ញាតឱ្យបង្ហោះវីដេអូឬអត់។ សូមព្យាយាមម្តងទៀត" @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "យើងសុំទោស ប៉ុន្តែយើងមិនអ msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "យើងសុំទោស ប៉ុន្តែយើងមិនអាចផ្ទុកពាក្យដែលអ្នកបានបិទសំឡេងនៅពេលនេះបានទេ។ សូមព្យាយាមម្តងទៀត" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "យើងសុំទោស! ប្រកាសដែលអ្នកកំពុងឆ្លើយតបត្រូវបានលុប" @@ -13536,8 +13876,13 @@ msgstr "តើអ្នកចាប់អារម្មណ៍អ្វី?" msgid "What do you want to call your starter pack?" msgstr "តើអ្នកចង់ហៅកញ្ចប់ចាប់ផ្តើមរបស់អ្នកថាម៉េច?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "មានរឿងអី?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "សរសេរសារបង្ហោះ" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "សរសេរការឆ្លើយតបរបស់អ្នក" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "អ្នកមិនត្រូវបានអនុញ្ញាតឱ្យបង្ហោះវីដេអូទេ" @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "អ្នកអាចបន្តការសន្ទនាបន្តដោយមិនគិតពីការកំណត់ណាមួយដែលអ្នកជ្រើសរើស" @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "ឥឡូវនេះ អ្នកអាចចូលដោយប្រើពាក្យសម្ងាត់ថ្មីរបស់អ្នក" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "អ្នកបានឈានដល់ដែនកំណត់បណ្តោះអាសន្នសម្រាប់ការបង្ហោះវីដេអូ។ សូមព្យាយាមម្តងទៀតនៅពេលក្រោយ" -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "អ្នក​ត្រូវ​តែ​តាម​យ៉ាង​ហ msgid "You must grant access to your photo library to save a QR code" msgstr "អ្នកត្រូវតែផ្តល់សិទ្ធិចូលប្រើបណ្ណាល័យរូបថតរបស់អ្នក ដើម្បីរក្សាទុកកូដ QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "អ្នក​នឹង​ធ្វើ​តាម​អ្នក​ប្រើ​ដែល​បាន​ណែនាំ និង​មតិព័ត៌មាន​នៅ​ពេល​អ្នក​បញ្ចប់​ការ​បង្កើត​គណនី​របស់​អ្នក" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "អ្នកនឹងធ្វើតាមអ្នកប្រើប្រាស់ដែលបានណែនាំ នៅពេលអ្នកបញ្ចប់ការបង្កើតគណនីរបស់អ្នក" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "អ្នក​បាន​ដល់​ចុង​បញ្ចប់​នៃ​ព័ត៌មាន​របស់​អ្នក​ហើយ! ស្វែងរកគណនីមួយចំនួនទៀតដើម្បីតាមដាន" -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "អ្នកបានឈានដល់ដែនកំណត់ប្រចាំថ្ងៃរបស់អ្នកសម្រាប់ការបង្ហោះវីដេអូ (ច្រើនបៃ)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "អ្នកបានឈានដល់ដែនកំណត់ប្រចាំថ្ងៃរបស់អ្នកសម្រាប់ការបង្ហោះវីដេអូ (វីដេអូច្រើនពេក)" @@ -14209,7 +14558,7 @@ msgstr "អ្នកបានឈានដល់ដែនកំណត់ប្រ msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "គណនីរបស់អ្នក។" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "គណនីរបស់អ្នកមិនទាន់ចាស់គ្រប់គ្រាន់ក្នុងការបង្ហោះវីដេអូ។ សូមព្យាយាមម្តងទៀតនៅពេលក្រោយ" @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "ប្រវត្តិរូប ការបង្ហោះ មតិព័ត៌មាន និងបញ្ជីរបស់អ្នកនឹងលែងអាចមើលឃើញដោយអ្នកប្រើប្រាស់ Bluesky ផ្សេងទៀត។ អ្នកអាចដំណើរការគណនីរបស់អ្នកឡើងវិញបានគ្រប់ពេលដោយការចូល" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/ko/messages.po b/src/locale/locales/ko/messages.po index 10b2daa9c4..401f8a8154 100644 --- a/src/locale/locales/ko/messages.po +++ b/src/locale/locales/ko/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ko\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Korean\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "‘{interestsDisplayName}’ 카테고리 (활성)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(차단한 메시지 숨겨짐)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(대화 초대 링크)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(임베드 콘텐츠 포함)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(삭제된 메시지)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(비활성화된 대화 초대 링크)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(잘못된 대화 초대 링크)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(이메일 없음)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(텍스트 없음)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(인용 게시물)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, other {#개의 계정 라벨}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, other {#개의 콘텐츠 라벨}}" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, other {친구 #명을}} 찾았습니다!" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, other {#시간}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "이 계정에 {0, plural, other {#개}}의 라벨이 지정됨" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "이 콘텐츠에 {0, plural, other {#개}}의 라벨이 지정됨" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, other {새 참여 요청 #개}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, other {#명}} 반응함 – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, other {#초}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "읽지 않은 항목 {0, plural, other {#개}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} 팔로우 중" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} 님이 나를 차단했습니다" @@ -277,10 +305,16 @@ msgstr "{0}/50자" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} 님이 {1}(으)로 반응함" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "읽지 않은 항목 {0}개" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} 님이 내보내졌습니다" msgid "{0} was removed from the group" msgstr "{0} 님이 그룹에서 내보내졌습니다" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "{0}, " + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, other {멤버}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "{0}+" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "{0}+개 요청" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, other {대화 업데이트 #개}}" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, other {새 참여 요청 #개}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, other {#개 요청}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, other {시간}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {분}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "{filterCount, plural, other {+#개 필터}}" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 나를 팔로우했습니다" @@ -677,15 +733,15 @@ msgstr "{profileName} 님은 {timeAgoString} 전에 스타터 팩을 사용하 msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "{replierDisplayName} 님이 보내는 답장" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "{replierDisplayName} 님이 {originalName} 님에게 보내는 답장" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "{replierDisplayName} 님이 나에게 보내는 답장" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> 님이 나를 추가함" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>로그인<1>하거나 <2>계정을 만들고<3> <4>뉴스, 스포츠, 정치 등 Bluesky의 다양한 소식을 검색하세요." @@ -825,16 +881,6 @@ msgstr "<0>나와<1> <2>{0} 님이 스타터 팩에 포함됩니다" msgid "⚠Invalid Handle" msgstr "⚠잘못된 핸들" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "10+" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "요청 10+개" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "요청 수락" msgid "Accept this language suggestion" msgstr "이 언어 제안 수락하기" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "수락한 대화" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "참여 요청 완료! 그룹 소유자가 요청을 검토할 예정입니다" @@ -1050,9 +1091,9 @@ msgstr "계정을 언뮤트했습니다" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "물결 모양의 파란색 체크 표시 <0><1/> 가 있는 계정은 다른 계정을 인증할 수 있습니다. 이러한 신뢰할 수 있는 인증자는 Bluesky에서 선정합니다." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "다른 사용자의 활동" @@ -1108,6 +1149,10 @@ msgstr "대체 텍스트 추가" msgid "Add alt text (optional)" msgstr "대체 텍스트 추가 (선택 사항)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "검색 필터 추가하기" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "대체 텍스트 추가 (선택 사항)" msgid "Add another account" msgstr "다른 계정 추가" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "다른 게시물 추가하기" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "스레드에 다른 게시물 추가" @@ -1141,6 +1186,10 @@ msgstr "계정에 자동화 라벨 추가" msgid "Add emoji reaction" msgstr "이모티콘 반응 추가" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "필터 추가" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "그룹 대화 멤버 추가" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "이미지 추가" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "게시물에 미디어 추가" @@ -1312,6 +1361,11 @@ msgstr "성인 성착취물" msgid "Advanced" msgstr "고급" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "고급 검색" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "연령 확인" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "모두" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "모든 친구들을 팔로우했습니다!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "모든 언어" @@ -1367,6 +1422,15 @@ msgstr "모든 언어" msgid "All languages will be shown in your feeds." msgstr "피드에 모든 언어가 표시됩니다." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "다음 단어 모두 포함" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "모든 게시물" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "저장한 모든 피드를 한 곳에서 확인하세요." @@ -1380,13 +1444,13 @@ msgstr "다이렉트 메시지 접근 허용" msgid "Allow anyone to reply" msgstr "누구나 답글을 달 수 있도록 허용" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "다이렉트 메시지를 허용할 대상" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "그룹 대화 초대를 허용할 대상" @@ -1440,10 +1504,10 @@ msgstr "이미 계정이 있나요?" msgid "Already signed in as @{0}" msgstr "이미 @{0}(으)로 로그인했습니다" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "대체 텍스트" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "대체 텍스트" @@ -1489,7 +1553,7 @@ msgstr "오류 발생" msgid "An error occurred" msgstr "오류 발생" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "동영상을 압축하는 동안 오류가 발생했습니다." @@ -1535,11 +1599,11 @@ msgstr "QR 코드를 저장하는 동안 오류가 발생했습니다" msgid "An error occurred while trying to follow all" msgstr "모두 팔로우하려고 하는 동안 오류가 발생했습니다" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "동영상을 업로드하는 동안 오류가 발생했습니다. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "동영상을 업로드하는 동안 오류가 발생했습니다. 인터넷 연결 상태를 확인하고 다시 시도해 주세요." @@ -1626,7 +1690,7 @@ msgstr "동물 보호" msgid "Animals" msgstr "동물" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "움직이는 GIF" @@ -1638,6 +1702,11 @@ msgstr "공지사항" msgid "Announcing verification on Bluesky" msgstr "Bluesky의 인증 기능 소개" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "전체 기간" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "누구나" @@ -1781,6 +1850,24 @@ msgstr "보관된 게시물" msgid "Are you really, really sure?" msgstr "정말로 진행하시겠습니까?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "{0} 또는 {1}로 게시물을 검색하시겠습니까?" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "{0}로 게시물을 검색하시겠습니까?" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "{0}또는 {1}로 게시물을 검색하시겠습니까?" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "내 피드에서 이 피드를 삭제하시겠습니까?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "{0}에 대한 참여 요청을 취소하시겠습니까?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "이 게시물을 삭제하시겠습니까?" @@ -1904,7 +1991,7 @@ msgstr "사용 가능" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "사용 가능" msgid "Back" msgstr "뒤로" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "대화로 돌아가기" @@ -1961,10 +2048,10 @@ msgstr "{name} 님의 게시물에 대한 알림을 받으려면 먼저 이메 #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "사용자를 차단하거나 이 대화를 삭제하기" msgid "Block user and/or leave this conversation" msgstr "사용자를 차단하거나 이 대화에서 나가기" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "차단됨" @@ -2091,10 +2178,6 @@ msgstr "차단한 계정은 내 스레드에 답글을 달거나 나를 멘션 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "차단한 계정은 내 스레드에 답글을 달거나 나를 멘션하거나 기타 다른 방식으로 나와 상호작용할 수 없습니다. 차단한 계정의 콘텐츠를 볼 수 없으며 해당 계정도 내 콘텐츠를 볼 수 없게 됩니다." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "차단한 메시지 숨겨짐" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "차단하더라도 이 라벨러가 내 계정에 라벨을 붙이는 것을 막지는 못합니다." @@ -2111,11 +2194,21 @@ msgstr "차단하더라도 내 계정에 라벨이 붙는 것은 막지 못하 msgid "Blog" msgstr "블로그" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "블룸스크롤링 북스카이" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "블루스카이 앳프로토" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky는 해당 날짜의 진위를 확인할 수 없습니다." @@ -2297,7 +2390,7 @@ msgstr "‘계속’을 클릭하면 이 업데이트 내용을 이해하고 이 #: src/components/contacts/screens/PhoneInput.tsx:297 msgid "By continuing, you consent to this use. You may change your mind any time by visiting settings. <0>Learn more" -msgstr "계속 진행하면 이 사용 방식에 동의하는 것입니다. 설정에서 언제든지 동의를 철회할 수 있습니다. <0>더 알아보기 (영어)" +msgstr "계속 진행하면 이 사용 방식에 동의하는 것입니다. 설정에서 언제든지 동의를 철회할 수 있습니다. <0>자세히 알아보기 (영어)" #: src/screens/Signup/StepInfo/Policies.tsx:76 msgid "By creating an account you agree to the <0>Privacy Policy." @@ -2340,7 +2433,7 @@ msgstr "카메라 접근 권한이 필요합니다" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "카메라 접근 권한이 필요합니다" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "카메라 접근 권한이 필요합니다" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "재활성화 취소 및 로그아웃" msgid "Cancel reply" msgstr "답장 취소하기" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "검색 취소" @@ -2411,7 +2505,7 @@ msgstr "자막(.vtt)" msgid "Captions & alt text" msgstr "자막 및 대체 텍스트" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "캐러셀" @@ -2435,7 +2529,7 @@ msgstr "앱 아이콘을 변경합니다" msgid "Change app icon to \"{0}\"" msgstr "앱 아이콘을 ‘{0}’(으)로 변경합니다" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "앱 언어 변경" @@ -2518,11 +2612,11 @@ msgstr "대화 초대 링크를 사용할 수 없습니다" msgid "Chat locked" msgstr "대화가 잠겼습니다" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "대화 메시지 - 음소거" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "대화 메시지 - 소리" @@ -2536,6 +2630,12 @@ msgstr "대화를 뮤트했습니다" msgid "Chat not found." msgstr "대화를 찾을 수 없습니다." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "대화 옵션" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "대화 소유자는 그룹 대화에서 나갈 수 없습니다." @@ -2548,22 +2648,22 @@ msgstr "대화 수신자가 발신자를 팔로우하지 않았습니다." msgid "Chat request inbox" msgstr "대화 요청 수신함" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "대화 요청" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "대화 설정" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "대화 설정" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "대화를 언뮤트했습니다" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "대화" @@ -2661,10 +2761,16 @@ msgstr "나만의 타임라인을 선택하세요! 커뮤니티에서 만든 피 msgid "Choose your password" msgstr "비밀번호 입력" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "사용자 이름 선택" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "지우기" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "모든 스토리지 데이터 지우기" @@ -2673,6 +2779,10 @@ msgstr "모든 스토리지 데이터 지우기" msgid "Clear all storage data (restart after this)" msgstr "모든 스토리지 데이터 지우기 (이후 다시 시작)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "날짜 지우기" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "이곳을 클릭하여 이 그룹 대화의 초대 링크 보기" msgid "Click to open tag menu for {0}" msgstr "클릭하여 {0}에 대한 태그 메뉴를 엽니다" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "클릭하여 메시지 다시 보내기" @@ -2755,6 +2865,7 @@ msgstr "클릭하여 메시지 다시 보내기" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "클릭하여 메시지 다시 보내기" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "배너 닫기" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "참여 요청 배너를 닫습니다" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "이 대화 상자 닫기" @@ -2874,7 +2984,7 @@ msgstr "환영 대화 상자 닫기" msgid "Closes password update alert" msgstr "비밀번호 변경 알림을 닫습니다" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "게시물 작성기를 닫고 게시물 초안을 삭제합니다" @@ -2886,7 +2996,7 @@ msgstr "사용자 목록 접기" msgid "Collapses list of users for a given notification" msgstr "이 알림에 대한 사용자 목록을 축소합니다" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "색상" @@ -2917,7 +3027,7 @@ msgstr "커뮤니티 가이드라인" msgid "Complete onboarding and start using your account" msgstr "온보딩 완료 후 계정 사용 시작" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "챌린지 완료하기" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "새 게시물 작성하기" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "게시물을 최대 {0, plural, other {#자}}까지 작성할 수 있습니다" @@ -2936,11 +3046,11 @@ msgstr "게시물을 최대 {0, plural, other {#자}}까지 작성할 수 있습 msgid "Compose reply" msgstr "답글 작성하기" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "GIF 압축 중…" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "동영상 압축 중…" @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "고객 지원팀에 문의하기" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "지원팀에 연락하기" @@ -3134,8 +3244,12 @@ msgstr "대화를 찾을 수 없습니다." msgid "Copied build version to clipboard" msgstr "빌드 버전을 클립보드에 복사했습니다" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "링크를 클립보드에 복사했습니다" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "프로필 링크 복사" msgid "Copy link to starter pack" msgstr "스타터 팩 링크 복사" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "메시지 텍스트 복사" @@ -3341,7 +3455,7 @@ msgstr "변경 사항을 저장할 수 없습니다: {0}" msgid "Could not share – please try again" msgstr "공유할 수 없습니다. 다시 시도해 주세요" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "알림 설정을 업데이트할 수 없습니다" @@ -3363,6 +3477,11 @@ msgstr "GIF를 불러올 수 없습니다" msgid "Country code" msgstr "국가 코드" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "소 돼지" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "나를 위한 스타터 팩 만들기" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "가입하기" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "계정 만들기" @@ -3549,7 +3668,7 @@ msgstr "생년월일" msgid "Dawn" msgstr "새벽" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "낮" @@ -3632,7 +3751,7 @@ msgstr "연락처 삭제" msgid "Delete conversation" msgstr "대화 삭제" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "나에게서 삭제" @@ -3645,7 +3764,7 @@ msgstr "리스트 삭제" msgid "Delete message" msgstr "메시지 삭제" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "나에게 보이는 메시지 삭제" @@ -3655,7 +3774,7 @@ msgstr "내 계정 삭제" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "게시물 삭제" @@ -3676,7 +3795,7 @@ msgstr "이 리스트를 삭제하시겠습니까?" msgid "Delete this post?" msgstr "이 게시물을 삭제하시겠습니까?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "삭제됨" @@ -3697,10 +3816,6 @@ msgstr "Plivo에서는 인증한 후 삭제됩니다" msgid "Deleted list" msgstr "삭제된 리스트" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "삭제된 메시지" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "기기에서 번역하지 못했습니다." msgid "Dialog: adjust who can interact with this post" msgstr "대화 상자: 이 게시물과 상호작용할 수 있는 사용자 조정하기" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "대화 상자: 고급 검색 옵션 설정" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "어둑함" @@ -3806,9 +3925,9 @@ msgstr "사용 안 함" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "삭제" msgid "Discard changes?" msgstr "변경 사항 삭제" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "임시 저장을 삭제하시겠습니까?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "게시물 삭제" @@ -3864,7 +3983,7 @@ msgstr "닫기" msgid "Dismiss banner" msgstr "배너 닫기" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "오류 무시" @@ -3954,13 +4073,13 @@ msgstr "걱정 마세요! 모든 기존 메시지와 설정은 저장되며 성 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "걱정 마세요! 모든 기존 메시지와 설정은 저장되며 성 msgid "Done" msgstr "완료" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "메시지를 두 번 탭하거나 길게 눌러서 반응을 추가합니다" @@ -4045,7 +4164,7 @@ msgstr "해당 지역의 법률에 따라 성인 인증이 완료될 때까지 B msgid "Duration:" msgstr "기간:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "저녁" @@ -4176,12 +4295,12 @@ msgstr "게시물 상호작용 설정 편집하기" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "프로필 편집" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "프로필 편집" @@ -4268,7 +4387,7 @@ msgstr "게시물 임베드" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "웹사이트에 이 게시물을 임베드하세요. 다음 코드를 복사하여 웹사이트에 HTML 코드로 붙여넣기만 하면 됩니다." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "임베드 동영상 플레이어" @@ -4308,8 +4427,8 @@ msgstr "미디어 플레이어를 사용할 외부 사이트" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "계정의 프로필을 방문하여 <0>종 모양 아이콘 <1/> 을 눌러 계정에 대한 알림을 사용 설정하세요." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "푸시 알림 사용" @@ -4400,7 +4519,7 @@ msgstr "비밀번호를 입력합니다" msgid "Enter your username and password" msgstr "사용자 이름 및 비밀번호 입력" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "전체화면으로 봅니다" @@ -4408,7 +4527,7 @@ msgstr "전체화면으로 봅니다" msgid "Entertainment" msgstr "엔터테인먼트" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "오류" @@ -4438,7 +4557,7 @@ msgstr "파일을 저장하는 동안 오류가 발생했습니다" msgid "Error receiving captcha response." msgstr "캡차 응답을 수신하는 동안 오류가 발생했습니다." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "오류: {error}" @@ -4450,26 +4569,38 @@ msgstr "누구나 답글을 달 수 있음" msgid "Everybody can reply to this post." msgstr "누구나 이 게시물에 답글을 달 수 있습니다." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "모두" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "모두" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "모두" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "기타" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "제외" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "내가 팔로우하는 사용자 제외하기" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "노골적인 성적 이미지." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "탐색" msgid "Explore the app" msgstr "앱 둘러보기" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "내 대화 데이터 내보내기" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "참여 요청을 승인하지 못했습니다" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "이모티콘 반응을 추가하지 못했습니다" @@ -4626,6 +4757,7 @@ msgstr "핸들을 변경하지 못했습니다. 다시 시도해 주세요." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "링크를 복사하지 못했습니다" @@ -4698,10 +4830,6 @@ msgstr "모든 친구를 팔로우하지 못했습니다. 다시 시도해 주 msgid "Failed to hide suggestion, please check your internet connection" msgstr "추천을 숨기지 못했습니다. 인터넷 연결 상태를 확인해 주세요" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "참여 요청을 무시하지 못했습니다" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "그룹 대화에 참여하지 못했습니다. 다시 시도해 주세요." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "그룹 대화에서 나가지 못했습니다" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "대화를 불러오지 못했습니다" @@ -4735,8 +4863,11 @@ msgstr "피드를 불러오지 못했습니다" msgid "Failed to load feeds preferences" msgstr "피드 환경설정을 불러오지 못했습니다" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "알림 설정을 불러오지 못했습니다." @@ -4767,12 +4898,13 @@ msgstr "추천 팔로우를 불러오지 못했습니다" msgid "Failed to lock group chat" msgstr "그룹 대화를 잠그지 못했습니다" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "모든 대화를 읽음으로 표시하지 못했습니다" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "모든 요청을 읽음으로 표시하지 못했습니다" @@ -4789,6 +4921,10 @@ msgstr "게시물을 고정하지 못했습니다" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Germ DM을 다시 연결하지 못했습니다. 오류: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "참여 요청을 거부하지 못했습니다" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "네트워크 오류로 인해 데이터를 삭제하지 못했습니다. 인터넷 연결 상태를 확인해 주세요" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "데이터를 제거하지 못했습니다. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "이모티콘 반응을 제거하지 못했습니다" @@ -4830,7 +4966,7 @@ msgstr "요청을 취소하지 못했습니다. 다시 시도해 주세요." msgid "Failed to resolve location. Please try again." msgstr "위치를 확인하지 못했습니다. 다시 시도해 주세요." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "임시 저장하지 못했습니다" @@ -4898,7 +5034,7 @@ msgstr "피드를 업데이트하지 못했습니다" msgid "Failed to update notification declaration" msgstr "알림 선언을 업데이트하지 못했습니다" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "설정을 업데이트하지 못했습니다" @@ -4973,7 +5109,7 @@ msgstr "피드 운영자에게 피드백을 전송했습니다" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "업데이트 확인" msgid "File saved successfully!" msgstr "파일을 성공적으로 저장했습니다!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "작성자 필터" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "작성자 필터 (현재: {currentLabel})" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "미디어 필터" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "미디어 필터 (현재: {currentLabel})" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "피드에서 필터링" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "언어별 검색 필터링" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "언어별 검색 필터링 (현재: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "{0}로 이 검색 필터링하기" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "내 활동 알림을 받을 수 있는 사용자 필터링" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "알림 수신 대상 필터링" @@ -5081,7 +5238,7 @@ msgstr "팔로우할 사용자 찾아보기" msgid "Find people you know" msgstr "아는 사람 찾아보기" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Bluesky에서 게시물, 사용자, 피드 찾기" @@ -5092,7 +5249,7 @@ msgstr "친구들을 찾아보세요" #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:46 #: src/screens/Settings/FindContactsSettings.tsx:133 msgid "Find your friends on Bluesky by verifying your phone number and matching with your contacts. We protect your information and you control what happens next. <0>Learn more" -msgstr "Bluesky에서 전화번호를 인증하고 연락처를 매칭하여 친구들을 찾아보세요. Bluesky는 사용자의 정보를 안전하게 보호하며, 이후 과정은 사용자가 직접 제어할 수 있습니다. <0>더 알아보기 (영어)" +msgstr "Bluesky에서 전화번호를 인증하고 연락처를 매칭하여 친구들을 찾아보세요. Bluesky는 사용자의 정보를 안전하게 보호하며, 이후 과정은 사용자가 직접 제어할 수 있습니다. <0>자세히 알아보기 (영어)" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:21 msgid "Find your people" @@ -5361,7 +5518,8 @@ msgstr "그룹 대화를 나타내는 4개의 메시지 말풍선. 첫 번째 msgid "Free your feed" msgstr "피드를 자유롭게" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "수신 대상" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "<0/>에서" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "다음 사용자가 작성" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "스타터 팩 만들기" @@ -5414,43 +5577,51 @@ msgstr "Germ DM을 다시 연결했습니다" msgid "Get help" msgstr "도움말" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "스타터 팩 가입, 인증 및 기타 활동에 대한 알림을 받습니다." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "사람들이 나를 팔로우하면 알림을 받습니다." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "사람들이 내 게시물에 좋아요를 누르면 알림을 받습니다." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "다른 사용자가 내 재게시물에 좋아요를 누를 때 알림을 받습니다." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "사람들이 나를 멘션하면 알림을 받습니다." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "사람들이 내 게시물을 인용하면 알림을 받습니다." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "사람들이 내 게시물에 답글을 달면 알림을 받습니다." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "사람들이 내 게시물을 재게시하면 알림을 받습니다." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "다른 사용자가 내 게시물을 재게시할 때 알림을 받습니다." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "다른 사용자가 메시지 요청을 보낼 때 알림을 받습니다." + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "다른 사용자가 메시지를 보낼 때 알림을 받습니다." + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "구독 중인 게시물에 활동이 있을 때 알림을 받습니다." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "시작하기" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF를 업로드했습니다" @@ -5686,7 +5857,7 @@ msgstr "그룹 대화를 언뮤트했습니다" msgid "Group Chats" msgstr "그룹 대화" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "그룹 대화는 만 18세 이상 사용자만 이용할 수 있습니다." @@ -5784,7 +5955,7 @@ msgstr "코드가 있나요? <0>이곳을 클릭하세요." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "위치 정보가 올바르지 않나요? <0>이곳을 탭하여 GPS로 위치를 업데이트하세요." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "문제가 있나요?" @@ -5973,7 +6144,7 @@ msgstr "이 데이터를 불러오는 데 문제가 있는 것 같습니다. 자 msgid "Hmmmm, we couldn't load that moderation service." msgstr "검토 서비스를 불러올 수 없습니다." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "잠깐! 동영상에 대한 접근 권한이 점차적으로 제공되고 있지만 아직은 기다려야 합니다. 나중에 다시 확인해 주세요!" @@ -6072,7 +6243,7 @@ msgstr "이 리스트를 삭제하면 다시 복구할 수 없습니다." #: src/screens/Settings/components/ChangeHandleDialog.tsx:274 msgid "If you have your own domain, you can use that as your handle. This lets you self-verify your identity. <0>Learn more here." -msgstr "자체 도메인이 있는 경우 이를 핸들로 사용할 수 있으며, 이를 통해 본인임을 다른 사용자에게 알릴 수 있습니다. <0>더 알아보기 (영어)" +msgstr "자체 도메인이 있는 경우 이를 핸들로 사용할 수 있으며, 이를 통해 본인임을 다른 사용자에게 알릴 수 있습니다. <0>자세히 알아보기 (영어)" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:282 msgid "If you need to update your email, <0>click here." @@ -6102,12 +6273,12 @@ msgstr "개발자라면 직접 서버를 호스팅할 수 있습니다." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "핸들이나 이메일을 변경하려는 경우 비활성화하기 전에 변경하세요." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "이미지" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "이미지 {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "{1}개 중 {0}번째 이미지" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "{imageCount}개 중 {0}번째 이미지" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "이미지 캐시를 지우고 {0}를 확보했습니다" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "이미지 갤러리, {0}개 이미지" @@ -6201,43 +6372,77 @@ msgstr "{0}에 가져옴" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "연령에 적합한 경험을 제공하기 위해 생년월일이 필요합니다. 생년월일은 한 번만 입력하면 되며 비공개로 안전하게 보관됩니다." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "인앱" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "인앱 알림" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "인앱, 모두" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "인앱, 내가 팔로우하는 사용자" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "인앱, 푸시" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "인앱, 푸시, 모두" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "인앱, 푸시, 내가 팔로우하는 사용자" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "수신함이 비어 있습니다" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "수신함 제로!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "포함" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "일치하는 게시물 포함 또는 제외하기 (현재: {0})" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "게시물 및 답글 포함하기 (현재: {currentLabel})" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "이 날짜부터 작성된 게시물을 포함시킵니다" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "이 날짜까지 작성된 게시물을 포함시킵니다" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "다음 결과 포함" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "사용자 이름 또는 비밀번호가 올바르지 않습니다" @@ -6334,7 +6539,6 @@ msgstr "초대 코드" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "초대 코드가 올바르지 않습니다. 코드를 올바르게 입력했는지 확인한 후 다시 시도해 주세요." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "친구 초대하기" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "친구 초대하기" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "개인적인 초대" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "현재 위치가 정확하지 않나요? <0>이곳을 탭하여 GPS로 위치를 업데이트하세요. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "현재 위치가 정확하지 않나요? <0>이곳을 탭하여 GPS로 위치를 업데이트하세요." #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "아직은 나밖에 없습니다! 위에서 검색하여 스타터 팩에 더 많은 사용자를 추가해 보세요." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "작업 ID: {0}" @@ -6469,8 +6672,8 @@ msgstr "대화에 참여하기" msgid "Journalism" msgstr "저널리즘" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "계속 작성하기" @@ -6479,11 +6682,6 @@ msgstr "계속 작성하기" msgid "Keep me posted" msgstr "최신 소식 받기" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "멤버 내보내기" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "KWS 웹사이트" @@ -6518,6 +6716,10 @@ msgstr "내 계정의 라벨" msgid "Labels on your content" msgstr "내 콘텐츠의 라벨" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "언어" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "언어 설정" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "방금 시작함" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "최신" @@ -6556,11 +6758,21 @@ msgstr "최신" #: src/screens/Settings/components/ChangeHandleDialog.tsx:279 msgctxt "english-only-resource" msgid "Learn more" -msgstr "더 알아보기 (영어)" +msgstr "자세히 알아보기 (영어)" #: src/components/moderation/ScreenHider.tsx:147 msgid "Learn More" -msgstr "더 알아보기" +msgstr "자세히 알아보기" + +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "<0>고급 검색 사용 방법 (영어)에 대해 자세히 알아보세요." + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "<0>검색 필터 사용 방법에 대해 자세히 알아보세요." #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" @@ -6568,18 +6780,18 @@ msgstr "연령 확인에 대해 자세히 알아보기" #: src/view/com/auth/SplashScreen.web.tsx:167 msgid "Learn more about Bluesky" -msgstr "Bluesky에 대해 더 알아보기" +msgstr "Bluesky에 대해 자세히 알아보기" #: src/components/contacts/components/InviteInfo.tsx:33 msgid "Learn more about how inviting friends works" -msgstr "친구 초대 작동 방식에 대해 더 알아보기" +msgstr "친구 초대 작동 방식에 대해 자세히 알아보기" #: src/components/contacts/screens/PhoneInput.tsx:303 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:53 #: src/screens/Settings/FindContactsSettings.tsx:140 msgctxt "english-only-resource" msgid "Learn more about importing contacts" -msgstr "연락처 가져오기에 대해 더 알아보기 (영어)" +msgstr "연락처 가져오기에 대해 자세히 알아보기 (영어)" #: src/components/dialogs/ServerInput.tsx:220 msgid "Learn more about self hosting your PDS." @@ -6601,13 +6813,13 @@ msgstr "이 변경 사항에 대한 자세한 내용과 의견 제출 방법은 #: src/components/moderation/PostHider.tsx:116 #: src/components/moderation/ScreenHider.tsx:134 msgid "Learn more about this warning" -msgstr "이 경고에 대해 더 알아보기" +msgstr "이 경고에 대해 자세히 알아보기" #: src/components/verification/VerificationsDialog.tsx:153 #: src/components/verification/VerifierDialog.tsx:122 msgctxt "english-only-resource" msgid "Learn more about verification on Bluesky" -msgstr "Bluesky의 인증에 대해 더 알아보기 (영어)" +msgstr "Bluesky의 인증에 대해 자세히 알아보기 (영어)" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:128 #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:131 @@ -6616,7 +6828,7 @@ msgstr "Bluesky에서 공개되는 항목에 대해 자세히 알아보세요." #: src/screens/Profile/components/GermButton.tsx:212 msgid "Learn more about your Germ DM link" -msgstr "Germ DM 링크에 대해 더 알아보기" +msgstr "Germ DM 링크에 대해 자세히 알아보기" #: src/components/ageAssurance/AgeAssuranceAdmonition.tsx:90 msgid "Learn more in your <0>account settings." @@ -6625,7 +6837,7 @@ msgstr "<0>계정 설정에서 자세히 알아보세요." #: src/components/dialogs/ServerInput.tsx:222 #: src/components/moderation/ContentHider.tsx:259 msgid "Learn more." -msgstr "더 알아보기" +msgstr "자세히 알아보기" #: src/components/dms/LeaveConvoPrompt.tsx:59 #: src/screens/Messages/ConversationSettings/index.tsx:591 @@ -6765,16 +6977,16 @@ msgstr "{0, plural, other {#명}}의 사용자가 좋아요 표시함" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "{likeCount, plural, other {#명}}의 사용자가 좋아요 표시함" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "좋아요" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "내 재게시물의 좋아요" @@ -6954,9 +7166,7 @@ msgstr "새 알림 불러오기" msgid "Load new posts" msgstr "새 게시물 불러오기" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "대화를 불러오는 중…" @@ -7065,18 +7275,20 @@ msgstr "인증 설정 관리" msgid "Manage your muted words and tags" msgstr "뮤트한 단어 및 태그 관리" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "모두 읽음으로 표시" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "모든 대화를 읽음으로 표시" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "모든 요청을 읽음으로 표시" @@ -7085,15 +7297,16 @@ msgstr "모든 요청을 읽음으로 표시" msgid "Mark as read" msgstr "읽음으로 표시" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "모두 읽음으로 표시했습니다" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "모든 대화를 읽음으로 표시했습니다" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "모든 요청을 읽음으로 표시했습니다" @@ -7102,6 +7315,7 @@ msgstr "모든 요청을 읽음으로 표시했습니다" msgid "Maybe later" msgstr "나중에 하기" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "미디어" @@ -7137,26 +7351,29 @@ msgstr "멤버들이 대화 기록은 읽을 수 있지만 새 메시지는 보 msgid "mentioned users" msgstr "멘션한 사용자" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "멘션" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "다음 사용자를 멘션" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "메뉴" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "메시지" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "메시지" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "메시지를 삭제했습니다" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "메시지를 보내지 못했습니다." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "@{0} 님이 보낸 메시지: {1}" @@ -7193,21 +7410,15 @@ msgstr "@{0} 님이 보낸 메시지: {1}" msgid "Message from server: {0}" msgstr "서버에서 보낸 메시지: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "메시지 입력 필드" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "메시지가 너무 깁니다" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "메시지가 너무 깁니다 ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "메시지 옵션" @@ -7215,11 +7426,11 @@ msgstr "메시지 옵션" msgid "Messages" msgstr "메시지" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "나를 차단한 사람이 보낸 메시지는 숨겨집니다." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "차단한 사람이 보낸 메시지는 숨겨집니다." @@ -7343,7 +7554,7 @@ msgstr "음악" msgid "Mute" msgstr "뮤트" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "저작권 위반, 법적 요청 또는 규제 준수 문제를 신고해 msgid "Nevermind, create a handle for me" msgstr "취소하고 내 핸들 만들기" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "새로 만들기" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "새로 만들기" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{firstAuthorLink} 님의 새 {postsCount, plural, other {게시물}}" @@ -7537,11 +7752,11 @@ msgstr "{firstAuthorName} 님의 새 {postsCount, plural, other {게시물}}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "새 대화" @@ -7574,9 +7789,9 @@ msgstr "새 이메일 주소" msgid "New Feature" msgstr "새로운 기능" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "새 팔로워" @@ -7608,6 +7823,18 @@ msgstr "새 핸들" msgid "New list" msgstr "새 리스트" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "새 메시지 요청" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "새 메시지" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "다음" msgid "Next image" msgstr "다음 이미지" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "밤" @@ -7779,12 +8006,12 @@ msgstr "이름 없음" msgid "No notifications yet!" msgstr "아직 알림이 없습니다" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "없음" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "없음" @@ -7822,6 +8049,10 @@ msgstr "아직 인용 없음" msgid "No recent GIFs yet. Pick one to see it here." msgstr "최근에 사용한 GIF가 없습니다. GIF를 선택하면 여기에 표시됩니다." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "답글 제외" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "아직 답글이 없습니다" @@ -7856,10 +8087,18 @@ msgstr "결과를 찾을 수 없습니다" msgid "No results found for \"{query}\"" msgstr "‘{query}’에 대한 결과를 찾을 수 없습니다" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "고급 검색 필터가 적용된 상태에서 ‘<0>{query}’에 대한 검색 결과를 찾을 수 없습니다." + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "‘<0>{query}’에 대한 결과를 찾을 수 없습니다." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "고급 검색 필터가 적용된 검색어에 대한 결과를 찾을 수 없습니다." + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "결과가 없습니다." @@ -7868,11 +8107,6 @@ msgstr "결과가 없습니다." msgid "No Starter Packs yet" msgstr "아직 스타터 팩이 없습니다" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "텍스트 없음" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "동의받지 않은 사적인 성적 이미지" msgid "Non-sexual Nudity" msgstr "선정적이지 않은 나체" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "다음 단어 제외" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "이 플랫폼에서는 사용할 수 없습니다" @@ -7954,26 +8193,27 @@ msgstr "참고: 이 게시물은 로그인한 사용자만 볼 수 있습니다. msgid "Nothing saved yet" msgstr "아직 저장된 게시물이 없습니다" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "알림 설정" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "알림음" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "입력한 번호는 휴대전화 번호여야 합니다" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "끄기" @@ -8017,7 +8257,7 @@ msgstr "확인" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "선택한 수신자 중 한 명이 그룹 대화를 허용하지 않습 msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "선택한 수신자 중 한 명이 당신을 차단했으므로 메시지를 보낼 수 없습니다." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "하나 이상의 GIF에 대체 텍스트가 누락되었습니다." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "하나 이상의 이미지에 대체 텍스트가 누락되었습니다." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "선택한 파일 중 지원되지 않는 파일이 있습니다." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "선택한 파일 중 크기가 너무 큰 파일이 있습니다. 최대 크기는 {VIDEO_MAX_SIZE_MB} MB입니다." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "하나 이상의 게시물이 너무 길어서 임시 저장할 수 없습니다. 최대 글자 수는 {MAX_DRAFT_GRAPHEME_LENGTH, plural, other {#자}}입니다." -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "하나 이상의 동영상에 대체 텍스트가 누락되었습니다." @@ -8083,17 +8323,17 @@ msgstr "{0}만 답글을 달 수 있습니다." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "선택한 {1}{2, plural, other {개}}의 이미지 중 {0}개만 추가되었습니다 (최대 {MAX_GALLERY_IMAGES}개)" #: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." -msgstr "관리자만 가입 요청을 승인할 수 있습니다." +msgstr "관리자만 참여 요청을 승인할 수 있습니다." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "관리자만 가입 요청을 무시할 수 있습니다." +msgid "Only admins can reject join requests." +msgstr "관리자만 참여 요청을 거부할 수 있습니다." #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "{0} 님이 팔로우하는 사람만 참여할 수 있습니다." msgid "Only people the chat owner follows can join" msgstr "대화 소유자가 팔로우하는 사람만 참여할 수 있습니다" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "미디어가 포함된 게시물만" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "동영상이 포함된 게시물만" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "답글만" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "WebVTT(.vtt) 파일만 지원됩니다" @@ -8140,6 +8392,10 @@ msgstr "이런, 이 프로필은 존재하지 않습니다. 다른 프로필을 msgid "Oops!" msgstr "이런!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "고급 검색 옵션 열기" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "아바타 생성기 열기" @@ -8170,9 +8426,8 @@ msgstr "임시 저장 열기" msgid "Open drawer menu" msgstr "서랍 메뉴 열기" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "이모티콘 선택기 열기" @@ -8280,7 +8535,7 @@ msgstr "게시물에 콘텐츠 경고를 추가하는 대화 상자를 엽니다 msgid "Opens a dialog to choose who can interact with this post" msgstr "이 게시물과 상호작용할 수 있는 사용자를 선택하는 대화 상자를 엽니다" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "QR 카드의 색상 테마 목록을 엽니다" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "기기 카메라를 엽니다" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "최대 {MAX_GALLERY_IMAGES, plural, other {#개}}의 이미지 또는 단일 동영상 및 GIF를 선택하기 위해 기기 갤러리를 엽니다" @@ -8329,7 +8584,7 @@ msgstr "새 Bluesky 계정을 만드는 화면을 엽니다" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "존재하는 Bluesky 계정에 로그인하는 화면을 엽니다" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "전체 이미지를 엽니다" @@ -8513,12 +8768,12 @@ msgstr "비밀번호 변경됨" msgid "Password updated!" msgstr "비밀번호를 변경했습니다!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "일시 정지" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "GIF 일시 정지" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "동영상 일시 정지" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "사용자" @@ -8550,17 +8805,17 @@ msgstr "@{0} 님이 팔로우하는 사용자" msgid "People following @{0}" msgstr "@{0} 님을 팔로우하는 사용자" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "내가 팔로우하는 사용자" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "내가 팔로우하는 사용자" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "내가 팔로우하는 사용자" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "내가 팔로우하는 사람은 참여 요청할 수 있음" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "내가 팔로우하는 사용자" @@ -8610,7 +8866,7 @@ msgstr "전화번호를 인증했습니다" msgid "Photography" msgstr "사진" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "색상 테마 선택" @@ -8658,7 +8914,7 @@ msgstr "고정된 피드" msgid "Pinned to your feeds" msgstr "내 피드에 고정했습니다" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "재생" @@ -8668,7 +8924,7 @@ msgstr "재생" msgid "Play {0}" msgstr "{0} 재생" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "GIF 재생" @@ -8681,11 +8937,11 @@ msgstr "동영상 재생" msgid "Play Video" msgstr "동영상 재생" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "GIF를 재생하거나 일시 정지합니다" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "동영상을 재생하거나 일시 정지합니다" @@ -8722,7 +8978,7 @@ msgstr "방금 보낸 이메일에 있는 링크를 클릭하여 새 이메일 msgid "Please complete the verification captcha." msgstr "인증 캡차를 완료해 주세요." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "동영상을 업로드하려면 이메일 주소를 인증해 주세요." @@ -8865,7 +9121,7 @@ msgstr "정치" msgid "Porn" msgstr "음란물" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "게시하기" @@ -8885,12 +9141,12 @@ msgstr "사진 게시하기" msgid "Post a video" msgstr "동영상 게시하기" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "모두 게시하기" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "무시하고 게시" @@ -8982,6 +9238,10 @@ msgstr "게시물을 고정 해제했습니다" msgid "Posts" msgstr "게시물" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "게시물 및 답글" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "게시물을 텍스트, 태그 또는 둘 다에 따라 뮤트할 수 있습니다. 많은 게시물에 자주 등장하는 단어는 게시물이 표시되지 않을 수 있으므로 피하는 것이 좋습니다." @@ -9067,11 +9327,11 @@ msgstr "개인정보 처리방침" msgid "Privacy violation of a minor" msgstr "미성년자 사생활 침해" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "GIF 처리 중…" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "동영상 처리 중…" @@ -9083,7 +9343,7 @@ msgstr "처리 중…" msgid "profile" msgstr "프로필" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "일괄 뮤트하거나 차단할 수 있는 공개적이고 공유 가능한 사용자 목록입니다." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "게시물 등록하기" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "게시물 등록하기" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "답글 등록하기" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "답글 등록하기" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "푸시" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "푸시 알림" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "푸시, 모두" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "푸시, 내가 팔로우하는 사용자" @@ -9188,10 +9448,10 @@ msgstr "인용을 성공적으로 해제했습니다" msgid "Quote posts disabled" msgstr "게시물 인용 비활성화됨" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "인용" @@ -9238,9 +9498,14 @@ msgstr "계정 재활성화" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "{0, plural, other {답글 #개}} 더 보기" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "고급 검색 필터 사용 방법에 대해 읽어보기 (영어)" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "검색 필터 사용 방법에 대해 읽어보기 (영어)" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "진짜 사람들." msgid "Reason for appeal" msgstr "이의신청 이유" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "인앱 알림 받기" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "푸시 알림 받기" @@ -9304,7 +9569,7 @@ msgstr "푸시 알림 받기" msgid "Recent GIFs" msgstr "최근 GIF" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "최근 검색" @@ -9339,8 +9604,8 @@ msgstr "대화 요청 거절하기" msgid "Reject join request" msgstr "참여 요청 거절하기" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "대화 다시 불러오기" @@ -9379,9 +9644,9 @@ msgstr "이 그룹 대화에서 {displayName} 님 내보내기" msgid "Remove {displayName}?" msgstr "{displayName} 님을 내보내시겠습니까?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "{historyItem} 제거" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "{q} 제거하기" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "피드 제거" msgid "Remove feed?" msgstr "피드를 제거하시겠습니까?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "필터 제거하기" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "대화에서 내보내기" @@ -9466,11 +9736,16 @@ msgstr "이미지 제거" msgid "Remove live status" msgstr "라이브 상태 제거" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "멤버 제거" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "목록에서 뮤트한 단어 제거" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "프로필 제거" @@ -9507,11 +9782,11 @@ msgstr "인증 취소" msgid "Remove your verification for this account?" msgstr "이 계정을 인증 취소하시겠습니까?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "작성자가 제거함" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "내가 제거함" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "나에게 보내는 답글" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "답장한 {senderName} 님의 메시지, 탭하여 스크롤하기" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "답장한 메시지, 탭하여 스크롤하기" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "답글" @@ -9609,12 +9884,12 @@ msgstr "답글 비활성화됨" msgid "Replies to this post are disabled." msgstr "이 게시물에 대한 답글은 비활성화되어 있습니다." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "답글 보내기" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "답글 보내기" @@ -9652,7 +9927,7 @@ msgstr "답글 표시 여부를 업데이트했습니다" msgid "Reply was successfully hidden" msgstr "답글을 성공적으로 숨겼습니다" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "피드 신고" msgid "Report list" msgstr "리스트 신고" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "메시지 신고" @@ -9783,9 +10058,9 @@ msgstr "{reposter} 님이 재게시함" msgid "Reposted by you" msgstr "내가 재게시함" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "재게시" @@ -9793,9 +10068,9 @@ msgstr "재게시" msgid "Reposts of this post" msgstr "이 게시물의 재게시물" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "내 재게시물의 재게시" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "코드 요청" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "요청을 무시했습니다" +msgid "Request rejected." +msgstr "요청이 거부되었습니다" #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "요청했습니다" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "요청" @@ -9934,9 +10209,9 @@ msgstr "오류가 발생한 마지막 작업을 다시 시도합니다" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "생년월일 저장" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "변경 사항 저장" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "변경 사항을 저장하시겠습니까?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "임시 저장" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "임시 저장하시겠습니까?" @@ -10089,8 +10364,8 @@ msgstr "내 피드에 저장했습니다" msgid "Say hello!" msgstr "인사해 보세요!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "먼저 인사를 건네보세요" @@ -10120,7 +10395,7 @@ msgstr "왼쪽으로 스크롤" msgid "Scroll right" msgstr "오른쪽으로 스크롤" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "답장한 메시지로 스크롤하기" @@ -10131,8 +10406,11 @@ msgstr "맨 위로 스크롤" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "검색" @@ -10186,17 +10464,13 @@ msgstr "더 많은 피드 검색하기" msgid "Search for people" msgstr "사용자 검색" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "게시물, 사용자 또는 피드 검색" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "GIF 검색하기" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "현재 로그아웃 상태에서는 검색 기능을 사용할 수 없습니다" @@ -10225,6 +10499,10 @@ msgstr "게시물 검색" msgid "Search profiles" msgstr "프로필 검색" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "검색어" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "검색…" @@ -10319,7 +10597,7 @@ msgstr "이유 선택" msgid "Select account" msgstr "계정 선택" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "앱 언어를 선택하세요" @@ -10357,6 +10635,11 @@ msgstr "콘텐츠 언어 선택" msgid "Select duration" msgstr "시간 선택" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "필터 유형 선택 (현재: {0})" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "기존 계정에서 선택하기" @@ -10388,7 +10671,7 @@ msgstr "그룹 대화 멤버 선택" msgid "Select how long to mute this word for." msgstr "이 단어를 음소거할 기간 선택하기" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "아래 옵션에서 관심 주제를 선택하세요" msgid "Select your preferred language for translations in your feed." msgstr "피드에서 번역을 위해 선호하는 언어를 선택합니다." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "선호하는 알림 채널 선택" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "여러 유형의 미디어를 함께 선택할 수 없습니다." @@ -10491,8 +10774,7 @@ msgstr "오류 신고 보내기" msgid "Send feedback" msgstr "피드백 보내기" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "메시지 보내기" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "다이렉트 메시지로 보내기" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "{0}에 전송됨" @@ -10574,7 +10856,7 @@ msgstr "비밀번호 재설정을 위한 이메일을 설정합니다" msgid "Settings" msgstr "설정" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "다른 사용자의 활동 알림 설정" @@ -10582,39 +10864,49 @@ msgstr "다른 사용자의 활동 알림 설정" msgid "Settings for allowing others to be notified of your posts" msgstr "다른 사용자에게 내 게시물 알림을 허용할지에 대한 설정" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "좋아요 알림 설정" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "멘션 알림 설정" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "새 팔로워 알림 설정" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "기타 모든 알림 설정" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "내 재게시물의 좋아요 알림 설정" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "새 메시지 요청 알림 설정" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "새 메시지 알림 설정" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "내 재게시물의 재게시 알림 설정" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "인용 알림 설정" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "답글 알림 설정" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "재게시 알림 설정" @@ -10684,6 +10976,11 @@ msgstr "내 프로필 공유하기" msgid "Share post at:// URI" msgstr "게시물 at:// URI 공유" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "프로필 공유" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "QR 코드 공유" msgid "Share this feed" msgstr "이 피드 공유하기" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "이 검색 공유하기" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "이 스타터 팩 공유하기" @@ -10726,7 +11027,7 @@ msgstr "공유 설정 테스터" msgid "Show" msgstr "표시" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "대체 텍스트 표시" @@ -10864,13 +11165,13 @@ msgstr "콘텐츠를 표시합니다" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "로그인 필요" msgid "Signed in as @{0}" msgstr "@{0}(으)로 로그인했습니다" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "시작일" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "건너뛰기" msgid "Skip contact sharing and continue to the app" msgstr "연락처 공유를 건너뛰고 앱으로 바로 이동하기" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "빈 게시물을 제외하시겠습니까?" @@ -10980,7 +11286,7 @@ msgstr "소개를 건너뛰고 계정 사용 시작하기" msgid "Skip to next step" msgstr "다음 단계로 건너뛰기" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "슬라이드" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "누군가가 그룹에서 나갔습니다" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "누군가가 {0}(으)로 반응했습니다" @@ -11223,7 +11529,7 @@ msgstr "상태 페이지" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "{1}단계 중 {0}단계" @@ -11295,11 +11601,11 @@ msgstr "이 라벨을 사용하려면 @{0}(을)를 구독하세요." msgid "Subscribe to account activity" msgstr "계정 활동 알림 받기" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "라벨러 구독" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "이 라벨러 구독하기" @@ -11345,6 +11651,10 @@ msgstr "나를 위한 추천" msgid "Suggestive" msgstr "외설적" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "햇빛" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "비공개로 대화하세요." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "내 지역에서 이용 가능한 콘텐츠와 기능을 더 정확하게 결정할 수 있도록 아래를 탭하여 Bluesky의 GPS 위치 접근을 허용해 주세요." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "탭하여 자세히 알아보기" @@ -11474,7 +11784,7 @@ msgstr "탭하여 내 {0} 반응을 제거합니다" msgid "Tap to request access to join this group chat" msgstr "탭하여 이 그룹 대화의 참여 권한을 요청합니다" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "탭하여 다시 시도" @@ -11487,7 +11797,7 @@ msgstr "탭하여 {0} 반응을 표시합니다" msgid "Tap to show all reactions" msgstr "탭하여 모든 반응을 표시합니다" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "탭하여 반응을 봅니다" @@ -11669,8 +11979,8 @@ msgstr "답글을 보내려는 게시물은 작성자가 언어를 {suggestedLan msgid "The Privacy Policy has been moved to <0/>" msgstr "개인정보 처리방침을 <0/>(으)로 이동했습니다" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "선택한 동영상이 {VIDEO_MAX_SIZE_MB} MB보다 큽니다. 더 작은 파일로 다시 시도해 주세요." @@ -11832,10 +12142,25 @@ msgstr "Bluesky에 신규 사용자가 몰리고 있습니다! 최대한 빨리 msgid "These are your default settings" msgstr "내 기본 설정" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "다음 도메인" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "다음 해시태그" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "이 설정은 팔로우 중 피드에만 적용됩니다." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "다음 URL" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "내 소유가 아닌 대화" @@ -11959,6 +12284,11 @@ msgstr "이 임시 저장은 영구적으로 삭제됩니다." msgid "This email is already associated with your account." msgstr "이 이메일은 이미 내 계정에 연결되어 있습니다." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "다음 문구 정확히 포함" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "이 기능을 사용하면 다른 사용자가 내 새 게시물과 답글에 대한 알림을 받을 수 있습니다. 누구에게 이 기능을 사용 설정하시겠습니까?" @@ -12063,13 +12393,13 @@ msgstr "이 리스트는 비어 있습니다." msgid "This message is hidden" msgstr "이 메시지는 숨겨져 있습니다" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "이 사용자가 나를 차단했기 때문에 이 메시지는 숨겨졌습니다." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "이 사용자를 차단했기 때문에 이 메시지는 숨겨졌습니다." @@ -12107,7 +12437,7 @@ msgstr "작성자가 삭제한 게시물입니다" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "이 게시물을 피드와 스레드에서 숨깁니다. 이 작업은 되돌릴 수 없습니다." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "이 게시물의 작성자가 인용 게시물을 비활성화했습니다." @@ -12271,7 +12601,7 @@ msgstr "오늘" msgid "Toggle to enable or disable adult content" msgstr "성인 콘텐츠 활성화 또는 비활성화 전환" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "소리를 켜거나 끕니다" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "연락처가 너무 많습니다. 친구 찾기를 위해 가져올 수 있는 연락처 수를 초과했습니다" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "인기" @@ -12304,8 +12634,8 @@ msgstr "인기순" msgid "Topic" msgstr "주제" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "분쟁 유발" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "신뢰는 관계, 커뮤니티, 공유된 맥락에서 비롯되므로 직접 인증을 발행할 수 있는 조직인 <0>신뢰할 수 있는 인증자 또한 지원합니다." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "다른 검색어를 사용해 보거나 <0>검색 필터 사용 방법(영어)에 대해 읽어보세요." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "다른 검색어를 사용하거나 일부 필터를 제거해 보세요." + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "다른 검색어를 사용해 보세요." #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "사용해 보기" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "박명" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "2단계 인증" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "메시지를 입력하세요" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "유형:" @@ -12423,7 +12756,7 @@ msgstr "서비스에 연결할 수 없습니다. 인터넷 연결 상태를 확 #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "서비스에 연결할 수 없습니다. 인터넷 연결 상태를 확인해 주세요." @@ -12463,7 +12796,7 @@ msgstr "사용할 수 없음" msgid "Unavailable feed information" msgstr "사용할 수 없는 피드 정보" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "이 그룹 대화 잠금 해제하기" msgid "Unmute" msgstr "언뮤트" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "리스트를 고정 해제했습니다" msgid "Unsnooze email reminder" msgstr "이메일 알림 켜기" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "구독 취소" @@ -12691,7 +13024,7 @@ msgstr "구독 취소" msgid "Unsubscribe from list" msgstr "리스트 구독 취소" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "이 라벨러 구독 취소하기" @@ -12703,10 +13036,15 @@ msgstr "리스트를 구독 취소했습니다" msgid "Unsupported clipboard content" msgstr "지원되지 않는 클립보드 콘텐츠" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "지원되지 않는 동영상 유형: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "종료일" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "최대 50명까지" @@ -12791,7 +13129,7 @@ msgstr "파일에서 업로드" msgid "Upload from Library" msgstr "보관함에서 업로드" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "GIF 업로드 중…" @@ -12805,7 +13143,7 @@ msgstr "이미지 업로드 중…" msgid "Uploading link thumbnail..." msgstr "링크 미리보기 업로드 중…" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "동영상 업로드 중…" @@ -13040,12 +13378,12 @@ msgstr "인증하는 중…" msgid "Version {0}" msgstr "버전 {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "동영상" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "동영상을 처리하지 못했습니다" @@ -13084,12 +13422,12 @@ msgstr "동영상을 찾을 수 없습니다." msgid "Video settings" msgstr "동영상 설정" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "동영상을 업로드했습니다" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "동영상: {0}" @@ -13097,11 +13435,13 @@ msgstr "동영상: {0}" msgid "Videos" msgstr "동영상" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "동영상 길이는 3분 미만이어야 합니다." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "보기" @@ -13190,7 +13530,7 @@ msgstr "더 보기" msgid "View more trending videos" msgstr "인기 동영상 더 보기" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "게시물 보기" @@ -13264,8 +13604,8 @@ msgstr "내가 뮤트한 계정 보기" msgid "View your verifications" msgstr "내 인증 보기" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "전체 이미지를 봅니다" @@ -13391,7 +13731,7 @@ msgstr "관심 주제를 2개 이상 선택하는 것을 권장합니다." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "링크가 포함된 이메일을 <0>{0}(으)로 보냈습니다. 이메일 인증 절차를 완료하려면 해당 링크를 클릭하세요." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "동영상을 업로드할 수 있는지 확인할 수 없습니다. 다시 시도해 주세요." @@ -13460,7 +13800,7 @@ msgstr "네트워크 문제가 발생했습니다. 다시 시도해 주세요" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Bluesky에 인증을 쉽게 확인할 수 있는 체크 표시를 도입합니다." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "함께하게 되어 정말 기뻐요!" @@ -13477,8 +13817,8 @@ msgstr "죄송하지만 이 리스트를 불러올 수 없습니다. 이 문제 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "죄송하지만 현재 뮤트한 단어를 불러올 수 없습니다. 다시 시도해 주세요." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "죄송하지만 검색을 완료할 수 없습니다. 몇 분 후에 다시 시도해 주세요." @@ -13486,7 +13826,7 @@ msgstr "죄송하지만 검색을 완료할 수 없습니다. 몇 분 후에 다 msgid "We're sorry, you cannot access this screen at this time." msgstr "죄송합니다. 현재 이 화면에 접근할 수 없습니다." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "죄송하지만 답글을 달려는 게시물이 삭제되었습니다." @@ -13536,8 +13876,13 @@ msgstr "어떤 주제에 관심이 있으신가요?" msgid "What do you want to call your starter pack?" msgstr "스타터 팩의 이름을 무엇으로 할까요?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "요즘 어때?" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "무슨 일이 일어나고 있나요?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "누가 인증을 받을 수 있나요?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "이런!" @@ -13623,7 +13968,7 @@ msgstr "이 사용자를 차단하거나 대화를 종료하시겠습니까?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "임시 저장 목록으로 이동하기 전에 작성 중인 내용을 저장하시겠습니까?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "나중에 다시 작성할 수 있도록 임시 저장하시겠습니까?" @@ -13632,12 +13977,12 @@ msgstr "나중에 다시 작성할 수 있도록 임시 저장하시겠습니까 msgid "Write a post" msgstr "게시물 작성하기" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "게시물 작성" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "답글 작성하기" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "회원님이 접속하신 지역은 앱 접근 전 법적으로 연령 확인이 필요한 곳입니다." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "{0} 님을 차단했습니다" @@ -13741,7 +14086,7 @@ msgstr "라이브 중" msgid "You are no longer live" msgstr "더 이상 라이브 중이 아닙니다" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "동영상을 업로드할 수 없습니다." @@ -13759,11 +14104,11 @@ msgstr "내 계정은 인증되었습니다" #: src/screens/Profile/Header/EditProfileDialog.tsx:341 msgid "You are verified. You will lose your verification status if you change your display name. <0>Learn more." -msgstr "현재 인증된 상태입니다. 표시 이름을 변경하면 인증이 해제될 수 있습니다. <0>더 알아보기 (영어)" +msgstr "현재 인증된 상태입니다. 표시 이름을 변경하면 인증이 해제될 수 있습니다. <0>자세히 알아보기 (영어)" #: src/screens/Settings/components/ChangeHandleDialog.tsx:210 msgid "You are verified. You will lose your verification status if you change your handle. <0>Learn more." -msgstr "현재 인증된 상태입니다. 핸들을 변경하면 인증이 해제될 수 있습니다. <0>더 알아보기 (영어)" +msgstr "현재 인증된 상태입니다. 핸들을 변경하면 인증이 해제될 수 있습니다. <0>자세히 알아보기 (영어)" #: src/screens/Search/modules/ExploreInterestsCard.tsx:46 msgid "You can adjust your interests at any time from \"Content and media\" settings." @@ -13786,12 +14131,12 @@ msgstr "대화 데이터를 ‘JSONL’ 파일로 다운로드할 수도 있습 msgid "You can always opt out and delete your data" msgstr "언제든지 동의를 철회하고 데이터를 삭제할 수 있습니다" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "앱 내 대화 설정에서 대화 알림 소리 여부를 선택할 수 있습니다" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "어떤 설정을 선택하든 진행 중인 대화를 계속할 수 있습니다." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "이제 새 비밀번호로 로그인할 수 있습니다." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "게시물당 최대 {MAX_GALLERY_IMAGES, plural, other {#개}}의 이미지만 추가할 수 있습니다" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "최대 1000자까지만 임시 저장할 수 있습니다." @@ -13821,11 +14166,11 @@ msgstr "최대 1000자까지만 임시 저장할 수 있습니다." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "최대 1000자까지만 임시 저장할 수 있습니다. 임시 저장 목록을 확인하기 전에 이 게시물을 삭제하시겠습니까?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "GIF는 한 번에 하나만 선택할 수 있습니다." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "동영상은 한 번에 하나만 선택할 수 있습니다." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "대화 기록은 읽을 수 있지만 새 메시지는 보낼 수 없습니다." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "총 {MAX_GALLERY_IMAGES, plural, other {#개}}까지 선택할 수 있습니다." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "나중에 설정에서 변경할 수 있습니다." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "이모티콘 반응은 최대 {EMOJI_REACTION_LIMIT, plural, other {#개}}까지만 추가할 수 있습니다" @@ -13958,7 +14303,7 @@ msgstr "이메일 주소를 성공적으로 인증했습니다. 이 대화 상 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "일시적으로 동영상 업로드 한도에 도달했습니다. 나중에 다시 시도해 주세요." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "이 초안에 저장되지 않은 변경 사항이 있습니다. 저장하시겠습니까?" @@ -14033,7 +14378,7 @@ msgstr "스타터 팩을 만들려면 다른 사용자를 최소 7명 이상 팔 msgid "You must grant access to your photo library to save a QR code" msgstr "QR 코드를 저장하려면 사진 보관함에 대한 접근 권한을 부여해야 합니다" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "미디어 라이브러리에 대한 접근 권한을 허용해야 합니다." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "앱을 다시 시작해야 할 수 있습니다." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "내가 {0}(으)로 반응함" @@ -14069,15 +14414,15 @@ msgstr "내가 {target}에 {0}(으)로 반응했습니다" msgid "You recently changed your birthdate" msgstr "최근 생년월일을 변경했습니다" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "내가 보내는 답장" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "내가 {originalName} 님에게 보내는 답장" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "내가 나에게 보내는 답장" @@ -14117,11 +14462,11 @@ msgstr "초대받지 않으면 다시 참여할 수 없습니다." msgid "You: {message}" msgstr "나: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "계정 생성을 완료하면 추천 사용자 및 피드를 팔로우하게 됩니다." -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "계정 생성을 완료하면 추천 사용자를 팔로우하게 됩니다." @@ -14185,7 +14530,7 @@ msgstr "활성 콘텐츠의 끝에 도달했습니다." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "피드 끝에 도달했습니다! 팔로우할 계정을 더 찾아보세요." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "임시 저장 수가 최대치에 도달했습니다" @@ -14193,15 +14538,19 @@ msgstr "임시 저장 수가 최대치에 도달했습니다" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "허용된 최대 요청 수에 도달했습니다. 나중에 다시 시도해 주세요." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "필터의 최대 수인 {MAX_FILTERS, plural, other {#개}}에 도달했습니다. 새 필터를 만드는 대신 기존 필터에 값을 추가하세요." + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "활성 콘텐츠의 시작 부분에 도달했습니다." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "동영상 업로드 일일 한도에 도달했습니다 (용량이 너무 큼)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "동영상 업로드 일일 한도에 도달했습니다 (동영상 수가 너무 많음)" @@ -14209,7 +14558,7 @@ msgstr "동영상 업로드 일일 한도에 도달했습니다 (동영상 수 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "시청할 동영상이 부족합니다. 잠시 쉬는 건 어떠신가요?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "내 계정" @@ -14221,7 +14570,7 @@ msgstr "계정을 삭제했습니다. 또 봐요! ✌️" msgid "Your account has been suspended" msgstr "계정이 일시 정지되었습니다" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "내 계정은 아직 동영상을 업로드할 수 없습니다. 나중에 다시 시도해 주세요." @@ -14353,11 +14702,11 @@ msgstr "비밀번호를 성공적으로 변경했습니다! 앞으로 Bluesky에 msgid "Your password must be at least 8 characters long." msgstr "비밀번호는 8자 이상이어야 합니다." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "게시물을 보냈습니다" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "게시물을 보냈습니다" @@ -14378,7 +14727,7 @@ msgstr "여러 사용자들의 프로필 사진이 동심원 형태로 내 프 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "내 프로필, 게시물, 피드, 리스트가 더 이상 다른 Bluesky 사용자에게 표시되지 않습니다. 언제든지 로그인하여 계정을 재활성화할 수 있습니다." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "답글을 보냈습니다" @@ -14391,7 +14740,7 @@ msgstr "신고를 <0>{0}에게 전송합니다." msgid "Your selected interests help us serve you content you care about." msgstr "선택한 관심 주제는 사용자가 관심 있는 콘텐츠를 제공하는 데 도움을 줍니다." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "스레드에 내용이 없는 게시물이 포함되어 있어 해당 게시물은 제외됩니다. 나머지 게시물은 스레드 형식으로 게시됩니다." diff --git a/src/locale/locales/lt/messages.po b/src/locale/locales/lt/messages.po index 716927c625..4bde3c018c 100644 --- a/src/locale/locales/lt/messages.po +++ b/src/locale/locales/lt/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: lt\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Lithuanian\n" "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" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:876 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:878 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:335 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:712 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:330 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,155 +473,159 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:389 +#: src/view/com/notifications/NotificationFeedItem.tsx:395 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:298 +#: src/view/com/notifications/NotificationFeedItem.tsx:304 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:494 +#: src/view/com/notifications/NotificationFeedItem.tsx:500 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:467 +#: src/view/com/notifications/NotificationFeedItem.tsx:473 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:322 +#: src/view/com/notifications/NotificationFeedItem.tsx:328 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:518 +#: src/view/com/notifications/NotificationFeedItem.tsx:524 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:413 +#: src/view/com/notifications/NotificationFeedItem.tsx:419 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:442 +#: src/view/com/notifications/NotificationFeedItem.tsx:448 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:348 +#: src/view/com/notifications/NotificationFeedItem.tsx:354 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:382 +#: src/view/com/notifications/NotificationFeedItem.tsx:388 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:487 +#: src/view/com/notifications/NotificationFeedItem.tsx:493 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:460 +#: src/view/com/notifications/NotificationFeedItem.tsx:466 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:315 +#: src/view/com/notifications/NotificationFeedItem.tsx:321 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:511 +#: src/view/com/notifications/NotificationFeedItem.tsx:517 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:406 +#: src/view/com/notifications/NotificationFeedItem.tsx:412 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:435 +#: src/view/com/notifications/NotificationFeedItem.tsx:441 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:822 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:818 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:816 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "" msgid "⚠Invalid Handle" msgstr "" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "" msgid "Add alt text (optional)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "" @@ -1380,13 +1444,13 @@ msgstr "" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "" msgid "Alt text" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "" @@ -1489,7 +1553,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "" @@ -1535,11 +1599,11 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1592,8 +1656,8 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:52 #: src/components/ProfileCard.tsx:508 #: src/components/ProfileCard.tsx:530 -#: src/view/com/notifications/NotificationFeedItem.tsx:802 -#: src/view/com/notifications/NotificationFeedItem.tsx:824 +#: src/view/com/notifications/NotificationFeedItem.tsx:808 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "An issue occurred, please try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "" @@ -2091,10 +2178,6 @@ msgstr "" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "" -#: src/components/dms/MessageItem.tsx:869 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -2111,11 +2194,21 @@ msgstr "" msgid "Blog" msgstr "" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "" @@ -2411,7 +2505,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "" msgid "Choose your password" msgstr "" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "" @@ -2673,6 +2779,10 @@ msgstr "" msgid "Clear all storage data (restart after this)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:631 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "" @@ -2755,6 +2865,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2816,17 +2926,13 @@ msgstr "" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2834,7 +2940,7 @@ msgstr "" msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "" @@ -2866,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "" @@ -2878,19 +2984,19 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2921,7 +3027,7 @@ msgstr "" msgid "Complete onboarding and start using your account" msgstr "" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "" @@ -2932,7 +3038,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2940,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "" @@ -2998,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "" @@ -3138,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3231,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "" @@ -3345,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3367,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3407,11 +3522,11 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3422,7 +3537,7 @@ msgstr "" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "" @@ -3553,7 +3668,7 @@ msgstr "" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3636,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "" @@ -3649,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "" @@ -3659,7 +3774,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1630 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "" @@ -3680,7 +3795,7 @@ msgstr "" msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "" @@ -3701,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:884 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3753,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -3810,9 +3925,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1413 -#: src/view/com/composer/Composer.tsx:1457 -#: src/view/com/composer/Composer.tsx:1663 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3823,14 +3938,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "" @@ -3868,7 +3983,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "" @@ -3958,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3979,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/dms/MessageItem.tsx:525 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4049,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4180,12 +4295,12 @@ msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "" @@ -4272,7 +4387,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "" @@ -4312,8 +4427,8 @@ msgstr "" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4404,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4412,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4442,7 +4557,7 @@ msgstr "" msgid "Error receiving captcha response." msgstr "" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4454,26 +4569,38 @@ msgstr "" msgid "Everybody can reply to this post." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "" @@ -4491,7 +4618,7 @@ msgstr "" msgid "Expand alt text" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "" @@ -4547,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4558,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4606,8 +4733,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:88 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4630,6 +4757,7 @@ msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4702,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4721,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4739,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4771,12 +4898,13 @@ msgstr "" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4793,6 +4921,10 @@ msgstr "" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4802,8 +4934,8 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:73 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4834,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4902,7 +5034,7 @@ msgstr "" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "" @@ -4977,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5011,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5085,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:700 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5141,8 +5294,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:429 #: src/screens/VideoFeed/index.tsx:866 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow" msgstr "" @@ -5197,8 +5350,8 @@ msgstr "" #: src/components/ProfileCard.tsx:542 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "" @@ -5256,8 +5409,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 #: src/screens/VideoFeed/index.tsx:864 -#: src/view/com/notifications/NotificationFeedItem.tsx:846 -#: src/view/com/notifications/NotificationFeedItem.tsx:863 +#: src/view/com/notifications/NotificationFeedItem.tsx:852 +#: src/view/com/notifications/NotificationFeedItem.tsx:869 msgid "Following" msgstr "" @@ -5272,7 +5425,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:498 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:267 -#: src/view/com/notifications/NotificationFeedItem.tsx:795 +#: src/view/com/notifications/NotificationFeedItem.tsx:801 msgid "Following {0}" msgstr "" @@ -5365,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5378,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "" @@ -5418,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5486,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5570,7 +5737,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -5690,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5788,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "" @@ -5852,7 +6019,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "" @@ -5927,7 +6094,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "" @@ -5977,7 +6144,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" @@ -6106,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6122,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6137,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6205,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "" @@ -6338,7 +6539,6 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6346,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6412,7 +6611,7 @@ msgid "Invites, but personal" msgstr "" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6433,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2520 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "" @@ -6473,8 +6672,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6483,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6522,6 +6716,10 @@ msgstr "" msgid "Labels on your content" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "" @@ -6547,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "" @@ -6566,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6769,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6958,9 +7166,7 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7069,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7089,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7106,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "" @@ -7141,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7182,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:625 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7197,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7219,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:724 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:719 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7347,7 +7554,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7519,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7531,21 +7737,26 @@ msgctxt "action" msgid "New" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:546 +#: src/view/com/notifications/NotificationFeedItem.tsx:552 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "" @@ -7578,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7612,6 +7823,18 @@ msgstr "" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7633,11 +7856,11 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:552 +#: src/view/com/notifications/NotificationFeedItem.tsx:558 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} " msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:537 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -7685,7 +7908,7 @@ msgstr "" msgid "Next image" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7759,7 +7982,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:521 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:293 -#: src/view/com/notifications/NotificationFeedItem.tsx:817 +#: src/view/com/notifications/NotificationFeedItem.tsx:823 msgid "No longer following {0}" msgstr "" @@ -7783,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7826,6 +8049,10 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7860,10 +8087,18 @@ msgstr "" msgid "No results found for \"{query}\"" msgstr "" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7872,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:880 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7919,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7958,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7998,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "" @@ -8021,7 +8257,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:731 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8054,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:864 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:659 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:871 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "" @@ -8087,7 +8323,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:234 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8096,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8123,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "" @@ -8144,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "" @@ -8174,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "" @@ -8284,7 +8535,7 @@ msgstr "" msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8317,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8333,7 +8584,7 @@ msgstr "" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8387,7 +8638,7 @@ msgstr "" msgid "Opens this draft in the composer" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:1131 +#: src/view/com/notifications/NotificationFeedItem.tsx:1143 #: src/view/com/util/UserAvatar.tsx:621 msgid "Opens this profile" msgstr "" @@ -8517,12 +8768,12 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8531,7 +8782,7 @@ msgid "Pause video" msgstr "" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "" @@ -8554,17 +8805,17 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8578,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8614,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8662,7 +8914,7 @@ msgstr "" msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "" @@ -8672,7 +8924,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8685,11 +8937,11 @@ msgstr "" msgid "Play Video" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8726,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8869,7 +9121,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "" @@ -8889,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8986,6 +9238,10 @@ msgstr "" msgid "Posts" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" @@ -9071,11 +9327,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "" @@ -9087,7 +9343,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9121,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1792 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9192,10 +9448,10 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "" @@ -9242,9 +9498,14 @@ msgstr "" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9295,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9308,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9343,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "" @@ -9383,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9431,6 +9692,11 @@ msgstr "" msgid "Remove feed?" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9470,11 +9736,16 @@ msgstr "" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "" @@ -9511,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "" @@ -9588,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:892 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:893 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "" @@ -9613,12 +9884,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "" @@ -9656,7 +9927,7 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9689,7 +9960,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "" @@ -9787,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9797,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9817,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9830,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9938,9 +10209,9 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10019,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10088,13 +10359,13 @@ msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:141 -#: src/view/com/notifications/NotificationFeedItem.tsx:899 -#: src/view/com/notifications/NotificationFeedItem.tsx:924 +#: src/view/com/notifications/NotificationFeedItem.tsx:905 +#: src/view/com/notifications/NotificationFeedItem.tsx:930 msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10124,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:783 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10135,8 +10406,11 @@ msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:546 +#: src/screens/Search/Shell.tsx:688 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10190,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10229,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10323,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10361,6 +10635,11 @@ msgstr "" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "" @@ -10392,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10460,11 +10739,11 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10495,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "" @@ -10530,7 +10808,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10578,7 +10856,7 @@ msgstr "" msgid "Settings" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10586,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10635,7 +10923,7 @@ msgstr "" msgid "Sexually Suggestive" msgstr "" -#: src/components/Link.tsx:433 +#: src/components/Link.tsx:428 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 #: src/components/StarterPack/QrCodeDialog.tsx:198 @@ -10688,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10697,6 +10990,10 @@ msgstr "" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:575 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "" @@ -10730,7 +11027,7 @@ msgstr "" msgid "Show" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -10868,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10953,6 +11250,11 @@ msgstr "" msgid "Signed in as @{0}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10970,7 +11272,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10984,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11041,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:332 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11109,8 +11411,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.native.tsx:139 -#: src/App.web.tsx:118 +#: src/App.native.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11227,7 +11529,7 @@ msgstr "" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "" @@ -11299,11 +11601,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11349,6 +11651,10 @@ msgstr "" msgid "Suggestive" msgstr "" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11421,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:670 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11478,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:635 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11491,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:358 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11673,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11836,10 +12142,25 @@ msgstr "" msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11963,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12067,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:668 -#: src/components/dms/MessageItem.tsx:697 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:667 -#: src/components/dms/MessageItem.tsx:693 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12111,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1043 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "" @@ -12275,7 +12601,7 @@ msgstr "" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12292,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "" @@ -12308,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12364,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12397,12 +12726,12 @@ msgstr "" msgid "TV" msgstr "" -#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 -msgid "Two-factor authentication (2FA)" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" +#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 +msgid "Two-factor authentication (2FA)" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 @@ -12427,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "" @@ -12467,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:735 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12600,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12686,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" @@ -12695,7 +13024,7 @@ msgstr "" msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -12707,10 +13036,15 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12795,7 +13129,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12809,7 +13143,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "" @@ -13044,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "" @@ -13088,12 +13422,12 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "" @@ -13101,11 +13435,13 @@ msgstr "" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13127,7 +13463,7 @@ msgstr "" #: src/screens/Profile/components/ProfileFeedHeader.tsx:454 #: src/screens/Search/components/SearchProfileCard.tsx:36 #: src/screens/VideoFeed/index.tsx:809 -#: src/view/com/notifications/NotificationFeedItem.tsx:613 +#: src/view/com/notifications/NotificationFeedItem.tsx:619 msgid "View {0}'s profile" msgstr "" @@ -13194,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13268,8 +13604,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13395,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -13464,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13481,8 +13817,8 @@ msgstr "" msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13490,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -13540,8 +13876,13 @@ msgstr "" msgid "What do you want to call your starter pack?" msgstr "" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13568,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "" @@ -13627,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1439 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13636,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "" @@ -13707,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:708 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13745,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "" @@ -13790,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "" @@ -13813,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13825,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13842,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13852,8 +14193,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13962,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1434 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14037,7 +14378,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14059,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:325 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14073,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:811 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14121,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" @@ -14189,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14197,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" @@ -14213,7 +14558,7 @@ msgstr "" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -14225,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -14261,11 +14606,11 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "" @@ -14357,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14382,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1140 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14395,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/lv/messages.po b/src/locale/locales/lv/messages.po index e1782f5587..d4fba5b247 100644 --- a/src/locale/locales/lv/messages.po +++ b/src/locale/locales/lv/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: lv\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:44\n" "Last-Translator: \n" "Language-Team: Latvian\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:876 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:878 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:335 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:712 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:330 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,155 +473,159 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:355 +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:389 +#: src/view/com/notifications/NotificationFeedItem.tsx:395 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:298 +#: src/view/com/notifications/NotificationFeedItem.tsx:304 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:494 +#: src/view/com/notifications/NotificationFeedItem.tsx:500 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:467 +#: src/view/com/notifications/NotificationFeedItem.tsx:473 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:322 +#: src/view/com/notifications/NotificationFeedItem.tsx:328 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:518 +#: src/view/com/notifications/NotificationFeedItem.tsx:524 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:413 +#: src/view/com/notifications/NotificationFeedItem.tsx:419 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:442 +#: src/view/com/notifications/NotificationFeedItem.tsx:448 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:367 +#: src/view/com/notifications/NotificationFeedItem.tsx:373 msgid "{firstAuthorLink} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:344 +#: src/view/com/notifications/NotificationFeedItem.tsx:350 msgid "{firstAuthorLink} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:407 msgid "{firstAuthorLink} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:310 +#: src/view/com/notifications/NotificationFeedItem.tsx:316 msgid "{firstAuthorLink} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:512 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:479 +#: src/view/com/notifications/NotificationFeedItem.tsx:485 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:334 +#: src/view/com/notifications/NotificationFeedItem.tsx:340 msgid "{firstAuthorLink} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:530 +#: src/view/com/notifications/NotificationFeedItem.tsx:536 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:431 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:454 +#: src/view/com/notifications/NotificationFeedItem.tsx:460 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:348 +#: src/view/com/notifications/NotificationFeedItem.tsx:354 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:382 +#: src/view/com/notifications/NotificationFeedItem.tsx:388 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:291 +#: src/view/com/notifications/NotificationFeedItem.tsx:297 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:487 +#: src/view/com/notifications/NotificationFeedItem.tsx:493 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:460 +#: src/view/com/notifications/NotificationFeedItem.tsx:466 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:315 +#: src/view/com/notifications/NotificationFeedItem.tsx:321 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:511 +#: src/view/com/notifications/NotificationFeedItem.tsx:517 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:406 +#: src/view/com/notifications/NotificationFeedItem.tsx:412 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:435 +#: src/view/com/notifications/NotificationFeedItem.tsx:441 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:359 msgid "{firstAuthorName} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:343 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorName} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:387 +#: src/view/com/notifications/NotificationFeedItem.tsx:393 msgid "{firstAuthorName} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:302 msgid "{firstAuthorName} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:492 +#: src/view/com/notifications/NotificationFeedItem.tsx:498 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:465 +#: src/view/com/notifications/NotificationFeedItem.tsx:471 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:320 +#: src/view/com/notifications/NotificationFeedItem.tsx:326 msgid "{firstAuthorName} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:516 +#: src/view/com/notifications/NotificationFeedItem.tsx:522 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:411 +#: src/view/com/notifications/NotificationFeedItem.tsx:417 msgid "{firstAuthorName} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:440 +#: src/view/com/notifications/NotificationFeedItem.tsx:446 msgid "{firstAuthorName} verified you" msgstr "" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:822 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:818 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:816 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "" msgid "⚠Invalid Handle" msgstr "" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "" msgid "Add alt text (optional)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "" msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1520 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2183 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "" @@ -1380,13 +1444,13 @@ msgstr "" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "" msgid "Alt text" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "" @@ -1489,7 +1553,7 @@ msgstr "" msgid "An error occurred" msgstr "" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "" @@ -1535,11 +1599,11 @@ msgstr "" msgid "An error occurred while trying to follow all" msgstr "" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1592,8 +1656,8 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:52 #: src/components/ProfileCard.tsx:508 #: src/components/ProfileCard.tsx:530 -#: src/view/com/notifications/NotificationFeedItem.tsx:802 -#: src/view/com/notifications/NotificationFeedItem.tsx:824 +#: src/view/com/notifications/NotificationFeedItem.tsx:808 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "An issue occurred, please try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1656 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "" @@ -2091,10 +2178,6 @@ msgstr "" msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "" -#: src/components/dms/MessageItem.tsx:869 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "" @@ -2111,11 +2194,21 @@ msgstr "" msgid "Blog" msgstr "" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1734 -#: src/view/com/composer/Composer.tsx:1744 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "" @@ -2411,7 +2505,7 @@ msgstr "" msgid "Captions & alt text" msgstr "" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "" msgid "Choose your password" msgstr "" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "" @@ -2673,6 +2779,10 @@ msgstr "" msgid "Clear all storage data (restart after this)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:631 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "" @@ -2755,6 +2865,7 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2816,17 +2926,13 @@ msgstr "" msgid "Close banner" msgstr "" -#: src/view/com/util/BottomSheetCustomBackdrop.tsx:36 -msgid "Close bottom drawer" -msgstr "" - #. Accessibility label for the button that dismisses the GIF picker error dialog. #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:223 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:229 #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2834,7 +2940,7 @@ msgstr "" msgid "Close dialog" msgstr "" -#: src/view/shell/index.web.tsx:129 +#: src/view/shell/index.web.tsx:127 msgid "Close drawer menu" msgstr "" @@ -2866,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "" @@ -2878,19 +2984,19 @@ msgstr "" msgid "Closes password update alert" msgstr "" -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:605 +#: src/view/com/notifications/NotificationFeedItem.tsx:611 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:953 +#: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2921,7 +3027,7 @@ msgstr "" msgid "Complete onboarding and start using your account" msgstr "" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "" @@ -2932,7 +3038,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1618 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2940,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2582 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "" @@ -2998,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "" @@ -3138,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3231,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "" @@ -3345,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3367,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3407,11 +3522,11 @@ msgstr "" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3422,7 +3537,7 @@ msgstr "" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "" @@ -3553,7 +3668,7 @@ msgstr "" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3636,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "" @@ -3649,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "" @@ -3659,7 +3774,7 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1630 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "" @@ -3680,7 +3795,7 @@ msgstr "" msgid "Delete this post?" msgstr "" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "" @@ -3701,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:884 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3753,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -3810,9 +3925,9 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1413 -#: src/view/com/composer/Composer.tsx:1457 -#: src/view/com/composer/Composer.tsx:1663 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3823,14 +3938,14 @@ msgstr "" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1411 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "" -#: src/view/com/composer/Composer.tsx:1428 -#: src/view/com/composer/Composer.tsx:1655 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "" @@ -3868,7 +3983,7 @@ msgstr "" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2501 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "" @@ -3958,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3979,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "" -#: src/components/dms/MessageItem.tsx:525 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4049,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4180,12 +4295,12 @@ msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "" @@ -4272,7 +4387,7 @@ msgstr "" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "" @@ -4312,8 +4427,8 @@ msgstr "" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4404,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4412,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2600 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4442,7 +4557,7 @@ msgstr "" msgid "Error receiving captcha response." msgstr "" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4454,26 +4569,38 @@ msgstr "" msgid "Everybody can reply to this post." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "" @@ -4491,7 +4618,7 @@ msgstr "" msgid "Expand alt text" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:606 +#: src/view/com/notifications/NotificationFeedItem.tsx:612 msgid "Expand list of users" msgstr "" @@ -4547,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4558,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4606,8 +4733,8 @@ msgstr "" msgid "Failed to accept join request" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:88 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/ActionsWrapper.web.tsx:92 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4630,6 +4757,7 @@ msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4702,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4721,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4739,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4771,12 +4898,13 @@ msgstr "" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4793,6 +4921,10 @@ msgstr "" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4802,8 +4934,8 @@ msgstr "" msgid "Failed to remove data. {0}" msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:73 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/ActionsWrapper.web.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4834,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:648 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4902,7 +5034,7 @@ msgstr "" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "" @@ -4977,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5011,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5085,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:700 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5141,8 +5294,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:157 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:429 #: src/screens/VideoFeed/index.tsx:866 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow" msgstr "" @@ -5197,8 +5350,8 @@ msgstr "" #: src/components/ProfileCard.tsx:542 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:155 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:427 -#: src/view/com/notifications/NotificationFeedItem.tsx:868 -#: src/view/com/notifications/NotificationFeedItem.tsx:875 +#: src/view/com/notifications/NotificationFeedItem.tsx:874 +#: src/view/com/notifications/NotificationFeedItem.tsx:881 msgid "Follow back" msgstr "" @@ -5256,8 +5409,8 @@ msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:160 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:425 #: src/screens/VideoFeed/index.tsx:864 -#: src/view/com/notifications/NotificationFeedItem.tsx:846 -#: src/view/com/notifications/NotificationFeedItem.tsx:863 +#: src/view/com/notifications/NotificationFeedItem.tsx:852 +#: src/view/com/notifications/NotificationFeedItem.tsx:869 msgid "Following" msgstr "" @@ -5272,7 +5425,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:498 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:267 -#: src/view/com/notifications/NotificationFeedItem.tsx:795 +#: src/view/com/notifications/NotificationFeedItem.tsx:801 msgid "Following {0}" msgstr "" @@ -5365,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5378,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "" @@ -5418,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5486,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5570,7 +5737,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:250 +#: src/view/com/notifications/NotificationFeedItem.tsx:256 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -5690,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5788,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "" @@ -5852,7 +6019,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:960 +#: src/view/com/notifications/NotificationFeedItem.tsx:966 msgctxt "action" msgid "Hide" msgstr "" @@ -5927,7 +6094,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:951 +#: src/view/com/notifications/NotificationFeedItem.tsx:957 msgid "Hide user list" msgstr "" @@ -5977,7 +6144,7 @@ msgstr "" msgid "Hmmmm, we couldn't load that moderation service." msgstr "" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "" @@ -6106,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6122,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6137,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6205,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "" @@ -6338,7 +6539,6 @@ msgstr "" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6346,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6412,7 +6611,7 @@ msgid "Invites, but personal" msgstr "" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6433,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2520 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "" @@ -6473,8 +6672,8 @@ msgstr "" msgid "Journalism" msgstr "" -#: src/view/com/composer/Composer.tsx:1461 -#: src/view/com/composer/Composer.tsx:1471 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6483,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6522,6 +6716,10 @@ msgstr "" msgid "Labels on your content" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "" @@ -6547,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "" @@ -6566,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6769,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6958,9 +7166,7 @@ msgstr "" msgid "Load new posts" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7069,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7089,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7106,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "" @@ -7141,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7182,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageItem.tsx:625 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7197,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7219,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "" -#: src/components/dms/MessageItem.tsx:724 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:719 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7347,7 +7554,7 @@ msgstr "" msgid "Mute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7519,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7531,21 +7737,26 @@ msgctxt "action" msgid "New" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:563 +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "" + +#: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:546 +#: src/view/com/notifications/NotificationFeedItem.tsx:552 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "" @@ -7578,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7612,6 +7823,18 @@ msgstr "" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7633,11 +7856,11 @@ msgctxt "action" msgid "New post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:552 +#: src/view/com/notifications/NotificationFeedItem.tsx:558 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} " msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:537 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -7685,7 +7908,7 @@ msgstr "" msgid "Next image" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7759,7 +7982,7 @@ msgstr "" #. placeholder {0}: sanitizeDisplayName( profile.displayName || profile.handle, moderation.ui('displayName'), ) #: src/components/ProfileCard.tsx:521 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:293 -#: src/view/com/notifications/NotificationFeedItem.tsx:817 +#: src/view/com/notifications/NotificationFeedItem.tsx:823 msgid "No longer following {0}" msgstr "" @@ -7783,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7826,6 +8049,10 @@ msgstr "" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7860,10 +8087,18 @@ msgstr "" msgid "No results found for \"{query}\"" msgstr "" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7872,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:880 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7919,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7958,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7998,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "" @@ -8021,7 +8257,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:731 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8054,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:864 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:861 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:659 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:871 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "" @@ -8087,7 +8323,7 @@ msgstr "" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:234 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8096,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8123,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "" @@ -8144,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "" @@ -8174,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2160 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "" @@ -8284,7 +8535,7 @@ msgstr "" msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8317,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8333,7 +8584,7 @@ msgstr "" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8387,7 +8638,7 @@ msgstr "" msgid "Opens this draft in the composer" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:1131 +#: src/view/com/notifications/NotificationFeedItem.tsx:1143 #: src/view/com/util/UserAvatar.tsx:621 msgid "Opens this profile" msgstr "" @@ -8517,12 +8768,12 @@ msgstr "" msgid "Password updated!" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8531,7 +8782,7 @@ msgid "Pause video" msgstr "" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "" @@ -8554,17 +8805,17 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8578,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8614,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8662,7 +8914,7 @@ msgstr "" msgid "Pinned to your feeds" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "" @@ -8672,7 +8924,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8685,11 +8937,11 @@ msgstr "" msgid "Play Video" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8726,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8869,7 +9121,7 @@ msgstr "" msgid "Porn" msgstr "" -#: src/view/com/composer/Composer.tsx:1808 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "" @@ -8889,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1470 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8986,6 +9238,10 @@ msgstr "" msgid "Posts" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "" @@ -9071,11 +9327,11 @@ msgstr "" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2596 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "" @@ -9087,7 +9343,7 @@ msgstr "" msgid "profile" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9121,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1792 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1787 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1776 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1781 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9192,10 +9448,10 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "" @@ -9242,9 +9498,14 @@ msgstr "" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9295,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9308,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9343,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "" @@ -9383,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9431,6 +9692,11 @@ msgstr "" msgid "Remove feed?" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9470,11 +9736,16 @@ msgstr "" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "" @@ -9511,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "" @@ -9588,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:892 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:893 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "" @@ -9613,12 +9884,12 @@ msgstr "" msgid "Replies to this post are disabled." msgstr "" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "" @@ -9656,7 +9927,7 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9689,7 +9960,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "" @@ -9787,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9797,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9817,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9830,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9938,9 +10209,9 @@ msgstr "" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10019,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1451 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1425 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10088,13 +10359,13 @@ msgid "Saved to your feeds" msgstr "" #: src/components/NewskieDialog.tsx:141 -#: src/view/com/notifications/NotificationFeedItem.tsx:899 -#: src/view/com/notifications/NotificationFeedItem.tsx:924 +#: src/view/com/notifications/NotificationFeedItem.tsx:905 +#: src/view/com/notifications/NotificationFeedItem.tsx:930 msgid "Say hello!" msgstr "" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10124,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:783 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10135,8 +10406,11 @@ msgstr "" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:546 +#: src/screens/Search/Shell.tsx:688 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "" @@ -10190,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10229,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10323,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10361,6 +10635,11 @@ msgstr "" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "" @@ -10392,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10460,11 +10739,11 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10495,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "" @@ -10530,7 +10808,7 @@ msgid "Send via direct message" msgstr "" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10578,7 +10856,7 @@ msgstr "" msgid "Settings" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10586,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10635,7 +10923,7 @@ msgstr "" msgid "Sexually Suggestive" msgstr "" -#: src/components/Link.tsx:433 +#: src/components/Link.tsx:428 #: src/components/MediaPreview.tsx:237 #: src/components/Post/Embed/ImageContextMenu.tsx:74 #: src/components/StarterPack/QrCodeDialog.tsx:198 @@ -10688,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10697,6 +10990,10 @@ msgstr "" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:575 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "" @@ -10730,7 +11027,7 @@ msgstr "" msgid "Show" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "" @@ -10868,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10953,6 +11250,11 @@ msgstr "" msgid "Signed in as @{0}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10970,7 +11272,7 @@ msgstr "" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10984,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11041,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:332 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11109,8 +11411,8 @@ msgstr "" msgid "Sorry, we're unable to load account suggestions at this time." msgstr "" -#: src/App.native.tsx:139 -#: src/App.web.tsx:118 +#: src/App.native.tsx:138 +#: src/App.web.tsx:117 msgid "Sorry! Your session expired. Please sign in again." msgstr "" @@ -11227,7 +11529,7 @@ msgstr "" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "" @@ -11299,11 +11601,11 @@ msgstr "" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "" @@ -11349,6 +11651,10 @@ msgstr "" msgid "Suggestive" msgstr "" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11421,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:670 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11478,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:635 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11491,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:358 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11673,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11836,10 +12142,25 @@ msgstr "" msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11963,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12067,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:668 -#: src/components/dms/MessageItem.tsx:697 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:667 -#: src/components/dms/MessageItem.tsx:693 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12111,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1043 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "" @@ -12275,7 +12601,7 @@ msgstr "" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12292,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "" @@ -12308,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12364,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12397,12 +12726,12 @@ msgstr "" msgid "TV" msgstr "" -#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 -msgid "Two-factor authentication (2FA)" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" +#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 +msgid "Two-factor authentication (2FA)" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 @@ -12427,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "" @@ -12467,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:735 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12600,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12686,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "" @@ -12695,7 +13024,7 @@ msgstr "" msgid "Unsubscribe from list" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "" @@ -12707,10 +13036,15 @@ msgstr "" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1557 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12795,7 +13129,7 @@ msgstr "" msgid "Upload from Library" msgstr "" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12809,7 +13143,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2589 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "" @@ -13044,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "" @@ -13088,12 +13422,12 @@ msgstr "" msgid "Video settings" msgstr "" -#: src/view/com/composer/Composer.tsx:2607 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "" @@ -13101,11 +13435,13 @@ msgstr "" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1150 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13127,7 +13463,7 @@ msgstr "" #: src/screens/Profile/components/ProfileFeedHeader.tsx:454 #: src/screens/Search/components/SearchProfileCard.tsx:36 #: src/screens/VideoFeed/index.tsx:809 -#: src/view/com/notifications/NotificationFeedItem.tsx:613 +#: src/view/com/notifications/NotificationFeedItem.tsx:619 msgid "View {0}'s profile" msgstr "" @@ -13194,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1145 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13268,8 +13604,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13395,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "" @@ -13464,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13481,8 +13817,8 @@ msgstr "" msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13490,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "" @@ -13540,8 +13876,13 @@ msgstr "" msgid "What do you want to call your starter pack?" msgstr "" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1521 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "" @@ -13568,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "" @@ -13627,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1439 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13636,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1617 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "" @@ -13707,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:708 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13745,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "" @@ -13790,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "" @@ -13813,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:221 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1444 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13825,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13842,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13852,8 +14193,8 @@ msgstr "" msgid "You can update this later from your settings." msgstr "" -#: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/ActionsWrapper.web.tsx:81 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13962,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "" -#: src/view/com/composer/Composer.tsx:1434 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14037,7 +14378,7 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14059,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:325 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14073,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:811 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14121,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "" @@ -14189,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14197,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" @@ -14213,7 +14558,7 @@ msgstr "" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "" @@ -14225,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "" @@ -14261,11 +14606,11 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:374 +#: src/view/com/notifications/NotificationFeedItem.tsx:380 msgid "Your contact {firstAuthorLink} is on Bluesky" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:378 msgid "Your contact {firstAuthorName} is on Bluesky" msgstr "" @@ -14357,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1141 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14382,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "" -#: src/view/com/composer/Composer.tsx:1140 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14395,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/ne/messages.po b/src/locale/locales/ne/messages.po index 2eca62288e..b948323135 100644 --- a/src/locale/locales/ne/messages.po +++ b/src/locale/locales/ne/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ne\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Nepali\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "सामग्री समावेश गरिएको छ" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "इमेल छैन" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# घण्टा} other {# घण्टाहरू}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# सेकेन्ड} other {# सेकेन्ड #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {घण्टा} other {घण्टा msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {मिनेट} other {मिनेटहरू}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} र <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} ले तपाईंलाई अनुसरण गरे" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "<0>तपाईं र<1> <2>{0} तपाईंको स msgid "⚠Invalid Handle" msgstr "⚠अवैध ह्यान्डल" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "खाताको म्यूट हटाइएको छ" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "वैकल्पिक पाठ थप्नुहोस्" msgid "Add alt text (optional)" msgstr "वैकल्पिक पाठ थप्नुहोस् (ऐच्छिक)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "वैकल्पिक पाठ थप्नुहोस् (ऐच msgid "Add another account" msgstr "अर्को खाता थप्नुहोस्" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "अर्को पोष्ट थप्नुहोस्" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "उन्नत" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "तपाईंले बचत गरेका सबै फिडहरू एउटै स्थानमा।" @@ -1380,13 +1444,13 @@ msgstr "तपाईंको प्रत्यक्ष सन्देशह msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "पहिले नै @{0} को रूपमा साइन इन गरिएको छ" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "वैकल्पिक" msgid "Alt text" msgstr "वैकल्पिक पाठ" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "वैकल्पिक पाठ" @@ -1489,7 +1553,7 @@ msgstr "त्रुटि भएको छ" msgid "An error occurred" msgstr "त्रुटि भयो" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "भिडियो संकुचन गर्दा त्रुटि भयो।" @@ -1535,11 +1599,11 @@ msgstr "QR कोड बचत गर्दा त्रुटि भयो!" msgid "An error occurred while trying to follow all" msgstr "सबैलाई पछ्याउने प्रयास गर्दा त्रुटि भयो" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "जनावरहरू" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "एनिमेटेड GIF" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "आर्काइभ गरिएको पोस्ट" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "के तपाईं यसलाई आफ्नो फिडहर msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "के तपाईं यस पोस्ट हटाउन चाहनुहुन्छ?" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "फिर्ता" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "ब्लक गरियो" @@ -2091,10 +2178,6 @@ msgstr "ब्लक गरिएका खाताहरूले तपाई msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "ब्लक गरिएका खाताहरूले तपाईंको थ्रेडहरूमा उत्तर दिन सक्दैनन्, तपाईंलाई उल्लेख गर्न सक्दैनन्, वा अन्यथा तपाईंसँग अन्तरक्रिया गर्न सक्दैनन्। तपाईंले उनीहरूको सामग्री देख्न सक्नुहुन्न र तिनीहरूले तपाईंको सामग्री हेर्नबाट रोकिनेछन्।" -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "ब्लकले यस लेबलकर्ताले तपाईंको खातामा लेबल राख्नबाट रोक्दैन।" @@ -2111,11 +2194,21 @@ msgstr "ब्लकले तपाईंको खातामा लेबल msgid "Blog" msgstr "ब्लग" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "ब्लूस्काई" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "ब्लूस्काईले दाबी गरिएको मितिको प्रामाणिकता पुष्टि गर्न सक्दैन।" @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "पुनः सक्रियता रद्द गर्नुहो msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "खोजी रद्द गर्नुहोस्" @@ -2411,7 +2505,7 @@ msgstr "उपशीर्षक (.vtt)" msgid "Captions & alt text" msgstr "उपशीर्षक र वैकल्पिक पाठ" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "कुराकानी म्यूट गरियो" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "कुराकानी सेटिङ्स" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "कुराकानी सेटिङ्स" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "कुराकानी अनम्यूट गरियो" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "" msgid "Choose your password" msgstr "तपाईंको पासवर्ड छान्नुहोस्" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "सबै भण्डारण डाटा खाली गर्नुहोस्" @@ -2673,6 +2779,10 @@ msgstr "सबै भण्डारण डाटा खाली गर्न msgid "Clear all storage data (restart after this)" msgstr "सबै भण्डारण डाटा खाली गर्नुहोस् (यसपछि पुनः सुरु गर्नुहोस्)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "असफल सन्देश पुन: प्रयास गर्न क्लिक गर्नुहोस्" @@ -2755,6 +2865,7 @@ msgstr "असफल सन्देश पुन: प्रयास गर् #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "असफल सन्देश पुन: प्रयास गर् #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "यो संवाद बन्द गर्नुहोस्" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "पासवर्ड अद्यावधिक चेतावनी बन्द गर्नुहोस्" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" @@ -2886,7 +2996,7 @@ msgstr "प्रयोगकर्ताहरूको सूची संक msgid "Collapses list of users for a given notification" msgstr "दिइएको सूचना लागि प्रयोगकर्ताहरूको सूची संक्षेप गर्दछ" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "समुदायका दिशानिर्देशहरू" msgid "Complete onboarding and start using your account" msgstr "अनबोर्डिङ पूरा गर्नुहोस् र आफ्नो खाता प्रयोग गर्न सुरु गर्नुहोस्" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "चुनौती पूरा गर्नुहोस्" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "नयाँ पोस्ट तयार गर्नुहोस्" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2936,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "जवाफ तयार गर्नुहोस्" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "भिडियो कम्प्रेस गर्दै..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "समर्थन सम्पर्क गर्नुहोस्" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "बिल्ड संस्करण क्लिपबोर्डमा प्रतिलिपि गरियो" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "सन्देशको पाठ प्रतिलिपि गर्नुहोस्" @@ -3341,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "मेरो लागि स्टार्टर प्याक स #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "साइन अप गर्नुहोस्" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "खाता बनाउनुहोस्" @@ -3549,7 +3668,7 @@ msgstr "जन्म मिति" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "मेरो लागि मेटाउनुहोस्" @@ -3645,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "सन्देश मेटाउनुहोस्" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "मेरो लागि सन्देश मेटाउनुहोस्" @@ -3655,7 +3774,7 @@ msgstr "मेरो खाता मेटाउनुहोस्" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "पोस्ट मेटाउनुहोस्" @@ -3676,7 +3795,7 @@ msgstr "यो सूची मेटाउनुहोस्?" msgid "Delete this post?" msgstr "यो पोस्ट मेटाउनुहोस्?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "मेटाइयो" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "संवाद: यो पोस्टसँग कसले अन्तरक्रिया गर्न सक्छ समायोजन गर्नुहोस्" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "धूमिल" @@ -3806,9 +3925,9 @@ msgstr "अक्षम गरियो" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "त्याग्नुहोस्" msgid "Discard changes?" msgstr "परिवर्तनहरू त्याग्नुहोस्?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "मस्यौदा त्याग्नुहोस्?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "पोस्ट त्याग्नुहोस्?" @@ -3864,7 +3983,7 @@ msgstr "रद्द गर्नुहोस्" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "त्रुटि रद्द गर्नुहोस्" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "सम्पन्न" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "अवधि:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "पोस्ट अन्तर्क्रिया सेटिङ् #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "प्रोफाइल सम्पादन गर्नुहोस्" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "प्रोफाइल सम्पादन गर्नुहोस्" @@ -4268,7 +4387,7 @@ msgstr "पोस्ट समावेश गर्नुहोस्" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "यो पोस्टलाई तपाईंको वेबसाइटमा समावेश गर्नुहोस्। तलको स्निपेट प्रतिलिपि गरी तपाईंको वेबसाइटको HTML कोडमा टाँस्नुहोस्।" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "समाविष्ट भिडियो प्लेयर" @@ -4308,8 +4427,8 @@ msgstr "मिडिया प्लेयर सक्षम गर्नुह msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "तपाईंको प्रयोगकर्ता नाम र पासवर्ड प्रविष्ट गर्नुहोस्" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4408,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "त्रुटि" @@ -4438,7 +4557,7 @@ msgstr "फाइल बचत गर्दा त्रुटि भयो" msgid "Error receiving captcha response." msgstr "क्याप्चा प्रतिक्रिया प्राप्त गर्दा त्रुटि।" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4450,26 +4569,38 @@ msgstr "सबैले उत्तर दिन सक्छन्" msgid "Everybody can reply to this post." msgstr "सबैले यो पोस्टमा उत्तर दिन सक्छन्।" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "सबै जना" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "सबै जना" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "सबै जना" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "तपाईंले पछ्याएका प्रयोगकर्ताहरूलाई हटाउनुहोस्" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "स्पष्ट यौन चित्रहरू।" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4626,6 +4757,7 @@ msgstr "ह्यान्डल परिवर्तन गर्न असफ #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "फिड्स प्राथमिकताहरू लोड गर्न असफल" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "सुझाव गरिएका फलोहरू लोड गर msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4789,6 +4921,10 @@ msgstr "पोस्ट पिन गर्न असफल भयो" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "फिड्स अद्यावधिक गर्न असफल msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "सेटिङ्स अद्यावधिक गर्न असफल" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "फाइल सफलतापूर्वक सुरक्षित गरियो!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "फिड्सबाट फिल्टर गर्नुहोस्" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "<0/> बाट" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "स्टार्टर प्याक उत्पन्न गर्नुहोस्" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "मद्दत प्राप्त गर्नुहोस्" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "समस्या भइरहेको छ?" @@ -5973,7 +6144,7 @@ msgstr "हाम्रोमा समस्या छ, यो डेटा ल msgid "Hmmmm, we couldn't load that moderation service." msgstr "हाम्रोमा समस्या छ, हामीले त्यो मोडरेशन सेवा लोड गर्न सकेनौं।" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "पर्खनुहोस्! हामी बिस्तारै भिडियो पहुँच उपलब्ध गराउँदैछौं, र तपाईं अझै प्रतीक्षामा हुनुहुन्छ। छिट्टै पुनः प्रयास गर्नुहोस्।" @@ -6102,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "यदि तपाईं आफ्नो ह्यान्डल वा इमेल परिवर्तन गर्न प्रयास गरिरहनु भएको छ भने, निष्क्रिय गर्नु अघि गर्नुहोस्।" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "चित्र" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "अमान्य प्रयोगकर्ता नाम वा पासवर्ड" @@ -6334,7 +6539,6 @@ msgstr "निमन्त्रणा कोड" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "निमन्त्रणा कोड स्वीकार गरिएन। कृपया यसलाई सहि तरिकाले प्रविष्ट गर्नुभएको छ कि छैन जाँच गर्नुहोस् र पुन: प्रयास गर्नुहोस्।" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "निमन्त्रणहरू, तर व्यक्तिगत" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "अहिले मात्र तपाईं हुनुहुन्छ! माथि खोजेर आफ्नो स्टार्टर प्याकमा थप मानिसहरू थप्नुहोस्।" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "जॉब आईडी: {0}" @@ -6469,8 +6672,8 @@ msgstr "कुरा गर्ने प्रक्रियामा साम msgid "Journalism" msgstr "पत्रकारिता" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "तपाईंको खातामा लेबलहरू" msgid "Labels on your content" msgstr "तपाईंको सामग्रीमा लेबलहरू" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "भाषा सेटिङ" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "पछिल्लो" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "थप जान्नुहोस्" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "रुचिहरू" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "नयाँ सूचनाहरू लोड गर्नुहोस msgid "Load new posts" msgstr "नयाँ पोस्टहरू लोड गर्नुहोस्।" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "तपाईंका म्यूट गरिएको शब्द र ट्यागहरू व्यवस्थापन गर्नुहोस्।" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "पढिएको रूपमा चिन्ह लगाउनुहोस्।" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "मिडिया" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "उल्लेख गरिएका प्रयोगकर्ता" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "मेनु" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "सन्देश मेटाइएको।" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7193,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "सर्भरबाट सन्देश: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "सन्देश इनपुट क्षेत्र" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "सन्देश धेरै लामो छ।" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7215,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "सन्देशहरू" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "संगीत" msgid "Mute" msgstr "म्यूट गर्नुहोस्" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "केही छैन, मेरो लागि एक हैंडल सिर्जना गर्नुहोस्" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "नयाँ" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "नयाँ" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "नयाँ कुराकानी" @@ -7574,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "नयाँ हैंडल" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "अर्को" msgid "Next image" msgstr "अर्को चित्र" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "अहिले सम्म कुनै सूचना छैन!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "अहिलेसम्म कुनै उद्धरण छैन। msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "कुनै परिणाम भेटिएन" msgid "No results found for \"{query}\"" msgstr "\"{query}\" को लागि कुनै परिणाम भेटिएन" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7868,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "अ-यौन नग्नता" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "सूचना सेटिङ्स" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "सूचना ध्वनीहरू" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "बन्द" @@ -8017,7 +8257,7 @@ msgstr "ठिक छ" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "एक वा बढी GIF हरूमा वैकल्पिक पाठ छैन।" -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "एक वा बढी चित्रहरूमा वैकल्पिक पाठ छैन।" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "एक वा बढी भिडियोहरूमा वैकल्पिक पाठ छैन।" @@ -8083,7 +8323,7 @@ msgstr "केवल {0} उत्तर दिन सक्छ।" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "केवल WebVTT (.vtt) फाइलहरू समर्थित छन्" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "ओहो!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "अवतार सिर्जनाकर्ता खोल्नुहोस्" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "इमोजी चयनकर्ता खोल्नुहोस्" @@ -8280,7 +8535,7 @@ msgstr "आफ्नो पोस्टमा सामग्री चेता msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "नयाँ Bluesky खाता सिर्जना गर्न प msgid "Opens flow to sign in to your existing Bluesky account" msgstr "आफ्नो विद्यमान Bluesky खातामा साइन इन गर्न प्रवाह खोल्नुहोस्" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "पासवर्ड अद्यावधिक गरियो" msgid "Password updated!" msgstr "पासवर्ड अद्यावधिक गरियो!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "रोक्नुहोस्" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "भिडियो रोक्नुहोस्" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "व्यक्ति" @@ -8550,17 +8805,17 @@ msgstr "@{0} द्वारा अनुसरण गरिएका व्य msgid "People following @{0}" msgstr "@{0} लाई अनुसरण गर्ने व्यक्ति" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "फोटोग्राफी" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "पिन गरिएका फिडहरू" msgid "Pinned to your feeds" msgstr "तपाईंका फिडहरूमा पिन गरियो" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "चलाउनुहोस्" @@ -8668,7 +8924,7 @@ msgstr "चलाउनुहोस्" msgid "Play {0}" msgstr "{0} चलाउनुहोस्" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "भिडियो चलाउनुहोस्" msgid "Play Video" msgstr "भिडियो चलाउनुहोस्" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "कृपया प्रमाणीकरण क्याप्चा पूरा गर्नुहोस्।" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "राजनीति" msgid "Porn" msgstr "पोर्न" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "पोस्ट" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "सबै पोस्ट गर्नुहोस्" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "पोस्ट अनपिन गरियो" msgid "Posts" msgstr "पोस्टहरू" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "पोस्टहरूलाई तिनीहरूको पाठ, ट्याग, वा दुवैको आधारमा म्यूट गर्न सकिन्छ। धेरै पोस्टमा देखिने साधारण शब्दहरू प्रयोग गर्न नपर्ने सुझाव दिन्छौं, किनकि यसले कुनै पोस्ट पनि देखाउन नसकिने स्थिति उत्पन्न गर्न सक्छ।" @@ -9067,11 +9327,11 @@ msgstr "गोपनीयता नीति" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "भिडियो प्रशोधन हुँदैछ।" @@ -9083,7 +9343,7 @@ msgstr "प्रशोधन हुँदैछ।" msgid "profile" msgstr "प्रोफाइल" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "उद्धरण पोस्ट सफलतापूर्वक अ msgid "Quote posts disabled" msgstr "उद्धरण पोस्टहरू अक्षम गरिएको छ।" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "उद्धरण।" @@ -9238,9 +9498,14 @@ msgstr "तपाईंको खाता पुन: सक्रिय गर msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "वार्तालाप पुनः लोड गर्नुहोस्" @@ -9379,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9427,6 +9692,11 @@ msgstr "फिड हटाउनुहोस्" msgid "Remove feed?" msgstr "फिड हटाउने?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "तस्बिर हटाउनुहोस्" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "तपाईंको सूचीबाट मौन शब्द हटाउनुहोस्" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "प्रोफाइल हटाउनुहोस्" @@ -9507,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "लेखकद्वारा हटाइयो" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "तपाईँद्वारा हटाइयो" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "उत्तरहरू" @@ -9609,12 +9884,12 @@ msgstr "उत्तरहरू निष्क्रिय गरियो" msgid "Replies to this post are disabled." msgstr "यो पोस्टका उत्तरहरू निष्क्रिय गरिएका छन्।" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "उत्तर दिनुहोस्" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "उत्तर दिनुहोस्" @@ -9652,7 +9927,7 @@ msgstr "उत्तर दृश्यता अद्यावधिक गर msgid "Reply was successfully hidden" msgstr "उत्तर सफलतापूर्वक लुकाइएको" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "फिड रिपोर्ट गर्नुहोस्" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "सन्देश रिपोर्ट गर्नुहोस्" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "तपाईँद्वारा पुनःपोस्ट गरियो" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "यस पोस्टका पुनःपोस्टहरू" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "अन्तिम कार्य पुन: प्रयास गर #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "परिवर्तनहरू सुरक्षित गर्नुहोस्" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "तपाईंको फिडहरूमा सुरक्षित msgid "Say hello!" msgstr "नमस्ते भन्नुहोस्!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "माथि स्क्रोल गर्नुहोस्" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "खोज्नुहोस्" @@ -10186,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "GIF हरूको लागि खोज्नुहोस्।" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "प्रोफाइलहरूको लागि खोज्नुहोस्।" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "खाता चयन गर्नुहोस्।" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "सामग्री भाषाहरू चयन गर्नुह msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "अस्तित्वमा रहेको खाताबाट चयन गर्नुहोस्।" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "यो शब्द कति समयसम्म म्यूट गर्ने चयन गर्नुहोस्।" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "तलका विकल्पहरूबाट आफ्नो रु msgid "Select your preferred language for translations in your feed." msgstr "आफ्नो फिडमा अनुवादका लागि मनपर्ने भाषा चयन गर्नुहोस्।" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "प्रतिक्रिया पठाउनुहोस्" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "सन्देश पठाउनुहोस्" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "प्रत्यक्ष सन्देश मार्फत पठाउनुहोस्" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "पासवर्ड रीसेटको लागि इमेल msgid "Settings" msgstr "सेटिङ्स" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "QR कोड साझा गर्नुहोस्" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "यस स्टार्टर प्याकलाई साझा गर्नुहोस्" @@ -10726,7 +11027,7 @@ msgstr "साझा गरिएको प्राथमिकता परी msgid "Show" msgstr "देखाउनुहोस्" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "विकल्पात्मक पाठ देखाउनुहोस्" @@ -10864,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "साइन इन आवश्यक छ" msgid "Signed in as @{0}" msgstr "को रूपमा साइन इन गरिएको छ @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "छोड्नुहोस्" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11223,7 +11529,7 @@ msgstr "स्थिति पृष्ठ" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "चरण {0} को {1}" @@ -11295,11 +11601,11 @@ msgstr "यी लेबलहरू प्रयोग गर्न @{0} ला msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "लेबलरलाई सदस्यता लिनुहोस्" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "यस लेबलरलाई सदस्यता लिनुहोस्" @@ -11345,6 +11651,10 @@ msgstr "तपाईंका लागि सुझाव गरिएको" msgid "Suggestive" msgstr "सुझावात्मक" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "गोपनीयता नीति <0/> मा सारिएको छ।" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "ब्लूस्काईमा नयाँ प्रयोगकर msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "यी सेटिङ्स केवल फलोइङ फीडमा लागू हुन्छ।" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "यो पोस्ट फिड र थ्रेडहरूबाट लुकेको हुनेछ। यसलाई उल्टाउन सकिँदैन।" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "यस पोस्टको लेखकले उद्धरण पोस्टहरू निष्क्रिय गरेको छ।" @@ -12271,7 +12601,7 @@ msgstr "आज" msgid "Toggle to enable or disable adult content" msgstr "वयस्क सामग्री सक्षम वा असक्षम गर्न टगल गर्नुहोस्" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "शीर्ष" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "टीभी" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "दुई-कारक प्रमाणीकरण (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "यहाँ तपाईंको सन्देश टाइप गर्नुहोस्" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "प्रकार:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "तपाईंको सेवा सम्पर्क गर्न असमर्थ। कृपया आफ्नो इन्टरनेट जडान जाँच गर्नुहोस्।" @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "म्यूट हटाउनुहोस्" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "सदस्यता समाप्त गर्नुहोस्" @@ -12691,7 +13024,7 @@ msgstr "सदस्यता समाप्त गर्नुहोस्" msgid "Unsubscribe from list" msgstr "सूचीबाट सदस्यता समाप्त गर्नुहोस्" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "यस लेबलरबाट सदस्यता समाप्त गर्नुहोस्" @@ -12703,10 +13036,15 @@ msgstr "सूचीबाट सदस्यता समाप्त गरि msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "फाइल बाट अपलोड गर्नुहोस्" msgid "Upload from Library" msgstr "लाइब्रेरी बाट अपलोड गर्नुहोस्" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "तस्विरहरू अपलोड गर्दै..." msgid "Uploading link thumbnail..." msgstr "लिंक थम्बनेल अपलोड गर्दै..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "भिडियो अपलोड गर्दै..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "भिडियो" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "भिडियो प्रोसेस गर्न असफल" @@ -13084,12 +13422,12 @@ msgstr "भिडियो फेला पारिएन।" msgid "Video settings" msgstr "भिडियो सेटिङ्गहरू" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "भिडियो अपलोड गरियो" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "भिडियो: {0}" @@ -13097,11 +13435,13 @@ msgstr "भिडियो: {0}" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "तपाईंका म्युट गरिएको खाता msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13391,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "हामी यो निर्धारण गर्न असमर्थ भयौं कि तपाईंलाई भिडियो अपलोड गर्न अनुमति छ कि छैन। कृपया पुन: प्रयास गर्नुहोस्।" @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "हामीलाई खेद छ, तर हामी यो सू msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "हामीलाई खेद छ, तर हामी तपाईंका म्यूट गरिएका शब्दहरू लोड गर्न असमर्थ भयौं। कृपया पुन: प्रयास गर्नुहोस्।" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "हामीलाई खेद छ! तपाईंले जवाफ दिइरहेको पोस्ट मेटाइ सकेको छ।" @@ -13536,8 +13876,13 @@ msgstr "तपाईंका चासोहरू के छन्?" msgid "What do you want to call your starter pack?" msgstr "तपाईंको स्टार्टर प्याकलाई के भन्न चाहनुहुन्छ?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "के भइरहेको छ?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "वोप्स!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "पोस्ट लेख्नुहोस्" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "तपाईंको जवाफ लेख्नुहोस्" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "तपाईंलाई भिडियो अपलोड गर्न अनुमति छैन।" @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "तपाईंले जुन सेटिङ पनि छनोट गर्नुभएको भए पनि चलिरहेको वार्तालापलाई जारी राख्न सक्नुहुन्छ।" @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "तपाईं अब नयाँ पासवर्डसँग साइन इन गर्न सक्नुहुन्छ।" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "तपाईंले भिडियो अपलोडको लागि अस्थायी रूपमा सीमा पार गर्नुभयो। कृपया पछि पुनः प्रयास गर्नुहोस्।" -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "तपाईंलाई कम्तिमा सात अन्य msgid "You must grant access to your photo library to save a QR code" msgstr "QR कोड बचत गर्नको लागि तपाईंलाई आफ्नो फोटो लाइब्रेरीमा पहुँच दिनु पर्छ।" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "तपाईंले आफ्नो खाता सिर्जना गरेपछि सल्लाह दिइएका प्रयोगकर्ताहरू र फीडहरूलाई फलो गर्नुहुनेछ!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "तपाईंले आफ्नो खाता सिर्जना गरेपछि सल्लाह दिइएका प्रयोगकर्ताहरूलाई फलो गर्नुहुनेछ!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "तपाईंले आफ्नो फीडको अन्त्यमा पुग्नुभयो! थप खाता फलो गर्नको लागि खोजी गर्नुहोस्।" -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "तपाईंले भिडियो अपलोडको लागि आफ्नो दैनिक सीमा पुग्नुभयो (धेरै बाइट्स)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "तपाईंले भिडियो अपलोडको लागि आफ्नो दैनिक सीमा पुग्नुभयो (धेरै भिडियो)" @@ -14209,7 +14558,7 @@ msgstr "तपाईंले भिडियो अपलोडको लाग msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "तपाईंको खाता" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "तपाईंको खाता अझै भिडियो अपलोड गर्नको लागि पर्याप्त पुरानो छैन। कृपया पछि पुनः प्रयास गर्नुहोस्।" @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "तपाईंको प्रोफाइल, पोष्टहरू, फीडहरू, र सूचीहरू अब अन्य ब्लूस्की प्रयोगकर्ताहरूलाई देखाइने छैन। तपाईं कुनै पनि समयमा आफ्नो खाता पुनः सक्रिय गर्नको लागि लग इन गर्न सक्नुहुन्छ।" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/nl/messages.po b/src/locale/locales/nl/messages.po index c4a2c4e5dc..865009f60f 100644 --- a/src/locale/locales/nl/messages.po +++ b/src/locale/locales/nl/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: nl\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(bevat ingesloten inhoud)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(geen e-mailadres)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# uur} other {# uur}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# label is} other {# labels zijn}} op dit account geplaatst" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# label is} other {# labels zijn}} op deze inhoud geplaatst" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# seconde} other {# seconden}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# ongelezen item} other {# ongelezen items}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "{0} van 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} heeft gereageerd met {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {uur} other {uur}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuut} other {minuten}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} hebben je gevolgd" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "<0>Jij en<1> <2>{0} zijn inbegrepen in je startpakket" msgid "⚠Invalid Handle" msgstr "⚠Ongeldige handle" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Verzoek accepteren" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Account negeren opgeheven" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Accounts met een blauw vinkje <0><1/> kunnen anderen verifiëren. Deze vertrouwde verifieerders worden geselecteerd door Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "Alt-tekst toevoegen" msgid "Add alt text (optional)" msgstr "Optioneel alt-tekst toevoegen" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Optioneel alt-tekst toevoegen" msgid "Add another account" msgstr "Nog een account toevoegen" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Nog een bericht toevoegen" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "Emoji-reactie toevoegen" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "Geavanceerd" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "alice@voorbeeld.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Alle" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Alle talen" @@ -1367,6 +1422,15 @@ msgstr "Alle talen" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Alle feeds die je hebt opgeslagen, bij elkaar op één plek." @@ -1380,13 +1444,13 @@ msgstr "Geef toegang tot je privéberichten" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "Al aangemeld als @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Alt-tekst" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Alt-tekst" @@ -1489,7 +1553,7 @@ msgstr "Er is een fout opgetreden" msgid "An error occurred" msgstr "Er is een fout opgetreden" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Er is een fout opgetreden tijdens het comprimeren van de video." @@ -1535,11 +1599,11 @@ msgstr "Er is een fout opgetreden bij het opslaan van de QR-code!" msgid "An error occurred while trying to follow all" msgstr "Er is een fout opgetreden tijdens het proberen om allen te volgen" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "Dieren" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Geanimeerde GIF" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "Nieuw: verificatie op Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "Gearchiveerd bericht" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Weet je zeker dat je dit uit jouw feeds wilt verwijderen?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Weet je zeker dat je dit bericht wilt weggooien?" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "Terug" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Terug naar chats" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Geblokkeerd" @@ -2091,10 +2178,6 @@ msgstr "Geblokkeerde accounts kunnen niet reageren op jouw gesprekken, je niet v msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Geblokkeerde accounts kunnen niet reageren op jouw gesprekken, je niet vermelden en niet anderszins met je communiceren. Je ziet hun tekst niet en zij kunnen de jouwe niet zien." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Blokkeren voorkomt niet dat deze labeler labels op je account plaatst." @@ -2111,11 +2194,21 @@ msgstr "Blokkeren voorkomt niet dat er labels op jouw account worden toegepast, msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kan de echtheid van de geclaimde datum niet bevestigen." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Heractivering annuleren en afmelden" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Zoeken annuleren" @@ -2411,7 +2505,7 @@ msgstr "Ondertiteling (.vtt)" msgid "Captions & alt text" msgstr "Ondertiteling en alt-tekst" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "App-pictogram wijzigen" msgid "Change app icon to \"{0}\"" msgstr "App-pictogram wijzigen in ‘{0}’" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "App-taal wijzigen" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "Chat genegeerd" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Chatverzoeken" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Chatinstellingen" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Chatinstellingen" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Chat niet meer genegeerd" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Chats" @@ -2661,10 +2761,16 @@ msgstr "Kies je eigen tijdlijn! Feeds gemaakt door de gemeenschap helpen je om i msgid "Choose your password" msgstr "Je wachtwoord kiezen" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Je gebruikershandle" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Alle opgeslagen gegevens wissen" @@ -2673,6 +2779,10 @@ msgstr "Alle opgeslagen gegevens wissen" msgid "Clear all storage data (restart after this)" msgstr "Alle opgeslagen gegevens wissen (start de app hierna opnieuw op)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Klik om mislukt privébericht opnieuw te proberen" @@ -2755,6 +2865,7 @@ msgstr "Klik om mislukt privébericht opnieuw te proberen" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Klik om mislukt privébericht opnieuw te proberen" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Dit dialoogvenster sluiten" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Sluit waarschuwing voor bijwerken wachtwoord" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" @@ -2886,7 +2996,7 @@ msgstr "Gebruikerslijst inklappen" msgid "Collapses list of users for a given notification" msgstr "Klapt de gebruikerslijst voor een bepaalde melding in" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Gemeenschapsrichtlijnen" msgid "Complete onboarding and start using your account" msgstr "Voltooi de introductie en begin met het gebruiken van je account" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Voltooi de uitdaging" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Nieuw bericht opstellen" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Je kunt berichten opstellen met een lengte van maximaal {0, plural, other {# tekens}}" @@ -2936,11 +3046,11 @@ msgstr "Je kunt berichten opstellen met een lengte van maximaal {0, plural, othe msgid "Compose reply" msgstr "Reactie opstellen" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Video comprimeren..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Contact opnemen met ondersteuning" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Buildversie gekopieerd naar klembord" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Tekst privébericht kopiëren" @@ -3341,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Maak een startpakket voor mij" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Registreren" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Een account aanmaken" @@ -3549,7 +3668,7 @@ msgstr "Geboortedatum" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "Gesprek verwijderen" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Voor mij verwijderen" @@ -3645,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "Privébericht verwijderen" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Privébericht voor mij verwijderen" @@ -3655,7 +3774,7 @@ msgstr "Mijn account verwijderen" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Bericht verwijderen" @@ -3676,7 +3795,7 @@ msgstr "Deze lijst verwijderen?" msgid "Delete this post?" msgstr "Dit bericht verwijderen?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Verwijderd" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Dialoog: aanpassen wie op dit bericht mag reageren" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Dimmen" @@ -3806,9 +3925,9 @@ msgstr "Uitgeschakeld" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Weggooien" msgid "Discard changes?" msgstr "Wijzigingen weggooien?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Concept weggooien?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Bericht weggooien?" @@ -3864,7 +3983,7 @@ msgstr "Sluiten" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Fout negeren" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "Gereed" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Duur: " -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Berichtinteractie-instellingen bewerken" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Profiel bewerken" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Profiel bewerken" @@ -4268,7 +4387,7 @@ msgstr "Bericht insluiten" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Sluit dit bericht in op je website. Kopieer simpelweg het volgende fragment en plak het in de HTML-code van je website." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Geïntegreerde videospeler" @@ -4308,8 +4427,8 @@ msgstr "Mediaspelers inschakelen voor" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "Vul je wachtwoord in" msgid "Enter your username and password" msgstr "Vul je gebruikersnaam en wachtwoord in" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Opent volledig scherm" @@ -4408,7 +4527,7 @@ msgstr "Opent volledig scherm" msgid "Entertainment" msgstr "Entertainment" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Fout" @@ -4438,7 +4557,7 @@ msgstr "Er is een fout opgetreden bij het opslaan van het bestand" msgid "Error receiving captcha response." msgstr "Fout bij ontvangen van captcha-antwoord." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Fout: {error}" @@ -4450,26 +4569,38 @@ msgstr "Iedereen kan reageren" msgid "Everybody can reply to this post." msgstr "Iedereen kan reageren op dit bericht." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Iedereen" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Iedereen" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Iedereen" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Gebruikers uitsluiten die je volgt" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Expliciete seksuele afbeeldingen." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Verkennen" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Toevoegen van emoji-reactie mislukt" @@ -4626,6 +4757,7 @@ msgstr "Kon de handle niet wijzigen. Probeer het nog eens." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "Het laden van feedvoorkeuren is mislukt" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "Het is niet gelukt om een lijst te laden met volgsuggesties" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4789,6 +4921,10 @@ msgstr "Vastzetten van bericht is mislukt" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "Het is niet gelukt om de feeds bij te werken" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Het is niet gelukt om de instellingen bij te werken" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Update ophalen" msgid "File saved successfully!" msgstr "Bestand succesvol opgeslagen!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filteren op feeds" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "Mensen zoeken om te volgen" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Zoek berichten, gebruikers en feeds op Bluesky" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Van <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Een startpakket genereren" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "Hulp krijgen" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Aan de slag" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "Heb je een code? <0>Klik hier." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Heb je problemen?" @@ -5973,7 +6144,7 @@ msgstr "Hmm, het lijkt erop dat we problemen hebben met het laden van deze gegev msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmm, we kunnen die moderatieservice niet laden." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Wacht even! We geven geleidelijk toegang tot video en je staat nog steeds in de rij. Kom snel terug!" @@ -6102,12 +6273,12 @@ msgstr "Als je een ontwikkelaar bent, kun je je eigen server hosten." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Als je jouw handle of e-mailadres probeert te wijzigen, doe dit dan voordat je deactiveert." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Afbeelding" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Afbeeldingencache gewist, {0} vrijgemaakt" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Ongeldige gebruikersnaam of wachtwoord" @@ -6334,7 +6539,6 @@ msgstr "Uitnodigingscode" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Uitnodigingscode niet geaccepteerd. Controleer of je deze correct hebt ingevoerd en probeer het opnieuw." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Uitnodigingen, maar dan persoonlijk" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Jij bent nu nog de enige! Voeg meer personen toe aan je startpakket door hierboven te zoeken." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "Taak-ID: {0}" @@ -6469,8 +6672,8 @@ msgstr "Aan het gesprek deelnemen" msgid "Journalism" msgstr "Journalistiek" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "Labels op je account" msgid "Labels on your content" msgstr "Labels op je inhoud" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Taalinstellingen" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Nieuwste" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "Leer meer" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "Leuk gevonden door {0, plural, one {# gebruiker} other {# gebruikers}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Leuk gevonden door {likeCount, plural, one {# gebruiker} other {# gebruikers}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Vind-ik-leuks" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "Nieuwe meldingen laden" msgid "Load new posts" msgstr "Nieuwe berichten laden" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "Beheer je genegeerde woorden en tags" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Markeren als gelezen" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Media" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "vermelde gebruikers" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Vermeldingen" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Privébericht verwijderd" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7193,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "Bericht van de server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Privébericht invoerveld" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Privébericht is te lang" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Berichtopties" @@ -7215,11 +7426,11 @@ msgstr "Berichtopties" msgid "Messages" msgstr "Privéberichten" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Muziek" msgid "Mute" msgstr "Negeren" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Maakt niet uit, maak een handle voor mij aan" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Nieuw" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nieuw" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Nieuwe chat" @@ -7574,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "Nieuwe handle" msgid "New list" msgstr "Nieuwe lijst" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Volgende" msgid "Next image" msgstr "Volgende afbeelding" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "Nog geen meldingen!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "Nog geen citaten" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "Geen resultaten gevonden" msgid "No results found for \"{query}\"" msgstr "Geen resultaten gevonden voor \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7868,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "Niet-seksuele naaktbeelden" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Meldinginstellingen" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Meldingsgeluiden" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Uit" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Alt-tekst ontbreekt bij een of meer GIF's." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Bij een of meer afbeeldingen ontbreekt de alt-tekst." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Alt-tekst ontbreekt bij een of meer video's." @@ -8083,7 +8323,7 @@ msgstr "Alleen {0} kan reageren." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Alleen WebVTT (.vtt)-bestanden worden ondersteund" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Oeps!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Avatar-maker openen" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Menu openen" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Emoji-kiezer openen" @@ -8280,7 +8535,7 @@ msgstr "Opent een dialoogvenster om een inhoudswaarschuwing aan je bericht toe t msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Opent proces om een nieuw Bluesky-account aan te maken" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Opent het proces om je aan te melden bij je bestaande Bluesky-account" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Wachtwoord bijgewerkt" msgid "Password updated!" msgstr "Wachtwoord bijgewerkt!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pauzeren" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Video pauzeren" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Personen" @@ -8550,17 +8805,17 @@ msgstr "Personen gevolgd door @{0}" msgid "People following @{0}" msgstr "Personen die @{0} volgen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Fotografie" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Vastgezette feeds" msgid "Pinned to your feeds" msgstr "Vastgezet aan je feeds" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Afspelen" @@ -8668,7 +8924,7 @@ msgstr "Afspelen" msgid "Play {0}" msgstr "{0} afspelen" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "Video afspelen" msgid "Play Video" msgstr "Video afspelen" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Speelt of pauzeert de GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Vul de verificatie-captcha in." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Politiek" msgid "Porn" msgstr "Porno" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Plaatsen" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Alles plaatsen" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Bericht losgemaakt" msgid "Posts" msgstr "Berichten" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Berichten kunnen worden genegeerd op basis van tekst, tags of beide. We raden aan om veelvoorkomende woorden die in veel berichten voorkomen te vermijden omdat dit ertoe kan leiden dat geen berichten meer worden weergegeven." @@ -9067,11 +9327,11 @@ msgstr "Privacybeleid" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Video verwerken..." @@ -9083,7 +9343,7 @@ msgstr "Verwerken..." msgid "profile" msgstr "profiel" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "Citaatbericht is succesvol losgekoppeld" msgid "Quote posts disabled" msgstr "Citaatberichten uitgeschakeld" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citaten" @@ -9238,9 +9498,14 @@ msgstr "Activeer je account opnieuw" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Gesprekken opnieuw laden" @@ -9379,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9427,6 +9692,11 @@ msgstr "Feed verwijderen" msgid "Remove feed?" msgstr "Feed verwijderen?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Afbeelding verwijderen" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Verwijder een genegeerd woord uit je lijst" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Profiel verwijderen" @@ -9507,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Verwijderd door auteur" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Verwijderd door je" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Antwoorden" @@ -9609,12 +9884,12 @@ msgstr "Antwoorden uitgeschakeld" msgid "Replies to this post are disabled." msgstr "Antwoorden op dit bericht zijn uitgeschakeld." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Reageren" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Reageren" @@ -9652,7 +9927,7 @@ msgstr "Zichtbaarheid van reactie bijgewerkt" msgid "Reply was successfully hidden" msgstr "Reactie is succesvol verborgen" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Feed melden" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Privébericht melden" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Herplaatst door jou" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "Herplaatsingen van dit bericht" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Probeert de laatste mislukte actie opnieuw" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Wijzigingen opslaan" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Opgeslagen in je feeds" msgid "Say hello!" msgstr "Zeg hallo!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Naar boven scrollen" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Zoeken" @@ -10186,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "GIF's zoeken" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "Profielen zoeken" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "Account selecteren" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "Inhoudstalen selecteren" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Selecteer uit een bestaand account" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Selecteer hoe lang je dit woord wilt negeren." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Selecteer je interesses uit de onderstaande opties" msgid "Select your preferred language for translations in your feed." msgstr "Selecteer de taal waarin je de vertalingen in je feed wilt weergeven." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Feedback verzenden" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Privébericht verzenden" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Verzenden als privébericht" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Stelt e-mail in voor het opnieuw instellen van wachtwoorden" msgid "Settings" msgstr "Instellingen" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "at://-URI van bericht delen" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "QR-code delen" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Dit startpakket delen" @@ -10726,7 +11027,7 @@ msgstr "Gedeelde voorkeuren-tester" msgid "Show" msgstr "Tonen" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Toon alt-tekst" @@ -10864,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Aanmelden vereist" msgid "Signed in as @{0}" msgstr "Aangemeld als @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Overslaan" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11223,7 +11529,7 @@ msgstr "Statuspagina" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Stap {0} van {1}" @@ -11295,11 +11601,11 @@ msgstr "Abonneer je op @{0} om deze labels te gebruiken:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Abonneren op labeler" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Abonneren op deze labeler" @@ -11345,6 +11651,10 @@ msgstr "Aanbevolen voor jou" msgid "Suggestive" msgstr "Suggestief" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "Het bericht waarop je antwoordt, werd door de auteur gemarkeerd als gesc msgid "The Privacy Policy has been moved to <0/>" msgstr "Het privacybeleid is verplaatst naar <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Er is een stormloop van nieuwe gebruikers naar Bluesky! We activeren je msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Deze instellingen zijn alleen van toepassing op de volgende feed." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Dit bericht wordt verborgen voor feeds en gesprekken. Dit kan niet ongedaan worden gemaakt." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "De auteur van dit bericht heeft het plaatsen van citaten uitgeschakeld." @@ -12271,7 +12601,7 @@ msgstr "Vandaag" msgid "Toggle to enable or disable adult content" msgstr "Wissel om inhoud voor volwassenen in of uit te schakelen" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Populair" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Tweefactorauthenticatie (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Typ hier je privébericht" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Kan geen contact maken met je service. Controleer je internetverbinding." @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Niet meer negeren" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Uitschrijven" @@ -12691,7 +13024,7 @@ msgstr "Uitschrijven" msgid "Unsubscribe from list" msgstr "Uitschrijven voor lijst" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Afmelden voor deze labeler" @@ -12703,10 +13036,15 @@ msgstr "Uitgeschreven voor lijst" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Uploaden vanuit bestanden" msgid "Upload from Library" msgstr "Uploaden vanuit bibliotheek" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Afbeeldingen uploaden..." msgid "Uploading link thumbnail..." msgstr "Linkminiatuur uploaden..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Video uploaden..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Video kan niet worden verwerkt" @@ -13084,12 +13422,12 @@ msgstr "Video niet gevonden." msgid "Video settings" msgstr "Video-instellingen" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Video geüpload" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "" @@ -13097,11 +13435,13 @@ msgstr "" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "Je genegeerde accounts bekijken" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13391,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "We hebben niet kunnen bepalen of je video's mag uploaden. Probeer het opnieuw." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Het spijt ons, maar we kunnen deze lijst niet ophalen. Neem contact op m msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Het spijt ons, maar we kunnen je genegeerde woorden op dit moment niet laden. Probeer het opnieuw." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Het spijt ons! Het bericht waarop je reageert is verwijderd." @@ -13536,8 +13876,13 @@ msgstr "Wat zijn je interesses?" msgid "What do you want to call your starter pack?" msgstr "Hoe wil je jouw startpakket noemen?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Hoe gaat het?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Oeps!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Bericht schrijven" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Schrijf je reactie" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Het is niet toegestaan om video's te uploaden." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Je kunt lopende gesprekken voortzetten, ongeacht welke instelling je kiest." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Je kunt je nu aanmelden met je nieuwe wachtwoord." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Je hebt tijdelijk de limiet voor video-uploads bereikt. Probeer het later opnieuw." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Je moet ten minste 7 andere personen volgen om een startpakket te genere msgid "You must grant access to your photo library to save a QR code" msgstr "Je moet toegang verlenen tot je fotobibliotheek om een QR-code op te slaan" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Je volgt de voorgestelde gebruikers en feeds zodra je klaar bent met het maken van je account!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Je volgt de voorgestelde gebruikers zodra je klaar bent met het aanmaken van je account!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Je hebt het einde van je feed bereikt! Zoek nog meer accounts om te volgen." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Je hebt je dagelijkse limiet voor video-uploads bereikt (te veel bytes)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Je hebt je daglimiet voor het uploaden van video's bereikt (te veel video's)" @@ -14209,7 +14558,7 @@ msgstr "Je hebt je daglimiet voor het uploaden van video's bereikt (te veel vide msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Je account" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Je account is nog niet oud genoeg om video's te uploaden. Probeer het later nog eens." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Jouw profiel, berichten, feeds en lijsten zijn niet langer zichtbaar voor andere Bluesky-gebruikers. Je kunt je account op elk moment opnieuw activeren door aan te melden." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/pl/messages.po b/src/locale/locales/pl/messages.po index 5802d431b9..7b2b208957 100644 --- a/src/locale/locales/pl/messages.po +++ b/src/locale/locales/pl/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: pl\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Polish\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(zawiera załącznik)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(brak adresu email)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# godzinę} few {# godziny} other {# godzin}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# etykieta została umieszczona} few {# etykiety zostały umieszczone} other {# etykiet zostało umieszczonych}} na tym koncie" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# etykieta została umieszczona} few {# etykiety zostały umieszczone} other {# etykiet zostało umieszczonych}} na tym koncie" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# sekundę} few {# sekundy} other {# sekund}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {godzina} few {godziny} other {godzin}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuta} few {minuty} other {minut}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}} zaczęli cię obserwować" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "<0>Ty i<1> <2>{0} jesteście w twoim pakiecie startowym" msgid "⚠Invalid Handle" msgstr "⚠ Nieprawidłowa nazwa" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Cofnięto wyciszenie konta" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "Dodaj tekst alternatywny" msgid "Add alt text (optional)" msgstr "Dodaj tekst alternatywny (opcjonalne)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Dodaj tekst alternatywny (opcjonalne)" msgid "Add another account" msgstr "Dodaj inne konto" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Dodaj inny wpis" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "Zaawansowane" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Wszystkie" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Wszystkie języki" @@ -1367,6 +1422,15 @@ msgstr "Wszystkie języki" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Wszystkie zapisane przez ciebie kanały są w tym miejscu." @@ -1380,13 +1444,13 @@ msgstr "Zezwalaj na dostęp do wiadomości bezpośrednich" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "Już zalogowano jako @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Tekst alternatywny" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Tekst alternatywny" @@ -1489,7 +1553,7 @@ msgstr "Wystąpił błąd" msgid "An error occurred" msgstr "Wystąpił błąd" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Wystąpił błąd podczas kompresowania wideo." @@ -1535,11 +1599,11 @@ msgstr "Wystąpił błąd podczas zapisywania kodu QR!" msgid "An error occurred while trying to follow all" msgstr "Wystąpił błąd podczas próby zaobserwowania wszystkich" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "Zwierzęta" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Animowany GIF" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "Wpis został zarchiwizowany" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Czy na pewno chcesz to usunąć ze swoich kanałów?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Czy na pewno chcesz odrzucić ten wpis?" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "Powrót" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Zablokowane" @@ -2091,10 +2178,6 @@ msgstr "Zablokowane konta nie mogą komentować twoich wpisów, wzmiankować ci msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Zablokowane konta nie mogą komentować twoich wpisów, wzmiankować cię ani w inny sposób wchodzić z tobą w interakcje. Nie będziesz widzieć ich treści, a oni nie będą widzieć twoich." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Blokowanie nie przeszkodzi moderacji w umieszczaniu ostrzeżeń na twoim koncie." @@ -2111,11 +2194,21 @@ msgstr "Blokowanie nie przeszkodzi w umieszczaniu ostrzeżeń na twoim koncie, a msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky nie może potwierdzić autentyczności podanej daty." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Anuluj reaktywację i wyloguj się" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Anuluj wyszukiwanie" @@ -2411,7 +2505,7 @@ msgstr "Napisy (.vtt)" msgid "Captions & alt text" msgstr "Napisy i tekst alternatywny" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "Zmień ikonę aplikacji" msgid "Change app icon to \"{0}\"" msgstr "Zmień ikonę aplikacji na \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "Czat został wyciszony" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Ustawienia czatu" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Ustawienia czatu" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Cofnięto wyciszenie czatu" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "Wybierz własną oś czasu! Kanały tworzone przez społeczność pomaga msgid "Choose your password" msgstr "Ustaw hasło" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Twoja nazwa" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Wyczyść wszystkie dane" @@ -2673,6 +2779,10 @@ msgstr "Wyczyść wszystkie dane" msgid "Clear all storage data (restart after this)" msgstr "Wyczyść wszystkie dane (i uruchom ponownie)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Kliknij, aby spróbować wysłać wiadomość ponownie" @@ -2755,6 +2865,7 @@ msgstr "Kliknij, aby spróbować wysłać wiadomość ponownie" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Kliknij, aby spróbować wysłać wiadomość ponownie" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Zamknij to okno" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Zamyka ostrzeżenie o aktualizacji hasła" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" @@ -2886,7 +2996,7 @@ msgstr "Zwiń listę osób" msgid "Collapses list of users for a given notification" msgstr "Zwija listę osób dla danego powiadomienia" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Wytyczne dla społeczności" msgid "Complete onboarding and start using your account" msgstr "Ukończ wprowadzenie i zacznij korzystać ze swojego konta" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Ukończ wyzwanie" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Utwórz nowy wpis" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2936,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "Skomentuj" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Kompresowanie wideo..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Skontaktuj się z pomocą techniczną" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Numer wersji został skopiowany do schowka" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Kopiuj tekst wiadomości" @@ -3341,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Utwórz dla mnie pakiet startowy" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Zarejestruj się" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Utwórz konto" @@ -3549,7 +3668,7 @@ msgstr "Data urodzenia" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "Usuń rozmowę" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Usuń dla mnie" @@ -3645,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "Usuń wiadomość" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Usuń wiadomość dla mnie" @@ -3655,7 +3774,7 @@ msgstr "Usuń moje konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Usuń wpis" @@ -3676,7 +3795,7 @@ msgstr "Usunąć tę listę?" msgid "Delete this post?" msgstr "Usunąć ten wpis?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Usunięto" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Okno dialogowe: dostosuj, kto może wchodzić w interakcje z tym wpisem" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Przyciemniony" @@ -3806,9 +3925,9 @@ msgstr "Wyłączono" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Odrzuć" msgid "Discard changes?" msgstr "Odrzucić zmiany?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Odrzucić szkic?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Odrzucić wpis?" @@ -3864,7 +3983,7 @@ msgstr "Pomiń" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Pomiń błąd" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "Gotowe" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Czas trwania:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Edytuj ustawienia interakcji z wpisem" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Edytuj profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Edytuj profil" @@ -4268,7 +4387,7 @@ msgstr "Osadź wpis" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Osadź ten wpis na swojej stronie internetowej. Po prostu skopiuj poniższy snippet i wklej go do kodu HTML swojej strony." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Wbudowany odtwarzacz wideo" @@ -4308,8 +4427,8 @@ msgstr "Włącz odtwarzacze dla" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "Wprowadź swoje hasło" msgid "Enter your username and password" msgstr "Wprowadź swoją nazwę i hasło" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Przechodzi do trybu pełnoekranowego" @@ -4408,7 +4527,7 @@ msgstr "Przechodzi do trybu pełnoekranowego" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Błąd" @@ -4438,7 +4557,7 @@ msgstr "Wystąpił błąd podczas zapisywania pliku" msgid "Error receiving captcha response." msgstr "Błąd podczas odbierania odpowiedzi captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4450,26 +4569,38 @@ msgstr "Każdy może komentować" msgid "Everybody can reply to this post." msgstr "Każdy może komentować ten wpis." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Każdy" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Każdy" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Każdy" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Wyklucz obserwowane osoby" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Obrazy o charakterze jednoznacznie seksualnym." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4626,6 +4757,7 @@ msgstr "Nie udało się zmienić nazwy. Spróbuj ponownie." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "Nie udało się wczytać preferencji kanałów" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "Nie udało się wczytać polecanych osób" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4789,6 +4921,10 @@ msgstr "Nie udało się przypiąć wpisu" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "Nie udało się zaktualizować kanałów" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Nie udało się zaktualizować ustawień" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "Plik został zapisany pomyślnie!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Odfiltruj z kanałów" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filtruj wyszukiwanie według języka" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtruj wyszukiwanie według języka (aktywny: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "Znajdź osoby do obserwowania" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Od <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Wygeneruj pakiet startowy" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "Uzyskaj pomoc" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Masz problem?" @@ -5973,7 +6144,7 @@ msgstr "Wygląda na to, że mamy problem z wczytaniem tych danych. Więcej infor msgid "Hmmmm, we couldn't load that moderation service." msgstr "Nie mogliśmy wczytać tej usługi moderacji." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Poczekaj! Dostęp do materiałów wideo udostępniamy stopniowo, a ty wciąż czekasz na swoją kolej. Sprawdź ponownie za jakiś czas!" @@ -6102,12 +6273,12 @@ msgstr "Jeśli jesteś deweloperem, możesz hostować własny serwer." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Jeśli próbujesz zmienić swoją nazwę lub adres email, zrób to przed dezaktywacją." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Zdjęcie" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Nieprawidłowa nazwa lub hasło" @@ -6334,7 +6539,6 @@ msgstr "Kod zaproszenia" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Kod zaproszenia nie został zaakceptowany. Sprawdź, czy został wprowadzony poprawnie i spróbuj ponownie." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Zaproszenia, ale takie osobiste" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "W tej chwili jesteś tylko ty! Dodaj więcej osób do swojego pakietu startowego, wyszukując powyżej." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID: {0}" @@ -6469,8 +6672,8 @@ msgstr "Dołącz do rozmowy" msgid "Journalism" msgstr "Dziennikarstwo" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "Ostrzeżenia na twoim koncie" msgid "Labels on your content" msgstr "Ostrzeżenia na twoich treściach" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Ustawienia języka" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Najnowsze" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "Dowiedz się więcej" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "Polubione przez {0, plural, one {# osobę} few {# osoby} other {# osób} msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Polubione przez {likeCount, plural, one {# osobę} few {# osoby} other {# osób}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Polubienia" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "Wczytaj nowe powiadomienia" msgid "Load new posts" msgstr "Wczytaj nowe wpisy" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "Zarządzaj wyciszonymi słowami i tagami" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Oznacz jako przeczytane" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Multimedia" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "wzmianki" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Wzmianki" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Wiadomość usunięta" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7193,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "Wiadomość z serwera: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Pole wprowadzania wiadomości" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Wiadomość jest zbyt długa" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7215,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "Wiadomości" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Muzyka" msgid "Mute" msgstr "Wycisz" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Jednak utwórz nazwę dla mnie" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Nowa" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nowa" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Nowy czat" @@ -7574,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "Nowa nazwa" msgid "New list" msgstr "Nowa lista" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Kontynuuj" msgid "Next image" msgstr "Następne zdjęcie" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "Brak powiadomień!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "Brak cytatów" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "Nie znaleziono żadnych wyników" msgid "No results found for \"{query}\"" msgstr "Nie znaleziono żadnych wyników dla \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7868,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "Nieseksualna nagość" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Ustawienia powiadomień" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Dźwięki powiadomień" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Wył." @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "W co najmniej jednym pliku GIF brakuje tekstu alternatywnego." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "W co najmniej jednym zdjęciu brakuje tekstu alternatywnego." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "W co najmniej jednym wideo brakuje tekstu alternatywnego." @@ -8083,7 +8323,7 @@ msgstr "Tylko {0} mogą komentować." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Obsługiwane są tylko pliki WebVTT (.vtt)" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Ups!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Otwórz kreator zdjęcia profilowego" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Otwórz menu" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Wybierz emoji" @@ -8280,7 +8535,7 @@ msgstr "Pozwala dodać ostrzeżenie o zawartości do twojego wpisu" msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Otwiera proces tworzenia nowego konta Bluesky" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Otwiera proces logowania do istniejącego konta Bluesky" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Hasło zostało zaktualizowane" msgid "Password updated!" msgstr "Hasło zostało zaktualizowane!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Zatrzymaj" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Zatrzymaj wideo" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Osoby" @@ -8550,17 +8805,17 @@ msgstr "Osoby obserwowane przez @{0}" msgid "People following @{0}" msgstr "Osoby obserwujące @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Fotografia" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Przypięte kanały" msgid "Pinned to your feeds" msgstr "Przypięto kanał" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Odtwórz" @@ -8668,7 +8924,7 @@ msgstr "Odtwórz" msgid "Play {0}" msgstr "Odtwórz {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "Odtwórz filmik" msgid "Play Video" msgstr "Odtwórz filmik" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Odtwarza lub wstrzymuje GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Odtwarza lub wstrzymuje wideo" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Wypełnij formularz captcha." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Polityka" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Opublikuj" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Opublikuj wszystko" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Wpis został odpięty" msgid "Posts" msgstr "Wpisy" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Wpisy mogą być wyciszane na podstawie zawartego w nich tekstu, tagów lub obu tych elementów. Nie zalecamy wyciszania popularnych słów, które pojawiają się w wielu wpisach, bo może to spowodować, że nie będą wyświetlane." @@ -9067,11 +9327,11 @@ msgstr "Polityka prywatności" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Przetwarzanie wideo..." @@ -9083,7 +9343,7 @@ msgstr "Przetwarzanie..." msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Publiczne listy osób do zbiorowego wyciszania lub blokowania." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "Cytowany wpis został odłączony pomyślnie" msgid "Quote posts disabled" msgstr "Cytowanie wpisów zostało wyłączone" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Cytaty" @@ -9238,9 +9498,14 @@ msgstr "Ponownie aktywuj swoje konto" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Powód odwołania" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Odśwież rozmowy" @@ -9379,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9427,6 +9692,11 @@ msgstr "Usuń kanał" msgid "Remove feed?" msgstr "Usunąć kanał?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Usuń zdjęcie" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Usuń wyciszone słowo ze swojej listy" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Usuń profil" @@ -9507,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Usunięte przez autora" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Usunięte przez Ciebie" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Komentarze" @@ -9609,12 +9884,12 @@ msgstr "Komentarze zostały wyłączone" msgid "Replies to this post are disabled." msgstr "Komentarze do tego wpisu są wyłączone." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Skomentuj" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Skomentuj" @@ -9652,7 +9927,7 @@ msgstr "Widoczność komentarzy została zaktualizowana" msgid "Reply was successfully hidden" msgstr "Komentarz został ukryty pomyślnie" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Zgłoś kanał" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Zgłoś wiadomość" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Repostowane przez ciebie" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "Reposty tego wpisu" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Ponawia ostatnią akcję, która zakończyła się błędem" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Zapisz zmiany" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Dodano do twoich kanałów" msgid "Say hello!" msgstr "Przywitaj się!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Przewiń na górę" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Szukaj" @@ -10186,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Szukaj wpisów, osób lub kanałów" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Szukaj GIF-ów" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "Szukaj profili" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Szukaj..." @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "Wybierz konto" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "Wybierz języki treści" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Wybierz istniejące konto" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Wybierz czas wyciszenia tego słowa." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Wybierz swoje zainteresowania z poniższych opcji" msgid "Select your preferred language for translations in your feed." msgstr "Wybierz preferowany język tłumaczeń." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Wyślij opinię" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Wyślij wiadomość" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Wyślij bezpośrednio" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Ustawia email do resetowania hasła" msgid "Settings" msgstr "Ustawienia" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Udostępnij kod QR" msgid "Share this feed" msgstr "Udostępnij ten kanał" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Udostępnij pakiet startowy" @@ -10726,7 +11027,7 @@ msgstr "Tester współdzielonych preferencji" msgid "Show" msgstr "Pokaż" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Pokaż tekst alternatywny" @@ -10864,13 +11165,13 @@ msgstr "Pokazuje zawartość" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Rejestracja wymagana" msgid "Signed in as @{0}" msgstr "Zalogowano jako @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Pomiń" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11223,7 +11529,7 @@ msgstr "Status" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Krok {0} z {1}" @@ -11295,11 +11601,11 @@ msgstr "Subskrybuj @{0}, aby użyć tych ostrzeżeń:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Subskrybuj usługę" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Subskrybuj tę usługę moderacji" @@ -11345,6 +11651,10 @@ msgstr "Proponowane dla ciebie" msgid "Suggestive" msgstr "Sugestywne" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "Wpis, który komentujesz, został oznaczony przez autora jako napisany w msgid "The Privacy Policy has been moved to <0/>" msgstr "Polityka prywatności została przeniesiona do <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Do Bluesky dołączyło wiele nowych osób! Twoje konto zostanie aktywow msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Ustawienia te dotyczą tylko kanału obserwowanych." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "Ta lista jest pusta." msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Ten wpis zostanie ukryty w kanałach i wątkach. Nie można tego cofnąć." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Autor tego wpisu wyłączył możliwość cytowania." @@ -12271,7 +12601,7 @@ msgstr "Dziś" msgid "Toggle to enable or disable adult content" msgstr "Włącz lub wyłącz treści dla dorosłych" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Włącza lub wyłącza dźwięk" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Najlepsze" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "Temat" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Uwierzytelnianie dwuskładnikowe (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Wpisz tu swoją wiadomość" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Rodzaj:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Nie udało się skontaktować z usługą. Sprawdź połączenie internetowe." @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Anuluj wyciszenie" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Nie subskrybuj" @@ -12691,7 +13024,7 @@ msgstr "Nie subskrybuj" msgid "Unsubscribe from list" msgstr "Nie subskrybuj listy" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Nie subskrybuj tej moderacji" @@ -12703,10 +13036,15 @@ msgstr "Nie subskrybujesz już listy" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Prześlij z plików" msgid "Upload from Library" msgstr "Prześlij z biblioteki" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Przesyłanie zdjęć..." msgid "Uploading link thumbnail..." msgstr "Przesyłanie miniatury..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Przesyłanie wideo..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Wideo" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Przetwarzanie wideo nie powiodło się" @@ -13084,12 +13422,12 @@ msgstr "Wideo nie zostało odnalezione." msgid "Video settings" msgstr "Ustawienia wideo" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Wideo zostało przesłane" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Wideo: {0}" @@ -13097,11 +13435,13 @@ msgstr "Wideo: {0}" msgid "Videos" msgstr "Filmiki" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "Pokaż więcej" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "Wyświetl wyciszone konta" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Wyświetla całe zdjęcie" @@ -13391,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Nie udało nam się potwierdzić, czy możesz przesyłać wideo. Spróbuj ponownie." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Przepraszamy, ale nie udało nam się wczytać tej listy. Jeśli problem msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Przepraszamy, ale w tej chwili nie mogliśmy wczytać wyciszonych przez ciebie słów. Spróbuj ponownie." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Przepraszamy! Wpis, który komentujesz, został usunięty." @@ -13536,8 +13876,13 @@ msgstr "Jakie są twoje zainteresowania?" msgid "What do you want to call your starter pack?" msgstr "Jak chcesz nazwać swój pakiet startowy?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Jak się masz?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Ups!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Utwórz wpis" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Skomentuj" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Nie możesz przesyłać filmików." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Możesz kontynuować aktywne rozmowy niezależnie od wybranych opcji." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Możesz teraz logować się przy użyciu nowego hasła." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Możesz to później zmienić w ustawieniach." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Limit przesłanych filmików został tymczasowo wyczerpany. Spróbuj ponownie później." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Aby wygenerować pakiet startowy, musisz obserwować co najmniej siedem msgid "You must grant access to your photo library to save a QR code" msgstr "Aby zapisać kod QR, przyznaj dostęp do galerii zdjęć" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Po utworzeniu konta zaobserwujesz sugerowane osoby i kanały!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Po utworzeniu konta zaobserwujesz sugerowane osoby!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "To już koniec! Znajdź więcej kont do obserwowania." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Dzienny limit przesyłania wideo został osiągnięty (zbyt dużo danych)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Dzienny limit przesyłania wideo został osiągnięty (zbyt dużo plików)" @@ -14209,7 +14558,7 @@ msgstr "Dzienny limit przesyłania wideo został osiągnięty (zbyt dużo plikó msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Nie mamy już więcej filmików do oglądania. Może to dobry czas na przerwę?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Twoje konto" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "Twoje konto zostało zawieszone" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Twoje konto jest jeszcze zbyt krótko aktywne, aby przesyłać filmiki. Spróbuj ponownie później." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Twój profil, wpisy, kanały i listy nie będą już widoczne dla innych na Bluesky. Możesz ponownie aktywować swoje konto w dowolnym momencie po zalogowaniu." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/pt-BR/messages.po b/src/locale/locales/pt-BR/messages.po index bbb5126846..a618ba6a2c 100644 --- a/src/locale/locales/pt-BR/messages.po +++ b/src/locale/locales/pt-BR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: pt\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria \"{interestsDisplayName}\" (ativa)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(link de convite para conversa)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(possui conteúdo incorporado)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(sem e-mail)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {# amigo encontrado!} other {# amigos encontrados!}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# horas}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# rótulo foi colocado} other {# rótulos foram colocados}} nesta conta" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# rótulo foi colocado} other {# rótulos foram colocados}} neste conteúdo" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {# nova solicitação para entrar} other {# novas solici #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# pessoa reagiu} other {# pessoas reagiram}} – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# segundo} other {# segundos}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# item não lido} other {# itens não lidos}}" @@ -143,7 +171,7 @@ msgstr "{0, plural, one {#me} other {#me}}" #. placeholder {0}: draft.meta.replyCount #: src/view/com/composer/drafts/DraftItem.tsx:143 msgid "{0, plural, one {1 more post} other {# more posts}}" -msgstr "{0, plural, one {mais 1 resposta} other {mais # respostas}}" +msgstr "{0, plural,one {mais 1 postagem} other {mais # postagens}}" #. placeholder {0}: profile.followersCount || 0 #: src/components/ProfileHoverCard/index.web.tsx:444 @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} seguindo" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} está bloqueando você" @@ -256,7 +284,7 @@ msgstr "{0} se juntou esta semana" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:96 msgid "{0} left" -msgstr "{0} restantes" +msgstr "{0} saiu" #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:97 @@ -277,10 +305,16 @@ msgstr "{0} de 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} reagiu com {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} foi removido" msgid "{0} was removed from the group" msgstr "{0} foi removido do grupo" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, one {membro} other {membros}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {# novidade} other {# novidades}} na conversa" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {# nova solicitação para entrar} other {# novas solicitações para entrar}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# solicitação} other {# solicitações}}" @@ -421,9 +473,13 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" -msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} te seguiram" +msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} seguiram você" #: src/view/com/notifications/NotificationFeedItem.tsx:395 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" @@ -677,15 +733,15 @@ msgstr "{profileName} se juntou ao Bluesky através de um pacote inicial {timeAg msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} respondeu" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> adicionou você" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Entre<1> ou <2>crie uma conta<3> <4>para procurar notícias, esportes, política e tudo o mais que acontece no Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>Você e<1> <2>{0} estão inclusos no seu pacote inicial" msgid "⚠Invalid Handle" msgstr "⚠Nome de usuário inválido" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Aceitar solicitação" msgid "Accept this language suggestion" msgstr "Aceitar esta sugestão de idioma" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Conversas aceitas" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Acesso solicitado! O dono do grupo irá revisar sua solicitação." @@ -1050,9 +1091,9 @@ msgstr "Conta dessilenciada" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Contas com um ponto de verificação azul ondulado <0><1/> podem verificar outras contas. Esses verificadores confiáveis são selecionados pelo Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Atividade de terceiros" @@ -1108,6 +1149,10 @@ msgstr "Adicionar texto alternativo" msgid "Add alt text (optional)" msgstr "Adicionar texto alternativo (opcional)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Adicionar texto alternativo (opcional)" msgid "Add another account" msgstr "Adicionar outra conta" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Adicionar outra postagem" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Adicionar outra postagem ao tópico" @@ -1141,6 +1186,10 @@ msgstr "Adicionar rótulo de automação à conta" msgid "Add emoji reaction" msgstr "Adicionar reação de emoji" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Adicionar membros à conversa em grupo" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Adicionar imagem" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Adicionar mídia à postagem" @@ -1312,6 +1361,11 @@ msgstr "Conteúdo de abuso sexual adulto" msgid "Advanced" msgstr "Avançado" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Verificação de Idade" @@ -1337,6 +1391,7 @@ msgstr "alice@exemplo.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Tudo" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Todos os amigos foram seguidos!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Todos os idiomas" @@ -1367,6 +1422,15 @@ msgstr "Todos os idiomas" msgid "All languages will be shown in your feeds." msgstr "Todos os idiomas serão mostrados em seus feeds." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Todos os feeds que você salvou, em um único lugar." @@ -1380,13 +1444,13 @@ msgstr "Permitir acesso às minhas mensagens diretas" msgid "Allow anyone to reply" msgstr "Permitir que qualquer pessoa responda" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Permitir mensagens diretas de" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Permitir convites para conversas em grupo de" @@ -1440,10 +1504,10 @@ msgstr "Já tem uma conta?" msgid "Already signed in as @{0}" msgstr "Já registrado como @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Texto alternativo" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Texto Alternativo" @@ -1489,7 +1553,7 @@ msgstr "Ocorreu um erro" msgid "An error occurred" msgstr "Ocorreu um erro" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Ocorreu um erro ao compactar o vídeo." @@ -1535,11 +1599,11 @@ msgstr "Ocorreu um erro ao salvar o QR code!" msgid "An error occurred while trying to follow all" msgstr "Ocorreu um erro ao tentar seguir todos" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Ocorreu um erro ao enviar o vídeo. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Ocorreu um erro ao carregar o vídeo. Por favor, verifique sua conexão de internet e tente novamente." @@ -1626,7 +1690,7 @@ msgstr "Bem-estar animal" msgid "Animals" msgstr "Animais" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF animado" @@ -1638,6 +1702,11 @@ msgstr "Anúncio" msgid "Announcing verification on Bluesky" msgstr "Anunciando verificação no Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Todos" @@ -1781,6 +1850,24 @@ msgstr "Postagem arquivada" msgid "Are you really, really sure?" msgstr "Você está realmente certo disso?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Deseja mesmo remover isso de seus feeds?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Tem certeza de que deseja cancelar sua solicitação para entrar em {0}?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Tem certeza de que deseja descartar esta postagem?" @@ -1904,7 +1991,7 @@ msgstr "Disponível" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Disponível" msgid "Back" msgstr "Voltar" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Voltar às Conversas" @@ -1961,10 +2048,10 @@ msgstr "Para que possa receber notificações das postagens de {name}, você dev #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Bloquear usuário e/ou excluir esta conversa" msgid "Block user and/or leave this conversation" msgstr "Bloquear usuário e/ou sair desta conversa" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Bloqueado" @@ -2091,10 +2178,6 @@ msgstr "Contas bloqueadas não podem te responder, mencionar ou interagir." msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Contas bloqueadas não podem responder aos seus tópicos, te mencionar, ou interagir com você. Você não verá seus conteúdos e eles não conseguirão ver os seus." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Bloquear o rotulador não impede que ele adicione rótulos a sua conta." @@ -2111,11 +2194,21 @@ msgstr "Bloquear não impede que rótulos sejam colocados em sua conta, mas impe msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "O Bluesky não pode confirmar que a data mostrada é legítima." @@ -2155,7 +2248,7 @@ msgstr "O Bluesky é mais divertido com amigos. Você quer convidar alguns dos s #: src/features/inviteFriends/InviteScannerScreen.tsx:105 msgid "Bluesky needs camera access to scan QR codes from other profiles." -msgstr "O Bluesky precisa de acesso à câmera para escanear códigos QR em outros perfis." +msgstr "O Bluesky precisa de acesso à câmera para escanear QR codes de outros perfis." #: src/screens/Takendown.tsx:213 msgid "Bluesky Social Terms of Service" @@ -2340,7 +2433,7 @@ msgstr "Acesso à câmera necessário" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Acesso à câmera necessário" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Acesso à câmera necessário" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2389,9 +2483,9 @@ msgstr "Cancelar reativação e desconectar" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "Cancelar resposta" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Cancelar pesquisa" @@ -2411,7 +2505,7 @@ msgstr "Legendas (.vtt)" msgid "Captions & alt text" msgstr "Legendas e texto alternativo" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "carrossel" @@ -2435,7 +2529,7 @@ msgstr "Alterar ícone do app" msgid "Change app icon to \"{0}\"" msgstr "Alterar ícone do app para \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Mudar idioma do aplicativo" @@ -2455,7 +2549,7 @@ msgstr "Alterar senha" #: src/screens/Settings/components/ChangePasswordDialog.tsx:165 msgid "Change password dialog" -msgstr "Janela de troca de senha" +msgstr "Janela de alteração de senha" #: src/components/moderation/ReportDialog/index.tsx:312 msgid "Change report category" @@ -2518,11 +2612,11 @@ msgstr "Link de convite para conversa não está mais disponível" msgid "Chat locked" msgstr "Conversa trancada" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Conversas — silêncio" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Conversas — som" @@ -2536,6 +2630,12 @@ msgstr "Conversa silenciada" msgid "Chat not found." msgstr "Conversa não encontrada." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Donos de conversas não podem sair da conversa em grupo." @@ -2548,22 +2648,22 @@ msgstr "O destinatário da conversa não é seguido pelo remetente." msgid "Chat request inbox" msgstr "Caixa de entrada de pedidos de conversa" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Pedidos de conversa" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Configurações de conversa" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Configurações de Conversa" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Conversa dessilenciada" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Conversas" @@ -2602,7 +2702,7 @@ msgstr "Verificar meu estado" #: src/screens/Login/LoginForm.tsx:307 msgid "Check your email for a sign in code and enter it here." -msgstr "Verifique seu e-mail para um código de registro e insira-o aqui." +msgstr "Verifique seu e-mail por um código de registro e insira-o aqui." #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 msgid "Child safety" @@ -2635,7 +2735,7 @@ msgstr "Escolher pessoas" #: src/view/com/composer/select-language/PostLanguageSelect.tsx:75 #: src/view/com/composer/select-language/PostLanguageSelect.tsx:136 msgid "Choose post languages" -msgstr "Selecionar idiomas da postagem" +msgstr "Escolher idiomas da postagem" #: src/screens/Onboarding/StepProfile/AvatarCreatorItems.tsx:108 msgid "Choose this color as your avatar" @@ -2661,10 +2761,16 @@ msgstr "Escolha sua própria linha do tempo! Feeds feitos pela comunidade ajudam msgid "Choose your password" msgstr "Escolha sua senha" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Seu nome de usuário" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Limpar dados de armazenamento" @@ -2673,6 +2779,10 @@ msgstr "Limpar dados de armazenamento" msgid "Clear all storage data (restart after this)" msgstr "Limpar dados de armazenamento (e então reiniciar)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Clique aqui para ver o link de convite para esta conversa em grupo" msgid "Click to open tag menu for {0}" msgstr "Clique para abrir o menu de tag para {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Clique para tentar enviar novamente a mensagem" @@ -2755,6 +2865,7 @@ msgstr "Clique para tentar enviar novamente a mensagem" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Clique para tentar enviar novamente a mensagem" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Fechar banner" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Fechar o banner de solicitações recebidas" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Fechar esta janela" @@ -2872,9 +2982,9 @@ msgstr "Fechar janela de boas-vindas" #: src/screens/Login/PasswordUpdatedForm.tsx:33 msgid "Closes password update alert" -msgstr "Fecha o alerta de mudança de senha" +msgstr "Fecha o alerta de alteração de senha" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Fecha a janela de nova postagem e descarta o rascunho" @@ -2884,9 +2994,9 @@ msgstr "Esconder lista de usuários" #: src/view/com/notifications/NotificationFeedItem.tsx:959 msgid "Collapses list of users for a given notification" -msgstr "Fecha a lista de usuários de uma notificação" +msgstr "Esconde a lista de usuários para uma notificação" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Cor" @@ -2917,7 +3027,7 @@ msgstr "Diretrizes da Comunidade" msgid "Complete onboarding and start using your account" msgstr "Complete e comece a utilizar sua conta" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Complete o captcha" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Escrever nova postagem" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Escreva postagens de até {0, plural, other {# caracteres}}" @@ -2936,11 +3046,11 @@ msgstr "Escreva postagens de até {0, plural, other {# caracteres}}" msgid "Compose reply" msgstr "Escrever resposta" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "Comprimindo GIF..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Comprimindo vídeo..." @@ -2954,7 +3064,7 @@ msgstr "Configurar banner de eventos ao vivo" #: src/components/moderation/LabelPreference.tsx:254 msgid "Configured in <0>moderation settings." -msgstr "Configurável no <0>painel de moderação." +msgstr "Configurado nas <0>opções de moderação." #: src/components/Prompt.tsx:211 #: src/components/Prompt.tsx:214 @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Contatar nossa equipe de apoio" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Entrar em contato com o suporte" @@ -3134,8 +3244,12 @@ msgstr "Conversa não encontrada." msgid "Copied build version to clipboard" msgstr "Número de versão do app copiada" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Copiar link para o perfil" msgid "Copy link to starter pack" msgstr "Copiar link para o pacote inicial" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Copiar texto da mensagem" @@ -3341,7 +3455,7 @@ msgstr "Não foi possível salvar as alterações: {0}" msgid "Could not share – please try again" msgstr "Não foi possível compartilhar – por favor, tente novamente" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Não foi possível atualizar as configurações de notificação" @@ -3363,6 +3477,11 @@ msgstr "Falha ao carregar GIFs" msgid "Country code" msgstr "Código de país" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Crie um pacote inicial para mim" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Criar conta" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Criar uma conta" @@ -3549,7 +3668,7 @@ msgstr "Data de nascimento" msgid "Dawn" msgstr "Amanhecer" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Dia" @@ -3632,7 +3751,7 @@ msgstr "Excluir contatos" msgid "Delete conversation" msgstr "Excluir conversa" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Excluir para mim" @@ -3645,7 +3764,7 @@ msgstr "Excluir lista" msgid "Delete message" msgstr "Excluir mensagem" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Excluir mensagem para mim" @@ -3655,7 +3774,7 @@ msgstr "Excluir minha conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Excluir postagem" @@ -3676,7 +3795,7 @@ msgstr "Excluir esta lista?" msgid "Delete this post?" msgstr "Excluir esta postagem?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Excluído" @@ -3697,10 +3816,6 @@ msgstr "Excluído pelo Plivo após a verificação" msgid "Deleted list" msgstr "Lista excluída" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "O dispositivo falhou em traduzir :(" msgid "Dialog: adjust who can interact with this post" msgstr "Ajuste quem pode interagir com esta postagem" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Menos escuro" @@ -3806,9 +3925,9 @@ msgstr "Desativado" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Descartar" msgid "Discard changes?" msgstr "Descartar alterações?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Descartar rascunho?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Descartar postagem?" @@ -3864,7 +3983,7 @@ msgstr "Dispensar" msgid "Dismiss banner" msgstr "Dispensar banner" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Dispensar erro" @@ -3954,13 +4073,13 @@ msgstr "Não se preocupe! Todas as mensagens e configurações existentes estão #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Não se preocupe! Todas as mensagens e configurações existentes estão msgid "Done" msgstr "Concluído" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Toque duas vezes ou pressione longamente a mensagem para adicionar uma reação" @@ -4045,7 +4164,7 @@ msgstr "Devido a leis na sua região, certos recursos no Bluesky estão restrito msgid "Duration:" msgstr "Duração:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Anoitecer" @@ -4176,12 +4295,12 @@ msgstr "Editar opções de interação de postagens" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Editar perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Editar perfil" @@ -4268,7 +4387,7 @@ msgstr "Incorporar postagem" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incorpore esta postagem no seu site. É só copiar o trecho seguinte e colar no código HTML do seu site." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Reprodutor interno de vídeo" @@ -4308,8 +4427,8 @@ msgstr "Ativar reprodutores de mídia para" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Ative as notificações de uma conta ao visitar seu perfil e pressionar no <0>ícone de sino <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Ativar notificações no dispositivo" @@ -4400,7 +4519,7 @@ msgstr "Insira sua senha" msgid "Enter your username and password" msgstr "Insira seu nome de usuário e senha" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Entra em tela cheia" @@ -4408,7 +4527,7 @@ msgstr "Entra em tela cheia" msgid "Entertainment" msgstr "Entretenimento" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Erro" @@ -4438,7 +4557,7 @@ msgstr "Não foi possível salvar o arquivo" msgid "Error receiving captcha response." msgstr "Não foi possível processar o captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Erro: {error}" @@ -4450,26 +4569,38 @@ msgstr "Todos podem responder" msgid "Everybody can reply to this post." msgstr "Todos podem responder esta postagem." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Todos" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Todos" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Todos" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Demais itens" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Excluir usuário que você segue" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Imagens sexualmente explícitas." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Explorar" msgid "Explore the app" msgstr "Explorar o aplicativo" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Exportar meus dados de conversa" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "Falha ao aceitar solicitação para entrar" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Falha ao adicionar reação de emoji" @@ -4626,6 +4757,7 @@ msgstr "Não foi possível alterar o nome de usuário. Por favor tente novamente #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Falha ao copiar link" @@ -4698,10 +4830,6 @@ msgstr "Não foi possível seguir todos os amigos, por favor tente novamente" msgid "Failed to hide suggestion, please check your internet connection" msgstr "Não foi possível ocultar a sugestão, verifique sua conexão com a internet" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Falha ao ignorar solicitação para entrar" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Falha ao entrar na conversa em grupo. Por favor, tente novamente." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Falha ao sair da conversa em grupo" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Falha ao carregar conversas" @@ -4735,8 +4863,11 @@ msgstr "Não foi possível carregar os feeds" msgid "Failed to load feeds preferences" msgstr "Falha ao carregar preferências de feeds" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Falha ao carregar configurações de notificação." @@ -4767,12 +4898,13 @@ msgstr "Falha ao carregar sugestões a seguir" msgid "Failed to lock group chat" msgstr "Falha ao trancar conversa em grupo" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Falha ao marcar todos os pedidos como lidos" @@ -4789,6 +4921,10 @@ msgstr "Falha ao fixar postagem" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Falha ao reconectar Germ DM. Erro: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Falha ao remover os dados devido a um erro de rede, verifique sua conexão com a internet." @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "Falha ao remover dados. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Falha ao remover reação de emoji" @@ -4830,7 +4966,7 @@ msgstr "Falha ao cancelar sua solicitação. Por favor, tente novamente." msgid "Failed to resolve location. Please try again." msgstr "Falha ao determinar localização. Por favor, tente novamente." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Não foi possível salvar o rascunho" @@ -4898,7 +5034,7 @@ msgstr "Falha ao atualizar os feeds" msgid "Failed to update notification declaration" msgstr "Falha ao atualizar a declaração de notificação" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Falha ao atualizar as configurações" @@ -4973,7 +5109,7 @@ msgstr "Comentários enviados para o operador do feed" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Buscar atualização" msgid "File saved successfully!" msgstr "Arquivo salvo com sucesso!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtrar dos feeds" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filtrar pesquisa por idioma" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrar pesquisa por idioma (atual: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtre quem pode optar por receber notificações da sua atividade" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Filtre de quem você receberá notificações" @@ -5081,7 +5238,7 @@ msgstr "Encontre pessoas para seguir" msgid "Find people you know" msgstr "Encontre pessoas que você conhece" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Encontre postagens, usuários e feeds no Bluesky" @@ -5361,7 +5518,8 @@ msgstr "Quatro balões de mensagem representando uma conversa em grupo. Primeira msgid "Free your feed" msgstr "Libere o seu feed" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "De" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Por <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Gere um pacote inicial" @@ -5414,43 +5577,51 @@ msgstr "Germ DM reconectado" msgid "Get help" msgstr "Obter ajuda" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Receba notificações sobre adesões a pacotes iniciais, verificações e outras atividades." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Seja notificado quando pessoas começam a te seguir." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Seja notificado quando pessoas curtem suas postagens." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Receba notificações quando pessoas curtirem suas repostagens." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Seja notificado quando pessoas te mencionarem." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Seja notificado quando pessoas citarem suas postagens." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Seja notificado quando pessoas responderem suas postagens." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Seja notificado quando pessoas repostam suas postagens." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Receba notificações quando pessoas repostarem suas repostagens." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Receba notificações quando houver atividade em postagens que você está acompanhando." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Vamos começar" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF enviado" @@ -5686,7 +5857,7 @@ msgstr "Conversa em grupo dessilenciada" msgid "Group Chats" msgstr "Conversas em Grupo" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Conversas em grupo só estão disponíveis para usuários maiores de 18 anos." @@ -5784,7 +5955,7 @@ msgstr "Tem um código? <0>Clique aqui." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Sua localização está errada? <0>Toque aqui para atualizar sua localização com GPS." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Precisa de ajuda?" @@ -5973,7 +6144,7 @@ msgstr "Hmmmm, parece que estamos com problemas pra carregar os dados. Veja mais msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, não foi possível carregar este serviço de moderação." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Espere! Estamos gradualmente dando acesso ao vídeo, e você ainda está esperando na fila. Volte em breve!" @@ -6102,12 +6273,12 @@ msgstr "Se você for um desenvolvedor, você pode hospedar seu próprio servidor msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Se você estiver tentando alterar seu nome de usuário ou e-mail, faça isso antes de desativar." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Imagem" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Imagem {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Imagem {0} de {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Imagem {0} de {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Memória temporária de imagens removida, {0} liberados" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Galeria de imagens, {0} imagens" @@ -6201,43 +6372,77 @@ msgstr "Importados em {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Para fornecermos uma experiência apropriada para a idade, precisamos saber a sua data de nascimento. Esta é uma solicitação única, e seus dados serão mantidos privados." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "No app" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Notificações no app" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "No app, todos" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "No app, pessoas que você segue" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "No app, no dispositivo" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "No app, no dispositivo, todos" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "No app, no dispositivo, pessoas que você segue" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Caixa de entrada vazia" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Caixa de entrada vazia!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Credenciais incorretas" @@ -6334,7 +6539,6 @@ msgstr "Convite" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Convite inválido. Verifique se você o inseriu corretamente e tente novamente." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Convidar amigos" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Convidar Amigos" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Convites, mas pessoais" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "A sua localização não está correta? <0>Toque aqui para atualizar sua localização com GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "É só você por enquanto! Adicione mais pessoas ao seu pacote inicial pesquisando acima." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID da requisição: {0}" @@ -6469,8 +6672,8 @@ msgstr "Participar da conversa" msgid "Journalism" msgstr "Jornalismo" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Continuar editando" @@ -6479,11 +6682,6 @@ msgstr "Continuar editando" msgid "Keep me posted" msgstr "Mantenha-me informado" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Expulsar membro" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "Página web do KWS" @@ -6518,6 +6716,10 @@ msgstr "Rótulos sobre sua conta" msgid "Labels on your content" msgstr "Rótulos sobre seu conteúdo" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Configurações de Idiomas" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Iniciado pela última vez agora mesmo" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Mais recentes" @@ -6562,6 +6764,16 @@ msgstr "Saiba mais (em inglês)" msgid "Learn More" msgstr "Saiba Mais" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Saiba mais sobre a verificação de idade" @@ -6765,16 +6977,16 @@ msgstr "Curtido por {0, plural, one {# usuário} other {# usuários}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Curtido por {likeCount, plural, one {# usuário} other {# usuários}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Curtidas" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Curtidas das suas repostagens" @@ -6954,9 +7166,7 @@ msgstr "Carregar novas notificações" msgid "Load new posts" msgstr "Carregar novas postagens" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Carregando chat…" @@ -7065,35 +7275,38 @@ msgstr "Gerenciar configurações de verificação" msgid "Manage your muted words and tags" msgstr "Gerencie suas palavras/tags silenciadas" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Marcar todas como lidas" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" -msgstr "" +msgstr "Marcar todas as conversas como lidas" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" -msgstr "" +msgstr "Marcar todas as solicitações como lidas" #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" msgstr "Marcar como lida" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Todas foram marcadas como lidas" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" -msgstr "" +msgstr "Todas as conversas foram marcadas como lidas" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "Talvez mais tarde" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Mídia" @@ -7137,28 +7351,31 @@ msgstr "Membros ainda podem ler o histórico do chat, mas não podem enviar nova msgid "mentioned users" msgstr "usuários mencionados" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Menções" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:202 -msgid "Message" -msgstr "Mensagem" - -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 msgctxt "action" msgid "Message" -msgstr "Mensagem" +msgstr "" + +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" +msgid "Message" +msgstr "" #. placeholder {0}: profile.handle #: src/components/dms/MessageProfileButton.tsx:99 @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mensagem excluída" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Falha ao enviar mensagem." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Mensagem de @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Mensagem de @{0}: {1}" msgid "Message from server: {0}" msgstr "Mensagem do servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Caixa de texto da mensagem" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Mensagem longa demais" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "A mensagem é muito longa ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Opções de mensagem" @@ -7215,11 +7426,11 @@ msgstr "Opções de mensagem" msgid "Messages" msgstr "Mensagens" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "Mensagens dessa pessoa são ocultas enquanto ela está bloqueando você." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Mensagens dessa pessoa são ocultas enquanto ela está bloqueando você." @@ -7343,7 +7554,7 @@ msgstr "Música" msgid "Mute" msgstr "Silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Precisa relatar uma violação de direitos autorais, uma solicitação l msgid "Nevermind, create a handle for me" msgstr "Deixa pra lá, crie um nome de usuário pra mim" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Novo" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Novo" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nova postagem} other {Novas postagens}} de {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "{postsCount, plural, one {Nova postagem} other {Novas postagens}} de {fi #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Nova conversa" @@ -7574,9 +7789,9 @@ msgstr "Novo endereço de e-mail" msgid "New Feature" msgstr "Novo Recurso" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Novos seguidores" @@ -7608,6 +7823,18 @@ msgstr "Novo nome de usuário" msgid "New list" msgstr "Nova lista" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Próximo" msgid "Next image" msgstr "Próxima imagem" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Noite" @@ -7779,12 +8006,12 @@ msgstr "Sem nome" msgid "No notifications yet!" msgstr "Nenhuma notificação!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Ninguém" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Ninguém" @@ -7822,6 +8049,10 @@ msgstr "Sem citações ainda" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Ainda não há GIFs recentes. Escolha um para vê-lo aqui." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Ainda não há respostas" @@ -7856,10 +8087,18 @@ msgstr "Nenhum resultado encontrado" msgid "No results found for \"{query}\"" msgstr "Nenhum resultado encontrado para \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "Nenhum resultado encontrado para \"<0>{query}”." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Sem resultados." @@ -7868,11 +8107,6 @@ msgstr "Sem resultados." msgid "No Starter Packs yet" msgstr "Ainda não há Pacotes Iniciais" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Imagens íntimas não consensuais" msgid "Non-sexual Nudity" msgstr "Nudez não-erótica" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "Indisponível nesta plataforma" @@ -7954,26 +8193,27 @@ msgstr "Nota: Esta postagem só é visível para usuários conectados." msgid "Nothing saved yet" msgstr "Nada foi salvo ainda" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Configurações de notificação" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Sons de notificação" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "O número deve ser um número de celular" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Desligado" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "Um dos destinatários selecionados não permite chats em grupo." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Um dos destinatários selecionados bloqueou você e não pode ser enviado." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Um ou mais GIFs estão sem texto alternativo." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Uma ou mais imagens estão sem texto alternativo." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "Um ou mais arquivos selecionados não são suportados." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Um ou mais arquivos selecionados são muito grandes. O tamanho máximo é {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Uma ou mais postagens são muito longas para salvar como um rascunho. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {O número máximo de caracteres é # caractere.} other {O número máximo de caracteres é # caracteres.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Um ou mais vídeos estão sem texto alternativo." @@ -8083,7 +8323,7 @@ msgstr "Apenas {0} pode responder." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Apenas {0} de {1} {2, plural, one {imagem adicionada} other {imagens adicionadas}}; o limite é {MAX_GALLERY_IMAGES}" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Apenas administradores podem aceitar solicitações para entrar." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Apenas administradores podem ignorar solicitações para entrar." +msgid "Only admins can reject join requests." +msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Apenas pessoas que {0} segue podem entrar." msgid "Only people the chat owner follows can join" msgstr "Apenas pessoas que o dono da conversa segue podem entrar" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Somente arquivos WebVTT (.vtt) são suportados" @@ -8140,6 +8392,10 @@ msgstr "Ops, este perfil não existe. Tente escanear outro." msgid "Oops!" msgstr "Ops!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Abrir criador de avatar" @@ -8170,9 +8426,8 @@ msgstr "Abrir rascunho" msgid "Open drawer menu" msgstr "Abrir menu" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Abrir seletor de emoji" @@ -8280,7 +8535,7 @@ msgstr "Abre uma janela para adicionar um aviso de conteúdo para a sua postagem msgid "Opens a dialog to choose who can interact with this post" msgstr "Abre uma janela para escolher quem pode interagir com esta postagem" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "Abre uma lista de temas de cor para o cartão QR" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Abre a câmera do dispositivo" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Abre a galeria do dispositivo para selecionar até {MAX_GALLERY_IMAGES, plural, other {# imagens}} ou um único vídeo ou GIF." @@ -8329,7 +8584,7 @@ msgstr "Abre o fluxo de criação de conta do Bluesky" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Abre a tela para entrar com uma conta Bluesky existente" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Abre imagem completa" @@ -8513,12 +8768,12 @@ msgstr "Senha atualizada" msgid "Password updated!" msgstr "Senha atualizada!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pausar" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Pausar GIF" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Pausar vídeo" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Pessoas" @@ -8550,17 +8805,17 @@ msgstr "Pessoas seguidas por @{0}" msgid "People following @{0}" msgstr "Pessoas seguindo @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Pessoas que eu sigo" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Pessoas que eu sigo" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Pessoas que eu sigo" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Pessoas que eu sigo podem solicitar entrada" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Pessoas que você segue" @@ -8610,7 +8866,7 @@ msgstr "Número de telefone verificado" msgid "Photography" msgstr "Fotografia" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Escolha um tema de cor" @@ -8658,7 +8914,7 @@ msgstr "Feeds Fixados" msgid "Pinned to your feeds" msgstr "Fixado em seus feeds" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Tocar" @@ -8668,7 +8924,7 @@ msgstr "Tocar" msgid "Play {0}" msgstr "Reproduzir {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Reproduzir GIF" @@ -8681,11 +8937,11 @@ msgstr "Reproduzir vídeo" msgid "Play Video" msgstr "Reproduzir Vídeo" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Reproduz ou para o GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Reproduz ou para o vídeo" @@ -8722,7 +8978,7 @@ msgstr "Por favor, clique no link do email que acabamos de enviar para verificar msgid "Please complete the verification captcha." msgstr "Por favor, complete o captcha de verificação." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Confirme o seu endereço de email para enviar vídeos." @@ -8865,7 +9121,7 @@ msgstr "Política" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Postar" @@ -8885,12 +9141,12 @@ msgstr "Postar uma foto" msgid "Post a video" msgstr "Postar um vídeo" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Postar Tudo" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Postar mesmo assim" @@ -8982,6 +9238,10 @@ msgstr "Postagem desafixada" msgid "Posts" msgstr "Postagens" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "As postagens podem ser silenciadas com base em seu texto, suas tags ou ambos. Recomendamos evitar palavras comuns que aparecem em muitas postagens, pois isso pode resultar em nenhuma postagem sendo exibida." @@ -9067,11 +9327,11 @@ msgstr "Política de Privacidade" msgid "Privacy violation of a minor" msgstr "Violação da privacidade de um menor" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "Processando GIF..." -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Processando vídeo..." @@ -9083,7 +9343,7 @@ msgstr "Processando..." msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Listas públicas e compartilháveis de usuários para silenciar ou bloquear em massa." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Publicar postagem" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Publicar postagens" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Publicar respostas" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Publicar resposta" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "No dispositivo" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Notificações no dispositivo" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "No dispositivo, todos" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "No dispositivo, pessoas que você segue" @@ -9188,10 +9448,10 @@ msgstr "A postagem de citação foi desanexada com sucesso" msgid "Quote posts disabled" msgstr "Citações desabilitadas" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citações" @@ -9238,10 +9498,15 @@ msgstr "Reative sua conta" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Ler {0, plural, one {mais # resposta} other {mais # respostas}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "ler sobre como usar os filtros de busca" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Pessoas reais." msgid "Reason for appeal" msgstr "Motivo do recurso" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Receber notificações no app" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Receber notificações no dispositivo" @@ -9304,7 +9569,7 @@ msgstr "Receber notificações no dispositivo" msgid "Recent GIFs" msgstr "GIFs recentes" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Pesquisas recentes" @@ -9339,8 +9604,8 @@ msgstr "Recusar pedido de conversa" msgid "Reject join request" msgstr "Recusar solicitação para entrar" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Recarregar conversas" @@ -9379,9 +9644,9 @@ msgstr "Remover {displayName} desta conversa em grupo" msgid "Remove {displayName}?" msgstr "Remover {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Remover {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Remover feed" msgid "Remove feed?" msgstr "Remover feed?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Remover da conversa" @@ -9466,11 +9736,16 @@ msgstr "Remover imagem" msgid "Remove live status" msgstr "Remover status ao vivo" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Remover palavra silenciada da lista" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Remover perfil" @@ -9507,11 +9782,11 @@ msgstr "Remover verificação" msgid "Remove your verification for this account?" msgstr "Remover a sua verificação para essa conta?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Removido pelo autor" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Removido por você" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Respondeu a você" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Respostas" @@ -9609,12 +9884,12 @@ msgstr "Respostas desabilitadas" msgid "Replies to this post are disabled." msgstr "Respostas para esta postagem estão desativadas." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Responder" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -9652,7 +9927,7 @@ msgstr "Visibilidade da resposta atualizada" msgid "Reply was successfully hidden" msgstr "Resposta foi ocultada com sucesso" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Denunciar feed" msgid "Report list" msgstr "Denunciar lista" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Denunciar mensagem" @@ -9783,9 +10058,9 @@ msgstr "Repostado por {reposter}" msgid "Reposted by you" msgstr "Repostado por você" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Repostagens" @@ -9793,9 +10068,9 @@ msgstr "Repostagens" msgid "Reposts of this post" msgstr "Repostagens" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Repostagens das suas repostagens" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Solicitar código" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Solicitação ignorada." +msgid "Request rejected." +msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Solicitado" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Solicitações" @@ -9934,9 +10209,9 @@ msgstr "Tenta a última ação, que deu erro" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Salvar data de nascimento" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Salvar alterações" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Salvar alterações?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Salvar rascunho" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Salvar rascunho?" @@ -10089,8 +10364,8 @@ msgstr "Adicionado aos seus feeds" msgid "Say hello!" msgstr "Diga olá!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Diga olá para alguém" @@ -10120,9 +10395,9 @@ msgstr "Rolar à esquerda" msgid "Scroll right" msgstr "Rolar à direita" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "Rolar até a mensagem respondida" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "Ir para o topo" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Pesquisar" @@ -10186,17 +10464,13 @@ msgstr "Pesquisar por mais feeds" msgid "Search for people" msgstr "Procurar pessoas" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Buscar postagens, usuários e feeds" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Pesquisar por GIFs" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "A pesquisa está indisponível quando desconectado" @@ -10225,6 +10499,10 @@ msgstr "Pesquisar postagens" msgid "Search profiles" msgstr "Pesquisar por usuários" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Pesquisar..." @@ -10319,7 +10597,7 @@ msgstr "Selecione um motivo" msgid "Select account" msgstr "Selecione uma conta" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Selecionar um idioma para o app" @@ -10357,6 +10635,11 @@ msgstr "Selecionar idiomas do conteúdo" msgid "Select duration" msgstr "Selecionar duração" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Selecionar de uma conta existente" @@ -10388,7 +10671,7 @@ msgstr "Selecionar membros do grupo" msgid "Select how long to mute this word for." msgstr "Selecione por quanto tempo esta palavra deve ser silenciada." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Selecione seus interesses" msgid "Select your preferred language for translations in your feed." msgstr "Selecione seu idioma preferido para as traduções no seu feed." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Selecione seus canais preferidos de notificação" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "Não é possível selecionar múltiplos tipos de mídia." @@ -10491,8 +10774,7 @@ msgstr "Enviar relatório de erro" msgid "Send feedback" msgstr "Enviar comentários" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Enviar mensagem" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Enviar por mensagem direta" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Enviado em {0}" @@ -10574,7 +10856,7 @@ msgstr "Configura o e-mail para recuperação de senha" msgid "Settings" msgstr "Configurações" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Configurações para atividade de terceiros" @@ -10582,39 +10864,49 @@ msgstr "Configurações para atividade de terceiros" msgid "Settings for allowing others to be notified of your posts" msgstr "Configurações para permitir que outros sejam notificados das suas postagens" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Configurações para notificações de curtidas" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Configurações para notificações de menções" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Configurações para notificações de novo seguidor" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Configurações para as demais notificações" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Configurações para notificações de curtidas das suas repostagens" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Configurações para notificações de repostagens das suas repostagens" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Configurações para notificações de citação" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Configurações para notificações de resposta" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Configurações para notificações de repostagem" @@ -10684,6 +10976,11 @@ msgstr "Compartilhar meu perfil" msgid "Share post at:// URI" msgstr "Compartilhar URI at:// da postagem" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Compartilhar QR code" msgid "Share this feed" msgstr "Compartilhar este feed" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Compartilhar este pacote inicial" @@ -10726,7 +11027,7 @@ msgstr "Testador de Preferências Compartilhadas" msgid "Show" msgstr "Mostrar" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Mostrar texto alternativo" @@ -10864,13 +11165,13 @@ msgstr "Exibe o conteúdo" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "É Necessário Fazer Login" msgid "Signed in as @{0}" msgstr "Autenticado como @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Pular" msgid "Skip contact sharing and continue to the app" msgstr "Pular compartilhamento de contatos e continuar para o app" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Pular publicações vazias?" @@ -10980,7 +11286,7 @@ msgstr "Pular introdução e começar a usar a sua conta" msgid "Skip to next step" msgstr "Pular para a próxima etapa" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "slide" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Alguém saiu do grupo" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Alguém reagiu com {0}" @@ -11223,7 +11529,7 @@ msgstr "Página de status" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Etapa {0} de {1}" @@ -11295,11 +11601,11 @@ msgstr "Inscreva-se em @{0} para utilizar estes rótulos:" msgid "Subscribe to account activity" msgstr "Inscrever-se na atividade da conta" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Inscrever-se no rotulador" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Inscrever-se neste rotulador" @@ -11345,6 +11651,10 @@ msgstr "Sugeridos para você" msgid "Suggestive" msgstr "Sugestivo" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Leve a conversa para o particular." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Toque abaixo para permitir o acesso à sua localização GPS. Usaremos esses dados para determinar com mais precisão o conteúdo e os recursos disponíveis em sua região." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Toque para mais detalhes" @@ -11474,7 +11784,7 @@ msgstr "Toque para remover sua reação {0}" msgid "Tap to request access to join this group chat" msgstr "Toque para solicitar acesso para entrar nesta conversa em grupo" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Toque para tentar novamente" @@ -11487,7 +11797,7 @@ msgstr "Toque para mostrar reações {0}" msgid "Tap to show all reactions" msgstr "Toque para mostrar todas as reações" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Toque para ver as reações" @@ -11669,8 +11979,8 @@ msgstr "A postagem que você está respondendo foi marcada como sido escrita em msgid "The Privacy Policy has been moved to <0/>" msgstr "A Política de Privacidade foi movida para <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "O vídeo selecionado é maior que {VIDEO_MAX_SIZE_MB} MB. Tente novamente com um arquivo menor." @@ -11832,10 +12142,25 @@ msgstr "Muitos usuários estão tentando acessar o Bluesky! Ativaremos sua conta msgid "These are your default settings" msgstr "Estas são as suas configurações padrão" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Estas configurações só se aplicam ao feed principal (Following)." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "Eles são donos desta conversa" @@ -11959,6 +12284,11 @@ msgstr "Este rascunho será excluído permanentemente." msgid "This email is already associated with your account." msgstr "Este email já está associado à sua conta." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Esta função permite que usuários recebam notificações das suas postagens e respostas. Para quem você deseja ativar isto?" @@ -12063,13 +12393,13 @@ msgstr "Esta lista está vazia." msgid "This message is hidden" msgstr "Esta mensagem está oculta" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Esta mensagem está oculta porque este usuário está bloqueando você." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Esta mensagem está oculta porque você está bloqueando este usuário." @@ -12107,7 +12437,7 @@ msgstr "Esta postagem foi excluída pelo autor" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Esta postagem será ocultada dos feeds e tópicos. Isso não pode ser desfeito." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "O autor desta postagem desabilitou as postagens de citação." @@ -12271,7 +12601,7 @@ msgstr "Hoje" msgid "Toggle to enable or disable adult content" msgstr "Ligar ou desligar conteúdo adulto" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Alterna o som" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Muitos contatos - você excedeu o número de contatos que você pode importar para encontrar seus amigos" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Principais" @@ -12304,8 +12634,8 @@ msgstr "Respostas populares primeiro" msgid "Topic" msgstr "Assunto" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Trollagem" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "A confiança emerge de relacionamentos, comunidades e contexto compartilhado, por isso também estamos permitindo <0>verificadores confiáveis: organizações que podem conceder verificação diretamente." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Experimente um termo de pesquisa diferente, ou <0>leia sobre como usar os filtros de busca." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Experimente" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Autenticação em duas etapas (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Digite sua mensagem aqui" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Tipo:" @@ -12423,7 +12756,7 @@ msgstr "Não foi possível conectar. Verifique a sua conexão de internet e tent #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Não foi possível entrar em contato com seu serviço. Por favor, verifique sua conexão à internet." @@ -12463,7 +12796,7 @@ msgstr "Indisponível" msgid "Unavailable feed information" msgstr "Informação do feed indisponível" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Destrancar esta conversa em grupo" msgid "Unmute" msgstr "Dessilenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Lista desafixada" msgid "Unsnooze email reminder" msgstr "Reativar lembretes de email" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Cancelar inscrição" @@ -12691,7 +13024,7 @@ msgstr "Cancelar inscrição" msgid "Unsubscribe from list" msgstr "Cancelar inscrição da lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Cancelar inscrição deste rotulador" @@ -12703,10 +13036,15 @@ msgstr "Cancelada inscrição na lista" msgid "Unsupported clipboard content" msgstr "Conteúdo da área de transferência não suportado" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Formato de vídeo não suportado: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Até 50 pessoas" @@ -12719,7 +13057,7 @@ msgstr "Atualizar" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "Atualizar {0} nas Listas" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "Atualizar email" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "Atualizar nas Listas" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "Carregar um arquivo" msgid "Upload from Library" msgstr "Carregar da galeria" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "Enviando GIF..." @@ -12805,7 +13143,7 @@ msgstr "Enviando imagens..." msgid "Uploading link thumbnail..." msgstr "Enviando prévia de link..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Enviando vídeo..." @@ -13040,12 +13378,12 @@ msgstr "Verificando..." msgid "Version {0}" msgstr "Versão {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Vídeo" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Falha no processamento do vídeo" @@ -13084,12 +13422,12 @@ msgstr "Vídeo não encontrado." msgid "Video settings" msgstr "Configurações de vídeo" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Vídeo enviado" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Vídeo: {0}" @@ -13097,11 +13435,13 @@ msgstr "Vídeo: {0}" msgid "Videos" msgstr "Vídeos" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Vídeos devem ter menos de 3 minutos de duração." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Visualizar" @@ -13190,7 +13530,7 @@ msgstr "Ver mais" msgid "View more trending videos" msgstr "Ver mais vídeos em alta" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Visualizar postagem" @@ -13264,8 +13604,8 @@ msgstr "Veja suas contas silenciadas" msgid "View your verifications" msgstr "Ver suas verificações" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Ver imagem completa" @@ -13391,7 +13731,7 @@ msgstr "Recomendamos a escolha de pelo menos dois interesses." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Enviamos um email para <0>{0} contendo um link. Clique nele para concluir o processo de verificação de email." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Não conseguimos determinar se você tem permissão para enviar vídeos. Tente novamente." @@ -13460,7 +13800,7 @@ msgstr "Estamos com problemas de rede, tente novamente" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Estamos introduzindo uma nova camada de verificação no Bluesky — uma marca de verificação fácil de ver." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Estamos muito contentes em receber você!" @@ -13477,8 +13817,8 @@ msgstr "Tivemos um problema ao exibir esta lista. Se continuar acontecendo, cont msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Não foi possível carregar sua lista de palavras silenciadas. Por favor, tente novamente." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Lamentamos, mas sua pesquisa não pôde ser concluída. Por favor, tente novamente em alguns minutos." @@ -13486,7 +13826,7 @@ msgstr "Lamentamos, mas sua pesquisa não pôde ser concluída. Por favor, tente msgid "We're sorry, you cannot access this screen at this time." msgstr "Desculpe, você não pode acessar esta tela no momento." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Sentimos muito! A postagem que você está respondendo foi excluída." @@ -13536,8 +13876,13 @@ msgstr "Do que você gosta?" msgid "What do you want to call your starter pack?" msgstr "Como você quer chamar seu pacote inicial?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "E aí, qual é a boa?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Quem pode verificar?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Ops!" @@ -13623,7 +13968,7 @@ msgstr "Gostaria de bloquear este usuário e/ou sair desta conversa?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Gostaria de salvar isto como um rascunho antes de visualizar os seus rascunhos?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Gostaria de salvar isto como um rascunho para editar mais tarde?" @@ -13632,12 +13977,12 @@ msgstr "Gostaria de salvar isto como um rascunho para editar mais tarde?" msgid "Write a post" msgstr "Escrever uma postagem" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Escrever postagem" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Escreva sua resposta" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Você está acessando o Bluesky de uma região que exige legalmente a verificação da sua idade antes de permitir o acesso ao app." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "Você está bloqueando {0}" @@ -13741,7 +14086,7 @@ msgstr "Você está ao vivo" msgid "You are no longer live" msgstr "Você não está mais ao vivo" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Você não tem permissão para enviar vídeos." @@ -13786,12 +14131,12 @@ msgstr "Você também pode baixar os dados das suas conversas como um arquivo \" msgid "You can always opt out and delete your data" msgstr "Você sempre pode escolher não usar e excluir seus dados" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Você pode escolher se as notificações de conversa terão som nas configurações de conversa dentro do app" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Você pode continuar conversando, independentemente da configuração que escolher." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Agora você pode entrar com a sua nova senha." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Você pode adicionar no máximo {MAX_GALLERY_IMAGES, plural, other {# imagens}} por postagem" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Você só pode salvar rascunhos com até 1000 caracteres." @@ -13821,11 +14166,11 @@ msgstr "Você só pode salvar rascunhos com até 1000 caracteres." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Você só pode salvar rascunhos de até 1000 caracteres. Gostaria de descartar esta postagem antes de visualizar seus rascunhos?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Você só pode selecionar um GIF por vez." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Você só pode selecionar um vídeo por vez." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Você pode ler o histórico da conversa, mas não pode enviar novas mensagens." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Você pode selecionar até {MAX_GALLERY_IMAGES, plural, other {# imagens}} no total." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Você pode alterar esta opção depois nas suas configurações." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "Você não pode adicionar mais que {EMOJI_REACTION_LIMIT, plural, one {# reação com emoji} other {# reações com emoji}}" @@ -13958,7 +14303,7 @@ msgstr "Você verificou com sucesso o seu endereço de e-mail. Você pode fechar msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Você atingiu temporariamente o limite de envios de vídeo. Tente novamente mais tarde." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Você tem alterações não salvas neste rascunho, gostaria de salvá-las?" @@ -14033,7 +14378,7 @@ msgstr "Você deve estar seguindo pelo menos sete outras pessoas para gerar um p msgid "You must grant access to your photo library to save a QR code" msgstr "Você deve conceder acesso à sua galeria de fotos para salvar o QR code" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Você precisa permitir acesso à sua biblioteca de mídia." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Talvez você queira reiniciar o app agora." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Você reagiu com {0}" @@ -14069,17 +14414,17 @@ msgstr "Você reagiu com {0} a {target}" msgid "You recently changed your birthdate" msgstr "Você alterou sua data de nascimento recentemente" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "Você respondeu" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "Você respondeu a {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "Você respondeu a si mesmo" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,11 +14462,11 @@ msgstr "Você não poderá voltar a entrar a menos que seja convidado." msgid "You: {message}" msgstr "Você: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Você seguirá os usuários e feeds sugeridos após terminar de criar sua conta!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Você seguirá os usuários sugeridos após terminar de criar sua conta!" @@ -14185,7 +14530,7 @@ msgstr "Você chegou ao fim do conteúdo ativo." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Você chegou ao fim do seu feed! Encontre novas contas para seguir." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Você atingiu o número máximo de rascunhos" @@ -14193,15 +14538,19 @@ msgstr "Você atingiu o número máximo de rascunhos" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Você atingiu o número máximo de solicitações permitidas. Tente novamente mais tarde." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Você chegou ao início do conteúdo ativo." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Você atingiu seu limite diário de uploads de vídeo (muitos bytes)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Você atingiu seu limite diário de uploads de vídeos (muitos vídeos)" @@ -14209,7 +14558,7 @@ msgstr "Você atingiu seu limite diário de uploads de vídeos (muitos vídeos)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Você esgotou os vídeos disponíveis para assistir. Que tal descansar um pouco?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Sua conta" @@ -14221,7 +14570,7 @@ msgstr "Sua conta foi excluída. Até mais✌️" msgid "Your account has been suspended" msgstr "Sua conta foi suspensa" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Sua conta ainda não tem idade suficiente para enviar vídeos. Por favor, tente novamente mais tarde." @@ -14353,11 +14702,11 @@ msgstr "Sua senha foi alterada com sucesso! Use a sua nova senha quando entrar n msgid "Your password must be at least 8 characters long." msgstr "Sua senha deve ter no mínimo 8 caracteres." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Sua postagem foi enviada" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Suas postagens foram enviadas" @@ -14378,7 +14727,7 @@ msgstr "Sua foto de perfil cercada por círculos concêntricos das fotos de perf msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Seu perfil, postagens, feeds e listas não serão mais visíveis para outros usuários do Bluesky. Você pode reativar sua conta a qualquer momento fazendo login." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Sua resposta foi enviada" @@ -14391,7 +14740,7 @@ msgstr "Sua denúncia será enviada para <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Seus interesses escolhidos nos ajudam a entregar o conteúdo que interessa a você." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Seu tópico tem postagens vazias que serão ignoradas. As postagens restantes serão publicadas como um tópico." diff --git a/src/locale/locales/pt-PT/messages.po b/src/locale/locales/pt-PT/messages.po index f33f9c56df..b8a84ba3cc 100644 --- a/src/locale/locales/pt-PT/messages.po +++ b/src/locale/locales/pt-PT/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: pt\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria \"{interestsDisplayName}\" (ativo)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(mensagem bloqueada oculta)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(link de convite da conversa)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(contém conteúdo incorporado)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(mensagem eliminada)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(link de convite da conversa desativado)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(link de convite da conversa inválido)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(sem e-mail)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(sem texto)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(publicação citada)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, one {# rótulo de conta} other {# rótulos de conta}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, one {# rótulo de conteúdo} other {# rótulos de conteúdo}}" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {# amigo encontrado !} other {# amigos encontrados !}} msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# hora} other {# horas}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# rótulo inserido} other {# rótulos inseridos}} nesta conta" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# rótulo inserido} other {# rótulos inseridos}} neste conteúdo" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {# novo pedido de adesão} other {# novos pedidos de ade #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# pessoa} other {# pessoas}} reagiu – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# segundo} other {# segundos}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# item não lido} other {# itens não lidos}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} a seguir" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "Está bloqueado por {0}" @@ -277,10 +305,16 @@ msgstr "{0} de 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} reagiu com {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} itens não lidos" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} foi removido/a" msgid "{0} was removed from the group" msgstr "{0} foi removido/a do grupo" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "{0}, " + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, one {membro} other {membros}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "{0}+" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "+ de {0} pedidos" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {# atualização da conversa} other {# atualizaçõe msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {# novo pedido de adesão} other {# novos pedidos de adesão}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# pedido} other {# pedidos}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "{filterCount, plural, one {+# filtro} other {+# filtros}}" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} seguiram-te" @@ -677,17 +733,17 @@ msgstr "{profileName} aderiu ao Bluesky utilizando um pacote de iniciante há {t msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} respondeu" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName} respondeu a {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName} respondeu-te" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> adicionou-te" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Inicie sessão<1> ou <2>crie uma conta<3> <4>para procurar por notícias, desporto, política e tudo resto que acontece no Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>Tu e<1> <2>{0} estão incluídos no seu pacote de inician msgid "⚠Invalid Handle" msgstr "⚠️Nome de utilizador inválido" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Aceitar Pedido" msgid "Accept this language suggestion" msgstr "Aceitar esta sugestão de idioma" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Conversas aceites" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Acesso solicitado! O proprietário do grupo irá rever o seu pedido." @@ -1050,9 +1091,9 @@ msgstr "Removeu silenciamento da conta" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Contas com um selo de verificação azul recortado <0><1/> podem verificar outras. Estes verificadores confiáveis são selecionados pelo Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Atividade de outros" @@ -1108,6 +1149,10 @@ msgstr "Adicionar texto alternativo" msgid "Add alt text (optional)" msgstr "Adicionar texto alternativo (opcional)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "Adicionar um filtro de pesquisa adicional" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Adicionar texto alternativo (opcional)" msgid "Add another account" msgstr "Adicionar outra conta" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Adicionar outra publicação" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Adicionar outra publicação ao fio" @@ -1141,6 +1186,10 @@ msgstr "Adicionar rótulo de automação à conta" msgid "Add emoji reaction" msgstr "Adicionar reação de emoji" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "Adicionar filtro" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Adicionar membros à conversa de grupo" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Adicionar imagem" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Adicionar conteúdo multimédia à publicação" @@ -1312,6 +1361,11 @@ msgstr "Conteúdo de abuso sexual adulto" msgid "Advanced" msgstr "Avançado" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "Pesquisa avançada" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Verificação de Idade" @@ -1337,6 +1391,7 @@ msgstr "alice@exemplo.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Tudo" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Todos os amigos foram seguidos!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Todos os idiomas" @@ -1367,6 +1422,15 @@ msgstr "Todos os idiomas" msgid "All languages will be shown in your feeds." msgstr "Todos os idiomas serão exibidos nos seus feeds." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "Todas estas palavras" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "Todas as publicações" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Todos os feeds que guardou, num único lugar." @@ -1380,13 +1444,13 @@ msgstr "Permitir acesso às suas mensagens diretas" msgid "Allow anyone to reply" msgstr "Permitir que qualquer pessoa responda" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Permitir mensagens de" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Permitir convites para conversas de grupo de" @@ -1440,10 +1504,10 @@ msgstr "Já possui uma conta?" msgid "Already signed in as @{0}" msgstr "Já iniciou sessão como @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Texto alternativo" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Texto Alternativo" @@ -1489,7 +1553,7 @@ msgstr "Ocorreu um erro" msgid "An error occurred" msgstr "Ocorreu um erro" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Ocorreu um erro ao comprimir o vídeo." @@ -1535,11 +1599,11 @@ msgstr "Ocorreu um erro enquanto guardava o Código QR!" msgid "An error occurred while trying to follow all" msgstr "Ocorreu um erro enquanto tentava seguir todos" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Ocorreu um erro ao carregar o vídeo. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Ocorreu um erro ao carregar o vídeo. Por favor, verifique a sua conexão à internet e tente novamente." @@ -1626,7 +1690,7 @@ msgstr "Bem-estar animal" msgid "Animals" msgstr "Animais" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF animado" @@ -1638,6 +1702,11 @@ msgstr "Comunicado" msgid "Announcing verification on Bluesky" msgstr "Anunciando verificação no Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "Qualquer data" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Todos" @@ -1781,6 +1850,24 @@ msgstr "Publicação arquivada" msgid "Are you really, really sure?" msgstr "Tem mesmo a certeza?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "Está à procura de publicações em {0} ou {1}?" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "Está à procura de publicações em {0}?" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "Está à procura de publicações em {0}ou {1}?" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Tem a certeza que deseja eliminar isto dos seus feeds?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Tem a certeza de que quer cancelar o seu pedido para aderir a {0}?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Tem a certeza que deseja descartar esta publicação?" @@ -1904,7 +1991,7 @@ msgstr "Disponível" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Disponível" msgid "Back" msgstr "Voltar" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Voltar às Conversas" @@ -1961,10 +2048,10 @@ msgstr "Antes de poder receber notificações de publicações de {name}, primei #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Bloquear utilizador e/ou eliminar esta conversa" msgid "Block user and/or leave this conversation" msgstr "Bloquear utilizador e/ou sair desta conversa" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Bloqueado" @@ -2091,10 +2178,6 @@ msgstr "Contas bloqueadas não conseguem responder aos seus fios, mencionar ou i msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Contas bloqueadas não conseguem responder aos seus fios, mencionar ou interagir de qualquer outra forma consigo. Não irá ver o conteúdo delas e elas serão impedidas de verem o seu." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Bloquear não impede o rotulador de aplicar rótulos na sua conta." @@ -2111,11 +2194,21 @@ msgstr "Bloquear não impedirá a aplicação de rótulos na sua conta, mas impe msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "bloomscrolling booksky" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "bluesky atproto" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "O Bluesky não pode confirmar a veracidade da data aplicada." @@ -2340,7 +2433,7 @@ msgstr "Acesso à câmara necessário" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Acesso à câmara necessário" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Acesso à câmara necessário" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2389,9 +2483,9 @@ msgstr "Cancelar reativação e terminar sessão" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "Cancelar resposta" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Cancelar pesquisa" @@ -2411,7 +2505,7 @@ msgstr "Legendas (.vtt)" msgid "Captions & alt text" msgstr "Legendas e texto alternativo" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "carrossel" @@ -2435,7 +2529,7 @@ msgstr "Alterar ícone da aplicação" msgid "Change app icon to \"{0}\"" msgstr "Alterar ícone da aplicação para \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Alterar idioma da aplicação" @@ -2518,11 +2612,11 @@ msgstr "O link de convite para a conversa já não está disponível" msgid "Chat locked" msgstr "Conversa trancada" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Mensagens de conversas - silencioso" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Mensagens de conversas - com som" @@ -2536,6 +2630,12 @@ msgstr "Conversa silenciada" msgid "Chat not found." msgstr "Conversa não encontrada." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "Opções de conversa" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Os proprietários da conversa não podem sair de uma conversa de grupo." @@ -2548,22 +2648,22 @@ msgstr "O destinatário da conversa não é seguido pelo remetente." msgid "Chat request inbox" msgstr "Caixa de pedidos de conversa" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Pedidos de conversa" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" -msgstr "Definições da conversa" +msgstr "Definições das conversas" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Definições da Conversa" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Removeu o silenciamento da conversa" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Conversas" @@ -2661,10 +2761,16 @@ msgstr "Escolha a sua própria cronologia! Feeds construídos pela comunidade pe msgid "Choose your password" msgstr "Escolha a sua palavra-passe" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Escolha o seu nome de utilizador" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "Limpar" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Limpar todos os dados armazenados" @@ -2673,6 +2779,10 @@ msgstr "Limpar todos os dados armazenados" msgid "Clear all storage data (restart after this)" msgstr "Limpar todos os dados armazenados (e reiniciar)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "Limpar data" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Clique aqui para ver o link de convite para esta conversa de grupo" msgid "Click to open tag menu for {0}" msgstr "Clique para abrir o menu de tags para {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Clique para reenviar a mensagem falha" @@ -2755,6 +2865,7 @@ msgstr "Clique para reenviar a mensagem falha" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Clique para reenviar a mensagem falha" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Fechar banner" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Fechar o banner de pedidos de adesão" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Fechar esta janela de diálogo" @@ -2874,7 +2984,7 @@ msgstr "Fechar modal de boas-vindas" msgid "Closes password update alert" msgstr "Fecha o aviso de atualização de palavra-passe" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Fecha o compositor de publicação e descarta o rascunho de publicação" @@ -2886,7 +2996,7 @@ msgstr "Colapsar lista de utilizadores" msgid "Collapses list of users for a given notification" msgstr "Colapsa lista de utilizadores para uma notificação" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Cor" @@ -2917,7 +3027,7 @@ msgstr "Diretrizes da Comunidade" msgid "Complete onboarding and start using your account" msgstr "Complete e comece a utilizar a sua conta" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Conclua o desafio" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Escrever nova publicação" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Compor publicações com até {0, plural, other {# caracteres}} de comprimento" @@ -2936,11 +3046,11 @@ msgstr "Compor publicações com até {0, plural, other {# caracteres}} de compr msgid "Compose reply" msgstr "Escrever resposta" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "A comprimir GIF..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "A comprimir vídeo..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Contacte a nossa equipa de suporte" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Contactar suporte" @@ -3134,8 +3244,12 @@ msgstr "Conversa não encontrada." msgid "Copied build version to clipboard" msgstr "Versão de compilação copiada para a área de transferência" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "Link copiado para a área de transferência" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Copiar link para o perfil" msgid "Copy link to starter pack" msgstr "Copiar link para pacote de iniciante" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Copiar texto da mensagem" @@ -3341,7 +3455,7 @@ msgstr "Não foi possível guardar as alterações: {0}" msgid "Could not share – please try again" msgstr "Não foi possível partilhar – por favor, tente novamente" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Não foi possível atualizar as definições de notificações" @@ -3363,6 +3477,11 @@ msgstr "Não foi possível carregar os GIFs" msgid "Country code" msgstr "Código do país" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "vacas porcos" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Criar um pacote de iniciante para mim" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Criar conta" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Criar uma conta" @@ -3549,7 +3668,7 @@ msgstr "Data de nascimento" msgid "Dawn" msgstr "Madrugada" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Dia" @@ -3632,7 +3751,7 @@ msgstr "Apagar contactos" msgid "Delete conversation" msgstr "Eliminar conversa" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Eliminar para mim" @@ -3645,7 +3764,7 @@ msgstr "Eliminar lista" msgid "Delete message" msgstr "Eliminar mensagem" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Eliminar mensagem para mim" @@ -3655,7 +3774,7 @@ msgstr "Eliminar a minha conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Eliminar publicação" @@ -3676,7 +3795,7 @@ msgstr "Eliminar esta lista?" msgid "Delete this post?" msgstr "Eliminar esta publicação?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Eliminado" @@ -3697,10 +3816,6 @@ msgstr "Eliminado pelo Plivo após verificação" msgid "Deleted list" msgstr "Lista eliminada" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "O dispositivo não conseguiu traduzir :(" msgid "Dialog: adjust who can interact with this post" msgstr "Janela de diálogo: ajustar quem pode interagir com esta publicação" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "Diálogo: Definir opções de busca avançadas" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Escuro" @@ -3806,9 +3925,9 @@ msgstr "Desativado" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Descartar" msgid "Discard changes?" msgstr "Descartar alterações?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Descartar rascunho?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Descartar publicação?" @@ -3864,7 +3983,7 @@ msgstr "Ignorar" msgid "Dismiss banner" msgstr "Ignorar banner" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Ignorar falha" @@ -3954,13 +4073,13 @@ msgstr "Não se preocupe! Todas as mensagens e configurações existentes serão #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Não se preocupe! Todas as mensagens e configurações existentes serão msgid "Done" msgstr "Concluído" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Toque duplo ou toque prolongadamente a mensagem para adicionar uma reação" @@ -4045,7 +4164,7 @@ msgstr "Devido à legislação em vigor na sua região, certas funcionalidades n msgid "Duration:" msgstr "Duração:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Anoitecer" @@ -4176,12 +4295,12 @@ msgstr "Editar definições de interação da publicação" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Editar perfil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Editar Perfil" @@ -4268,7 +4387,7 @@ msgstr "Incorporar publicação" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Incorpore esta publicação no seu site. Simplesmente copie o seguinte excerto e cole-o no código HTML do seu site." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Reprodutor de vídeos incorporado" @@ -4308,8 +4427,8 @@ msgstr "Permitir reprodutores de multimédia para" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Ative as notificações de uma conta visitando o perfil desta e pressionando o <0>ícone de sino <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Ativar notificações push" @@ -4400,7 +4519,7 @@ msgstr "Insira a sua palavra-passe" msgid "Enter your username and password" msgstr "Insira o seu nome de utilizador e palavra-passe" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Entra em ecrã cheio" @@ -4408,7 +4527,7 @@ msgstr "Entra em ecrã cheio" msgid "Entertainment" msgstr "Entretenimento" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Erro" @@ -4438,7 +4557,7 @@ msgstr "Ocorreu um erro ao guardar o ficheiro" msgid "Error receiving captcha response." msgstr "Ocorreu um erro ao obter a resposta do captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Erro: {error}" @@ -4450,26 +4569,38 @@ msgstr "Todos podem responder" msgid "Everybody can reply to this post." msgstr "Todos podem responder a esta publicação." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Todos" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Todos" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Todos" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Tudo o resto" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "Excluir" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Excluir utilizadores que eu sigo" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Imagens sexuais explícitas." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Explorar" msgid "Explore the app" msgstr "Explorar a aplicação" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Descarregar dados das minhas conversas" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "Falha ao aceitar pedido de adesão" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Falha ao adicionar reação de emoji" @@ -4614,7 +4745,7 @@ msgstr "Falha ao adicionar membros" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "Falha ao adicionar à lista" #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" @@ -4626,6 +4757,7 @@ msgstr "Falha ao tentar alterar nome de utilizador. Tente novamente." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Falha ao copiar o link" @@ -4698,10 +4830,6 @@ msgstr "Falha ao seguir todos os seus amigos. Por favor, tente novamente" msgid "Failed to hide suggestion, please check your internet connection" msgstr "Falha ao ocultar sugestão. Por favor, verifique a sua conexão à internet" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Falha ao ignorar pedido de adesão" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Falha ao entrar na conversa de grupo. Por favor, tente novamente." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Falha ao sair da conversa de grupo" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Falha ao carregar as conversas" @@ -4735,8 +4863,11 @@ msgstr "Falha ao carregar feeds" msgid "Failed to load feeds preferences" msgstr "Falha ao carregar preferências de feeds" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Falha ao carregar definições de notificações." @@ -4767,12 +4898,13 @@ msgstr "Falha ao carregar contas sugeridas" msgid "Failed to lock group chat" msgstr "Falha ao trancar a conversa de grupo" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "Falha ao marcar todas as conversas como lidas" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Falha ao marcar todas as solicitações como lidas" @@ -4789,6 +4921,10 @@ msgstr "Falha ao afixar a publicação" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Falha ao reconectar Germ DM. Erro: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "Falha ao rejeitar pedido de adesão" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Falha ao remover dados devido a um erro de rede. Por favor, verifique a sua conexão à internet." @@ -4799,14 +4935,14 @@ msgid "Failed to remove data. {0}" msgstr "Falha ao remover dados. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Falha ao remover reação emoji" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "Falha ao remover da lista" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" @@ -4830,7 +4966,7 @@ msgstr "Falha ao rescindir o seu pedido. Por favor, tente novamente." msgid "Failed to resolve location. Please try again." msgstr "Falha ao determinar localização. Por favor, tente novamente." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Falha ao guardar rascunho" @@ -4898,7 +5034,7 @@ msgstr "Falha ao atualizar feeds" msgid "Failed to update notification declaration" msgstr "Falha ao atualizar declaração de notificação" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Falha ao atualizar definições" @@ -4973,7 +5109,7 @@ msgstr "Feedback enviado ao operador do feed" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Obter atualização" msgid "File saved successfully!" msgstr "Ficheiro guardado com sucesso!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "Filtrar por autor" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "Filtrar por autor (atualmente: {currentLabel})" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "Filtrar por multimédia" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "Filtrar por multimédia (atualmente: {currentLabel})" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtrar de feeds" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filtrar pesquisa por idioma" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrar pesquisa por idioma (atualmente: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "Filtrar esta pesquisa por {0}" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtrar quem pode optar por receber notificações da sua atividade" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Filtrar de quem você recebe notificações" @@ -5081,7 +5238,7 @@ msgstr "Encontrar pessoas para seguir" msgid "Find people you know" msgstr "Encontre as pessoas que conhece" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Procure publicações, utilizadores, e feeds no Bluesky" @@ -5361,7 +5518,8 @@ msgstr "Quatro balões de mensagem a representar uma conversa de grupo. Primeira msgid "Free your feed" msgstr "Liberte o seu feed" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "De" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "De <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "Destas pessoas" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Gerar um pacote de iniciante" @@ -5414,43 +5577,51 @@ msgstr "Germ DM reconectada" msgid "Get help" msgstr "Obter ajuda" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Receber notificações de adesões através de pacotes de iniciante, verificação e outra atividade." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Receber notificações quando pessoas te seguirem." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Receber notificações quando pessoas gostarem das suas publicações." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Receber notificações quando as pessoas gostarem das suas republicações." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Receber notificações quando pessoas te mencionarem." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Receber notificações quando pessoas citarem suas publicações." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Receber notificações quando pessoas responderem às suas publicações." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Receber notificações quando pessoas republicarem as suas publicações." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Receber notificações quando as pessoas republicarem as suas republicações." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "Receba notificações quando alguém lhe enviar pedidos de mensagem." + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "Receba notificações quando as pessoas lhe enviarem mensagens." + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Receber notificações quando houver atividade em publicações subscrevidas por si." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Vamos começar" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF carregado" @@ -5686,7 +5857,7 @@ msgstr "Removeu o silenciamento da conversa de grupo" msgid "Group Chats" msgstr "Conversas de Grupo" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "As conversas de grupo só estão disponíveis para utilizadores com 18 anos ou mais." @@ -5784,7 +5955,7 @@ msgstr "Tem um código? <0>Clique aqui." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "A sua localização está errada? <0>Toque aqui para atualizar a sua localização com o GPS." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Está com problemas?" @@ -5973,7 +6144,7 @@ msgstr "Hmmmm, parece que estamos com dificuldade em carregar estes dados. Veja msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, não foi possível carregar esse serviço de moderação." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Aguarde! Estamos a dar acesso a vídeo gradualmente e ainda está em fila de espera. Volte mais tarde!" @@ -6102,12 +6273,12 @@ msgstr "Se é programador, pode hospedar o seu próprio servidor." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Se está a tentar alterar o seu nome de utilizador ou e-mail, faça-o antes de desativar." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Imagem" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Imagem {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Imagem {0} de {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Imagem {0} de {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Cache de imagem limpa, {0} libertado" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Galeria de imagens, {0} imagens" @@ -6201,43 +6372,77 @@ msgstr "Importado em {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "De modo a fornecer uma experiência apropriada à sua idade, precisamos de saber a sua data de nascimento. Isto só lhe será pedido uma vez, e os seus dados serão mantidos privados." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "Na aplicação" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Notificações na aplicação" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "Na aplicação, de todos" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "Na aplicação, de pessoas que sigo" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "Na aplicação, push" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "Na aplicação, push, de todos" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "Na aplicação, push, de pessoas que sigo" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Caixa de entrada vazia" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Caixa de entrada vazia!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "Incluir" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "Incluir ou excluir publicações correspondentes (atualmente: {0})" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "Incluir publicações e/ou respostas (atualmente: {currentLabel})" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "Incluir publicações feitas a partir desta data" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "Incluir publicações feitas até esta data" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "Incluir estes resultados" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Nome de utilizador ou palavra-passe incorretos" @@ -6334,7 +6539,6 @@ msgstr "Código de convite" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "O código de convite não foi aceite. Verifique se o inseriu corretamente e tente novamente." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Convidar amigos" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Convide Amigos" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Convites, mas pessoais" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "A sua localização não está suficientemente precisa? <0>Toque aqui para atualizar a sua localização com o GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "A sua localização não está suficientemente precisa? <0>Toque aqui para atualizar a sua localização com o GPS." #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "De momento é só você! Adicione mais pessoas ao seu pacote de iniciante pesquisando acima." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID do trabalho: {0}" @@ -6469,8 +6672,8 @@ msgstr "Junte-se à conversa" msgid "Journalism" msgstr "Jornalismo" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Continuar a editar" @@ -6479,11 +6682,6 @@ msgstr "Continuar a editar" msgid "Keep me posted" msgstr "Mantenha-me informado" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Expulsar membro" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "Website da KWS" @@ -6518,6 +6716,10 @@ msgstr "Rótulos na sua conta" msgid "Labels on your content" msgstr "Rótulos no seu conteúdo" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "Idioma" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Definições de Idioma" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Iniciado pela última vez agora mesmo" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Mais recentes" @@ -6562,6 +6764,16 @@ msgstr "Saber mais (em inglês)" msgid "Learn More" msgstr "Saber mais" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "Saiba mais sobre <0>como utilizar a pesquisa avançada." + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "Saiba mais sobre <0>como usar os filtros de pesquisa." + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Saiba mais sobre a verificação de idade" @@ -6765,16 +6977,16 @@ msgstr "Gostado por {0, plural, one {# utilizador} other {# utilizadores}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Gostado por {likeCount, plural, one {# utilizador} other {# utilizadores}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Gostos" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Gostos das suas republicações" @@ -6954,9 +7166,7 @@ msgstr "Carregar novas notificações" msgid "Load new posts" msgstr "Carregar novas publicações" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "A carregar conversa…" @@ -7065,18 +7275,20 @@ msgstr "Gerir definições de verificação" msgid "Manage your muted words and tags" msgstr "Gerir as suas palavras silenciadas e tags" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Marcar tudo como lido" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "Marcar todas as conversas como lidas" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "Marcar todos os pedidos como lidos" @@ -7085,15 +7297,16 @@ msgstr "Marcar todos os pedidos como lidos" msgid "Mark as read" msgstr "Marcar como lido" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Tudo marcado como lido" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "Todas as conversas foram marcadas como lidas" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "Todos os pedidos foram marcados como lidos" @@ -7102,6 +7315,7 @@ msgstr "Todos os pedidos foram marcados como lidos" msgid "Maybe later" msgstr "Talvez mais tarde" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Multimédia" @@ -7137,27 +7351,30 @@ msgstr "Membros ainda podem ler o histórico da conversa, mas não podem enviar msgid "mentioned users" msgstr "utilizadores mencionados" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Menções" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "Menções destas pessoas" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menu" -#: src/screens/Messages/components/MessageInput.tsx:202 -msgid "Message" -msgstr "Mensagem" - -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 msgctxt "action" msgid "Message" +msgstr "Enviar mensagem" + +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" +msgid "Message" msgstr "Mensagem" #. placeholder {0}: profile.handle @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mensagem eliminada" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Falha ao enviar mensagem." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Mensagem de @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Mensagem de @{0}: {1}" msgid "Message from server: {0}" msgstr "Mensagem do servidor: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Campo de entrada de mensagem" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "A mensagem é demasiado longa" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "A mensagem é demasiado longa ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Opções de mensagem" @@ -7215,11 +7426,11 @@ msgstr "Opções de mensagem" msgid "Messages" msgstr "Mensagens" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "As mensagens desta pessoa estão ocultas enquanto estiver bloqueado por ela." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "As mensagens desta pessoa estão ocultas enquanto a estiver a bloquear." @@ -7343,7 +7554,7 @@ msgstr "Música" msgid "Mute" msgstr "Silenciar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Precisa de denunciar uma violação de direitos de autor, uma solicitaç msgid "Nevermind, create a handle for me" msgstr "Deixe estar, crie um nome de utilizador para mim" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Novo" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Novo" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nova publicação} other {Novas publicações}} de {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "{postsCount, plural, one {Nova publicação} other {Novas publicações} #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Nova conversa" @@ -7574,9 +7789,9 @@ msgstr "Novo endereço de e-mail" msgid "New Feature" msgstr "Nova Funcionalidade" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Novos seguidores" @@ -7608,6 +7823,18 @@ msgstr "Novo nome de utilizador" msgid "New list" msgstr "Nova lista" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "Novos pedidos de mensagem" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "Novas mensagens" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Próximo" msgid "Next image" msgstr "Imagem seguinte" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Noite" @@ -7779,12 +8006,12 @@ msgstr "Sem nome" msgid "No notifications yet!" msgstr "Sem notificações ainda!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Ninguém" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Ninguém" @@ -7822,6 +8049,10 @@ msgstr "Ainda sem citações" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Sem GIFs recentes ainda. Escolha um para vê-lo aqui." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "Sem respostas" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Sem respostas ainda" @@ -7856,10 +8087,18 @@ msgstr "Nenhum resultado encontrado" msgid "No results found for \"{query}\"" msgstr "Não foram encontrados resultados para \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "Nenhum resultado encontrado para \"<0>{query}\" com os filtros de pesquisa avançada aplicados." + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "Nenhum resultado encontrado para “<0>{query}”." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "Nenhum resultado encontrado para a sua pesquisa com os filtros de pesquisa avançada aplicados." + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Sem resultados." @@ -7868,11 +8107,6 @@ msgstr "Sem resultados." msgid "No Starter Packs yet" msgstr "Nenhum Pacote de Iniciante ainda" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Imagens íntimas não consensuais" msgid "Non-sexual Nudity" msgstr "Nudez não sexual" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "Nenhuma destas palavras" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "Indisponível nesta plataforma" @@ -7954,26 +8193,27 @@ msgstr "Nota: Esta publicação é apenas visível para utilizadores com sessão msgid "Nothing saved yet" msgstr "Nada foi guardado ainda" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Definições de notificações" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Sons de notificações" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "O número deve ser um número de telemóvel/telefone" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Desligado" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "Um dos destinatários selecionados não permite conversas de grupo." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Foi bloqueado por um dos destinatários selecionados e não o pode contactar." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Um ou mais GIFs sem texto alternativo." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Uma ou mais imagens sem texto alternativo." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "Um ou mais dos seus ficheiros selecionados não são suportados." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Um ou mais dos ficheiros selecionados são demasiado grandes. O tamanho máximo é {VIDEO_MAX_SIZE_MB}  MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Uma ou mais publicações são demasiado longas para guardar como um rascunho {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {O número máximo de caracteres é # caracter.} other {O número máximo de caracteres é # caracteres.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Um ou mais vídeos sem texto alternativo." @@ -8083,7 +8323,7 @@ msgstr "Apenas {0} pode responder." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Somente {0} de {1} {2, plural, one {imagem} other {imagens}} foram adicionadas; o limite é {MAX_GALLERY_IMAGES}" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Apenas administradores podem aceitar pedidos de adesão." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Apenas administradores podem ignorar pedidos de adesão." +msgid "Only admins can reject join requests." +msgstr "Apenas os administradores podem rejeitar pedidos de adesão." #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Apenas pessoas seguidas por {0} podem aderir." msgid "Only people the chat owner follows can join" msgstr "Apenas pessoas seguidas pelo proprietário da conversa podem aderir" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "Apenas publicações com conteúdo multimédia" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "Apenas publicações com vídeos" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "Apenas respostas" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Apenas ficheiros WebVTT (.vtt) são suportados" @@ -8140,6 +8392,10 @@ msgstr "Ups, este perfil não existe. Tente ler outro." msgid "Oops!" msgstr "Ups!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "Abrir opções de pesquisa avançada" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Abrir criador de foto de perfil" @@ -8170,9 +8426,8 @@ msgstr "Abrir rascunho" msgid "Open drawer menu" msgstr "Abrir menu lateral" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Abrir selecionador de emojis" @@ -8280,7 +8535,7 @@ msgstr "Abre uma janela de diálogo para adicionar aviso de conteúdo à sua pub msgid "Opens a dialog to choose who can interact with this post" msgstr "Abre uma janela de diálogo para escolher quem pode interagir com esta publicação" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "Abre uma lista de temas de cores para o cartão QR" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Abre a câmara do dispositivo" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Abre a galeria do dispositivo para selecionar até {MAX_GALLERY_IMAGES, plural, one{# imagem}other {# imagens}} ou um único vídeo ou GIF." @@ -8329,7 +8584,7 @@ msgstr "Abre processo para criar uma nova conta no Bluesky" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Abre o processo para iniciar sessão com a sua conta Bluesky existente" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Abre a imagem completa" @@ -8513,12 +8768,12 @@ msgstr "Palavra-passe atualizada" msgid "Password updated!" msgstr "Palavra-passe atualizada!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pausa" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Meter GIF em pausa" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Pausar vídeo" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Pessoas" @@ -8550,17 +8805,17 @@ msgstr "Pessoas seguidas por @{0}" msgid "People following @{0}" msgstr "Pessoas a seguir @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Pessoas que eu sigo" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Pessoas que eu sigo" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Pessoas que eu sigo" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Pessoas que eu sigo podem pedir para se juntar" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Pessoas que segue" @@ -8610,7 +8866,7 @@ msgstr "Número de telefone verificado" msgid "Photography" msgstr "Fotografia" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Escolher um tema de cor" @@ -8658,7 +8914,7 @@ msgstr "Feeds Afixados" msgid "Pinned to your feeds" msgstr "Afixado aos seus feeds" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Reproduzir" @@ -8668,7 +8924,7 @@ msgstr "Reproduzir" msgid "Play {0}" msgstr "Reproduzir {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Reproduzir GIF" @@ -8681,11 +8937,11 @@ msgstr "Reproduzir vídeo" msgid "Play Video" msgstr "Reproduzir Vídeo" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Reproduz ou pausa o GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Reproduz ou pausa o vídeo" @@ -8722,7 +8978,7 @@ msgstr "Por favor, clique no link contido no e-mail que lhe acabamos de enviar p msgid "Please complete the verification captcha." msgstr "Por favor complete o captcha de verificação." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Por favor, confirme o seu endereço de e-mail para carregar vídeos." @@ -8865,7 +9121,7 @@ msgstr "Política" msgid "Porn" msgstr "Pornografia" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Publicação" @@ -8885,12 +9141,12 @@ msgstr "Publicar uma foto" msgid "Post a video" msgstr "Publicar um vídeo" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Publicar tudo" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Publicar mesmo assim" @@ -8982,6 +9238,10 @@ msgstr "Publicação desafixada" msgid "Posts" msgstr "Publicações" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "Publicações e respostas" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "As publicações podem ser silenciadas com base no seu texto, nas suas tags ou ambos. Recomendamos que palavras comuns que aparecem em muitas publicações sejam evitadas, visto que tal pode levar a que nenhuma publicação seja mostrada." @@ -9067,11 +9327,11 @@ msgstr "Política de Privacidade" msgid "Privacy violation of a minor" msgstr "Violação da privacidade de um menor" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "A processar GIF..." -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "A processar o vídeo..." @@ -9083,7 +9343,7 @@ msgstr "A processar..." msgid "profile" msgstr "perfil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Listas públicas e partilháveis de utilizadores para silenciar ou bloquear em massa." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Publicar publicação" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Publicar publicações" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Publicar respostas" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Publicar resposta" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Notificações Push" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Push, de todos" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Push, de pessoas que sigo" @@ -9188,10 +9448,10 @@ msgstr "A citação foi desvinculada com sucesso" msgid "Quote posts disabled" msgstr "Citações desativadas" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citações" @@ -9238,10 +9498,15 @@ msgstr "Reative a sua conta" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Ler mais {0, plural, one {# resposta} other {# respostas}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "leia sobre como usar os filtros de pesquisa" +msgid "Read about how to use advanced search filters" +msgstr "Leia sobre como usar os filtros de pesquisa avançada" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "Leia sobre como usar os filtros de pesquisa" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Pessoas reais." msgid "Reason for appeal" msgstr "Motivo do recurso" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Receber notificações na aplicação" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Receber notificações push" @@ -9304,7 +9569,7 @@ msgstr "Receber notificações push" msgid "Recent GIFs" msgstr "GIFs recentes" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Pesquisas recentes" @@ -9339,8 +9604,8 @@ msgstr "Rejeitar solicitação de conversa" msgid "Reject join request" msgstr "Rejeitar pedido de adesão" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Recarregar conversas" @@ -9379,9 +9644,9 @@ msgstr "Remover {displayName} desta conversa de grupo" msgid "Remove {displayName}?" msgstr "Remover {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Remover {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "Remover {q}" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Remover feed" msgid "Remove feed?" msgstr "Remover feed?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "Remover filtro" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Remover da conversa" @@ -9466,11 +9736,16 @@ msgstr "Remover imagem" msgid "Remove live status" msgstr "Remover estado \"em direto\"" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "Remover membro" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Remover palavra silenciada da sua lista" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Remover perfil" @@ -9507,11 +9782,11 @@ msgstr "Remover verificação" msgid "Remove your verification for this account?" msgstr "Remover a sua verificação para esta conta?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Removido pelo autor" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Removido por si" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Respondeu-te" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "Mensagem de {senderName} a que respondeu, toque para ir até ela" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "Mensagem a que respondeu, toque para ir até ela" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Respostas" @@ -9609,12 +9884,12 @@ msgstr "Respostas desativadas" msgid "Replies to this post are disabled." msgstr "As respostas a esta publicação estão desativadas." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Responder" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Responder" @@ -9652,7 +9927,7 @@ msgstr "Visibilidade da resposta atualizada" msgid "Reply was successfully hidden" msgstr "A resposta foi ocultada com sucesso" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Denunciar feed" msgid "Report list" msgstr "Denunciar lista" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Denunciar mensagem" @@ -9783,9 +10058,9 @@ msgstr "Republicado por {reposter}" msgid "Reposted by you" msgstr "Republicado por si" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Republicações" @@ -9793,9 +10068,9 @@ msgstr "Republicações" msgid "Reposts of this post" msgstr "Republicações desta publicação" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Republicações das suas republicações" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Solicitar código" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Pedido ignorado." +msgid "Request rejected." +msgstr "Pedido rejeitado." #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Solicitado" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Pedidos" @@ -9934,9 +10209,9 @@ msgstr "Repete a última ação, que resultou em erro" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Guardar data de nascimento" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Guardar alterações" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Guardar alterações?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Guardar rascunho" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Guardar rascunho?" @@ -10089,8 +10364,8 @@ msgstr "Guardado nos seus feeds" msgid "Say hello!" msgstr "Diga olá!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Diga olá a alguém" @@ -10120,9 +10395,9 @@ msgstr "Scroll para a esquerda" msgid "Scroll right" msgstr "Scroll para a direita" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "Ir até à mensagem a que esta resposta se refere" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "Voltar ao topo" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Procurar" @@ -10186,17 +10464,13 @@ msgstr "Procurar mais feeds" msgid "Search for people" msgstr "Procurar pessoas" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Procurar publicações, utilizadores, ou feeds" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Procurar GIFs" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "A pesquisa está indisponível quando não tiver sessão iniciada" @@ -10225,6 +10499,10 @@ msgstr "Procurar publicações" msgid "Search profiles" msgstr "Procurar perfis" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "Pesquisa" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Procurar..." @@ -10319,7 +10597,7 @@ msgstr "Selecione um motivo" msgid "Select account" msgstr "Selecionar conta" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Selecionar um idioma da aplicação" @@ -10357,6 +10635,11 @@ msgstr "Selecionar idiomas de conteúdo" msgid "Select duration" msgstr "Selecionar duração" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "Selecionar tipo de filtro (atualmente: {0})" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Selecionar de uma conta existente" @@ -10388,7 +10671,7 @@ msgstr "Selecionar membros da conversa de grupo" msgid "Select how long to mute this word for." msgstr "Selecione a duração do silenciamento desta palavra." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Selecione os seus interesses entre as opções abaixo" msgid "Select your preferred language for translations in your feed." msgstr "Selecione o seu idioma preferido para traduções no seu feed." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Selecione os seus canais de notificação preferidos" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "A seleção de vários tipos de conteúdo multimédia não é suportada." @@ -10491,8 +10774,7 @@ msgstr "Enviar relatório de erro" msgid "Send feedback" msgstr "Enviar feedback" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Enviar mensagem" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Enviar através de mensagem direta" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Enviada às {0}" @@ -10574,7 +10856,7 @@ msgstr "Define o e-mail para recuperação de senha" msgid "Settings" msgstr "Definições" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Definições de atividade de outros" @@ -10582,39 +10864,49 @@ msgstr "Definições de atividade de outros" msgid "Settings for allowing others to be notified of your posts" msgstr "Definições para permitir que outros sejam notificados sobre as suas publicações" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Definições para notificações de gostos" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Definições para notificações de menções" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Definições para notificações de novo seguidor" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Definições para notificações de tudo o resto" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Definições para notificações de gostos nas suas republicações" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "Definições para notificações de novos pedidos de mensagem" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "Definições para notificações de novas mensagens" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Definições para notificações de republicações das suas republicações" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Definições para notificações de citações" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Definições para notificações de respostas" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Definições para notificações de republicações" @@ -10684,6 +10976,11 @@ msgstr "Partilhar o meu perfil" msgid "Share post at:// URI" msgstr "Partilhar publicação em:// URI" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "Partilhar perfil" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Partilhar código QR" msgid "Share this feed" msgstr "Partilhar este feed" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "Partilhar esta pesquisa" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Partilhar este pacote de iniciante" @@ -10726,7 +11027,7 @@ msgstr "Testador de Preferências Partilhadas" msgid "Show" msgstr "Mostrar" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Mostrar texto alternativo" @@ -10864,13 +11165,13 @@ msgstr "Mostra o conteúdo" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Requer início de sessão" msgid "Signed in as @{0}" msgstr "Sessão iniciada como {0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "Desde" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Saltar" msgid "Skip contact sharing and continue to the app" msgstr "Ignorar partilha de contactos e continuar para a aplicação" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Ignorar publicações vazias?" @@ -10980,7 +11286,7 @@ msgstr "Saltar introdução e começar a usar a sua conta" msgid "Skip to next step" msgstr "Saltar para o próximo passo" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "slide" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Alguém saiu do grupo" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Alguém reagiu {0}" @@ -11223,7 +11529,7 @@ msgstr "Página de estado" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Passo {0} de {1}" @@ -11295,11 +11601,11 @@ msgstr "Subscrever @{0} para usar estes rótulos:" msgid "Subscribe to account activity" msgstr "Subscrever a atividade de conta" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Subscrever Rotulador" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Subscrever este rotulador" @@ -11345,6 +11651,10 @@ msgstr "Sugerido para si" msgid "Suggestive" msgstr "Sugestivo" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "Luz do Sol" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Torne a conversa privada." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Toque abaixo para permitir que o Bluesky aceda à sua localização GPS. Em seguida, usaremos esses dados para determinar com maior precisão o conteúdo e as funcionalidades disponíveis na sua região." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Toque para mais detalhes" @@ -11474,7 +11784,7 @@ msgstr "Toque para remover a sua reação {0}" msgid "Tap to request access to join this group chat" msgstr "Toque para pedir para aderir a esta conversa de grupo" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Toque para tentar novamente" @@ -11487,7 +11797,7 @@ msgstr "Toque para mostrar reações {0}" msgid "Tap to show all reactions" msgstr "Toque para mostrar todas as reações" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Toque para ver as reações" @@ -11669,8 +11979,8 @@ msgstr "A publicação a que está a responder foi marcado como estando escrita msgid "The Privacy Policy has been moved to <0/>" msgstr "A Política de Privacidade foi movida para <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "O vídeo selecionado é maior que {VIDEO_MAX_SIZE_MB} MB. Por favor, tente novamente com um ficheiro menor." @@ -11832,10 +12142,25 @@ msgstr "Houve um largo influxo de novos utilizadores para o Bluesky! Iremos ativ msgid "These are your default settings" msgstr "Estas são as suas definições padrão" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "Estes domínios" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "Estas hashtags" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Estas definições só se aplicam ao feed \"A seguir\"." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "Estes URLs" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "São proprietários desta conversa" @@ -11959,6 +12284,11 @@ msgstr "Este rascunho será permanentemente eliminado." msgid "This email is already associated with your account." msgstr "Este e-mail já está associado à sua conta." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "Esta frase exata" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Esta funcionalidade permite que utilizadores recebam notificações das suas novas publicações e respostas. Para quem deseja habilitar isto?" @@ -12063,13 +12393,13 @@ msgstr "Esta lista está vazia." msgid "This message is hidden" msgstr "Esta mensagem está oculta" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Esta mensagem está oculta porque está bloqueado por este utilizador." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Esta mensagem está oculta porque tem este utilizador bloqueado." @@ -12107,7 +12437,7 @@ msgstr "Esta publicação foi eliminada pelo seu autor" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Esta publicação será ocultada de feeds e fios. Isto não pode ser revertido." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "O autor desta publicação desativou as citações." @@ -12271,7 +12601,7 @@ msgstr "Hoje" msgid "Toggle to enable or disable adult content" msgstr "Alternar para ativar ou desativar conteúdo adulto" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Ativa/desativa o som" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Demasiados contactos - excedeu o número de contactos que pode importar para encontrar os seus amigos" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Melhor" @@ -12304,8 +12634,8 @@ msgstr "Respostas principais primeiro" msgid "Topic" msgstr "Tópico" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Trolling" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "A confiança surge de relações, comunidades e contexto compartilhado, por isso também estamos a permitir <0>verificadores de confiança: organizações que podem fornecer verificações diretamente." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Tente usar um termo de pesquisa diferente, ou <0>leia sobre como usar os filtros de pesquisa." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "Tente um termo de pesquisa diferente ou remova alguns filtros." + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "Tente um termo de pesquisa diferente." #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Experimente" msgid "TV" msgstr "Televisão" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "Crepúsculo" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Autenticação de dois fatores (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Digite a sua mensagem aqui" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Tipo:" @@ -12423,7 +12756,7 @@ msgstr "Não foi possível contactar o seu serviço. Por favor, verifique a sua #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Não foi possível contactar o seu serviço. Verifique a sua conexão à internet." @@ -12463,7 +12796,7 @@ msgstr "Indisponível" msgid "Unavailable feed information" msgstr "Informação do feed indisponível" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Destrancar esta conversa de grupo" msgid "Unmute" msgstr "Remover silenciamento" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Lista desafixada" msgid "Unsnooze email reminder" msgstr "Deixar de adiar lembrete de e-mail" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Remover subscrição" @@ -12691,7 +13024,7 @@ msgstr "Remover subscrição" msgid "Unsubscribe from list" msgstr "Remover subscrição da lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Deixar de subscrever este rotulador" @@ -12703,10 +13036,15 @@ msgstr "Removeu subscrição da lista" msgid "Unsupported clipboard content" msgstr "Conteúdo da área de transferência não suportado" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Tipo de vídeo não suportado: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "Até" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Até 50 pessoas" @@ -12719,7 +13057,7 @@ msgstr "Atualizar" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "Atualizar {0} nas Listas" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "Atualizar e-mail" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "Atualizar nas Listas" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "Carregar de Ficheiros" msgid "Upload from Library" msgstr "Carregar da Biblioteca" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "A carregar GIF..." @@ -12805,7 +13143,7 @@ msgstr "A carregar imagens..." msgid "Uploading link thumbnail..." msgstr "A carregar miniatura do link..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "A carregar vídeo..." @@ -13040,12 +13378,12 @@ msgstr "A verificar..." msgid "Version {0}" msgstr "Versão {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Vídeo" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Falha ao processar o vídeo" @@ -13084,12 +13422,12 @@ msgstr "Vídeo não encontrado." msgid "Video settings" msgstr "Definições de vídeo" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Vídeo carregado" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Vídeo: {0}" @@ -13097,11 +13435,13 @@ msgstr "Vídeo: {0}" msgid "Videos" msgstr "Vídeos" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Os vídeos devem ter menos de 3 minutos." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Visualizar" @@ -13190,7 +13530,7 @@ msgstr "Ver mais" msgid "View more trending videos" msgstr "Ver mais vídeos do momento" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Visualizar publicação" @@ -13264,8 +13604,8 @@ msgstr "Ver as contas que silenciou" msgid "View your verifications" msgstr "Ver as suas verificações" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Mostra a imagem em tamanho completo" @@ -13391,7 +13731,7 @@ msgstr "Recomendamos a seleção de pelo menos dois interesses." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Enviámos um e-mail com um link para <0>{0}. Clique nele para concluir o processo de verificação de e-mail." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Não conseguimos determinar se tem permissão para carregar vídeos. Por favor, tente novamente." @@ -13460,7 +13800,7 @@ msgstr "Estamos a ter problemas de rede, tente novamente" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Estamos a introduzir uma nova camada de verificação no Bluesky — um selo de verificação fácil de ver." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Estamos muito contentes por se ter juntado a nós!" @@ -13477,8 +13817,8 @@ msgstr "Lamentamos, mas não conseguimos resolver esta lista. Se isto persistir, msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Pedimos desculpa, mas não conseguimos carregar as suas palavras silenciadas neste momento. Por favor, tente novamente." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Lamentamos, mas não foi possível concluir a sua pesquisa. Por favor, tente novamente dentro de alguns minutos." @@ -13486,7 +13826,7 @@ msgstr "Lamentamos, mas não foi possível concluir a sua pesquisa. Por favor, t msgid "We're sorry, you cannot access this screen at this time." msgstr "Pedimos desculpa, não pode aceder de momento a esta janela." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Pedimos desculpa! A publicação à qual está a responder foi eliminada." @@ -13536,8 +13876,13 @@ msgstr "Quais são os seus interesses?" msgid "What do you want to call your starter pack?" msgstr "Que nome quer dar ao seu pacote de iniciante?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "tudo bem?" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Como está?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Quem pode verificar?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Ups!" @@ -13623,7 +13968,7 @@ msgstr "Gostaria de bloquear este utilizador e/ou deixar esta conversa?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Gostaria de guardar isto como rascunho antes de ver os seus rascunhos?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Gostaria de guardar isto como rascunho para editar mais tarde?" @@ -13632,12 +13977,12 @@ msgstr "Gostaria de guardar isto como rascunho para editar mais tarde?" msgid "Write a post" msgstr "Escrever uma publicação" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Escrever publicação" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Escreva a sua resposta" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Está a aceder ao Bluesky a partir de uma região cuja lei nos obriga a verificar a sua idade antes de permitir que aceda à aplicação." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "{0} está bloqueado por si" @@ -13741,7 +14086,7 @@ msgstr "Está em direto" msgid "You are no longer live" msgstr "Já não está em direto" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Não tem permissão para carregar vídeos." @@ -13786,12 +14131,12 @@ msgstr "Também pode descarregar os seus dados de conversas como um ficheiro \"J msgid "You can always opt out and delete your data" msgstr "Pode sempre optar por não participar e eliminar os seus dados" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Pode escolher se as notificações de conversas têm som ou não nas definições de conversas na aplicação" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Pode continuar com as conversas que tem em curso, independentemente da definição que escolher." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Agora pode iniciar sessão com a sua nova palavra-passe." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Só pode adicionar até {MAX_GALLERY_IMAGES, plural, one {}other {# imagens}} por publicação" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Só pode guardar rascunhos com um máximo de 1000 caracteres." @@ -13821,11 +14166,11 @@ msgstr "Só pode guardar rascunhos com um máximo de 1000 caracteres." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Só pode guardar rascunhos com um máximo de 1000 caracteres. Gostaria de descartar esta publicação antes de ver os seus rascunhos?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Só pode selecionar um GIF de cada vez." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Só pode selecionar um vídeo de cada vez." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Pode ler o histórico da conversa, mas não pode enviar novas mensagens." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Pode selecionar {MAX_GALLERY_IMAGES, plural, one {# imagem}other {# imagens}} no total." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Pode atualizar isto mais tarde a partir das suas definições." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "Não pode adicionar mais de {EMOJI_REACTION_LIMIT, plural, one {# reação de emoji} other {# reações de emoji}}" @@ -13958,7 +14303,7 @@ msgstr "Verificou o seu endereço de e-mail com sucesso. Pode fechar esta janela msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Atingiu temporariamente o limite para carregamento de vídeos. Por favor, tente novamente mais tarde." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Tem alterações não guardadas a este rascunho. Gostaria de guardá-las?" @@ -14033,7 +14378,7 @@ msgstr "Deve seguir pelo menos sete outras pessoas para gerar um pacote de inici msgid "You must grant access to your photo library to save a QR code" msgstr "Precisa de conceder acesso à sua biblioteca de fotos para guardar um código QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Precisa de conceder acesso à sua biblioteca de conteúdo multimédia." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Provavelmente quer reiniciar a aplicação agora." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Reagiu {0}" @@ -14069,17 +14414,17 @@ msgstr "Reagiu {0} a {target}" msgid "You recently changed your birthdate" msgstr "Alterou recentemente a sua data de nascimento" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "Respondeu" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "Respondeu a {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "Respondeu a si mesmo" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,11 +14462,11 @@ msgstr "Não poderá voltar a entrar sem ser convidado." msgid "You: {message}" msgstr "Você: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Seguirá os utilizadores sugeridos e feeds assim que terminar a criação da sua conta!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Seguirá os utilizadores sugeridos assim que terminar a criação da sua conta!" @@ -14185,7 +14530,7 @@ msgstr "Chegou ao fim do conteúdo ativo." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Chegou ao fim do seu feed! Encontre mais algumas contas para seguir." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Alcançou o número máximo de rascunhos" @@ -14193,15 +14538,19 @@ msgstr "Alcançou o número máximo de rascunhos" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Atingiu o número máximo de solicitações permitidas. Tente novamente mais tarde." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "Atingiu o máximo de {MAX_FILTERS, plural, one {# filtro} other {# filtros}}. Adicione mais valores a um filtro existente em vez de criar novos." + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Chegou ao início do conteúdo ativo." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Atingiu o seu limite diário de carregamento de vídeos (demasiados bytes)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Atingiu o seu limite diário de carregamento de vídeos (demasiados vídeos)" @@ -14209,7 +14558,7 @@ msgstr "Atingiu o seu limite diário de carregamento de vídeos (demasiados víd msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Esgotou os vídeos disponíveis para assistir. Que tal uma pausa?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "A sua conta" @@ -14221,7 +14570,7 @@ msgstr "A sua conta foi eliminada! ✌️" msgid "Your account has been suspended" msgstr "A sua conta foi suspensa" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "A sua conta não tem antiguidade suficiente para carregar vídeos. Por favor, tente novamente mais tarde." @@ -14353,11 +14702,11 @@ msgstr "A sua palavra-passe foi alterada com sucesso! Por favor, use a sua nova msgid "Your password must be at least 8 characters long." msgstr "A sua palavra-passe deve ter pelo menos 8 caracteres." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "A sua publicação foi enviada" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "As suas publicações foram enviadas" @@ -14378,7 +14727,7 @@ msgstr "A sua foto de perfil cercada por círculos concêntricos com as fotos de msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "O seu perfil, publicações, feeds e listas não serão mais visíveis para outros utilizadores do Bluesky. Pode reativar a sua conta a qualquer momento ao fazer login novamente." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "A sua resposta foi enviada" @@ -14391,7 +14740,7 @@ msgstr "A sua denúncia será enviada para <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Os seus interesses selecionados ajudam-nos a servir-lhe conteúdo com o qual se importa." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "O seu fio tem publicações vazias que serão ignoradas. As restantes publicações serão publicadas como um fio." diff --git a/src/locale/locales/ro/messages.po b/src/locale/locales/ro/messages.po index b7ae10c71e..5115f5f200 100644 --- a/src/locale/locales/ro/messages.po +++ b/src/locale/locales/ro/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ro\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Romanian\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria „{interestsDisplayName}” (activă)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(mesaj blocat ascuns)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(link de invitație pentru conversație)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(conține conținut încorporat)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(mesaj șters)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(link de invitație la conversație dezactivat)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(link de invitație pentru conversație invalid)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(niciun e-mail)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(fără text)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(postare citată)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, one {o etichetă de cont} few {# etichete de cont} other {# de etichete de cont}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, one {o etichetă de conținut} few {# etichete de conținut} other {# de etichete de conținut}}" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {# prieten găsit!} few {# prieteni găsiți!} other {# msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {o oră} few {# ore} other {# de ore}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {o etichetă a fost plasată} few {# etichete au fost plasate} other {# de etichete au fost plasate}} pe acest cont" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {o etichetă a fost plasată} few {# etichete au fost plasate} other {# de etichete au fost plasate}} pe acest conținut" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {o cerere nouă de alăturare} few {# cereri noi de ală #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {o persoană a} few {# persoane au} other {# de persoane au}} reacționat – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {o secundă} few {# secunde} other {# de secunde}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {Un element necitit} few {# elemente necitite} other {# de elemente necitite}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} urmăriți" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} vă blochează" @@ -277,10 +305,16 @@ msgstr "{0} din 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} a reacționat {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} elemente necitite" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} a fost eliminat(ă)" msgid "{0} was removed from the group" msgstr "{0} a fost eliminat din grup" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "{0}, " + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, one {membru} few {membrii} other {de membrii}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "Peste {0}" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "Peste {0} de cereri" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {o actualizare de grup} few {# actualizări de grup} msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {o cerere nouă de alăturare} few {# cereri noi de alăturare} other {# de cereri noi de alăturare}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {o cerere} few {# cereri} other {# de cereri}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {oră} few {ore} other {de ore}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} few {minute} other {de minute}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "{filterCount, plural, one {peste un filtru} few {peste # filtre} other {peste # de filtre}}" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}} v-au urmărit" @@ -677,15 +733,15 @@ msgstr "{profileName} s-a alăturat la Bluesky folosind un pachet de pornire cu msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "{replierDisplayName} a răspuns" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "{replierDisplayName} a răspuns către {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "{replierDisplayName} v-a răspuns" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> v-a adăugat" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Conectați-vă<1> sau <2>creați un cont<3> <4>pentru a căuta știri, sport, politică și tot ce se întâmplă pe Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>Dvs. și<1> <2>{0} sunteți incluși în pachetul dvs. d msgid "⚠Invalid Handle" msgstr "⚠Identificator invalid" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "10+" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "peste 10 cereri" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Acceptare cerere" msgid "Accept this language suggestion" msgstr "Acceptați această sugestie de limbă" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Conversații acceptate" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Acces solicitat! Proprietarul grupului va analiza cererea dvs." @@ -1050,9 +1091,9 @@ msgstr "Cont dezamuțit" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Conturile cu bifa albastră în formă de feston <0><1/> pot verifica alte persoane. Acești verificatori de încredere sunt selectați de Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Activitate de la alții" @@ -1108,6 +1149,10 @@ msgstr "Adăugați text alternativ" msgid "Add alt text (optional)" msgstr "Adăugați text alternativ (opțional)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "Adăugați un filtru de căutare suplimentar" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Adăugați text alternativ (opțional)" msgid "Add another account" msgstr "Adăugați un alt cont" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Adăugați o altă postare" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Adăugați o altă postare firului" @@ -1141,6 +1186,10 @@ msgstr "Adăugați o etichetă de automatizare contului" msgid "Add emoji reaction" msgstr "Adăugați reacție emoji" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "Adăugare filtru" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Adăugați membrii la conversația de grup" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Adăugare imagine" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Adăugare conținut media la postare" @@ -1312,6 +1361,11 @@ msgstr "Abuz sexual asupra adulților" msgid "Advanced" msgstr "Complex" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "Căutare avansată" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Verificarea vârstei" @@ -1337,6 +1391,7 @@ msgstr "andreea@exemplu.ro" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Toate" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Toți prietenii au fost urmăriți!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Toate limbile" @@ -1367,6 +1422,15 @@ msgstr "Toate limbile" msgid "All languages will be shown in your feeds." msgstr "Toate limbile vor fi afișate în fluxurile dvs." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "Toate aceste cuvinte" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "Toate postările" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Toate fluxurile pe care le-ați salvat, într-un singur loc." @@ -1380,13 +1444,13 @@ msgstr "Permiteți accesul la mesajele dvs. directe" msgid "Allow anyone to reply" msgstr "Permiteți oricui să răspundă" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Permiteți mesaje directe de la" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Permiteți invitații în conversații de grup de la" @@ -1440,10 +1504,10 @@ msgstr "Aveți deja un cont?" msgid "Already signed in as @{0}" msgstr "Deja conectat ca @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Text alternativ" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Text alternativ" @@ -1489,7 +1553,7 @@ msgstr "A apărut o eroare" msgid "An error occurred" msgstr "A apărut o eroare" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "A apărut o eroare la comprimarea videoclipului." @@ -1535,11 +1599,11 @@ msgstr "A apărut o eroare la salvarea codului QR!" msgid "An error occurred while trying to follow all" msgstr "A apărut o eroare în timp ce se încerca urmărirea tuturor" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "A apărut o eroare la încărcarea videoclipului. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "A apărut o eroare la încărcarea videoclipului. Vă rugăm să vă verificați conexiunea la internet și să încercați din nou." @@ -1626,7 +1690,7 @@ msgstr "Bunăstarea animalelor" msgid "Animals" msgstr "Animale" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF animat" @@ -1638,6 +1702,11 @@ msgstr "Anunț" msgid "Announcing verification on Bluesky" msgstr "Anunțăm verificarea pe Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "Oricând" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Oricine" @@ -1781,6 +1850,24 @@ msgstr "Postare arhivată" msgid "Are you really, really sure?" msgstr "Sunteți foarte, foarte sigur?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "Căutați postări în {0} sau {1}?" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "Căutați postări în {0}?" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "Căutați postări în {0} sau {1}?" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Sunteți sigur că doriți să eliminați asta din fluxurile dvs.?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Sunteți sigur că doriți să anulați cererea dvs. de a vă alătura la {0}?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Sunteți sigur că doriți să renunțați la această postare?" @@ -1904,7 +1991,7 @@ msgstr "Disponibil" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Disponibil" msgid "Back" msgstr "Înapoi" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Înapoi la conversații" @@ -1961,10 +2048,10 @@ msgstr "Înainte de a primi notificări despre postările noi de la {name}, treb #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Blocați utilizatorul și/sau ștergeți această conversație" msgid "Block user and/or leave this conversation" msgstr "Blocați utilizatorului și/sau părăsiți această conversație" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Blocat" @@ -2091,10 +2178,6 @@ msgstr "Conturile blocate nu pot răspunde în firele dvs., să vă menționeze, msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Conturile blocate nu pot răspunde în firele dvs., să vă menționeze, sau să interacționeze într-un fel cu dvs. Nu le veți putea vedea conținutul și ei nu vor putea să-l vadă pe al dvs." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "Mesaj blocat ascuns" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Blocarea nu împiedică acest etichetator să plaseze etichete pe contul dvs." @@ -2111,11 +2194,21 @@ msgstr "Blocarea nu va împiedica aplicarea etichetelor pe contul dvs., dar va msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "bloomscrolling booksky" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "bluesky atproto" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky nu poate confirma autenticitatea datei revendicate." @@ -2340,7 +2433,7 @@ msgstr "Este necesar accesul la cameră" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Este necesar accesul la cameră" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Este necesar accesul la cameră" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Anulați reactivarea și deconectați-vă" msgid "Cancel reply" msgstr "Anulare răspuns" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Anulare căutare" @@ -2411,7 +2505,7 @@ msgstr "Subtitrări (.vtt)" msgid "Captions & alt text" msgstr "Subtitrări și text alternativ" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "carusel" @@ -2435,7 +2529,7 @@ msgstr "Schimbați pictograma aplicației" msgid "Change app icon to \"{0}\"" msgstr "Schimbați pictograma aplicației în „{0}”" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Schimbați limba aplicației" @@ -2518,11 +2612,11 @@ msgstr "Linkul de invitație la conversație nu mai este disponibil" msgid "Chat locked" msgstr "Conversație blocată" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Conversații - silențios" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Conversații - sunet" @@ -2536,6 +2630,12 @@ msgstr "Conversație amuțită" msgid "Chat not found." msgstr "Conversația nu a fost găsită." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "Opțiuni conversație" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Proprietarii conversațiilor nu pot părăsi o conversație de grup." @@ -2548,22 +2648,22 @@ msgstr "Destinatarul conversației nu este urmărit de expeditor." msgid "Chat request inbox" msgstr "Inbox cerere de conversație" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Cereri de conversație" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Setări conversație" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Setări conversație" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Conversație dezamuțită" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Conversații" @@ -2661,10 +2761,16 @@ msgstr "Alegeți propria cronologie! Fluxurile create de comunitate vă ajută s msgid "Choose your password" msgstr "Alegeți-vă parola" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Alegeți-vă numele de utilizator" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "Ștergere" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Ștergeți toate datele de stocare" @@ -2673,6 +2779,10 @@ msgstr "Ștergeți toate datele de stocare" msgid "Clear all storage data (restart after this)" msgstr "Ștergeți toate datele de stocare (reporniți după aceasta)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "Ștergere dată" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Faceți clic aici pentru a vizualiza linkul de invitație pentru aceast msgid "Click to open tag menu for {0}" msgstr "Faceți clic pentru a deschide meniul de etichete pentru {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Faceți clic pentru a reîncerca mesajul eșuat" @@ -2755,6 +2865,7 @@ msgstr "Faceți clic pentru a reîncerca mesajul eșuat" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Faceți clic pentru a reîncerca mesajul eșuat" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Închidere banner" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Închideți bannerul cu cereri primite" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Închideți acest dialog" @@ -2874,7 +2984,7 @@ msgstr "Închideți fereastra de bun venit" msgid "Closes password update alert" msgstr "Închideți alerta pentru actualizarea parolei" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Închide compozitorul de postări și elimină ciorna" @@ -2886,7 +2996,7 @@ msgstr "Restrângeți lista de utilizatori" msgid "Collapses list of users for a given notification" msgstr "Restrânge lista de utilizatori pentru o anumită notificare" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Culoare" @@ -2917,7 +3027,7 @@ msgstr "Regulile Comunității" msgid "Complete onboarding and start using your account" msgstr "Finalizați înregistrarea și începeți să vă folosiți contul" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Finalizați provocarea" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Compuneți o nouă postare" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Compuneți postări de până la {0, plural, one {} few {# caractere}other {# de caractere}} lungime" @@ -2936,11 +3046,11 @@ msgstr "Compuneți postări de până la {0, plural, one {} few {# caractere}oth msgid "Compose reply" msgstr "Compunere răspuns" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "Se comprimă GIF-ul..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Se comprimă videoclipul..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Contactați echipa noastră de asistență" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Contactați asistența" @@ -3134,8 +3244,12 @@ msgstr "Conversația nu a fost găsită." msgid "Copied build version to clipboard" msgstr "Versiunea de compilare a fost copiată în clipboard" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "Link copiat în clipboard" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Copiere link profil" msgid "Copy link to starter pack" msgstr "Copiere link pachet de pornire" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Copiere mesaj text" @@ -3341,7 +3455,7 @@ msgstr "Nu s-au putut salva modificările: {0}" msgid "Could not share – please try again" msgstr "Nu s-a putut partaja – încercați din nou" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Nu s-au putut actualiza setările de notificare" @@ -3363,6 +3477,11 @@ msgstr "Nu s-au putut încărca GIF-urile" msgid "Country code" msgstr "Prefix țară" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "vaci porci" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Creați un pachet de pornire pentru mine" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Creare cont" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Creați un cont" @@ -3549,7 +3668,7 @@ msgstr "Data nașterii" msgid "Dawn" msgstr "Răsărit" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Zi" @@ -3632,7 +3751,7 @@ msgstr "Ștergere contacte" msgid "Delete conversation" msgstr "Ștergere conversație" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Ștergeți pentru mine" @@ -3645,7 +3764,7 @@ msgstr "Ștergere listă" msgid "Delete message" msgstr "Ștergere mesaj" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Ștergere mesaj pentru mine" @@ -3655,7 +3774,7 @@ msgstr "Șterge-mi contul" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Ștergere postare" @@ -3676,7 +3795,7 @@ msgstr "Ștergeți această listă?" msgid "Delete this post?" msgstr "Ștergeți această postare?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Șters" @@ -3697,10 +3816,6 @@ msgstr "Șterse de Plivo după verificare" msgid "Deleted list" msgstr "Listă ștearsă" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "Mesaj șters" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "Dispozitivul nu a reușit să traducă :(" msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: ajustați cine poate interacționa cu această postare" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "Dialog: Setați opțiunile de căutare avansată" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Luminozitate redusă" @@ -3806,9 +3925,9 @@ msgstr "Dezactivat" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Renunțare" msgid "Discard changes?" msgstr "Renunțați la modificări?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Renunțați la schiță?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Renunțați la postare?" @@ -3864,7 +3983,7 @@ msgstr "Închidere" msgid "Dismiss banner" msgstr "Închideți bannerul" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Închidere eroare" @@ -3954,13 +4073,13 @@ msgstr "Nu vă faceți griji! Toate mesajele existente și setările sunt salvat #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Nu vă faceți griji! Toate mesajele existente și setările sunt salvat msgid "Done" msgstr "Finalizare" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Atingeți de două ori sau apăsați lung mesajul pentru a adăuga o reacție" @@ -4045,7 +4164,7 @@ msgstr "Datorită legislației din regiunea dvs., anumite caracteristici ale Blu msgid "Duration:" msgstr "Durată:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Amurg" @@ -4176,12 +4295,12 @@ msgstr "Editați setările de interacțiune ale postărilor" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Editare profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Editare profil" @@ -4268,7 +4387,7 @@ msgstr "Încorporare postare" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Încorporați această postare în website-ul dvs. Pur și simplu copiați următorul fragment și lipiți-l în codul HTML al website-ului dvs." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Cititor video încorporat" @@ -4308,8 +4427,8 @@ msgstr "Activare cititor media pentru" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Activați notificările pentru un cont accesând profilul acestuia și apăsând pe <0>pictograma clopoțel <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Activare notificări push" @@ -4400,7 +4519,7 @@ msgstr "Introduceți-vă parola" msgid "Enter your username and password" msgstr "Introduceți-vă numele de utilizator și parola" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Intrați în modul Ecran complet" @@ -4408,7 +4527,7 @@ msgstr "Intrați în modul Ecran complet" msgid "Entertainment" msgstr "Divertisment" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Eroare" @@ -4438,7 +4557,7 @@ msgstr "A apărut o eroare la salvarea fișierului" msgid "Error receiving captcha response." msgstr "Eroare la primirea răspunsului captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Eroare: {error}" @@ -4450,26 +4569,38 @@ msgstr "Toată lumea poate răspunde" msgid "Everybody can reply to this post." msgstr "Toată lumea poate răspunde la această postare." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Toți" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Toți" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Toți" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Toate celelalte" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "Excludere" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Excludeți utilizatorii pe care îi urmăriți" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Imagini sexuale explicite." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Explorare" msgid "Explore the app" msgstr "Explorați aplicația" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Exportați datele mele de conversație" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "Nu s-a putut accepta cererea de alăturare" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Adăugarea reacției emoji a eșuat" @@ -4626,6 +4757,7 @@ msgstr "Nu s-a putut modifica identificatorul. Vă rugăm să încercați din no #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Copierea link-ului a eșuat" @@ -4698,10 +4830,6 @@ msgstr "Nu s-a reușit urmărirea tuturor prietenilor, vă rugăm să încercaț msgid "Failed to hide suggestion, please check your internet connection" msgstr "Nu s-a reușit ascunderea sugestiei, vă rugăm să vă verificați conexiunea la internet" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Nu s-a putut ignora cererea de alăturare" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Nu s-a putut alătura conversației de grup. Vă rugăm să încercați din nou." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Nu s-a reușit părăsirea conversației de grup" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Încărcarea conversațiilor a eșuat" @@ -4735,8 +4863,11 @@ msgstr "Încărcarea fluxurilor a eșuat" msgid "Failed to load feeds preferences" msgstr "Încărcarea preferințelor fluxurilor a eșuat" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Setările de notificare nu au putut fi încărcate." @@ -4767,12 +4898,13 @@ msgstr "Încărcarea sugestiilor de urmărire a eșuat" msgid "Failed to lock group chat" msgstr "Blocarea conversației de grup a eșuat" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "Nu s-a reușit marcarea tuturor conversațiilor ca fiind citite" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Nu s-a reușit marcarea tuturor cererilor ca fiind citite" @@ -4789,6 +4921,10 @@ msgstr "Nu s-a reușit fixarea postării" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Nu s-a reușit reconectarea la conversația Germ. Eroare: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "Nu s-a putut respinge cererea de alăturare" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Nu s-au putut șterge datele din cauza unei erori de rețea, vă rugăm să vă verificați conexiunea la internet." @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "Eroare la ștergerea datelor. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Ștergerea reacției emoji a eșuat" @@ -4830,7 +4966,7 @@ msgstr "Nu s-a putut anula solicitarea. Vă rugăm să încercați din nou." msgid "Failed to resolve location. Please try again." msgstr "Nu s-a putut determina locația. Vă rugăm să încercați din nou." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Nu s-a putut salva schița" @@ -4898,7 +5034,7 @@ msgstr "Actualizarea fluxurilor a eșuat" msgid "Failed to update notification declaration" msgstr "Nu s-a putut actualiza declarația de notificare" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Nu s-a reușit actualizarea setărilor" @@ -4973,7 +5109,7 @@ msgstr "Feedback trimis operatorului fluxului" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Preluare actualizare" msgid "File saved successfully!" msgstr "Fișier salvat cu succes!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "Filtrare după autor" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "Filtrare după autor (în prezent: {currentLabel})" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "Filtrare după conținutul media" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "Filtrare după conținutul media (în prezent: {currentLabel})" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtrare din fluxuri" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filtrați căutarea după limbă" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrați căutarea după limbă (în prezent: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "Filtrați această căutare după {0}" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtrați cine poate opta să primească notificări pentru activitatea dvs." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Filtrați de la cine primiți notificări" @@ -5081,7 +5238,7 @@ msgstr "Găsiți persoane pe care să le urmăriți" msgid "Find people you know" msgstr "Găsiți persoane pe care le cunoașteți" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Găsiți postări, utilizatori și fluxuri pe Bluesky" @@ -5361,7 +5518,8 @@ msgstr "Patru bule de mesaj care reprezintă o conversație de grup. Primul mesa msgid "Free your feed" msgstr "Eliberați-vă fluxul" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "De la" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "De la <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "De la aceste persoane" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Generați un pachet de pornire" @@ -5414,43 +5577,51 @@ msgstr "Conversație Germ reconectată" msgid "Get help" msgstr "Obțineți ajutor" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Primiți notificări pentru înscrieri cu pachetele de pornire, verificări și alte activități." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Primiți notificări când oamenii vă urmăresc." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Primiți notificări când oamenii apreciază postările dvs." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Primiți notificări când oamenii vă apreciază repostările." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Primiți notificări când oamenii vă menționează." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Primiți notificări când oamenii citează postările dvs." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Primiți notificări când oamenii răspund la postările dvs." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Primiți notificări când oamenii repostează postările dvs." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Primiți notificări când oamenii vă repostează repostările." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "Primiți notificări când oamenii vă trimit cereri de mesaj." + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "Primiți notificări când oamenii vă trimit mesaje." + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Primiți notificări când există activitate la postările la care sunteți abonat." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Începeți" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF încărcat" @@ -5686,7 +5857,7 @@ msgstr "Conversație de grup dezamuțită" msgid "Group Chats" msgstr "Conversații de grup" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Conversațiile de grup sunt disponibile doar pentru utilizatorii de peste 18 ani." @@ -5784,7 +5955,7 @@ msgstr "Aveți un cod? <0>Faceți clic aici." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Am greșit locația dvs.? <0>Atingeți aici pentru a vă actualiza locația cu GPS-ul." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Aveți dificultăți?" @@ -5973,7 +6144,7 @@ msgstr "Hmmmm, se pare că avem probleme la încărcarea acestor date. Vedeți m msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, nu am putut încărca acest serviciu de moderare." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Stați așa! Oferim acces la videoclipuri treptat și încă sunteți pe lista de așteptare. Verificați din nou în curând!" @@ -6102,12 +6273,12 @@ msgstr "Dacă sunteți dezvoltator, vă puteți găzdui propriul server." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Dacă încercați să vă modificați identificatorul sau adresa de e-mail, faceți acest lucru înainte de a dezactiva." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Imagine" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Imagine {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Imaginea {0} din {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Imaginea {0} din {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Cache-ul imaginilor a fost golit, s-au eliberat {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Galerie imagini, {0} imagini" @@ -6201,43 +6372,77 @@ msgstr "Importate pe {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Pentru a oferi o experiență adecvată vârstei, trebuie să vă știm data nașterii. Acest proces este un lucru unic, iar datele dvs. vor fi private." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "În aplicație" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Notificări în aplicație" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "În aplicație, Toată lumea" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "În aplicație, Persoane pe care le urmăriți" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "În aplicație, Push" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "În aplicație, Push, Toată lumea" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "În aplicație, Push, Persoane pe care le urmăriți" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Inbox gol" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Inbox zero!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "Includere" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "Includeți sau excludeți postările care se potrivesc (în prezent: {0})" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "Includeți postări și/sau răspunsuri (în prezent: {currentLabel})" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "Includeți postările create începând cu această dată" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "Includeți postările create până la această dată" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "Include aceste rezultate" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Nume de utilizator sau parolă incorecte" @@ -6334,7 +6539,6 @@ msgstr "Cod de invitație" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Codul de invitație nu este acceptat. Verificați dacă l-ați introdus corect și încercați din nou." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Invitați prieteni" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Invitați prieteni" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Invitații, dar personale" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "Locația dvs. nu este corectă? <0>Atingeți aici pentru a vă actualiza locația cu GPS-ul. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "Locația dvs. nu este corectă? <0>Atingeți aici pentru a vă actualiza locația cu GPS-ul." #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Sunteți doar dvs. acum! Adăugați mai multe persoane la pachetul dvs. de pornire căutând mai sus." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID loc de muncă: {0}" @@ -6469,8 +6672,8 @@ msgstr "Alăturați-vă conversației" msgid "Journalism" msgstr "Jurnalism" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Continuați editarea" @@ -6479,11 +6682,6 @@ msgstr "Continuați editarea" msgid "Keep me posted" msgstr "Ține-mă la curent" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Eliminare membru" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "Website-ul KWS" @@ -6518,6 +6716,10 @@ msgstr "Etichete de pe contul dvs." msgid "Labels on your content" msgstr "Etichete pe conținutul dvs." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "Limbă" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Setări limbă" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Ultima inițiere chiar acum" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Cele mai recente" @@ -6562,6 +6764,16 @@ msgstr "Aflați mai multe" msgid "Learn More" msgstr "Aflați mai multe" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "Aflați mai multe despre <0>cum să folosiți căutarea avansată." + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "Aflați mai multe despre <0>cum să folosiți filtrele de căutare." + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Aflați mai multe despre verificarea vârstei" @@ -6765,16 +6977,16 @@ msgstr "Apreciat de {0, plural, one {un utilizator} few {# utilizatori} other {# msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Apreciat de {likeCount, plural, one {un utilizator} few {# utilizatori} other {# de utilizatori}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Aprecieri" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Aprecieri pentru repostările dvs." @@ -6954,9 +7166,7 @@ msgstr "Încărcați notificări noi" msgid "Load new posts" msgstr "Încărcați postări noi" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Se încarcă conversația…" @@ -7065,18 +7275,20 @@ msgstr "Gestionați setările de verificare" msgid "Manage your muted words and tags" msgstr "Gestionați-vă cuvintele și etichetele amuțite" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Marcați toate ca citite" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "Marcați toate conversațiile ca citite" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "Marcați toate cererile ca citite" @@ -7085,15 +7297,16 @@ msgstr "Marcați toate cererile ca citite" msgid "Mark as read" msgstr "Marcare ca citit" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Marcate toate ca citite" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "Toate conversațiile au fost marcate ca citite" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "Toate cererile au fost marcate ca citite" @@ -7102,6 +7315,7 @@ msgstr "Toate cererile au fost marcate ca citite" msgid "Maybe later" msgstr "Poate mai târziu" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Conținut media" @@ -7137,26 +7351,29 @@ msgstr "Membrii încă pot citi istoricul conversațiilor, dar nu pot trimite me msgid "mentioned users" msgstr "utilizatori menționați" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Mențiuni" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "Mențiuni ale acestor persoane" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Meniu" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "Mesaj" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "Mesaj" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mesaj șters" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Mesajul nu a putut fi trimis." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Mesaj de la @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Mesaj de la @{0}: {1}" msgid "Message from server: {0}" msgstr "Mesaj de la server: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Câmp introducere mesaj" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Mesajul este prea lung" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Mesajul este prea lung ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Opțiuni mesaj" @@ -7215,11 +7426,11 @@ msgstr "Opțiuni mesaj" msgid "Messages" msgstr "Mesaje" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "Mesajele de la această persoană sunt ascunse cât timp ea vă blochează." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Mesajele de la această persoană sunt ascunse cât timp o blocați." @@ -7343,7 +7554,7 @@ msgstr "Muzică" msgid "Mute" msgstr "Dezactivare sunet" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Doriți să raportați o încălcare a drepturilor de autor, o solicitar msgid "Nevermind, create a handle for me" msgstr "Nu mai contează, creează-mi un nume de utilizator" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Nou" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nou" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Postare nouă} few {Postări noi} other {Postări noi}} de la {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "{postsCount, plural, one {Postare nouă} few {Postări noi} other {Post #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Conversație nouă" @@ -7574,9 +7789,9 @@ msgstr "Adresă e-mail nouă" msgid "New Feature" msgstr "Caracteristică nouă" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Urmăritori noi" @@ -7608,6 +7823,18 @@ msgstr "Identificator nou" msgid "New list" msgstr "Listă nouă" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "Cereri de mesaje noi" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "Mesaje noi" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Următorul" msgid "Next image" msgstr "Imaginea următoare" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Noapte" @@ -7779,12 +8006,12 @@ msgstr "Niciun nume" msgid "No notifications yet!" msgstr "Nu există notificări încă!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Nimeni" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Nimeni" @@ -7822,6 +8049,10 @@ msgstr "Încă nu există citate" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Încă nu există GIF-uri recente. Alegeți unul pentru a-l vedea aici." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "Fără răspunsuri" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Niciun răspuns încă" @@ -7856,10 +8087,18 @@ msgstr "Nu s-au găsit rezultate" msgid "No results found for \"{query}\"" msgstr "Niciun rezultat găsit pentru „{query}”" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "Nu s-au găsit rezultate pentru „<0>{query}” cu filtrele de căutare avansată aplicate." + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "Niciun rezultat găsit pentru „<0>{query}”." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "Nu s-au găsit rezultate pentru interogarea dvs. cu filtrele de căutare avansată aplicate." + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Niciun rezultat." @@ -7868,11 +8107,6 @@ msgstr "Niciun rezultat." msgid "No Starter Packs yet" msgstr "Niciun pachet de pornire încă" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "Fără text" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Imagini intime neconsensuale" msgid "Non-sexual Nudity" msgstr "Nuditate non-sexuală" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "Niciunul dintre aceste cuvinte" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "Indisponibil pe această platformă" @@ -7954,26 +8193,27 @@ msgstr "Notă: Această postare este vizibilă numai pentru utilizatorii conecta msgid "Nothing saved yet" msgstr "Nimic salvat încă" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Setări pentru notificări" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Sunete notificare" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "Numărul trebuie să fie un număr de telefon" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Dezactivat" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "Unul dintre destinatarii selectați nu permite conversații de grup." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Unul dintre destinatarii selectați v-a blocat și nu-i se pot scrie mesaje." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Unei sau mai multor GIF-uri le lipsește textul alternativ." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Unei sau mai multor imagini le lipsește textul alternativ." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "Unul sau mai multe dintre fișierele selectate nu sunt acceptate." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Unul sau mai multe dintre fișierele selectate sunt prea mari. Dimensiunea maximă este de {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Una sau mai multe postări sunt prea lungi pentru a fi salvate ca o schiță. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {Numărul maxim de caractere este de un caracter.} few {Numărul maxim de caractere este de # caractere.} other {Numărul maxim de caractere este de # de caractere.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Unei sau mai multor videoclipuri le lipsește textul alternativ." @@ -8083,7 +8323,7 @@ msgstr "Doar {0} poate răspunde." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Doar {0} din {1} {2, plural, one {imagine a fost adăugată} few {imagini au fost adăugate} other {de imagini au fost adăugate}}; limita este {MAX_GALLERY_IMAGES}" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Doar administratorii pot accepta cereri de alăturare." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Doar administratorii pot ignora cereri de alăturare." +msgid "Only admins can reject join requests." +msgstr "Doar administratorii pot respinge cereri de alăturare." #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Doar persoanele urmărite de {0} se pot alătura." msgid "Only people the chat owner follows can join" msgstr "Doar persoanele pe care proprietarul conversației le urmărește se pot alătura" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "Doar postări cu conținut media" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "Doar postări cu videoclipuri" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "Doar răspunsuri" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Doar fișierele WebVTT (.vtt) sunt acceptate" @@ -8140,6 +8392,10 @@ msgstr "Ups, acest profil nu există. Încercați să scanați altul." msgid "Oops!" msgstr "Hopa!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "Deschidere opțiuni de căutare avansată" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Deschideți creatorul de avatar" @@ -8170,9 +8426,8 @@ msgstr "Deschideți schița" msgid "Open drawer menu" msgstr "Deschideți meniul sertar" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Deschideți selectorul de emoji" @@ -8280,7 +8535,7 @@ msgstr "Deschide un dialog pentru a adăuga un avertisment de conținut postări msgid "Opens a dialog to choose who can interact with this post" msgstr "Deschide un dialog pentru a alege cine poate interacționa cu această postare" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "Deschide o listă de teme de culori pentru cardul QR" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Deschide camera foto a dispozitivului" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Deschide galeria dispozitivului pentru a selecta până la {MAX_GALLERY_IMAGES, plural, one {} few {# imagini}other {# de imagini}}, sau un singur videoclip sau GIF." @@ -8329,7 +8584,7 @@ msgstr "Deschide interfața pentru a crea un nou cont Bluesky" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Deschide procesul pentru a vă conecta la contul dvs. Bluesky existent" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Deschide imaginea completă" @@ -8513,12 +8768,12 @@ msgstr "Parolă actualizată" msgid "Password updated!" msgstr "Parolă actualizată!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pauză" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Puneți în pauză GIF-ul" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Pauză videoclip" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Persoane" @@ -8550,17 +8805,17 @@ msgstr "Persoane urmărite de @{0}" msgid "People following @{0}" msgstr "Persoane care urmăresc @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Persoane pe care le urmăriți" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Persoane pe care le urmăriți" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Persoane pe care le urmăriți" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Persoanele pe care le urmăresc pot solicita să se alăture" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Persoane pe care le urmăriți" @@ -8610,7 +8866,7 @@ msgstr "Număr de telefon verificat" msgid "Photography" msgstr "Fotografie" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Alegeți o temă de culoare" @@ -8658,7 +8914,7 @@ msgstr "Fluxuri fixate" msgid "Pinned to your feeds" msgstr "Fixat la fluxurile dvs." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Redare" @@ -8668,7 +8924,7 @@ msgstr "Redare" msgid "Play {0}" msgstr "Redați {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Redare GIF" @@ -8681,11 +8937,11 @@ msgstr "Redați videoclipul" msgid "Play Video" msgstr "Redați videoclipul" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Redă sau întrerupe GIF-ul" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Redă sau întrerupe videoclipul" @@ -8722,7 +8978,7 @@ msgstr "Vă rugăm faceți clic pe linkul din e-mailul pe care tocmai vi l-am tr msgid "Please complete the verification captcha." msgstr "Vă rugăm să completați verificarea captcha." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Vă rugăm să vă confirmați adresa de e-mail pentru a încărca videoclipuri." @@ -8865,7 +9121,7 @@ msgstr "Politică" msgid "Porn" msgstr "Pornografie" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Postare" @@ -8885,12 +9141,12 @@ msgstr "Postați o fotografie" msgid "Post a video" msgstr "Postați un videoclip" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Postați-le pe toate" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Postați oricum" @@ -8982,6 +9238,10 @@ msgstr "Fixarea postării a fost anulată" msgid "Posts" msgstr "Postări" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "Postări și răspunsuri" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Postările pot fi amuțite în funcție de text, etichete sau ambele. Vă recomandăm să evitați cuvintele obișnuite care apar în multe postări, deoarece acest lucru poate face să nu se afișeze nicio postare." @@ -9067,11 +9327,11 @@ msgstr "Politica de Confidențialitate" msgid "Privacy violation of a minor" msgstr "Încălcarea confidențialității unui minor" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "Se procesează GIF-ul..." -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Se procesează videoclipul..." @@ -9083,7 +9343,7 @@ msgstr "Se procesează..." msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Liste publice, care pot fi partajate, cu utilizatori de amuțit sau blocat în bloc." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Publicați postarea" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Publicați postările" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Publicați răspunsurile" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Publicați răspunsul" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Notificări push" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Push, Toată lumea" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Push, Persoane pe care le urmăriți" @@ -9188,10 +9448,10 @@ msgstr "Postarea citat a fost detașată cu succes" msgid "Quote posts disabled" msgstr "Postări citat dezactivate" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citate" @@ -9238,10 +9498,15 @@ msgstr "Reactivați-vă contul" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Citiți încă {0, plural, one {un răspuns} few {# răspunsuri} other {# de răspunsuri}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "citiți despre cum să utilizați filtrele de căutare" +msgid "Read about how to use advanced search filters" +msgstr "Citiți despre cum să utilizați filtrele de căutare avansată" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "Citiți despre cum să utilizați filtrele de căutare" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Oameni reali." msgid "Reason for appeal" msgstr "Motivul contestației" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Primiți notificări în aplicație" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Primiți notificări push" @@ -9304,7 +9569,7 @@ msgstr "Primiți notificări push" msgid "Recent GIFs" msgstr "GIF-uri recente" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Căutări recente" @@ -9339,8 +9604,8 @@ msgstr "Respingere cerere de conversație" msgid "Reject join request" msgstr "Respingere cerere de alăturare" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Reîncărcați conversațiile" @@ -9379,9 +9644,9 @@ msgstr "Eliminați pe {displayName} din această conversație de grup" msgid "Remove {displayName}?" msgstr "Eliminați pe {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Eliminați {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "Eliminare {q}" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Eliminați fluxul" msgid "Remove feed?" msgstr "Eliminați fluxul?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "Eliminare filtru" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Eliminare din conversație" @@ -9466,11 +9736,16 @@ msgstr "Eliminare imagine" msgid "Remove live status" msgstr "Eliminare stare în direct" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "Eliminare membru" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Eliminați cuvântul amuțit din listele dvs." -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Eliminați profilul" @@ -9507,11 +9782,11 @@ msgstr "Eliminați verificarea" msgid "Remove your verification for this account?" msgstr "Eliminați verificarea dvs. pentru acest cont?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Eliminat de autor" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Eliminat de dvs." @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Răspuns la dvs." -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "Mesaj la care a răspuns {senderName}, atingeți pentru a derula la el" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "Mesaj la care s-a răspuns, atingeți pentru a derula la el" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Răspunsuri" @@ -9609,12 +9884,12 @@ msgstr "Răspunsuri dezactivate" msgid "Replies to this post are disabled." msgstr "Răspunsurile la această postare sunt dezactivate." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Răspundeți" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Răspundeți" @@ -9652,7 +9927,7 @@ msgstr "Vizibilitatea răspunsului actualizată" msgid "Reply was successfully hidden" msgstr "Răspunsul a fost ascuns cu succes" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Raportați fluxul" msgid "Report list" msgstr "Raportare listă" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Raportare mesaj" @@ -9783,9 +10058,9 @@ msgstr "Repostat de {reposter}" msgid "Reposted by you" msgstr "Repostat de dvs." -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Repostări" @@ -9793,9 +10068,9 @@ msgstr "Repostări" msgid "Reposts of this post" msgstr "Repostări ale acestei postări" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Repostări ale repostărilor dvs." @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Solicitare cod" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Cerere ignorată." +msgid "Request rejected." +msgstr "Cerere respinsă." #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Solicitat" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Cereri" @@ -9934,9 +10209,9 @@ msgstr "Reîncearcă ultima acțiune, care a eșuat" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Salvați ziua de naștere" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Salvare modificări" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Salvați modificările?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Salvare schiță" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Salvați schița?" @@ -10089,8 +10364,8 @@ msgstr "Salvat în fluxurile dvs." msgid "Say hello!" msgstr "Spuneți salut!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Spuneți salut cuiva" @@ -10120,7 +10395,7 @@ msgstr "Derulați spre stânga" msgid "Scroll right" msgstr "Derulați spre dreapta" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "Derulați la mesajul la care s-a răspuns" @@ -10131,8 +10406,11 @@ msgstr "Derulați până sus" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Căutare" @@ -10186,17 +10464,13 @@ msgstr "Căutați mai multe fluxuri" msgid "Search for people" msgstr "Căutare persoane" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Căutați postări, utilizatori sau fluxuri" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Căutați GIF-uri" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "Căutarea nu este disponibilă în prezent când sunteți deconectat" @@ -10225,6 +10499,10 @@ msgstr "Căutare postări" msgid "Search profiles" msgstr "Căutați profile" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "Interogare de căutare" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Căutare..." @@ -10319,7 +10597,7 @@ msgstr "Selectați un motiv" msgid "Select account" msgstr "Selectare cont" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Selectați o limbă pentru aplicație" @@ -10357,6 +10635,11 @@ msgstr "Selectați limbile conținutului" msgid "Select duration" msgstr "Selectare durată" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "Selectați tipul de filtru (în prezent: {0})" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Selectați dintr-un cont existent" @@ -10388,7 +10671,7 @@ msgstr "Selectați membrii de conversație de grup" msgid "Select how long to mute this word for." msgstr "Selectați pentru cât timp amuțiți acest cuvânt." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Selectați interesele dvs. din opțiunile de mai jos" msgid "Select your preferred language for translations in your feed." msgstr "Selectați limba preferată pentru traduceri în flux." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Selectați canalele de notificare preferate" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "Selectarea mai multor tipuri de conținut media nu este acceptată." @@ -10491,8 +10774,7 @@ msgstr "Trimitere raport de eroare" msgid "Send feedback" msgstr "Trimiteți feedback" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Trimitere mesaj" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Trimitere prin mesaj direct" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Trimis pe {0}" @@ -10574,7 +10856,7 @@ msgstr "Setează e-mailul pentru resetarea parolei" msgid "Settings" msgstr "Setări" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Setări pentru activitate de la alții" @@ -10582,39 +10864,49 @@ msgstr "Setări pentru activitate de la alții" msgid "Settings for allowing others to be notified of your posts" msgstr "Setări pentru a permite celorlalți să fie notificați despre postările dvs." -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Setări pentru notificări de aprecieri" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Setări pentru notificări de mențiuni" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Setări pentru notificări de urmăritor nou" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Setări pentru notificări pentru orice altceva" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Setări pentru notificări de aprecieri ale repostărilor dvs." -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "Setări pentru notificări privind cererile de mesaje noi" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "Setări pentru notificări privind mesaje noi" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Setări pentru notificări de repostări ale repostărilor dvs." -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Setări pentru notificări de citate" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Setări pentru notificări de răspuns" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Setări pentru notificări de repostare" @@ -10684,6 +10976,11 @@ msgstr "Partajați-mi profilul" msgid "Share post at:// URI" msgstr "Distribuiți postarea at:// URI" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "Partajare profil" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Distribuiți codul QR" msgid "Share this feed" msgstr "Distribuiți acest flux" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "Partajați această căutare" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Distribuiți acest pachet de pornire" @@ -10726,7 +11027,7 @@ msgstr "Tester Preferințe Partajate" msgid "Show" msgstr "Afișare" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Afișare text alternativ" @@ -10864,13 +11165,13 @@ msgstr "Afișează conținutul" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Conectare necesară" msgid "Signed in as @{0}" msgstr "Conectat ca @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "Începând cu" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Omitere" msgid "Skip contact sharing and continue to the app" msgstr "Omiteți partajarea contactelor și continuați spre aplicație" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Omiteți postările goale?" @@ -10980,7 +11286,7 @@ msgstr "Omiteți introducerea și începeți să vă folosiți contul" msgid "Skip to next step" msgstr "Omiteți la pasul următor" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "glisare" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Cineva a părăsit grupul" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Cineva a reacționat cu {0}" @@ -11223,7 +11529,7 @@ msgstr "Pagina de stare" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Pasul {0} din {1}" @@ -11295,11 +11601,11 @@ msgstr "Abonați-vă la @{0} pentru a utiliza aceste etichete:" msgid "Subscribe to account activity" msgstr "Abonați-vă la activitatea contului" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Abonați-vă la Etichetator" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Abonează-vă la acest etichetator" @@ -11345,6 +11651,10 @@ msgstr "Sugerat pentru dvs." msgid "Suggestive" msgstr "Sugestiv" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "Lumină solară" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Treceți conversația în privat." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Atingeți mai jos pentru a permite aplicației Bluesky să vă acceseze locația GPS. Vom folosi apoi aceste date pentru a determina cu mai multă precizie conținutul și caracteristicile disponibile în regiunea dvs." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Atingeți pentru detalii" @@ -11474,7 +11784,7 @@ msgstr "Atingeți pentru a vă elimina reacția {0}" msgid "Tap to request access to join this group chat" msgstr "Atingeți pentru a solicita acces pentru a vă alătura acestei conversații de grup" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Atingeți pentru a reîncerca" @@ -11487,7 +11797,7 @@ msgstr "Atingeți pentru a afișa {0} reacții" msgid "Tap to show all reactions" msgstr "Atingeți pentru a afișa toate reacțiile" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Atingeți pentru a vizualiza reacțiile" @@ -11669,8 +11979,8 @@ msgstr "Postarea la care răspundeți a fost marcată ca fiind scrisă în {sugg msgid "The Privacy Policy has been moved to <0/>" msgstr "Politica de Confidențialitate a fost mutată la <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Videoclipul selectat este mai mare de {VIDEO_MAX_SIZE_MB} MB. Vă rugăm să încercați din nou cu un fișier mai mic." @@ -11832,10 +12142,25 @@ msgstr "Au fost o grămadă de utilizatori noi pe Bluesky! Vă vom activa contul msgid "These are your default settings" msgstr "Acestea sunt setările dvs. implicite" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "Aceste domenii" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "Aceste hashtaguri" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Aceste setări se aplică numai fluxului Urmăriți." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "Aceste URL-uri" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "Aceștia dețin această conversație" @@ -11959,6 +12284,11 @@ msgstr "Această schiță va fi ștearsă permanent." msgid "This email is already associated with your account." msgstr "Acest e-mail este deja asociat contului dvs." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "Această frază exactă" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Această caracteristică permite utilizatorilor să primească notificări pentru noile dvs. postări și răspunsuri. Pentru cine doriți să activați această caracteristică?" @@ -12063,13 +12393,13 @@ msgstr "Această listă este goală." msgid "This message is hidden" msgstr "Acest mesaj este ascuns" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Acest mesaj este ascuns deoarece acest utilizator vă blochează." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Acest mesaj este ascuns deoarece blocați acest utilizator." @@ -12107,7 +12437,7 @@ msgstr "Această postare a fost ștearsă de autorul său" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Această postare va fi ascunsă de fluxuri și fire. Acest lucru nu poate fi anulat." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Autorul acestei postări a dezactivat postările citate." @@ -12271,7 +12601,7 @@ msgstr "Astăzi" msgid "Toggle to enable or disable adult content" msgstr "Comutați pentru a activa sau dezactiva conținutul pentru adulți" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Comută sunetul" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Prea multe contacte - ați depășit numărul de contacte pe care le puteți importa pentru a vă găsi prietenii" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Sus" @@ -12304,8 +12634,8 @@ msgstr "Răspunsurile de top primele" msgid "Topic" msgstr "Subiect" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Trolling" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Încrederea rezultă din relații, comunități și context comun, așa că activăm și <0>verificatori de încredere: organizații care pot emite în mod direct verificări." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Încercați un alt termen de căutare, sau <0>citiți despre cum să utilizați filtrele de căutare." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "Încercați un alt termen de căutare sau eliminați câteva filtre." + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "Încercați un alt termen de căutare." #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Încercați" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "Crepuscul" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Autentificare cu doi factori (A2F)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Tastați aici mesajul dvs." - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Tip:" @@ -12423,7 +12756,7 @@ msgstr "Nu vă putem contacta serviciul. Verificați conexiunea la internet și #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Serviciul dvs. nu poate fi contactat. Vă rugăm să vă verificați conexiunea la internet." @@ -12463,7 +12796,7 @@ msgstr "Indisponibil" msgid "Unavailable feed information" msgstr "Informații flux indisponibile" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Deblocați această conversație de grup" msgid "Unmute" msgstr "Dezamuțire" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Fixarea listei anulată" msgid "Unsnooze email reminder" msgstr "Anulați amânarea mementoului prin e-mail" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Dezabonare" @@ -12691,7 +13024,7 @@ msgstr "Dezabonare" msgid "Unsubscribe from list" msgstr "Dezabonare de la listă" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Dezabonare de la acest etichetator" @@ -12703,10 +13036,15 @@ msgstr "Dezabonat de la listă" msgid "Unsupported clipboard content" msgstr "Conținut clipboard neacceptat" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Tip videoclip neacceptat: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "Până la" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Până la 50 de persoane" @@ -12791,7 +13129,7 @@ msgstr "Încărcați din fișiere" msgid "Upload from Library" msgstr "Încărcați din bibliotecă" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "Se încarcă GIF-ul..." @@ -12805,7 +13143,7 @@ msgstr "Se încarcă imaginile..." msgid "Uploading link thumbnail..." msgstr "Se încarcă miniatura link-ului..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Se încarcă videoclipul..." @@ -13040,12 +13378,12 @@ msgstr "Se verifică..." msgid "Version {0}" msgstr "Versiune {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Videoclip" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Procesarea videoclipului a eșuat" @@ -13084,12 +13422,12 @@ msgstr "Videoclipul nu a fost găsit." msgid "Video settings" msgstr "Setări videoclip" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Videoclip încărcat" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Videoclip: {0}" @@ -13097,11 +13435,13 @@ msgstr "Videoclip: {0}" msgid "Videos" msgstr "Videoclipuri" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Videoclipurile trebuie să aibă o lungime de mai puțin de 3 minute." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Vizualizare" @@ -13190,7 +13530,7 @@ msgstr "Vedeți mai multe" msgid "View more trending videos" msgstr "Vizualizați mai multe videoclipuri în tendințe" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Vizualizare postare" @@ -13264,8 +13604,8 @@ msgstr "Vizualizați conturile dvs. amuțite" msgid "View your verifications" msgstr "Vizualizați-vă verificările" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Vizualizează imaginea completă" @@ -13391,7 +13731,7 @@ msgstr "Vă recomandăm să selectați cel puțin două interese." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Am trimis un e-mail la <0>{0} care conține un link. Faceți clic pe el pentru a finaliza procesul de verificare a e-mailului." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Nu am reușit să determinăm dacă aveți permisiunea de a încărca videoclipuri. Vă rugăm să încercați din nou." @@ -13460,7 +13800,7 @@ msgstr "Avem probleme cu rețeaua, încercați din nou" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Introducem un nou nivel de verificare pe Bluesky - o bifă ușor de văzut." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Suntem atât de încântați să vă avem alături de noi!" @@ -13477,8 +13817,8 @@ msgstr "Ne pare rău, dar nu am reușit să rezolvăm această listă. Dacă pro msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Ne pare rău, dar nu am putut încărca cuvintele dvs. amuțite în acest moment. Vă rugăm să încercați din nou." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Ne pare rău, dar căutarea dvs. nu a putut fi finalizată. Vă rugăm să încercați din nou peste câteva minute." @@ -13486,7 +13826,7 @@ msgstr "Ne pare rău, dar căutarea dvs. nu a putut fi finalizată. Vă rugăm s msgid "We're sorry, you cannot access this screen at this time." msgstr "Ne pare rău, nu puteți accesa acest ecran în acest moment." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Ne pare rău! Postare la care răspundeți a fost șters." @@ -13536,8 +13876,13 @@ msgstr "Care sunt interesele dvs.?" msgid "What do you want to call your starter pack?" msgstr "Cum doriți să vă numiți pachetul de pornire?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "care-i treaba" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Care-i treaba?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Cine poate verifica?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Hopa!" @@ -13623,7 +13968,7 @@ msgstr "Doriți să blocați acest utilizator și/sau să părăsiți această c msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Doriți să salvați acest lucru ca schiță înainte de a vă vizualiza schițele?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Doriți să salvați acest lucru ca schiță pentru a o edita mai târziu?" @@ -13632,12 +13977,12 @@ msgstr "Doriți să salvați acest lucru ca schiță pentru a o edita mai târzi msgid "Write a post" msgstr "Scrieți o postare" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Scrieți o postare" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Scrieți-vă răspunsul" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Accesați Bluesky dintr-o regiune care, în mod legal, ne cere să vă verificăm vârsta înainte de a vă permite să accesați aplicația." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "Dvs. blocați pe {0}" @@ -13741,7 +14086,7 @@ msgstr "Sunteți în direct" msgid "You are no longer live" msgstr "Nu mai sunteți în direct" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Nu aveți voie să încărcați videoclipuri." @@ -13786,12 +14131,12 @@ msgstr "De asemenea, puteți descărca datele de conversație ca fișier „JSON msgid "You can always opt out and delete your data" msgstr "Puteți renunța întotdeauna și șterge datele dvs." -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Puteți alege dacă notificările de conversații să aibă sunet în setările de conversație în cadrul aplicației" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Puteți continua conversațiile în curs, indiferent de setarea pe care o alegeți." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Acum vă puteți conecta cu noua parolă." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Puteți adăuga până la {MAX_GALLERY_IMAGES, plural, one {} few {# imagini}other {# de imagini}} per postare" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Puteți salva doar schițe până la 1000 de caractere." @@ -13821,11 +14166,11 @@ msgstr "Puteți salva doar schițe până la 1000 de caractere." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Puteți salva doar schițe până la 1000 de caractere. Doriți să renunțați la această postare înainte de a vizualiza schițele?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Puteți selecta doar un singur GIF odată." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Puteți selecta doar un singur videoclip odată." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Puteți citi istoricul conversației, dar nu puteți trimite mesaje noi." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Puteți selecta până la {MAX_GALLERY_IMAGES, plural, one {} few {# imagini}other {# de imagini}} în total." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Puteți actualiza acest lucru mai târziu în setări." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "Nu puteți adăuga mai mult de {EMOJI_REACTION_LIMIT, plural, one {o reacție emoji} few {# reacții emoji} other {# de reacții emoji}}" @@ -13958,7 +14303,7 @@ msgstr "Ați verificat cu succes adresa dvs. de e-mail. Puteți închide acest d msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Ați atins temporar limita pentru încărcări de videoclipuri. Vă rugăm să încercați din nou mai târziu." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Aveți modificări nesalvate la această schiță, doriți să le salvați?" @@ -14033,7 +14378,7 @@ msgstr "Trebuie să urmăriți cel puțin alte șapte persoane pentru a genera u msgid "You must grant access to your photo library to save a QR code" msgstr "Trebuie să permiteți accesul la biblioteca foto pentru a salva un cod QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Trebuie să permiteți accesul la biblioteca dvs. media." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Probabil doriți să reporniți aplicația acum." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Ați reacționat cu {0}" @@ -14069,15 +14414,15 @@ msgstr "Ați reacționat cu {0} la {target}" msgid "You recently changed your birthdate" msgstr "V-ați schimbat recent data nașterii" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "Ați răspuns" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "Ați răspuns către {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "V-ați răspuns" @@ -14117,11 +14462,11 @@ msgstr "Nu vă veți putea alătura decât dacă sunteți invitat." msgid "You: {message}" msgstr "Dvs.: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Veți urmări utilizatorii și fluxurile sugerate după ce ați terminat de creat contul!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Veți urmări utilizatorii sugerați după ce veți finaliza crearea contului!" @@ -14185,7 +14530,7 @@ msgstr "Ați ajuns la sfârșitul conținutului activ." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Ați ajuns la sfârșitul fluxului dvs.! Găsiți mai multe conturi de urmărit." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Ați atins numărul maxim de schițe" @@ -14193,15 +14538,19 @@ msgstr "Ați atins numărul maxim de schițe" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Ați atins numărul maxim de solicitări permise. Vă rugăm să încercați din nou mai târziu." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "Ați atins numărul maxim de {MAX_FILTERS, plural, one {un filtru} few {# filtre} other {# de filtre}}. Adăugați mai multe valori unui filtru existent în loc să creați unele noi." + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Ați ajuns la începutul conținutului activ." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Ați atins limita zilnică pentru încărcări de videoclipuri (prea mulți octeți)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Ați atins limita zilnică pentru încărcări de videoclipuri (prea multe videoclipuri)" @@ -14209,7 +14558,7 @@ msgstr "Ați atins limita zilnică pentru încărcări de videoclipuri (prea mul msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Ați rămas fără videoclipuri de vizionat. Poate e un moment bun pentru a face o pauză?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Contul dvs." @@ -14221,7 +14570,7 @@ msgstr "Contul dvs. a fost șters, pe curând! ✌️" msgid "Your account has been suspended" msgstr "Contul dumneavoastră a fost suspendat" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Contul dvs. nu este încă suficient de vechi pentru a încărca videoclipuri. Vă rugăm să încercați din nou mai târziu." @@ -14353,11 +14702,11 @@ msgstr "Parola dvs. a fost modificată cu succes! Vă rugăm să folosiți noua msgid "Your password must be at least 8 characters long." msgstr "Parola dvs. trebuie să aibă cel puțin 8 caractere." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Postarea dvs. a fost trimisă" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Postările dvs. au fost trimise" @@ -14378,7 +14727,7 @@ msgstr "Imaginea dvs. de profil înconjurată de cercuri concentrice cu imagini msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Profilul, postările, fluxurile și listele dvs. nu vor mai fi vizibile pentru alți utilizatori Bluesky. Vă puteți reactiva contul în orice moment, conectându-vă." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Răspunsul dvs. a fost trimis" @@ -14391,7 +14740,7 @@ msgstr "Raportul dvs. va fi trimis la <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Interesele dvs. selectate ne ajută să vă oferim conținut care vă interesează." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Firul dvs. conține postări goale care vor fi omise. Postările rămase vor fi publicate ca un fir." diff --git a/src/locale/locales/ru/messages.po b/src/locale/locales/ru/messages.po index 46703ae183..1a6e42a866 100644 --- a/src/locale/locales/ru/messages.po +++ b/src/locale/locales/ru/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ru\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Russian\n" "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Категория \"{interestsDisplayName}\" (активна)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(содержит встроенный контент)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(нет электронной почты)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {# друг найден!} other {# друзья най msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# час} few {# часа} other {# часов}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# метка была размещена} few {# метки были размещены} other {# меток было размещено}} на этой учётной записи" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# метка была размещена} few {# метки были размещены} other {# меток было размещено}} на этом содержимом" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# секунду} few {# секунды} other {# се #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# непрочитанный элемент} other {# непрочитанных элементов}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} подписок" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "{0} из 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} отреагировал {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {час} few {часа} other {часов msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {минута} few {минуты} other {минут}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} и <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}} подписались на вас" @@ -677,15 +733,15 @@ msgstr "{profileName} присоединился к Bluesky, используя msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Войдите в свой аккаунт<1> или <2>создайте аккаунт<3>, <4> чтобы искать новости, спорт, политику и всё остальное, что происходит на Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>Вы и<1> <2>{0} включены в ваш старт msgid "⚠Invalid Handle" msgstr "⚠Недопустимый псевдоним" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Принять запрос" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Учётная запись больше не игнорируется" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Учётные записи с фигурной синей галочкой <0><1/> могут верифицировать другие учётные записи. Эти доверенные верификаторы выбраны Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Активность от других" @@ -1108,6 +1149,10 @@ msgstr "Добавить альтернативный текст" msgid "Add alt text (optional)" msgstr "Добавьте альтернативный текст (необязательно)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Добавьте альтернативный текст (необяза msgid "Add another account" msgstr "Добавить другую учётную запись" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Добавить другой пост" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Добавить еще один пост в ветку" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "Добавить эмодзи-реакцию" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Добавить изображение" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Добавить медиа к посту" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "Расширенные" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Проверка возраста" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Все" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Все языки" @@ -1367,6 +1422,15 @@ msgstr "Все языки" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Все сохранённые ленты в одном месте." @@ -1380,13 +1444,13 @@ msgstr "Разрешите доступ к своим личным сообще msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "Уже есть учётная запись?" msgid "Already signed in as @{0}" msgstr "Уже вошли как @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "АЛЬТ" msgid "Alt text" msgstr "Альтернативный текст" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Альтернативный текст" @@ -1489,7 +1553,7 @@ msgstr "Возникла ошибка" msgid "An error occurred" msgstr "Возникла ошибка" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Возникла ошибка при сжатии видео." @@ -1535,11 +1599,11 @@ msgstr "При сохранении QR-кода возникла ошибка!" msgid "An error occurred while trying to follow all" msgstr "Возникла ошибка при попытке подписаться на всех" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "Животные" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Анимированные GIF" @@ -1638,6 +1702,11 @@ msgstr "Объявление" msgid "Announcing verification on Bluesky" msgstr "Представляем верификацию на Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Любой" @@ -1781,6 +1850,24 @@ msgstr "Архивный пост" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Вы уверены, что хотите удалить это из св msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Вы действительно хотите удалить этот пост?" @@ -1904,7 +1991,7 @@ msgstr "Доступен" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Доступен" msgid "Back" msgstr "Назад" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Вернуться к чатам" @@ -1961,10 +2048,10 @@ msgstr "Перед тем, как вы будете получать уведо #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Заблокировано" @@ -2091,10 +2178,6 @@ msgstr "Заблокированные учётные записи не могу msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Заблокированные учётные записи не могут вам отвечать, упоминать вас в своих постах, и взаимодействовать с вами каким-либо другим образом. Вы не будете видеть их посты и они не будут видеть ваши." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Блокировка не мешает этому маркировщику добавлять метку на вашу учётную запись." @@ -2111,11 +2194,21 @@ msgstr "Блокировка не помешает добавлять метки msgid "Blog" msgstr "Блог" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky не может подтвердить подлинность заявленной даты." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Отменить реактивацию и выйти из систем msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Отменить поиск" @@ -2411,7 +2505,7 @@ msgstr "Субтитры (.vtt)" msgid "Captions & alt text" msgstr "Субтитры и альтернативный текст" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "Изменить иконку приложения" msgid "Change app icon to \"{0}\"" msgstr "Изменить иконку приложения на \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Изменить язык приложения" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "Чат без звука" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "Почтовый ящик запросов на чат" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Запросы на чат" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Настройки чата" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Настройки чата" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Чат со звуком" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Чаты" @@ -2661,10 +2761,16 @@ msgstr "Выберите свою собственную временную шк msgid "Choose your password" msgstr "Укажите пароль" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Выберите свой псевдоним" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Очистите все данные хранилища" @@ -2673,6 +2779,10 @@ msgstr "Очистите все данные хранилища" msgid "Clear all storage data (restart after this)" msgstr "Очистите все данные хранилища (после этого перезагрузитесь)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "Нажмите, чтобы открыть меню тегов для {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Нажмите, чтобы повторить неудачное сообщение" @@ -2755,6 +2865,7 @@ msgstr "Нажмите, чтобы повторить неудачное соо #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Нажмите, чтобы повторить неудачное соо #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Закрыть диалоговое окно" @@ -2874,7 +2984,7 @@ msgstr "Закрыть окно приветствия" msgid "Closes password update alert" msgstr "Закрывает уведомление об изменении пароля" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Закрывает редактор и удаляет черновик" @@ -2886,7 +2996,7 @@ msgstr "Свернуть список пользователей" msgid "Collapses list of users for a given notification" msgstr "Сворачивает список пользователей для данного уведомления" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Правила сообщества" msgid "Complete onboarding and start using your account" msgstr "Завершите ознакомление и начните пользоваться вашей учётной записью" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Выполните задание" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Составить новый пост" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Пишите посты длиной до {0, plural, one {# символа} other {# символов}}" @@ -2936,11 +3046,11 @@ msgstr "Пишите посты длиной до {0, plural, one {# симво msgid "Compose reply" msgstr "Составить ответ" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Сжатие видео..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Служба поддержки" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Версия сборки скопирована в буфер обмена" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Копировать ссылку на профиль" msgid "Copy link to starter pack" msgstr "Копировать ссылку на стартовый набор" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Копировать текст сообщения" @@ -3341,7 +3455,7 @@ msgstr "Не удалось сохранить изменения: {0}" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Не удалось обновить настройки уведомлений" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Создать для меня стартовый набор" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Регистрация" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Создать учётную запись" @@ -3549,7 +3668,7 @@ msgstr "Дата рождения" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "Удалить беседу" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Удалить для меня" @@ -3645,7 +3764,7 @@ msgstr "Удалить список" msgid "Delete message" msgstr "Удалить сообщение" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Удалите сообщение для меня" @@ -3655,7 +3774,7 @@ msgstr "Удалить мою учётную запись" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Удалить пост" @@ -3676,7 +3795,7 @@ msgstr "Удалить этот список?" msgid "Delete this post?" msgstr "Удалить этот пост?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Удалено" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Диалог: настройте, кто может взаимодействовать с этим постом" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Тусклая" @@ -3806,9 +3925,9 @@ msgstr "Отключено" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Удалить" msgid "Discard changes?" msgstr "Удалить изменения?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Удалить черновик?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Удалить пост?" @@ -3864,7 +3983,7 @@ msgstr "Пропустить" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Пропустить ошибку" @@ -3954,13 +4073,13 @@ msgstr "Не волнуйтесь! Все существующие сообще #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Не волнуйтесь! Все существующие сообще msgid "Done" msgstr "Готово" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Дважды нажмите или зажмите сообщение, чтобы добавить реакцию" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Продолжительность:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Редактировать настройки взаимодействи #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Редактировать профиль" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Редактировать профиль" @@ -4268,7 +4387,7 @@ msgstr "Встроить пост" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Встройте этот пост в Ваш сайт. Просто скопируйте этот скрипт и вставьте его в HTML код вашего сайта." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Встроенный видеоплеер" @@ -4308,8 +4427,8 @@ msgstr "Включить медиапроигрыватели для" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Включите уведомления для учётной записи, посетив её профиль и нажав <0>значок колокольчика <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Включить push-уведомления" @@ -4400,7 +4519,7 @@ msgstr "Введите ваш пароль" msgid "Enter your username and password" msgstr "Введите псевдоним и пароль" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Переходит в полноэкранный режим" @@ -4408,7 +4527,7 @@ msgstr "Переходит в полноэкранный режим" msgid "Entertainment" msgstr "Развлечения" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Ошибка" @@ -4438,7 +4557,7 @@ msgstr "Произошла ошибка при сохранении файла" msgid "Error receiving captcha response." msgstr "Ошибка получения ответа Captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Ошибка: {error}" @@ -4450,26 +4569,38 @@ msgstr "Каждый может ответить" msgid "Everybody can reply to this post." msgstr "Все могут ответить на этот пост." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Все" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Все" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Все" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Исключить пользователей, на которых вы подписаны" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Откровенные сексуальные изображения." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Обзор" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Не удалось добавить эмодзи-реакцию" @@ -4626,6 +4757,7 @@ msgstr "Не удалось изменить псевдоним. Попробу #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Не удалось загрузить беседы" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "Не удалось загрузить настройки ленты" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Не удалось загрузить настройки уведомлений." @@ -4767,12 +4898,13 @@ msgstr "Не удалось загрузить предложенные подп msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Не удалось пометить все запросы как прочитанные" @@ -4789,6 +4921,10 @@ msgstr "Не удалось закрепить пост" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Не удалось удалить эмодзи-реакцию" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "Не удалось изменить ленты" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Не удалось изменить настройки" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Получить обновление" msgid "File saved successfully!" msgstr "Файл успешно сохранён!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Фильтровать из лент" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Фильтр поиска по языку" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Фильтр поиска по языку (текущий: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "Найти людей, чтобы подписаться" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Найти посты, пользователей и ленты в Bluesky" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "Освободите свою ленту" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "От" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Из <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Сгенерировать стартовый набор" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "Получить помощь" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Получайте уведомления, когда на вас подписываются люди." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Получайте уведомления, когда люди ставят лайки на ваши посты." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Получайте уведомления, когда люди упоминают вас." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Получайте уведомления, когда люди цитируют ваши посты." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Получайте уведомления, когда люди отвечают на ваши посты." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Получайте уведомления, когда люди репостят ваши посты." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Приступить" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "Есть код? <0>Нажмите здесь." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Возникли проблемы?" @@ -5973,7 +6144,7 @@ msgstr "Похоже, у нас возникли проблемы с загру msgid "Hmmmm, we couldn't load that moderation service." msgstr "Хммм, мы не смогли загрузить этот сервис модерации." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Подождите! Мы постепенно даём доступ к видео, и вы всё ещё в очереди. Возвращайтесь позже!" @@ -6102,12 +6273,12 @@ msgstr "Если вы разработчик, вы можете размести msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Если вы хотите изменить свой псевдоним или электронную почту, сделайте это до деактивации." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Изображение" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Кэш изображений очищен, освобождено {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "В приложении" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Уведомления в приложении" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Почтовый ящик пуст!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Неверный псевдоним или пароль" @@ -6334,7 +6539,6 @@ msgstr "Код приглашения" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Код приглашения не принят. Убедитесь в его правильности и повторите попытку." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Приглашения, но личные" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Сейчас здесь только вы! Добавьте больше людей в свой стартовый набор, воспользовавшись поиском выше." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID вакансии: {0}" @@ -6469,8 +6672,8 @@ msgstr "Присоединиться к беседе" msgid "Journalism" msgstr "Журналистика" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "Держите меня в курсе" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "Веб-сайт KWS" @@ -6518,6 +6716,10 @@ msgstr "Метки на вашей учётной записи" msgid "Labels on your content" msgstr "Метки на вашем контенте" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Настройки языка" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Последнее инициирование только что" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Недавние" @@ -6562,6 +6764,16 @@ msgstr "Узнать больше" msgid "Learn More" msgstr "Узнать больше" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "Понравилось {0, plural, one {# пользователю} othe msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Понравилось {likeCount, plural, one {# пользователю} other {# пользователям}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Нравится" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "Загрузить новые уведомления" msgid "Load new posts" msgstr "Загрузить новые посты" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "Управляйте настройками верификации" msgid "Manage your muted words and tags" msgstr "Настраивайте ваши игнорируемые слова и теги" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Отметить все как прочитанные" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Отметить как прочитанное" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Все сообщения отмечены как прочитанные" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "Возможно, позже" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Медиа" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "упомянутые пользователи" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Упоминания" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Меню" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Сообщение удалено" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Сообщение от @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Сообщение от @{0}: {1}" msgid "Message from server: {0}" msgstr "Сообщение от сервера: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Поле ввода сообщения" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Сообщение слишком длинное" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Параметры сообщений" @@ -7215,11 +7426,11 @@ msgstr "Параметры сообщений" msgid "Messages" msgstr "Сообщения" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Музыка" msgid "Mute" msgstr "Игнорировать" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Неважно, создайте для меня псевдоним" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Новый" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Новый" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Новый чат" @@ -7574,9 +7789,9 @@ msgstr "Новый адрес электронной почты" msgid "New Feature" msgstr "Новая функция" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Новые подписчики" @@ -7608,6 +7823,18 @@ msgstr "Новый псевдоним" msgid "New list" msgstr "Новый список" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Далее" msgid "Next image" msgstr "Следующее изображение" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "Ещё никаких уведомлений!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "Пока нет цитирований" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "Нет результатов" msgid "No results found for \"{query}\"" msgstr "Ничего не найдено по запросу \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Нет результатов." @@ -7868,11 +8107,6 @@ msgstr "Нет результатов." msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "Несексуальная обнажённость" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "Пока ничего не сохранено" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Настройки уведомления" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Звуки уведомлений" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Отключено" @@ -8017,7 +8257,7 @@ msgstr "ОК" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "В одном или нескольких GIF-файлах отсутствует альтернативный текст." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Для одного или нескольких изображений отсутствует альтернативный текст." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "В одном или нескольких видео отсутствует альтернативный текст." @@ -8083,7 +8323,7 @@ msgstr "Только {0} могут отвечать." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Поддерживаются только файлы WebVTT (.vtt)" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Ой!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Открыть создатель аватара" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Открыть выдвижное меню" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Открыть подборщик эмодзи" @@ -8280,7 +8535,7 @@ msgstr "Открывает диалог для добавления предуп msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Открывает процесс создания новой учётн msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Открывается процесс входа в существующую учетную запись Bluesky" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Пароль изменён" msgid "Password updated!" msgstr "Пароль изменён!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Приостановить" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Приостановить видео" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Люди" @@ -8550,17 +8805,17 @@ msgstr "Люди, на которых подписан(а) @{0}" msgid "People following @{0}" msgstr "Люди, которые подписаны на @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Фотография" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Закрепленные ленты" msgid "Pinned to your feeds" msgstr "Закрепить в своих лентах" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Воспроизвести" @@ -8668,7 +8924,7 @@ msgstr "Воспроизвести" msgid "Play {0}" msgstr "Воспроизвести {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "Воспроизвести видео" msgid "Play Video" msgstr "Воспроизвести видео" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Воспроизводит или приостанавливает GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Воспроизводит или приостанавливает видео" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Пожалуйста, завершите проверку Captcha." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Политика" msgid "Porn" msgstr "Порнография" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Опубликовать" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Опубликовать все" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Пост откреплён" msgid "Posts" msgstr "Посты" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Посты могут быть проигнорированы на основании их текста, тегов или того и другого. Мы рекомендуем избегать общих слов, которые встречаются во многих постах, так как это может привести к тому, что никакие посты не будут показаны." @@ -9067,11 +9327,11 @@ msgstr "Политика конфиденциальности" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Обработка видео..." @@ -9083,7 +9343,7 @@ msgstr "Обработка..." msgid "profile" msgstr "профиль" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Публичные, доступные для обмена списки пользователей для массового игнорирования или блокировки." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Опубликовать пост" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Опубликовать посты" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Опубликовать ответы" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Опубликовать ответ" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Push-уведомления" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "Пост с цитатой был успешно отсоединён" msgid "Quote posts disabled" msgstr "Цитирование постов отключено" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Цитаты" @@ -9238,9 +9498,14 @@ msgstr "Реактивировать свою учётную запись" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Причина обращения" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "Отклонить запрос на беседу" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Перезагрузить беседы" @@ -9379,9 +9644,9 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Убрать {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Удалить ленту" msgid "Remove feed?" msgstr "Удалить ленту?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Удалить изображение" msgid "Remove live status" msgstr "Убрать статус прямого эфира" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Удалить игнорируемые слова из вашего списка" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Удалить профиль" @@ -9507,11 +9782,11 @@ msgstr "Удаление верификации" msgid "Remove your verification for this account?" msgstr "Удалить верификацию для этой учётной записи?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Удалено автором" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Удалено вами" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Ответы" @@ -9609,12 +9884,12 @@ msgstr "Ответы отключены" msgid "Replies to this post are disabled." msgstr "Ответы на этот пост отключены." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Ответить" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Ответить" @@ -9652,7 +9927,7 @@ msgstr "Видимость ответа изменена" msgid "Reply was successfully hidden" msgstr "Ответ был успешно скрыт" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Пожаловаться на ленту" msgid "Report list" msgstr "Пожаловаться на список" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Пожаловаться на сообщение" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Вы сделали репост" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "Репосты этого поста" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Повторяет последнее действие, которое #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Сохранить изменения" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Сохранено в ваши ленты" msgid "Say hello!" msgstr "Скажи привет!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Пролистать вверх" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Поиск" @@ -10186,17 +10464,13 @@ msgstr "Найдите больше лент" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Поиск по постам, пользователям или лентам" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Поиск GIF-файлов" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "Поиск постов" msgid "Search profiles" msgstr "Поиск профилей" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Поиск..." @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "Выбрать учётную запись" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Выберите язык приложения" @@ -10357,6 +10635,11 @@ msgstr "Выберите языки содержимого" msgid "Select duration" msgstr "Выберите продолжительность" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Выбрать существующую учётную запись" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Выберите, на какое время игнорировать это слово." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Выберите ваши интересы из нижеприведён msgid "Select your preferred language for translations in your feed." msgstr "Выберите желаемый язык для переводов в вашей ленте." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Отправить отзыв" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Отправить сообщение" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Отправить личным сообщением" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Устанавливает адрес электронной почты msgid "Settings" msgstr "Настройки" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "Поделиться at:// URI поста" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Поделиться QR-кодом" msgid "Share this feed" msgstr "Поделиться этой лентой" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Поделиться этим стартовым набором" @@ -10726,7 +11027,7 @@ msgstr "Тестер общих настроек" msgid "Show" msgstr "Показать" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Показать альтернативный текст" @@ -10864,13 +11165,13 @@ msgstr "Показывает содержимое" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Необходимо войти для просмотра" msgid "Signed in as @{0}" msgstr "Вы вошли как @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Пропустить" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Кто-то отреагировал {0}" @@ -11223,7 +11529,7 @@ msgstr "Страница состояния" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Шаг {0} из {1}" @@ -11295,11 +11601,11 @@ msgstr "Подпишитесь на @{0}, чтобы использовать э msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Подписаться на маркировщика" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Подписаться на этого маркировщика" @@ -11345,6 +11651,10 @@ msgstr "Предложения для вас" msgid "Suggestive" msgstr "Неприличный" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Политика конфиденциальности была перемещена в <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Произошёл наплыв новых пользователей в msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Эти настройки применимы только к ленте Following." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "Этот список пуст." msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Этот пост будет скрыт из лент и тем. Это невозможно отменить." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Автор этого поста отключил цитирование постов." @@ -12271,7 +12601,7 @@ msgstr "Сегодня" msgid "Toggle to enable or disable adult content" msgstr "Включить или отключить контент для взрослых" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Переключает звук" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Лучшее" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "Тема" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Доверие рождается в отношениях, сообществах и общем контексте, поэтому мы также вводим <0>доверенных верификаторов — организации, которые могут непосредственно вручать верификацию." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "ТВ" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Двухфакторная аутентификация (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Напечатайте здесь своё сообщение" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Тип:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Не удалось связаться с вашим хостинг-провайдером. Проверьте ваше подключение к Интернету." @@ -12463,7 +12796,7 @@ msgstr "Недоступно" msgid "Unavailable feed information" msgstr "Информация о ленте недоступна" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Не игнорировать" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Отписаться" @@ -12691,7 +13024,7 @@ msgstr "Отписаться" msgid "Unsubscribe from list" msgstr "Отписаться от списка" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Отписаться от этого маркировщика" @@ -12703,10 +13036,15 @@ msgstr "Подписка на список отменена" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Загрузить из файлов" msgid "Upload from Library" msgstr "Загрузить из библиотеки" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Загрузка изображений..." msgid "Uploading link thumbnail..." msgstr "Загрузка миниатюры ссылки..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Загрузка видео..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "Версия {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Видео" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Не удалось обработать видео" @@ -13084,12 +13422,12 @@ msgstr "Видео не найдено." msgid "Video settings" msgstr "Настройки видео" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Видео загружено" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Видео: {0}" @@ -13097,11 +13435,13 @@ msgstr "Видео: {0}" msgid "Videos" msgstr "Видео" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "Показать больше" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "Просмотр отключённых учётных записей" msgid "View your verifications" msgstr "Просмотреть свои верификации" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Просмотр полного изображения" @@ -13391,7 +13731,7 @@ msgstr "Мы рекомендуем выбрать как минимум два msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Мы отправили письмо на <0>{0}, содержащее ссылку. Нажмите на неё, чтобы завершить процесс подтверждения электронной почты." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Мы не смогли определить, доступна ли вам загрузка видео. Попробуйте ещё раз." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Мы представляем новый уровень верификации на Bluesky — простые и понятные галочки." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Нам очень жаль, но нам не удалось найти msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Нам очень жаль, мы не смогли сейчас загрузить ваши игнорируемые слова. Пожалуйста, попробуйте ещё раз." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Нам очень жаль! Пост, на который вы отвечаете, был удален." @@ -13536,8 +13876,13 @@ msgstr "Чем вы интересуетесь?" msgid "What do you want to call your starter pack?" msgstr "Как вы хотите назвать свой стартовый набор?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Как дела?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Кто может верифицировать?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Опаньки!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Написать пост" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Написать ответ" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "Вы в прямом эфире" msgid "You are no longer live" msgstr "Вы больше не в прямом эфире" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Вы не можете загружать видео." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Вы можете продолжать беседу независимо от выбранной вами настройки." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Теперь вы можете войти с помощью нового пароля." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Вы можете обновить это позже в своих настройках." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "Вы успешно проверили свой адрес электр msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Вы достигли временного лимита по загрузкам видео. Попробуйте ещё раз позже." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Чтобы получить стартовый набор, вы долж msgid "You must grant access to your photo library to save a QR code" msgstr "Чтобы сохранить QR-код, необходимо предоставить доступ к библиотеке фотографий" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Вы отреагировали {0}" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Вы будете подписаны на предложенных пользователей и ленты, как только создадите свою учётную запись!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Вы будете подписаны на предложенных пользователей, как только создадите свою учётную запись!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Ваша домашняя лента закончилась! Подпишитесь на больше учётных записей чтобы получать больше постов." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Вы достигли максимально допустимого количества запросов. Повторите попытку позже." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Вы достигли дневного лимита по загрузкам видео (слишком много байт)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Вы достигли дневного лимита по загрузкам видео (слишком много видео)" @@ -14209,7 +14558,7 @@ msgstr "Вы достигли дневного лимита по загрузк msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "У вас закончились видео для просмотра. Может быть, сейчас самое время сделать перерыв?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Ваша учётная запись" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "Ваша учётная запись была приостановлена" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Ваша учётная запись создана ещё недостаточно давно, чтобы вы могли загружать видео. Попробуйте ещё раз позже." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "Ваш пароль должен состоять не менее чем из 8 символов." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "Ваша фотография в профиле, окруженная к msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Ваш профиль, посты, ленты и списки больше не будут видны другим пользователям Bluesky. Вы можете реактивировать свою учётную запись в любое время, войдя в систему." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Ваш ответ был отправлен" @@ -14391,7 +14740,7 @@ msgstr "Ваша жалоба будет отправлена на адрес <0 msgid "Your selected interests help us serve you content you care about." msgstr "Выбранные вами интересы помогают нам предоставлять вам содержимое, которое вас интересует." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/sv/messages.po b/src/locale/locales/sv/messages.po index 5bde62798d..a84c3334d3 100644 --- a/src/locale/locales/sv/messages.po +++ b/src/locale/locales/sv/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: sv\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:44\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorin ”{interestsDisplayName}” (aktiv)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(dolt blockerat meddelande)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(inbjudningslänk till chatt)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(innehåller inbäddat innehåll)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(raderat meddelande)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(inaktiverad inbjudningslänk till chatt)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(ogiltig inbjudningslänk till chatt)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(ingen e-post)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(ingen text)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(citerat inlägg)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, one {# kontoetikett} other {# kontoetiketter}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, one {# innehållsetikett} other {# innehållsetiketter}}" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {# vän hittad!} other {# vänner hittade!}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# timme} other {# timmar}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, one {# etikett har} other {# etiketter har}} satts på det här kontot" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, one {# etikett har} other {# etiketter har}} satts på det här innehållet" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {# ny medlemsförfrågan} other {# nya medlemsförfrågn #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, one {# person} other {# personer}} reagerade med {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# sekund} other {# sekunder}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# oläst notis} other {# olästa notiser}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} följda" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} blockerar dig" @@ -277,10 +305,16 @@ msgstr "{0} av 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} reagerade med {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} olästa meddelanden" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} togs bort" msgid "{0} was removed from the group" msgstr "{0} togs bort från gruppen" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "{0}, " + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, one {medlem} other {medlemmar}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "{0}+" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "{0}+ förfrågningar" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {# chatthändelse} other {# chatthändelser}}" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, one {# ny medlemsförfrågan} other {# nya medlemsförfrågningar}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# förfrågan} other {# förfrågningar}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {timme} other {timmar}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} other {minuter}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "{filterCount, plural, one {+# filter} other {+# filter}}" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} följde dig" @@ -677,15 +733,15 @@ msgstr "{profileName} gick med i Bluesky med hjälp av ett startpaket för {time msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "{replierDisplayName} svarade" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "{replierDisplayName} svarade {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "{replierDisplayName} svarade dig" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> lade till dig" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>Logga in<1> eller <2>skapa ett konto<3> <4>för att söka efter nyheter, sport, politik och allt annat som händer på Bluesky." @@ -825,16 +881,6 @@ msgstr "<0>Du och<1> <2>{0} ingår i ditt startpaket" msgid "⚠Invalid Handle" msgstr "⚠ Ogiltigt användarnamn" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "10+" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "10+ förfrågningar" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Acceptera förfrågan" msgid "Accept this language suggestion" msgstr "Använd det här språkförslaget" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Accepterade konversationer" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Förfrågan skickad! Gruppägaren kommer att granska din förfrågan." @@ -985,12 +1026,12 @@ msgstr "Konto" #: src/view/com/profile/ProfileMenu.tsx:182 msgctxt "toast" msgid "Account blocked" -msgstr "Konto blockerat" +msgstr "Kontot blockerades" #: src/view/com/profile/ProfileMenu.tsx:198 msgctxt "toast" msgid "Account followed" -msgstr "Konto följt" +msgstr "Du följer kontot" #: src/lib/strings/errors.ts:34 msgid "Account has been suspended" @@ -1004,7 +1045,7 @@ msgstr "Kontot är inaktiverat" #: src/view/com/profile/ProfileMenu.tsx:152 msgctxt "toast" msgid "Account muted" -msgstr "Konto ignorerat" +msgstr "Kontot ignorerades" #: src/components/moderation/ModerationDetailsDialog.tsx:107 #: src/lib/moderation/useModerationCauseDescription.ts:99 @@ -1033,26 +1074,26 @@ msgstr "Konto borttaget från snabbåtkomst" #: src/view/com/profile/ProfileMenu.tsx:169 msgctxt "toast" msgid "Account unblocked" -msgstr "Konto avblockerat" +msgstr "Kontot avblockerades" #: src/view/com/profile/ProfileMenu.tsx:213 msgctxt "toast" msgid "Account unfollowed" -msgstr "Konto avföljt" +msgstr "Du följer inte längre kontot" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:450 #: src/view/com/profile/ProfileMenu.tsx:139 msgctxt "toast" msgid "Account unmuted" -msgstr "Konto inte längre ignorerat" +msgstr "Kontot ignoreras inte längre" #: src/components/verification/VerifierDialog.tsx:100 msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Konton med en blå, vågkantad bockmarkering <0><1/> kan verifiera andra. Dessa betrodda verifierare är utvalda av Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Aktivitet från andra" @@ -1108,6 +1149,10 @@ msgstr "Lägg till alternativtext" msgid "Add alt text (optional)" msgstr "Lägg till alternativtext (valfritt)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "Lägg till ytterligare ett sökfilter" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Lägg till alternativtext (valfritt)" msgid "Add another account" msgstr "Lägg till ett annat konto" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Lägg till ett ytterligare inlägg" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Lägg till ytterligare ett inlägg i tråden" @@ -1141,6 +1186,10 @@ msgstr "Lägg till automatiseringsetikett på kontot" msgid "Add emoji reaction" msgstr "Lägg till emoji-reaktion" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "Lägg till filter" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Lägg till medlemmar i gruppchatt" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Lägg till bild" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Lägg till media i inlägg" @@ -1312,6 +1361,11 @@ msgstr "Sexuella övergrepp mot vuxna" msgid "Advanced" msgstr "Avancerat" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "Avancerad sökning" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Ålderskontroll" @@ -1337,6 +1391,7 @@ msgstr "alice@exempel.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Alla" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Alla vänner följda!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Alla språk" @@ -1367,6 +1422,15 @@ msgstr "Alla språk" msgid "All languages will be shown in your feeds." msgstr "Alla språk kommer visas i dina flöden." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "Alla dessa ord" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "Alla inlägg" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Alla flöden du har sparat, på ett och samma ställe." @@ -1380,13 +1444,13 @@ msgstr "Tillåt åtkomst till dina direktmeddelanden" msgid "Allow anyone to reply" msgstr "Tillåt svar från alla" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Tillåt direktmeddelanden från" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Tillåt gruppchattsinbjudningar från" @@ -1440,10 +1504,10 @@ msgstr "Har du redan ett konto?" msgid "Already signed in as @{0}" msgstr "Redan inloggad som @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Alternativtext" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Alternativtext" @@ -1489,7 +1553,7 @@ msgstr "Ett fel har uppstått" msgid "An error occurred" msgstr "Ett fel uppstod" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Ett fel uppstod under komprimeringen av videoklippet." @@ -1535,11 +1599,11 @@ msgstr "Ett fel uppstod när QR-koden skulle sparas!" msgid "An error occurred while trying to follow all" msgstr "Ett fel uppstod när du försökte följa alla" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Ett fel uppstod under uppladdningen av videoklippet. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Ett fel uppstod under uppladdningen av videoklippet. Kontrollera din internetanslutning och försök igen." @@ -1626,7 +1690,7 @@ msgstr "Djurplågeri eller vanvård av djur" msgid "Animals" msgstr "Djur" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Animerade gif-bilder" @@ -1638,6 +1702,11 @@ msgstr "Meddelande" msgid "Announcing verification on Bluesky" msgstr "Verifiering införs på Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "När som helst" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Alla" @@ -1732,7 +1801,7 @@ msgstr "Begär omprövning av avstängning från livesändning" #: src/screens/Messages/components/ChatDisabled.tsx:125 msgctxt "toast" msgid "Appeal submitted" -msgstr "Omprövningsbegäran skickad" +msgstr "Omprövningsbegäran skickades" #: src/screens/Takendown.tsx:114 #: src/screens/Takendown.tsx:140 @@ -1781,6 +1850,24 @@ msgstr "Arkiverat inlägg" msgid "Are you really, really sure?" msgstr "Är du verkligen, verkligen säker?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "Söker du efter inlägg på {0} eller {1}?" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "Söker du efter inlägg på {0}?" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "Söker du efter inlägg på {0}eller {1}?" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Är du säker på att du vill ta bort det här från dina flöden?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "Är du säker på att du vill återkalla din förfrågan om att gå med i {0}?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Är du säker på att du vill slänga det här inlägget?" @@ -1904,7 +1991,7 @@ msgstr "Tillgängligt" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Tillgängligt" msgid "Back" msgstr "Tillbaka" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Tillbaka till chattar" @@ -1961,10 +2048,10 @@ msgstr "Innan du kan få notiser om {name}s inlägg måste du först verifiera d #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Blockera användare och/eller radera den här konversationen" msgid "Block user and/or leave this conversation" msgstr "Blockera användare och/eller lämna den här konversationen" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Blockerat" @@ -2091,10 +2178,6 @@ msgstr "Blockerade konton kan inte svara i dina trådar, omnämna dig eller på msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Blockerade konton kan inte svara i dina trådar, omnämna dig eller på annat sätt interagera med dig. Du kan inte se deras innehåll, och de kan inte se ditt." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "Dolt blockerat meddelande" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Blockeringen hindrar inte den här etikettsättaren från att sätta etiketter på ditt konto." @@ -2111,11 +2194,21 @@ msgstr "Blockering hindrar inte att etiketter sätts på ditt konto, men det hin msgid "Blog" msgstr "Blogg" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "bloomscrolling booksky" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "bluesky atproto" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kan inte bekräfta äktheten av det angivna datumet." @@ -2340,7 +2433,7 @@ msgstr "Kameraåtkomst krävs" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Kameraåtkomst krävs" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Kameraåtkomst krävs" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Avbryt återaktivering och logga ut" msgid "Cancel reply" msgstr "Avbryt svar" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Avbryt sökning" @@ -2411,7 +2505,7 @@ msgstr "Undertexter (.vtt)" msgid "Captions & alt text" msgstr "Undertexter och alternativtexter" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "karusell" @@ -2435,7 +2529,7 @@ msgstr "Ändra appikon" msgid "Change app icon to \"{0}\"" msgstr "Ändra appikon till ”{0}”" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Ändra appspråk" @@ -2502,7 +2596,7 @@ msgstr "Chatt" #: src/screens/Messages/components/RequestButtons.tsx:331 msgctxt "toast" msgid "Chat deleted" -msgstr "Chatt raderad" +msgstr "Chatten raderades" #: src/components/dms/getSystemMessageInfo.ts:108 msgid "Chat ended" @@ -2518,24 +2612,30 @@ msgstr "Inbjudningslänken till den här chatten är inte längre tillgänglig" msgid "Chat locked" msgstr "Chatt låst" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Chattmeddelanden – ljud av" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Chattmeddelanden – ljud på" #: src/components/dms/ConvoMenu.tsx:206 msgctxt "toast" msgid "Chat muted" -msgstr "Chatt ignorerad" +msgstr "Chatten ignorerades" #: src/components/moderation/BlockDialog.tsx:289 #: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." msgstr "Chatten hittades inte." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "Chattalternativ" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Chattägare kan inte lämna sina gruppchattar." @@ -2548,22 +2648,22 @@ msgstr "Chattmottagare följs inte av avsändaren." msgid "Chat request inbox" msgstr "Inkorg för chattförfrågningar" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Chattförfrågningar" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Chattinställningar" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Chattinställningar" @@ -2583,11 +2683,11 @@ msgstr "Chatt upplåst" #: src/components/dms/ConvoMenu.tsx:208 msgctxt "toast" msgid "Chat unmuted" -msgstr "Chatt inte längre ignorerad" +msgstr "Chatten ignoreras inte längre" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Chattar" @@ -2661,10 +2761,16 @@ msgstr "Välj din egen tidslinje! Flöden som har skapats av andra i gemenskapen msgid "Choose your password" msgstr "Välj ditt lösenord" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Välj ditt användarnamn" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "Rensa" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Rensa all lagrad data" @@ -2673,6 +2779,10 @@ msgstr "Rensa all lagrad data" msgid "Clear all storage data (restart after this)" msgstr "Rensa all lagrad data (starta om efter detta)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "Rensa datum" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Klicka här för att visa inbjudningslänken för den här gruppchatten" msgid "Click to open tag menu for {0}" msgstr "Klicka för att öppna taggmenyn för {0}" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Klicka för att försöka på nytt med misslyckat meddelande" @@ -2755,6 +2865,7 @@ msgstr "Klicka för att försöka på nytt med misslyckat meddelande" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Klicka för att försöka på nytt med misslyckat meddelande" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Stäng banderoll" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Stäng banderollen för väntande förfrågningar" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Stäng den här dialogrutan" @@ -2874,7 +2984,7 @@ msgstr "Stäng välkomstfönster" msgid "Closes password update alert" msgstr "Stänger avisering om uppdatering av lösenord" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Stänger inläggsverktyget och slänger utkastet" @@ -2886,7 +2996,7 @@ msgstr "Dölj lista över användare" msgid "Collapses list of users for a given notification" msgstr "Fäller ihop användarlista för berörd notis" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Färg" @@ -2917,7 +3027,7 @@ msgstr "Gemenskapens riktlinjer" msgid "Complete onboarding and start using your account" msgstr "Slutför introduktionen och börja använda ditt konto" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Slutför kontrollen" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Skriv ett nytt inlägg" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Skriv inlägg som är upp till {0, plural, other {# tecken}} långa" @@ -2936,11 +3046,11 @@ msgstr "Skriv inlägg som är upp till {0, plural, other {# tecken}} långa" msgid "Compose reply" msgstr "Skriv svar" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "Komprimerar gif-bild…" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Komprimerar videoklipp…" @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Kontakta vårt supportteam" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Kontakta supporten" @@ -3116,13 +3226,13 @@ msgstr "Konversation raderad" #: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "Conversation deleted" -msgstr "Konversation raderad" +msgstr "Konversationen raderades" #: src/components/dms/AfterReportConversationDialog.tsx:172 #: src/components/dms/AfterReportConversationDialog.tsx:179 msgctxt "toast" msgid "Conversation left" -msgstr "Konversation lämnad" +msgstr "Du lämnade konversationen" #: src/components/dms/LeaveConvoPrompt.tsx:40 #: src/screens/Messages/JoinRequests.tsx:196 @@ -3134,8 +3244,12 @@ msgstr "Konversationen hittades inte." msgid "Copied build version to clipboard" msgstr "Byggversion kopierad till urklipp" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "Länken kopierades till urklipp" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Kopiera länk till profil" msgid "Copy link to starter pack" msgstr "Kopiera länk till startpaket" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Kopiera meddelandetext" @@ -3341,7 +3455,7 @@ msgstr "Kunde inte spara ändringar: {0}" msgid "Could not share – please try again" msgstr "Kunde inte dela – försök igen" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Kunde inte uppdatera notisinställningar" @@ -3363,6 +3477,11 @@ msgstr "Det gick inte att läsa in gif-bilder" msgid "Country code" msgstr "Landskod" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "kor grisar" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Skapa ett startpaket åt mig" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Skapa konto" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Skapa ett konto" @@ -3549,7 +3668,7 @@ msgstr "Födelsedatum" msgid "Dawn" msgstr "Gryning" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Dag" @@ -3632,7 +3751,7 @@ msgstr "Radera kontakter" msgid "Delete conversation" msgstr "Radera konversation" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Radera för mig" @@ -3645,7 +3764,7 @@ msgstr "Radera lista" msgid "Delete message" msgstr "Radera meddelande" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Radera meddelandet för mig" @@ -3655,7 +3774,7 @@ msgstr "Radera mitt konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Radera inlägg" @@ -3676,7 +3795,7 @@ msgstr "Radera den här listan?" msgid "Delete this post?" msgstr "Radera det här inlägget?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Raderat" @@ -3697,10 +3816,6 @@ msgstr "Raderas av Plivo efter verifiering" msgid "Deleted list" msgstr "Raderad lista" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "Raderat meddelande" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3729,12 +3844,12 @@ msgstr "Avskilj citatinlägg?" #: src/screens/Settings/AboutSettings.tsx:151 msgctxt "toast" msgid "Developer mode disabled" -msgstr "Utvecklarläge inaktiverat" +msgstr "Utvecklarläget inaktiverades" #: src/screens/Settings/AboutSettings.tsx:145 msgctxt "toast" msgid "Developer mode enabled" -msgstr "Utvecklarläge aktiverat" +msgstr "Utvecklarläget aktiverades" #: src/screens/Settings/Settings.tsx:282 #: src/screens/Settings/Settings.tsx:285 @@ -3749,6 +3864,10 @@ msgstr "Enheten kunde inte översätta :(" msgid "Dialog: adjust who can interact with this post" msgstr "Dialogruta: ställ in vem som får interagera med det här inlägget" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "Dialogruta: Ställ in avancerade sökalternativ" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Dämpat" @@ -3806,9 +3925,9 @@ msgstr "Inaktiverat" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Släng" msgid "Discard changes?" msgstr "Vill du slänga ändringarna?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Vill du slänga utkastet?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Vill du slänga inlägget?" @@ -3864,7 +3983,7 @@ msgstr "Avvisa" msgid "Dismiss banner" msgstr "Avvisa banderoll" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Avvisa fel" @@ -3954,13 +4073,13 @@ msgstr "Ingen fara! Alla dina befintliga meddelanden och inställningar är spar #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Ingen fara! Alla dina befintliga meddelanden och inställningar är spar msgid "Done" msgstr "Klar" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Håll nere eller dubbeltryck på meddelandet för att lägga till en reaktion" @@ -4045,7 +4164,7 @@ msgstr "På grund av lagen i din region är vissa funktioner på Bluesky begrän msgid "Duration:" msgstr "Varaktighet:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Skymning" @@ -4176,12 +4295,12 @@ msgstr "Redigera interaktionsinställningar för inlägg" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Redigera profil" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Redigera profil" @@ -4223,7 +4342,7 @@ msgstr "E-post" #: src/screens/Settings/components/DisableEmail2FADialog.tsx:65 msgctxt "toast" msgid "Email 2FA disabled" -msgstr "2FA via e-post inaktiverat" +msgstr "2FA via e-post inaktiverades" #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:63 msgid "Email 2FA enabled" @@ -4268,7 +4387,7 @@ msgstr "Bädda in inlägg" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Bädda in det här inlägget på din hemsida. Det är bara att kopiera följande text och klistra in den i HTML-koden på din hemsida." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Inbäddad videospelare" @@ -4308,8 +4427,8 @@ msgstr "Aktivera mediaspelare för" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Aktivera notiser för ett konto genom att besöka dess profil och trycka på <0>klockikonen <1/>." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Aktivera pushnotiser" @@ -4400,7 +4519,7 @@ msgstr "Ange ditt lösenord" msgid "Enter your username and password" msgstr "Ange ditt användarnamn och lösenord" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Öppnar helskärm" @@ -4408,7 +4527,7 @@ msgstr "Öppnar helskärm" msgid "Entertainment" msgstr "Underhållning" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Fel" @@ -4438,7 +4557,7 @@ msgstr "Ett fel uppstod när filen skulle sparas" msgid "Error receiving captcha response." msgstr "Fel vid mottagning av captcha-svar." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Fel: {error}" @@ -4450,26 +4569,38 @@ msgstr "Alla får svara" msgid "Everybody can reply to this post." msgstr "Alla får svara på det här inlägget." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Alla" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Alla" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Alla" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Allt annat" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "Exkludera" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Undanta användare du följer" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Explicit sexuella bilder." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Utforska" msgid "Explore the app" msgstr "Utforska appen" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Exportera min chattdata" @@ -4596,14 +4727,14 @@ msgstr "Extremistiskt innehåll" #: src/screens/Messages/components/RequestButtons.tsx:244 msgctxt "toast" msgid "Failed to accept chat" -msgstr "Det gick inte att acceptera chatt" +msgstr "Det gick inte att acceptera chatten" #: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" msgstr "Det gick inte att godkänna medlemsförfrågan" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Det gick inte att lägga till emoji-reaktion" @@ -4626,6 +4757,7 @@ msgstr "Det gick inte att ändra användarnamn. Försök igen." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Det gick inte att kopiera länk" @@ -4698,10 +4830,6 @@ msgstr "Det gick inte att följa alla dina vänner. Försök igen" msgid "Failed to hide suggestion, please check your internet connection" msgstr "Det gick inte att dölja förslag. Kontrollera din internetanslutning" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Det gick inte att avvisa medlemsförfrågan" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Det gick inte att gå med i gruppchatten. Försök igen." @@ -4715,10 +4843,10 @@ msgstr "Det gick inte att starta SMS-app" #: src/screens/Messages/ConversationSettings/index.tsx:408 msgctxt "toast" msgid "Failed to leave group chat" -msgstr "Det gick inte att lämna gruppchatt" +msgstr "Det gick inte att lämna gruppchatten" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Det gick inte att läsa in konversationer" @@ -4735,8 +4863,11 @@ msgstr "Det gick inte att läsa in flöden" msgid "Failed to load feeds preferences" msgstr "Det gick inte att läsa in flödesinställningar" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Det gick inte att läsa in notisinställningar." @@ -4767,12 +4898,13 @@ msgstr "Det gick inte att läsa in föreslagna konton att följa" msgid "Failed to lock group chat" msgstr "Det gick inte att låsa gruppchatt" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "Det gick inte att markera chattarna som lästa" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Det gick inte att markera alla förfrågningar som lästa" @@ -4789,6 +4921,10 @@ msgstr "Det gick inte att fästa inlägget" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Det gick inte att återansluta Germ DM. Fel: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "Det gick inte att avvisa medlemsförfrågningen" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Det gick inte att ta bort data på grund av ett nätverksfel. Kontrollera din internetanslutning." @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "Det gick inte att ta bort data. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Det gick inte att ta bort emoji-reaktion" @@ -4830,7 +4966,7 @@ msgstr "Det gick inte att återkalla din förfrågan. Försök igen." msgid "Failed to resolve location. Please try again." msgstr "Det gick inte att fastställa din plats. Försök igen." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Det gick inte att spara utkast" @@ -4898,7 +5034,7 @@ msgstr "Det gick inte att uppdatera flödena" msgid "Failed to update notification declaration" msgstr "Det gick inte att uppdatera notisdeklaration" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Det gick inte att uppdatera inställningarna" @@ -4973,7 +5109,7 @@ msgstr "Feedback skickad till flödesoperatör" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Sök efter uppdatering" msgid "File saved successfully!" msgstr "Filen sparades utan problem!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "Filtrera efter författare" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "Filtrera efter författare (nuvarande: {currentLabel})" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "Filtrera efter media" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "Filtrera efter media (nuvarande: {currentLabel})" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Filtrera i flöden" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Filtrera sökning efter språk" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Filtrera sökning efter språk (nuvarande: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "Filtrera sökningen efter {0}" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtrera vem som kan välja att få notiser om din aktivitet" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Filtrera vem du får notiser från" @@ -5081,7 +5238,7 @@ msgstr "Hitta personer att följa" msgid "Find people you know" msgstr "Hitta personer du känner" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Hitta inlägg, användare och flöden på Bluesky" @@ -5361,7 +5518,8 @@ msgstr "Fyra meddelandebubblor i en gruppchatt. I bilden är meddelandena på en msgid "Free your feed" msgstr "Befria ditt flöde" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "Från" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Från <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "Från dessa personer" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Generera ett startpaket" @@ -5414,43 +5577,51 @@ msgstr "Germ DM återanslutet" msgid "Get help" msgstr "Få hjälp" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Få notiser när andra använder dina startpaket vid registrering, samt om verifiering och annan aktivitet." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Få notiser när andra följer dig." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Få notiser när andra gillar dina inlägg." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Få notiser när andra gillar dina återpubliceringar." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Få notiser när du omnämns av andra." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Få notiser när andra citerar dina inlägg." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Få notiser när andra svarar på dina inlägg." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Få notiser när andra återpublicerar dina inlägg." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Få notiser när andra återpublicerar dina återpubliceringar." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "Få notiser när andra skickar meddelandeförfrågningar till dig." + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "Få notiser när andra skickar meddelanden till dig." + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Få notiser om aktivitet på inlägg du prenumererar på." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Kom igång" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "Gif-bild" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "Gif-bild uppladdad" @@ -5654,17 +5825,17 @@ msgstr "Dialogruta för inbjudningslänk för gruppchatt" #: src/screens/Messages/ConversationSettings/index.tsx:424 msgctxt "toast" msgid "Group chat locked" -msgstr "Gruppchatt låst" +msgstr "Gruppchatten låstes" #: src/screens/Messages/ConversationSettings/index.tsx:389 msgctxt "toast" msgid "Group chat muted" -msgstr "Gruppchatt ignorerad" +msgstr "Gruppchatten ignorerades" #: src/screens/Messages/ConversationSettings/index.tsx:376 msgctxt "toast" msgid "Group chat name updated" -msgstr "Namn på gruppchatt uppdaterat" +msgstr "Gruppchattens namn uppdaterades" #: src/Navigation.tsx:496 #: src/screens/Messages/ConversationSettings/index.tsx:113 @@ -5675,18 +5846,18 @@ msgstr "Inställningar för gruppchatt" #: src/screens/Messages/ConversationSettings/index.tsx:427 msgctxt "toast" msgid "Group chat unlocked" -msgstr "Gruppchatt upplåst" +msgstr "Gruppchatten låstes upp" #: src/screens/Messages/ConversationSettings/index.tsx:392 msgctxt "toast" msgid "Group chat unmuted" -msgstr "Gruppchatt inte längre ignorerad" +msgstr "Gruppchatten ignoreras inte längre" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" msgstr "Gruppchattar" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Gruppchattar är endast tillgängliga för användare som är 18 år eller äldre." @@ -5784,7 +5955,7 @@ msgstr "Har du en kod? <0>Klicka här." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Har vi tagit fel på var du befinner dig? <0>Tryck här för att uppdatera din plats med GPS." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Har du problem?" @@ -5973,7 +6144,7 @@ msgstr "Hmmmm, det verkar som om vi har problem med att läsa in den här datan. msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, vi kunde inte ladda den modereringstjänsten." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Vänta lite! Vi ger gradvis tillgång till videoklipp till fler användare, och du står fortfarande i kön. Försök igen senare!" @@ -6102,12 +6273,12 @@ msgstr "Om du är utvecklare kan du driva en egen server." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Om du vill ändra ditt användarnamn eller din e-postadress måste du göra det innan du inaktiverar kontot." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Bild" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Bild {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Bild {0} av {1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Bild {0} av {imageCount}" @@ -6130,10 +6301,10 @@ msgstr "Bild-cache rensad" #. placeholder {0}: i18n.number( Math.abs(sizeDiffBytes / 1024 / 1024), { notation: 'compact', style: 'unit', unit: 'megabyte', }, ) #: src/screens/Settings/AboutSettings.tsx:53 msgid "Image cache cleared, freed {0}" -msgstr "Bild-cache rensad, frigjorde {0}" +msgstr "Bild-cachen rensades, frigjorde {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Bildgalleri, {0} bilder" @@ -6201,43 +6372,77 @@ msgstr "Importerades den {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "För att kunna ge dig en upplevelse som är lämplig för din ålder behöver vi veta ditt födelsedatum. Det här behöver bara göras en gång, och din data kommer hållas privat." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "I appen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Notiser i appen" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "I appen, Från alla" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "I appen, Från personer du följer" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "I appen, Push" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "I appen, Push, Från personer du följer" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "I appen, Push, Från personer du följer" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Inkorgen är tom" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Inkorgen är tom!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "Inkludera" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "Inkludera eller exkludera matchande inlägg (nuvarande: {0})" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "Inkludera inlägg och/eller svar (nuvarande: {currentLabel})" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "Inkludera inlägg gjorda från och med detta datum" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "Inkludera inlägg gjorda till och med detta datum" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "Inkludera dessa resultat" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Felaktigt användarnamn eller lösenord" @@ -6334,7 +6539,6 @@ msgstr "Inbjudningskod" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Inbjudningskoden godkändes inte. Kontrollera att du har angett den korrekt och försök igen." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Bjud in vänner" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Bjud in vänner" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Inbjudningar, men personliga" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "Är din plats felaktigt fastställd? <0>Tryck här för att uppdatera din plats med GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "Är din plats felaktigt fastställd? <0>Tryck här för att uppdatera din plats med GPS." #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Just nu är det bara du! Lägg till fler personer i ditt startpaket genom att söka ovan." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "Jobb-ID: {0}" @@ -6469,8 +6672,8 @@ msgstr "Delta i samtalen" msgid "Journalism" msgstr "Journalistik" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Fortsätt redigera" @@ -6479,11 +6682,6 @@ msgstr "Fortsätt redigera" msgid "Keep me posted" msgstr "Håll mig uppdaterad" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Ta bort medlem" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "KWS webbplats" @@ -6518,6 +6716,10 @@ msgstr "Etiketter på ditt konto" msgid "Labels on your content" msgstr "Etiketter på ditt innehåll" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "Språk" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Språkinställningar" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "Senast initierad nyss" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Senaste" @@ -6562,6 +6764,16 @@ msgstr "Läs mer" msgid "Learn More" msgstr "Läs mer" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "Läs mer om <0>hur du använder avancerade sökfilter." + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "Läs mer om <0>hur du använder sökfilter." + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Läs mer om ålderskontroll" @@ -6765,16 +6977,16 @@ msgstr "Gillat av {0, plural, one {# användare} other {# användare}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Gillat av {likeCount, plural, one {# användare} other {# användare}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Gillamarkeringar" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Gillamarkeringar på dina återpubliceringar" @@ -6802,7 +7014,7 @@ msgstr "Listavatar" #: src/screens/ProfileList/components/SubscribeMenu.tsx:48 msgctxt "toast" msgid "List blocked" -msgstr "Lista blockerad" +msgstr "Listan blockerades" #. placeholder {0}: sanitizeHandle(creator.handle, '@') #. placeholder {0}: sanitizeHandle(feed.creatorHandle, '@') @@ -6830,7 +7042,7 @@ msgstr "Listans skapare" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:93 msgctxt "toast" msgid "List deleted" -msgstr "Lista raderad" +msgstr "Listan raderades" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:446 msgid "List description" @@ -6855,7 +7067,7 @@ msgstr "Listan måste ha ett namn." #: src/screens/ProfileList/components/SubscribeMenu.tsx:33 msgctxt "toast" msgid "List muted" -msgstr "Lista ignorerad" +msgstr "Listan ignorerades" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:410 msgid "List name" @@ -6869,13 +7081,13 @@ msgstr "Listnamnet är för långt. {DISPLAY_NAME_MAX_GRAPHEMES, plural, other { #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:130 msgctxt "toast" msgid "List unblocked" -msgstr "Lista avblockerad" +msgstr "Listan avblockerades" #: src/screens/ProfileList/components/Header.tsx:101 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:116 msgctxt "toast" msgid "List unmuted" -msgstr "Lista inte längre ignorerad" +msgstr "Listan ignoreras inte längre" #: src/Navigation.tsx:172 #: src/view/screens/Lists.tsx:60 @@ -6954,9 +7166,7 @@ msgstr "Läs in nya notiser" msgid "Load new posts" msgstr "Läs in nya inlägg" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Läser in chatt…" @@ -7065,18 +7275,20 @@ msgstr "Hantera verifieringsinställningar" msgid "Manage your muted words and tags" msgstr "Hantera dina ignorerade ord och taggar" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Markera alla som lästa" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "Markera alla chattar som lästa" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "Markera alla förfrågningar som lästa" @@ -7085,15 +7297,16 @@ msgstr "Markera alla förfrågningar som lästa" msgid "Mark as read" msgstr "Markera som läst" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Markerade alla som lästa" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "Markerade alla chattar som lästa" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "Markerade alla förfrågningar som lästa" @@ -7102,6 +7315,7 @@ msgstr "Markerade alla förfrågningar som lästa" msgid "Maybe later" msgstr "Kanske senare" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Media" @@ -7137,29 +7351,32 @@ msgstr "Medlemmarna kan fortfarande läsa chatthistoriken men kan inte skicka ny msgid "mentioned users" msgstr "omnämnda användare" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Omnämnanden" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "Omnämnanden av dessa personer" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Meny" -#: src/screens/Messages/components/MessageInput.tsx:202 -msgid "Message" -msgstr "Meddelande" - -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 msgctxt "action" msgid "Message" msgstr "Skicka meddelande" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" +msgid "Message" +msgstr "Meddelande" + #. placeholder {0}: profile.handle #: src/components/dms/MessageProfileButton.tsx:99 msgid "Message {0}" @@ -7176,15 +7393,15 @@ msgstr "Meddelande raderat" #: src/components/dms/MessageOverlays.tsx:111 msgctxt "toast" msgid "Message deleted" -msgstr "Meddelande raderat" +msgstr "Meddelandet raderades" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Det gick inte att skicka meddelande." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Meddelande från @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Meddelande från @{0}: {1}" msgid "Message from server: {0}" msgstr "Meddelande från servern: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Inmatningsfält för meddelande" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Meddelandet är för långt" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Meddelandet är för långt ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Meddelandealternativ" @@ -7215,11 +7426,11 @@ msgstr "Meddelandealternativ" msgid "Messages" msgstr "Meddelanden" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "Meddelanden från den här personen är dolda så länge personen blockerar dig." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Meddelanden från den här personen är dolda så länge du blockerar personen." @@ -7273,12 +7484,12 @@ msgstr "Modereringslista av dig" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:256 msgctxt "toast" msgid "Moderation list created" -msgstr "Modereringslista skapad" +msgstr "Modereringslistan skapades" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:242 msgctxt "toast" msgid "Moderation list updated" -msgstr "Modereringslista uppdaterad" +msgstr "Modereringslistan uppdaterades" #: src/screens/Moderation/index.tsx:299 msgid "Moderation lists" @@ -7343,7 +7554,7 @@ msgstr "Musik" msgid "Mute" msgstr "Ignorera" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Behöver du skicka in ett upphovsrättsärende, en juridisk begäran ell msgid "Nevermind, create a handle for me" msgstr "Det var inget. Skapa ett användarnamn åt mig" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Ny" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Nyhet" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nytt} other {Nya}} inlägg från {firstAuthorLink}" @@ -7537,11 +7752,11 @@ msgstr "{postsCount, plural, one {Nytt} other {Nya}} inlägg från {firstAuthorN #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Ny chatt" @@ -7574,9 +7789,9 @@ msgstr "Ny e-postadress" msgid "New Feature" msgstr "Ny funktion" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Nya följare" @@ -7608,6 +7823,18 @@ msgstr "Nytt användarnamn" msgid "New list" msgstr "Ny lista" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "Nya meddelandeförfrågningar" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "Nya meddelanden" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Nästa" msgid "Next image" msgstr "Nästa bild" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Natt" @@ -7779,12 +8006,12 @@ msgstr "Inget namn" msgid "No notifications yet!" msgstr "Inga notiser ännu!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Ingen" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Ingen" @@ -7822,6 +8049,10 @@ msgstr "Inga citat ännu" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Inga senaste gif-bilder ännu. Välj en för att se den här." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "Inga svar" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Inga svar ännu" @@ -7856,10 +8087,18 @@ msgstr "Inget resultat hittades" msgid "No results found for \"{query}\"" msgstr "Inget resultat hittades för ”{query}”" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "Inga resultat hittades för ”<0>{query}” med avancerade sökfilter tillämpade." + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "Inga resultat hittades för ”<0>{query}”." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "Inga resultat hittades för din sökning med avancerade sökfilter tillämpade." + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Inga resultat." @@ -7868,11 +8107,6 @@ msgstr "Inga resultat." msgid "No Starter Packs yet" msgstr "Inga startpaket ännu" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "Ingen text" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Intima bilder eller videoklipp delade utan samtycke" msgid "Non-sexual Nudity" msgstr "Icke-sexuell nakenhet" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "Inget av dessa ord" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "Ej tillgängligt på denna plattform" @@ -7954,26 +8193,27 @@ msgstr "Obs: Det här inlägget visas bara för inloggade användare." msgid "Nothing saved yet" msgstr "Inget sparat ännu" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Notisinställningar" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Notisljud" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "Numret bör vara ett mobilnummer" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Av" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "En av de valda mottagarna tillåter inte gruppchattar." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "En av de valda mottagarna har blockerat dig och kan inte nås via meddelanden." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "En eller flera gif-bilder saknar alternativtext." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "En eller flera bilder saknar alternativtext." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "En eller flera av de filer du valt stöds inte." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "En eller flera av de filer du valt är för stora. Maxstorlek är {VIDEO_MAX_SIZE_MB} MB." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Ett eller flera inlägg är för långa för att sparas som utkast. {MAX_DRAFT_GRAPHEME_LENGTH, plural, other {Maximalt antal tecken är #.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Ett eller flera videoklipp saknar alternativtext." @@ -8083,7 +8323,7 @@ msgstr "Endast {0} får svara." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "Endast {0} av {1} {2, plural, one {bild} other {bilder}} lades till. Gränsen är {MAX_GALLERY_IMAGES} bilder" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "Endast administratörer kan godkänna medlemsförfrågningar." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "Endast administratörer kan avvisa medlemsförfrågningar." #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "Endast personer som {0} följer kan gå med." msgid "Only people the chat owner follows can join" msgstr "Endast personer som chattägaren följer kan gå med" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "Endast inlägg med media" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "Endast inlägg med videoklipp" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "Endast svar" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Endast WebVTT-filer (.vtt) stöds" @@ -8140,6 +8392,10 @@ msgstr "Hoppsan, den här profilen finns inte. Försök med att skanna en annan. msgid "Oops!" msgstr "Hoppsan!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "Öppna avancerade sökalternativ" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Öppna avatarskapare" @@ -8170,9 +8426,8 @@ msgstr "Öppna utkast" msgid "Open drawer menu" msgstr "Öppna sidpanel" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Öppna emoji-väljaren" @@ -8280,7 +8535,7 @@ msgstr "Öppnar en dialogruta där du kan lägga till en innehållsvarning för msgid "Opens a dialog to choose who can interact with this post" msgstr "Öppnar en dialogruta där du kan välja vilka som ska få interagera med det här inlägget" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "Öppnar en lista över färgteman för QR-kortet" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Öppnar enhetens kamera" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "Öppnar enhetens galleri där du kan välja upp till {MAX_GALLERY_IMAGES, plural, other {# bilder}}, ett enskilt videoklipp eller en enskild gif-bild." @@ -8329,7 +8584,7 @@ msgstr "Öppnar guiden för att skapa ett nytt Bluesky-konto" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Öppnar guide för att logga in på ditt befintliga Bluesky-konto" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Öppnar bild i full vy" @@ -8513,12 +8768,12 @@ msgstr "Lösenordet har uppdaterats" msgid "Password updated!" msgstr "Lösenordet har uppdaterats!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Pausa" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "Pausa gif-bild" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Pausa video" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Personer" @@ -8550,17 +8805,17 @@ msgstr "Personer som följs av @{0}" msgid "People following @{0}" msgstr "Personer som följer @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Personer jag följer" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Personer jag följer" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Personer jag följer" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Personer jag följer kan begära att få gå med" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Personer du följer" @@ -8610,7 +8866,7 @@ msgstr "Telefonnummer verifierat" msgid "Photography" msgstr "Fotografi" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Välj ett färgtema" @@ -8658,7 +8914,7 @@ msgstr "Fästa flöden" msgid "Pinned to your feeds" msgstr "Fäst i dina flöden" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Spela" @@ -8668,7 +8924,7 @@ msgstr "Spela" msgid "Play {0}" msgstr "Spela {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "Spela upp gif-bild" @@ -8681,11 +8937,11 @@ msgstr "Spela upp videoklipp" msgid "Play Video" msgstr "Spela upp videoklipp" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Spelar upp eller pausar gif-bilden" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Spelar upp eller pausar videoklippet" @@ -8722,7 +8978,7 @@ msgstr "Klicka på länken i e-postmeddelandet vi just skickade till dig för at msgid "Please complete the verification captcha." msgstr "Slutför captcha-verifieringen." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Bekräfta din e-postadress för att ladda upp videoklipp." @@ -8865,7 +9121,7 @@ msgstr "Politik" msgid "Porn" msgstr "Porr" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Publicera" @@ -8885,12 +9141,12 @@ msgstr "Publicera ett foto" msgid "Post a video" msgstr "Publicera ett videoklipp" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Publicera alla" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Publicera ändå" @@ -8909,7 +9165,7 @@ msgstr "Inlägg av @{0}" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:200 msgctxt "toast" msgid "Post deleted" -msgstr "Inlägg raderat" +msgstr "Inlägget raderades" #: src/lib/api/index.ts:190 msgid "Post failed to upload. Please check your Internet connection and try again." @@ -8963,7 +9219,7 @@ msgstr "Inlägget hittades inte" #: src/state/queries/pinned-post.ts:59 msgctxt "toast" msgid "Post pinned" -msgstr "Inlägg fäst" +msgstr "Inlägget fästes" #: src/components/PostControls/BookmarkButton.tsx:67 msgid "Post saved" @@ -8972,7 +9228,7 @@ msgstr "Inlägg sparat" #: src/state/queries/pinned-post.ts:61 msgctxt "toast" msgid "Post unpinned" -msgstr "Inlägg lossat" +msgstr "Inlägget lossades" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:257 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:269 @@ -8982,6 +9238,10 @@ msgstr "Inlägg lossat" msgid "Posts" msgstr "Inlägg" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "Inlägg och svar" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Inlägg kan ignoreras baserat på textinnehåll, taggar eller bådadera. Vi rekommenderar att undvika ord som är vanligt förekommande i inlägg, då det annars kan leda till att inga inlägg visas." @@ -9067,11 +9327,11 @@ msgstr "Integritetspolicy" msgid "Privacy violation of a minor" msgstr "Kränkning av minderårigs integritet" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "Bearbetar gif-bild…" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Bearbetar videoklipp…" @@ -9083,7 +9343,7 @@ msgstr "Bearbetar…" msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9102,7 +9362,7 @@ msgstr "Profilen hittades inte" #: src/screens/Profile/Header/EditProfileDialog.tsx:186 msgctxt "toast" msgid "Profile updated" -msgstr "Profil uppdaterad" +msgstr "Profilen uppdaterades" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 msgid "Promoting or selling prohibited items or services" @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Publika, delningsbara listor över användare som kan ignoreras eller blockeras i grupp." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Publicera inlägg" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Publicera samtliga inlägg" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Publicera samtliga svar" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Publicera samtliga svar" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Pushnotiser" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Push, Från alla" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Push, Från personer du följer" @@ -9188,10 +9448,10 @@ msgstr "Citatinlägget avskiljdes utan problem" msgid "Quote posts disabled" msgstr "Citatinlägg inaktiverade" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Citat" @@ -9238,10 +9498,15 @@ msgstr "Återaktivera ditt konto" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "Läs {0, plural, one {ett svar till} other {# svar till}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "läs om hur du använder sökfilter" +msgid "Read about how to use advanced search filters" +msgstr "Läs om hur du använder avancerade sökfilter" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "Läs om hur du använder sökfilter" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Äkta människor." msgid "Reason for appeal" msgstr "Skäl för omprövningsbegäran" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Ta emot notiser i appen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Ta emot pushnotiser" @@ -9304,7 +9569,7 @@ msgstr "Ta emot pushnotiser" msgid "Recent GIFs" msgstr "Senaste gif-bilder" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Senaste sökningar" @@ -9339,8 +9604,8 @@ msgstr "Avvisa chattförfrågan" msgid "Reject join request" msgstr "Avvisa medlemsförfrågan" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Ladda om konversationer" @@ -9379,9 +9644,9 @@ msgstr "Ta bort {displayName} från den här gruppchatten" msgid "Remove {displayName}?" msgstr "Ta bort {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Ta bort {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "Ta bort {q}" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Ta bort flöde" msgid "Remove feed?" msgstr "Ta bort flöde?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "Ta bort filter" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Ta bort från chatt" @@ -9466,11 +9736,16 @@ msgstr "Ta bort bild" msgid "Remove live status" msgstr "Ta bort livesändningsstatus" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "Ta bort medlem" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Ta bort ignorerat ord från din lista" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Ta bort profil" @@ -9507,11 +9782,11 @@ msgstr "Ta bort verifiering" msgid "Remove your verification for this account?" msgstr "Ta bort din verifiering av det här kontot?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Borttaget av författaren" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Borttaget av dig" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Svarade dig" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "Besvarat meddelande från {senderName}, tryck för att rulla till det" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "Besvarat meddelande, tryck för att rulla till det" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Svar" @@ -9609,12 +9884,12 @@ msgstr "Svar inaktiverade" msgid "Replies to this post are disabled." msgstr "Svar är inaktiverat för det här inlägget." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Svara" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Svara" @@ -9652,7 +9927,7 @@ msgstr "Synlighet för svar har uppdaterats" msgid "Reply was successfully hidden" msgstr "Svaret doldes utan problem" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Anmäl flöde" msgid "Report list" msgstr "Anmäl lista" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Anmäl meddelande" @@ -9783,9 +10058,9 @@ msgstr "Återpublicerat av {reposter}" msgid "Reposted by you" msgstr "Återpublicerat av dig" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Återpubliceringar" @@ -9793,9 +10068,9 @@ msgstr "Återpubliceringar" msgid "Reposts of this post" msgstr "Återpubliceringar av det här inlägget" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Återpubliceringar av dina återpubliceringar" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Begär kod" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Förfrågan avvisad." +msgid "Request rejected." +msgstr "Förfrågningen avvisades." #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Förfrågan skickad" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Förfrågningar" @@ -9934,9 +10209,9 @@ msgstr "Försöker igen med den senaste misslyckade åtgärden" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Spara födelsedatum" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Spara ändringar" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Spara ändringar?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Spara utkast" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Spara utkast?" @@ -10089,8 +10364,8 @@ msgstr "Sparat i dina flöden" msgid "Say hello!" msgstr "Säg hej!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Säg hej till någon" @@ -10120,7 +10395,7 @@ msgstr "Rulla åt vänster" msgid "Scroll right" msgstr "Rulla åt höger" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "Rulla till det besvarade meddelandet" @@ -10131,8 +10406,11 @@ msgstr "Gå till toppen" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Sök" @@ -10186,17 +10464,13 @@ msgstr "Sök efter fler flöden" msgid "Search for people" msgstr "Sök efter personer" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Sök efter inlägg, användare eller flöden" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Sök gif-bilder" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "Sökning är för närvarande inte tillgängligt för utloggade" @@ -10225,6 +10499,10 @@ msgstr "Sök inlägg" msgid "Search profiles" msgstr "Sök profiler" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "Sökfråga" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Sök…" @@ -10319,7 +10597,7 @@ msgstr "Välj orsak" msgid "Select account" msgstr "Välj konto" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Välj ett appspråk" @@ -10357,6 +10635,11 @@ msgstr "Välj innehållsspråk" msgid "Select duration" msgstr "Välj längd" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "Välj filtertyp (nuvarande: {0})" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Välj ett befintligt konto" @@ -10388,7 +10671,7 @@ msgstr "Välj medlemmar till gruppchatten" msgid "Select how long to mute this word for." msgstr "Välj hur länge det här ordet ska ignoreras." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Välj dina intressen bland alternativen nedan" msgid "Select your preferred language for translations in your feed." msgstr "Välj önskat språk för översättningar i ditt flöde." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Välj önskade notiskanaler" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "Val av flera medietyper stöds inte." @@ -10491,8 +10774,7 @@ msgstr "Rapportera fel" msgid "Send feedback" msgstr "Skicka feedback" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Skicka meddelande" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Skicka via direktmeddelande" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "Skickat {0}" @@ -10574,7 +10856,7 @@ msgstr "Ställer in e-postadress för återställning av lösenord" msgid "Settings" msgstr "Inställningar" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Inställningar för aktivitet från andra" @@ -10582,46 +10864,56 @@ msgstr "Inställningar för aktivitet från andra" msgid "Settings for allowing others to be notified of your posts" msgstr "Inställningar för att tillåta andra att bli notifierade om dina inlägg" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Notisinställningar för gillamarkeringar" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Notisinställningar för omnämnanden" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Notisinställningar för nya följare" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Notisinställningar för allt annat" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Notisinställningar för gillamarkeringar på dina återpubliceringar" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "Inställningar för notiser om nya meddelandeförfrågningar" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "Inställningar för notiser om nya meddelanden" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Notisinställningar för återpubliceringar av dina återpubliceringar" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Notisinställninngar för citat" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Notisinställningar för svar" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Notisinställningar för återpubliceringar" #: src/screens/ModerationInteractionSettings/index.tsx:103 msgctxt "toast" msgid "Settings saved" -msgstr "Inställningar sparade" +msgstr "Inställningarna sparades" #: src/view/com/composer/labels/LabelsBtn.tsx:169 msgid "Sexual activity or erotic nudity." @@ -10684,6 +10976,11 @@ msgstr "Dela min profil" msgid "Share post at:// URI" msgstr "Dela inläggets at://-URI" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "Dela profil" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Dela QR-kod" msgid "Share this feed" msgstr "Dela det här flödet" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "Dela den här sökningen" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Dela det här startpaketet" @@ -10726,7 +11027,7 @@ msgstr "Testare för delade inställningar" msgid "Show" msgstr "Visa" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Visa alternativtext" @@ -10864,13 +11165,13 @@ msgstr "Visar innehållet" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Inloggning krävs" msgid "Signed in as @{0}" msgstr "Inloggad som @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "Från och med" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Hoppa över" msgid "Skip contact sharing and continue to the app" msgstr "Hoppa över kontaktdelning och fortsätt till appen" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Hoppa över tomma inlägg?" @@ -10980,7 +11286,7 @@ msgstr "Hoppa över introduktionen och börja använda ditt konto" msgid "Skip to next step" msgstr "Hoppa till nästa steg" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "slide" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Någon lämnade gruppen" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Någon reagerade med {0}" @@ -11223,7 +11529,7 @@ msgstr "Driftinformation" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Steg {0} av {1}" @@ -11295,11 +11601,11 @@ msgstr "Prenumerera på @{0} för att använda dessa etiketter:" msgid "Subscribe to account activity" msgstr "Prenumerera på kontons aktivitet" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Prenumerera på etikettsättare" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Prenumerera på den här etikettsättaren" @@ -11345,6 +11651,10 @@ msgstr "Föreslaget åt dig" msgid "Suggestive" msgstr "Suggestivt" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "Solljus" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Fortsätt samtalet privat." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Tryck nedan för att ge Bluesky åtkomst till din GPS-position. Vi använder sedan den informationen för att mer exakt kunna avgöra vilket innehåll och vilka funktioner som är tillgängliga i din region." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Tryck för detaljer" @@ -11474,7 +11784,7 @@ msgstr "Tryck för att ta bort din reaktion {0}" msgid "Tap to request access to join this group chat" msgstr "Tryck för att begära att få åtkomst till den här gruppchatten" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Tryck för att försöka igen" @@ -11487,7 +11797,7 @@ msgstr "Tryck för att visa reaktioner med {0}" msgid "Tap to show all reactions" msgstr "Tryck för att visa alla reaktioner" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Tryck för att visa reaktioner" @@ -11669,8 +11979,8 @@ msgstr "Författaren till inlägget du svarar på har angett att det är skrivet msgid "The Privacy Policy has been moved to <0/>" msgstr "Integritetspolicyn har flyttats till <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Det valda videoklippet är större än {VIDEO_MAX_SIZE_MB} MB. Försök igen med en mindre fil." @@ -11832,10 +12142,25 @@ msgstr "Det har varit en rusning av nya användare till Bluesky! Vi kommer att a msgid "These are your default settings" msgstr "Det här är dina förvalda inställningar" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "Dessa domäner" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "Dessa hashtaggar" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "De här inställningarna gäller bara för flödet Följer." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "Dessa URL:er" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "Användaren äger chatten" @@ -11959,6 +12284,11 @@ msgstr "Utkastet kommer att raderas permanent." msgid "This email is already associated with your account." msgstr "Den här e-postadressen är redan associerad med ditt konto." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "Exakt denna fras" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Den här funktionen gör det möjligt för användare att få notiser när du publicerar nya inlägg och svar. För vem vill du aktivera funktionen?" @@ -12063,13 +12393,13 @@ msgstr "Den här listan är tom." msgid "This message is hidden" msgstr "Det här meddelandet är dolt" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Det här meddelandet är dolt eftersom användaren blockerar dig." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Det här meddelandet är dolt eftersom du blockerar användaren." @@ -12107,7 +12437,7 @@ msgstr "Det här inlägget har raderats av författaren" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Det här inlägget kommer att hållas dolt från flöden och trådar. Det här kan inte ångras." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Författaren till det här inlägget har inaktiverat citatinlägg." @@ -12271,7 +12601,7 @@ msgstr "Idag" msgid "Toggle to enable or disable adult content" msgstr "Växla mellan att tillåta eller inaktivera vuxet innehåll" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Sätter på eller stänger av ljudet" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "För många kontakter. Du har överskridit antalet kontakter du kan importera för att hitta dina vänner" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Topp" @@ -12304,8 +12634,8 @@ msgstr "Populära svar först" msgid "Topic" msgstr "Ämne" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Avsiktligt störande eller provocerande beteende (”trolling”)" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Förtroende skapas genom relationer, gemenskaper och delade sammanhang. Därför inför vi även <0>betrodda verifierare – organisationer med möjlighet att utfärda verifieringar direkt." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Försök med ett annat sökord eller <0>läs om hur du använder sökfilter." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "Försök med ett annat sökord eller ta bort några filter." + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "Försök med ett annat sökord." #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Prova det" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "Tveljus" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Tvåfaktorsautentisering (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Skriv ditt meddelande här" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Typ:" @@ -12423,7 +12756,7 @@ msgstr "Det gick inte att ansluta till din tjänst. Kontrollera din internetansl #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Det gick inte att ansluta till din tjänst. Kontrollera din internetanslutning." @@ -12463,7 +12796,7 @@ msgstr "Otillgängligt" msgid "Unavailable feed information" msgstr "Otillgänglig flödesinformation" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Lås upp den här gruppchatten" msgid "Unmute" msgstr "Sluta ignorera" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Lossade lista" msgid "Unsnooze email reminder" msgstr "Återaktivera påminnelse om e-post" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Sluta prenumerera" @@ -12691,7 +13024,7 @@ msgstr "Sluta prenumerera" msgid "Unsubscribe from list" msgstr "Sluta prenumerera på lista" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Sluta prenumerera på den här etikettsättaren" @@ -12703,10 +13036,15 @@ msgstr "Avslutade prenumeration på lista" msgid "Unsupported clipboard content" msgstr "Urklippsinnehåll stöds inte" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Videotypen stöds inte: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "Till och med" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "Upp till 50 personer" @@ -12719,7 +13057,7 @@ msgstr "Uppdatera" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "Uppdatera {0} i listor" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "Uppdatera e-post" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "Uppdatera i listor" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "Ladda upp från Filer" msgid "Upload from Library" msgstr "Ladda upp från Bibliotek" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "Laddar upp gif-bild…" @@ -12805,7 +13143,7 @@ msgstr "Laddar upp bilder…" msgid "Uploading link thumbnail..." msgstr "Laddar upp miniatyrbild av länk…" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Laddar upp video…" @@ -12852,7 +13190,7 @@ msgstr "användare" #: src/components/dms/AfterReportDialog.tsx:155 msgctxt "toast" msgid "User blocked" -msgstr "Användare blockerad" +msgstr "Användaren blockerades" #: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:64 @@ -13040,12 +13378,12 @@ msgstr "Verifierar…" msgid "Version {0}" msgstr "Version {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Videoklipp" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Bearbetning av videoklipp misslyckades" @@ -13084,12 +13422,12 @@ msgstr "Videoklippet hittades inte." msgid "Video settings" msgstr "Inställningar för videoklipp" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Videoklipp uppladdat" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Videoklipp: {0}" @@ -13097,11 +13435,13 @@ msgstr "Videoklipp: {0}" msgid "Videos" msgstr "Videoklipp" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Videoklipp får inte vara längre än 3 minuter." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Visa" @@ -13190,7 +13530,7 @@ msgstr "Visa mer" msgid "View more trending videos" msgstr "Visa fler trendande videoklipp" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Visa inlägg" @@ -13264,8 +13604,8 @@ msgstr "Visa de konton du har ignorerat" msgid "View your verifications" msgstr "Visa dina verifieringar" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Visar hela bilden" @@ -13391,7 +13731,7 @@ msgstr "Vi rekommenderar att du väljer minst två intressen." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "Vi har skickat ett e-postmeddelande till <0>{0} med en länk. Klicka på den för att slutföra verifieringsprocessen." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Vi kunde inte avgöra om du har behörighet att ladda upp videoklipp. Försök igen." @@ -13460,7 +13800,7 @@ msgstr "Vi har nätverksproblem, försök igen" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Vi inför ett nytt lager av verifiering på Bluesky – en bockmarkering som är lätt att se." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Vi är glada över att ha dig med oss!" @@ -13477,8 +13817,8 @@ msgstr "Tyvärr kunde vi inte läsa in den här listan. Om problemet kvarstår, msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Tyvärr kunde vi inte läsa in dina ignorerade ord just nu. Försök igen." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Tyvärr kunde inte din sökning slutföras. Försök igen om några minuter." @@ -13486,7 +13826,7 @@ msgstr "Tyvärr kunde inte din sökning slutföras. Försök igen om några minu msgid "We're sorry, you cannot access this screen at this time." msgstr "Tyvärr kan du inte komma åt den här vyn just nu." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Beklagar! Inlägget du svarar på har raderats." @@ -13536,8 +13876,13 @@ msgstr "Vad har du för intressen?" msgid "What do you want to call your starter pack?" msgstr "Vad vill du att ditt startpaket ska heta?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "hur är läget" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Vad händer?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Vem kan verifiera?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Hoppsan!" @@ -13623,7 +13968,7 @@ msgstr "Vill du blockera den här användaren och/eller lämna den här konversa msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Vill du spara det här som ett utkast innan du går till dina utkast?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Vill du spara det här som ett utkast så att du kan fortsätta på det senare?" @@ -13632,12 +13977,12 @@ msgstr "Vill du spara det här som ett utkast så att du kan fortsätta på det msgid "Write a post" msgstr "Skriv ett inlägg" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Skriv inlägg" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Skriv ditt svar" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Du använder Bluesky från en region där vi enligt lag måste verifiera din ålder innan du får tillgång till appen." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "Du blockerar {0}" @@ -13741,7 +14086,7 @@ msgstr "Du sänder live" msgid "You are no longer live" msgstr "Du sänder inte längre live" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Du har inte behörighet att ladda upp videoklipp." @@ -13786,12 +14131,12 @@ msgstr "Du kan också ladda ner din chattdata som en jsonl-fil. Filen innehålle msgid "You can always opt out and delete your data" msgstr "Du kan när som helst ändra dig och radera dina uppgifter" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Du kan välja om chattnotiser har ljud i chattinställningarna i appen" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Du kan fortsätta pågående konversationer oavsett vilken inställning du väljer." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Du kan nu logga in med ditt nya lösenord." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Du kan lägga till max {MAX_GALLERY_IMAGES, plural, other {# bilder}} per inlägg" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Du kan bara spara utkast med upp till 1000 tecken." @@ -13821,11 +14166,11 @@ msgstr "Du kan bara spara utkast med upp till 1000 tecken." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Du kan bara spara utkast med upp till 1000 tecken. Vill du slänga det här inlägget innan du går till dina utkast?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Du kan endast välja en gif-bild åt gången." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Du kan endast välja ett videoklipp åt gången." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Du kan läsa chatthistoriken men inte skicka nya meddelanden." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Du kan välja upp till {MAX_GALLERY_IMAGES, plural, other {# bilder}} totalt." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Du kan ändra det här senare i dina inställningar." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "Du kan inte lägga till mer än {EMOJI_REACTION_LIMIT, plural, one {# emojireaktion} other {# emojireaktioner}}" @@ -13958,7 +14303,7 @@ msgstr "Din e-postadress har verifierats utan problem. Du kan stänga den här d msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Du har för tillfället nått gränsen för videouppladdningar. Försök igen senare." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Du har osparade ändringar i det här utkastet. Vill du spara dem?" @@ -14033,7 +14378,7 @@ msgstr "Du måste följa minst sju andra personer för att generera ett startpak msgid "You must grant access to your photo library to save a QR code" msgstr "Du måste ge åtkomst till ditt fotobibliotek för att spara en QR-kod" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Du måste tillåta åtkomst till ditt mediebibliotek." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Du vill nog starta om appen nu." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Du reagerade med {0}" @@ -14069,15 +14414,15 @@ msgstr "Du reagerade med {0} på {target}" msgid "You recently changed your birthdate" msgstr "Du ändrade ditt födelsedatum nyligen" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "Du svarade" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "Du svarade {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "Du svarade dig själv" @@ -14117,11 +14462,11 @@ msgstr "Du kommer inte att kunna gå med igen utan en inbjudan." msgid "You: {message}" msgstr "Du: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Du kommer att följa de föreslagna användarna och flödena när du är klar med skapandet av ditt konto!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Du kommer att följa de föreslagna användarna när du är klar med skapandet av ditt konto!" @@ -14185,7 +14530,7 @@ msgstr "Du har nått slutet av det aktiva innehållet." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Du har nått slutet av ditt flöde! Hitta några fler konton att följa." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "Du har nått det maximala antalet utkast" @@ -14193,15 +14538,19 @@ msgstr "Du har nått det maximala antalet utkast" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "Du har nått maxgränsen för antalet tillåtna begäranden. Försök igen senare." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "Du har nått gränsen på maximalt {MAX_FILTERS, plural, one {# filter} other {# filter}}. Lägg till fler värden i dina befintliga filter istället för att skapa nya." + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Du har nått början av det aktiva innehållet." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Du har nått din dagliga gräns för videouppladdningar (för många byte)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Du har nått din dagliga gräns för videouppladdningar (för många videoklipp)" @@ -14209,7 +14558,7 @@ msgstr "Du har nått din dagliga gräns för videouppladdningar (för många vid msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Det finns inga fler videoklipp att titta på. Det kanske är dags för att ta en paus?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Ditt konto" @@ -14221,7 +14570,7 @@ msgstr "Ditt konto har raderats. Ha det! ✌️" msgid "Your account has been suspended" msgstr "Ditt konto har stängts av" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Ditt konto är ännu inte tillräckligt gammalt för att ladda upp videoklipp. Försök igen senare." @@ -14353,11 +14702,11 @@ msgstr "Din ändring av lösenordet lyckades! Använd ditt nya lösenord när du msgid "Your password must be at least 8 characters long." msgstr "Ditt lösenord måste vara minst 8 tecken långt." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Ditt inlägg har skickats" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Dina inlägg har skickats" @@ -14378,7 +14727,7 @@ msgstr "Din profilbild i mitten, omgiven av andra användares profilbilder i rin msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Din profil samt dina inlägg, flöden och listor kommer inte längre att vara synliga för andra Bluesky-användare. Du kan återaktivera ditt konto när som helst genom att logga in." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Ditt svar har skickats" @@ -14391,7 +14740,7 @@ msgstr "Din anmälan kommer att skickas till <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Dina valda intressen hjälper oss att visa dig innehåll som du bryr dig om." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Din tråd innehåller tomma inlägg som kommer att hoppas över. De återstående inläggen publiceras som en tråd." diff --git a/src/locale/locales/th/messages.po b/src/locale/locales/th/messages.po index d771a67427..3b087f952c 100644 --- a/src/locale/locales/th/messages.po +++ b/src/locale/locales/th/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: th\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:44\n" "Last-Translator: \n" "Language-Team: Thai\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(มีเนื้อหาที่ฝังอยู่)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(ไม่มีอีเมล)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {ชั่วโมง} other {ชั่ msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {นาที} other {นาที}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "<0>คุณ และ<1> <2>{0} ถูกรวมอยู msgid "⚠Invalid Handle" msgstr "⚠แฮนด์เดิลไม่ถูกต้อง" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "เลิกปิดเสียงบัญชีแล้ว" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "เพิ่มข้อความแสดงแทน" msgid "Add alt text (optional)" msgstr "เพิ่มข้อความแสดงแทน (ไม่บังคับ)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "เพิ่มข้อความแสดงแทน (ไม่บ msgid "Add another account" msgstr "" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "ขั้นสูง" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "ฟีดทั้งหมดที่คุณบันทึกรวมไว้ในที่เดียวแล้ว" @@ -1380,13 +1444,13 @@ msgstr "อนุญาตให้คนเข้าถึงข้อควา msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "เข้าสู่ระบบของ @{0} เรียบร้อยแล้ว" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "" msgid "Alt text" msgstr "" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "" @@ -1489,7 +1553,7 @@ msgstr "เกิดข้อผิดพลาด" msgid "An error occurred" msgstr "เกิดข้อผิดพลาด" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "เกิดข้อผิดพลาดขณะบีบอัดวิดีโอ" @@ -1535,11 +1599,11 @@ msgstr "เกิดข้อผิดพลาดขณะบันทึก QR msgid "An error occurred while trying to follow all" msgstr "เกิดข้อผิดพลาดขณะพยายามติดตามทั้งหมด" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "สัตว์" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "ภาพเคลื่อนไหว GIF" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "คุณแน่ใจหรือว่าต้องการลบ msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "กลับ" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "ถูกบล็อก" @@ -2091,10 +2178,6 @@ msgstr "บัญชีที่ถูกบล็อกไม่สามาร msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "บัญชีที่ถูกบล็อกไม่สามารถตอบในกระทู้ของคุณ, กล่าวถึงคุณ, หรือมีปฏิสัมพันธ์กับคุณได้ คุณจะไม่เห็นเนื้อหาของพวกเขาและพวกเขาจะไม่เห็นเนื้อหาของคุณ" -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "การบล็อกไม่ได้ป้องกันผู้ทำเครื่องหมายนี้จากการวางป้ายบนบัญชีของคุณ" @@ -2111,11 +2194,21 @@ msgstr "การบล็อกจะไม่ป้องกันไม่ใ msgid "Blog" msgstr "บล็อก" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "ยกเลิกการเปิดใช้งานใหม่แ msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "ยกเลิกการค้นหา" @@ -2411,7 +2505,7 @@ msgstr "คำบรรยาย (.vtt)" msgid "Captions & alt text" msgstr "คำบรรยาย & ข้อความสำรอง" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "ปิดเสียงแชทแล้ว" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "ตั้งค่าแชท" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "ตั้งค่าแชท" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "เปิดเสียงแชทแล้ว" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "" msgid "Choose your password" msgstr "ป้อนรหัสผ่านของคุณ" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "แฮนด์เดิลผู้ใช้ของคุณ" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "ลบข้อมูลการเก็บข้อมูลทั้งหมด" @@ -2673,6 +2779,10 @@ msgstr "ลบข้อมูลการเก็บข้อมูลทั้ msgid "Clear all storage data (restart after this)" msgstr "ลบข้อมูลการเก็บข้อมูลทั้งหมด (รีสตาร์ทหลังจากนี้)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "คลิกเพื่อพยายามส่งข้อความที่ล้มเหลวอีกครั้ง" @@ -2755,6 +2865,7 @@ msgstr "คลิกเพื่อพยายามส่งข้อควา #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "คลิกเพื่อพยายามส่งข้อควา #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "ปิดกล่องโต้ตอบนี้" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "ปิดการแจ้งเตือนการอัปเดตรหัสผ่าน" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" @@ -2886,7 +2996,7 @@ msgstr "ย่อลิสต์ผู้ใช้" msgid "Collapses list of users for a given notification" msgstr "ย่อลิสต์ผู้ใช้สำหรับการแจ้งเตือนที่กำหนด" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "แนวทางชุมชน" msgid "Complete onboarding and start using your account" msgstr "เสร็จสิ้นการอบรมและเริ่มใช้งานบัญชีของคุณ" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "ทำให้สำเร็จตามความท้าทาย" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2936,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "สร้างการตอบกลับ" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "" @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "ติดต่อฝ่ายสนับสนุน" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "คัดลอกเวอร์ชันบิลด์ไปยังคลิปบอร์ดแล้ว" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "คัดลอกข้อความ" @@ -3341,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "สร้างชุดเริ่มต้นสำหรับฉั #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "สมัครสมาชิก" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "สร้างบัญชี" @@ -3549,7 +3668,7 @@ msgstr "วันเกิด" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "ลบสำหรับฉัน" @@ -3645,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "ลบข้อความ" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "ลบข้อความสำหรับฉัน" @@ -3655,7 +3774,7 @@ msgstr "ลบบัญชีของฉัน" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "ลบโพสต์" @@ -3676,7 +3795,7 @@ msgstr "ลบลิสต์นี้หรือไม่?" msgid "Delete this post?" msgstr "ลบโพสต์นี้หรือไม่?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "ถูกลบ" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "กล่องโต้ตอบ: ปรับว่าใครสามารถโต้ตอบกับโพสต์นี้ได้" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "สว่าง" @@ -3806,9 +3925,9 @@ msgstr "ปิดใช้งาน" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "ละทิ้ง" msgid "Discard changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "ละทิ้งร่างข้อความหรือไม่?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "" @@ -3864,7 +3983,7 @@ msgstr "ปิด" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "ปิดข้อผิดพลาด" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "เสร็จสิ้น" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "ระยะเวลา:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "แก้ไขการตั้งค่าการโต้ตอบ #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "แก้ไขโปรไฟล์" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "แก้ไขโปรไฟล์" @@ -4268,7 +4387,7 @@ msgstr "ฝังโพสต์" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "ฝังโพสต์เว็บไซต์ของคุณ แค่กรอกโค้ดด้านล่างแล้ววางบนเว็บไซต์" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "" @@ -4308,8 +4427,8 @@ msgstr "อนุญาตตัวเล่นสื่อสำหรับ" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "ใส่ชื่อผู้ใช้ของคุณและรหัสผ่าน" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4408,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "" @@ -4438,7 +4557,7 @@ msgstr "เกิดข้อผิดพลาดในขณะที่บั msgid "Error receiving captcha response." msgstr "เกิดข้อผิดพลาดการตอบสนองของ Captcha" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4450,26 +4569,38 @@ msgstr "คนที่สามารถตอบกลับได้" msgid "Everybody can reply to this post." msgstr "คนที่สามารถตอบกลับได้ในโพสค์นี้" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "ทุกคน" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "ทุกคน" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "ทุกคน" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "ไม่รวมผู้ใช้ที่คุณติดตาม" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "ภาพเปลือยชัดเจน" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4626,6 +4757,7 @@ msgstr "" #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "การโหลดฟีตที่ตั้งค่าล้มเหลว" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "การแนะนำคนที่คุณควรติดตา msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4789,6 +4921,10 @@ msgstr "การปักหมุดโพสต์ล้มเหลว" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "การอัปเดตฟีตล้มเหลว" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "การอัปเดตการตั้งค่าล้มเหลว" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "บันทึกไฟล์เรียบร้อยแล้ว!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "กรองจากฟีด" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "จาก <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "สร้างชุดเริ่มต้น" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "รับความช่วยเหลือ" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "มีปัญหาใช่ไหม?" @@ -5973,7 +6144,7 @@ msgstr "อื้มมมม... ดูเหมือนว่าเราม msgid "Hmmmm, we couldn't load that moderation service." msgstr "อื้มมมม... ดูเหมือนว่าเราไม่สามารถโหลดเซอร์วิสการตรวจสอบได้" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "รอสักครู่! เรากำลังเปิดให้เข้าถึงวิดีโออย่างค่อยเป็นค่อยไป และคุณยังอยู่ในคิว แล้วกลับมาอีกครั้งจ้า" @@ -6102,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "หากคุณพยายามเปลี่ยนแฮนด์เดิ้ลของคุณ ให้ทำการเปลี่ยนก่อนที่คุณจะหยุดใช้งานบัญชีนี้" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "รูปภาพ" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง" @@ -6334,7 +6539,6 @@ msgstr "โค้ดคำเชิญ" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "โค้ดคำเชิญไม่ถูกต้อง โปรดตรวจสอบว่าคุณกรอกถูกต้องหรือยัง แล้วลองอีกครั้ง" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "ยืนยันแต่เป็นส่วนตัว" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "ตอนนี้มีแค่คุณแล้ว! เพิ่มผู้คนในชุดเริ่มต้นของคุณโดยการค้นหาด้านบนนี้" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "" @@ -6469,8 +6672,8 @@ msgstr "เข้าร่วมการสนทนา" msgid "Journalism" msgstr "วารสาร" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "มาร์คในบัญชีของคุณ" msgid "Labels on your content" msgstr "มาร์คในเนื้อหาของคุณ" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "ตั้งค่าภาษา" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "ล่าสุด" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "เรียนรู้เพิ่มเติม" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "ถูกใจ" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "โหลดการแจ้งเตือนใหม่" msgid "Load new posts" msgstr "โหลดโพสต์ใหม่" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "ทำเครื่องหมายว่าอ่านแล้ว" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "สื่อ" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "ผู้ใช้ที่ถูกกล่าวถึง" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "เมนู" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "ข้อความถูกลบ" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7193,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "ข้อความจากเซิร์ฟเวอร์: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "ช่องกรอกข้อความ" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "ข้อความยาวเกินไป" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7215,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "ข้อความ" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "เพลง" msgid "Mute" msgstr "ปิดการมองเห็น" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "ไม่ต้องห่วง สร้างแฮนเดิ้ลสำหรับฉันได้เลย" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "ใหม่" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "ใหม่" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "แชทใหม่" @@ -7574,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "ถัดไป" msgid "Next image" msgstr "ภาพถัดไป" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "ยังไม่มีการแจ้งเตือน!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "ยังไม่มีโควท" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "ไม่พบผลลัพธ์" msgid "No results found for \"{query}\"" msgstr "ไม่พบผลลัพธ์สำหรับ \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7868,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "การเปลือยกายที่ไม่เกี่ยวข้องกับเพศ" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "การตั้งค่าการแจ้งเตือน" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "เสียงการแจ้งเตือน" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "ปิด" @@ -8017,7 +8257,7 @@ msgstr "ตกลง" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "" -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "ภาพหนึ่งหรือมากกว่าขาดข้อความแทน" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "" @@ -8083,7 +8323,7 @@ msgstr "{0} สามารถตอบกลับได้เท่านั #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "สามารถลงได้แค่ไฟล์ WebVTT (.vtt) เท่านั้น" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "อ๊ะ!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "เปิดการสร้างอวาตาร์" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "เปิดการเลือกอีโมจิ" @@ -8280,7 +8535,7 @@ msgstr "" msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "เปิดขั้นตอนเพื่อสร้างบัญ msgid "Opens flow to sign in to your existing Bluesky account" msgstr "เปิดเพื่อสร้างบัญชี Bluesky ที่มีอยู่แล้ว" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "อัพเดตรหัสผ่าน" msgid "Password updated!" msgstr "อัพเดตรหัสผ่านแล้ว!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "พัก" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "พักวีดีโอ" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "ผู้คน" @@ -8550,17 +8805,17 @@ msgstr "ผู้คนที่ติดตามโดย @{0}" msgid "People following @{0}" msgstr "ผู้คนที่ติดตาม @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "การถ่ายภาพ" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "ฟีตที่ปักหมุด" msgid "Pinned to your feeds" msgstr "ปักหมุดไปที่ฟีต" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "เล่น" @@ -8668,7 +8924,7 @@ msgstr "เล่น" msgid "Play {0}" msgstr "เล่น {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "เล่นวิดีโอ" msgid "Play Video" msgstr "เล่นวิดีโอ" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "โปรดทำการยืนยัน Captcha ให้เสร็จ" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "การเมือง" msgid "Porn" msgstr "สื่ออนาจาร" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "โพสต์" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "ถอนหมุดโพสต์แล้ว" msgid "Posts" msgstr "โพสต์" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "โพสต์สามารถถูกปิดเสียงตามข้อความ แท็ก หรือทั้งสองอย่าง เราขอแนะนำให้หลีกเลี่ยงคำทั่วไปที่ปรากฏในโพสต์หลายๆ โพสต์ เพราะอาจส่งผลให้ไม่มีโพสต์ใดแสดงขึ้นมา" @@ -9067,11 +9327,11 @@ msgstr "นโยบายความเป็นส่วนตัว" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "" @@ -9083,7 +9343,7 @@ msgstr "ดำเนินการ..." msgid "profile" msgstr "ข้อมูลส่วนตัว" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "โพสต์ที่อ้างอิงถูกแยกออก msgid "Quote posts disabled" msgstr "ยกเลิกการโควท" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "โควท" @@ -9238,9 +9498,14 @@ msgstr "ปิดใช้งานบัญชีของคุณอีกค msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "โหลดการสนทนาใหม่" @@ -9379,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9427,6 +9692,11 @@ msgstr "ลบฟีต" msgid "Remove feed?" msgstr "ลบฟีตหรือไม่?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "ลบรูปภาพ" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "ลบคำที่ปิดการมองเห็นจากลิสต์ของคุณ" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "ลบโปรไฟล์" @@ -9507,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "ลบโดยผู้สร้าง" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "ลบโดยคุณ" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "การตอบกลับ" @@ -9609,12 +9884,12 @@ msgstr "ปิดการตอบกลับแล้ว" msgid "Replies to this post are disabled." msgstr "การตอบกลับโพสต์นี้ถูกปิด" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "การตอบกลับ" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "การตอบกลับ" @@ -9652,7 +9927,7 @@ msgstr "การมองเห็นการตอบกลับได้ร msgid "Reply was successfully hidden" msgstr "การตอบกลับถูกซ่อนเรียบร้อยแล้ว" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "รายงานฟีด" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "รายงานข้อความ" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "รีโพสต์โดยคุณ" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "รีโพสต์ของโพสต์นี้" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "ลองทำกิจกรรมล่าสุดซึ่งเก #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "บันทึกการเปลี่ยนแปลง" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "บันทึกไปที่ฟีตของคุณ" msgid "Say hello!" msgstr "ทักทายสิ!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "เลื่อนไปข้างบนสุด" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "ค้นหา" @@ -10186,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "ค้นหา GIF" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "ค้นหาโปรไฟล์" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "เลือกบัญชี" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "เลือกจากบัญชีที่มีอยู่แล้ว" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "เลือกว่าจะปิดการมองเห็นคำนี้นานแค่ไหน" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "เลือกสิ่งที่สนใจจากตัวเล msgid "Select your preferred language for translations in your feed." msgstr "เลือกภาษาที่คุณต้องการสำหรับการแปลในฟีดของคุณ" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "ส่งข้อเสนอแนะ" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "ส่งข้อความ" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "ส่งในข้อความส่วนตัว" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "ตั้งอีเมลเพื่อการรีเซตรห msgid "Settings" msgstr "การตั้งค่า" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "แชร์รหัส QR" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "แชร์สตาร์ทแพ็กนี้" @@ -10726,7 +11027,7 @@ msgstr "โปรแกรมทดสอบการตั้งค่าแช msgid "Show" msgstr "แสดง" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "แสดงข้อความแทน" @@ -10864,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "ต้องเข้าสู่ระบบ" msgid "Signed in as @{0}" msgstr "เข้าสู่ระบบในชื่อ @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "ข้าม" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11223,7 +11529,7 @@ msgstr "หน้าสถานะ" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "ขั้นตอนที่ {0} จาก {1}" @@ -11295,11 +11601,11 @@ msgstr "สมัครสมาชิก @{0} เพื่อใช้ป้า msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "สมัครสมาชิกผู้สร้างป้ายกำกับ" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "สมัครสมาชิกผู้สร้างป้ายกำกับนี้" @@ -11345,6 +11651,10 @@ msgstr "แนะนำสำหรับคุณ" msgid "Suggestive" msgstr "ชี้นำ" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "นโยบายความเป็นส่วนตัวได้ถูกย้ายไป <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "มีผู้ใช้ใหม่เข้ามาที่ Bluesky msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "" @@ -12271,7 +12601,7 @@ msgstr "" msgid "Toggle to enable or disable adult content" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,12 +12726,12 @@ msgstr "" msgid "TV" msgstr "" -#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 -msgid "Two-factor authentication (2FA)" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" msgstr "" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" +#: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 +msgid "Two-factor authentication (2FA)" msgstr "" #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "ไม่สามารถติดต่อบริการของคุณได้ โปรดตรวจสอบการเชื่อมต่ออินเทอร์เน็ตของคุณ" @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "เปิดเสียง" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "เลิกสมัครรับข้อมูล" @@ -12691,7 +13024,7 @@ msgstr "เลิกสมัครรับข้อมูล" msgid "Unsubscribe from list" msgstr "เลิกสมัครรับข้อมูลจากลิสต์" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "เลิกสมัครรับข้อมูลจากผู้ทำฉลากนี้" @@ -12703,10 +13036,15 @@ msgstr "เลิกสมัครรับข้อมูลจากลิส msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "อัปโหลดจากไฟล์" msgid "Upload from Library" msgstr "อัปโหลดจากไลบรารี" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "" msgid "Uploading link thumbnail..." msgstr "" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "" @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "วิดีโอ" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "การประมวลผลวิดีโอไม่สำเร็จ" @@ -13084,12 +13422,12 @@ msgstr "ไม่พบวิดีโอ" msgid "Video settings" msgstr "การตั้งค่าวิดีโอ" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "วิดีโอ: {0}" @@ -13097,11 +13435,13 @@ msgstr "วิดีโอ: {0}" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "ดูบัญชีที่คุณปิดเสียง" msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13391,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "เราไม่สามารถกำหนดได้ว่าคุณได้รับอนุญาตให้อัปโหลดวิดีโอหรือไม่ กรุณาลองอีกครั้ง." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "ขออภัย เราไม่สามารถแก้ไข msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "ขออภัย เราไม่สามารถโหลดคำที่คุณปิดเสียงในขณะนี้ โปรดลองอีกครั้ง" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "ขออภัย! โพสต์ที่คุณตอบกลับถูกลบไปแล้ว" @@ -13536,8 +13876,13 @@ msgstr "ความสนใจของคุณคืออะไร?" msgid "What do you want to call your starter pack?" msgstr "คุณต้องการตั้งชื่อชุดเริ่มต้นของคุณว่าอะไร?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "มีอะไรใหม่?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "อุ๊ย!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "เขียนโพสต์" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "เขียนคำตอบของคุณ" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "คุณไม่ได้รับอนุญาตให้อัปโหลดวิดีโอ." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "คุณสามารถดำเนินการสนทนาที่กำลังดำเนินอยู่ต่อไปได้ไม่ว่าจะเลือกการตั้งค่าใด" @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "คุณสามารถลงชื่อเข้าใช้ด้วยรหัสผ่านใหม่ของคุณได้แล้ว" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "คุณถึงขีดจำกัดการอัปโหลดวิดีโอชั่วคราวแล้ว กรุณาลองอีกครั้งในภายหลัง" -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "คุณต้องติดตามผู้อื่นอย่า msgid "You must grant access to your photo library to save a QR code" msgstr "คุณต้องอนุญาตให้เข้าถึงคลังรูปภาพของคุณเพื่อบันทึกรหัส QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "คุณจะติดตามผู้ใช้และฟีดที่แนะนำทันทีที่สร้างบัญชีเสร็จ!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "คุณจะติดตามผู้ใช้ที่แนะนำทันทีที่สร้างบัญชีเสร็จ!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "คุณมาถึงจุดสิ้นสุดฟีดของคุณแล้ว! ค้นหาบัญชีเพิ่มเติมเพื่อติดตาม" -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "คุณถึงขีดจำกัดการอัพโหลดวิดีโอต่อวันแล้ว (ขนาดไฟล์มากเกินไป)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "คุณถึงขีดจำกัดการอัพโหลดวิดีโอต่อวันแล้ว (วิดีโอมากเกินไป)" @@ -14209,7 +14558,7 @@ msgstr "คุณถึงขีดจำกัดการอัพโหลด msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "บัญชีของคุณ" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "บัญชีของคุณยังมีอายุไม่มากพอที่จะอัพโหลดวิดีโอ กรุณาลองใหม่อีกครั้งในภายหลัง" @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "โปรไฟล์ โพสต์ ฟีด และลิสต์ของคุณจะไม่ปรากฏให้ผู้ใช้ Bluesky คนอื่นเห็นอีกต่อไป คุณสามารถเปิดใช้งานบัญชีของคุณอีกครั้งได้ตลอดเวลาโดยการเข้าสู่ระบบ" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/tr/messages.po b/src/locale/locales/tr/messages.po index b13549b593..dcae46d77e 100644 --- a/src/locale/locales/tr/messages.po +++ b/src/locale/locales/tr/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: tr\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:44\n" "Last-Translator: \n" "Language-Team: Turkish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" kategorisi (etkin)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(engelli mesaj gizlenmiş)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(sohbet davetiyesi bağlantısı)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(gömülü içerik içeriyor)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(silinmiş mesaj)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(devre dışı sohbet davetiyesi bağlantısı)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(geçersiz sohbet davetiyesi bağlantısı)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(e-posta yok)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(metin yok)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(alıntılanan gönderi)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, other {# hesap işareti}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, other {# içerik işareti}}" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, other {# arkadaş bulundu!}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, other {# saat}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "Bu hesaba {0, plural, other {# işaret}} konmuş" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "Bu içeriğe {0, plural, other {# işaret}} konmuş" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, other {# katılma talebi}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, other {# kişi}} tepki verdi – {1}" @@ -122,8 +150,8 @@ msgstr "{0, plural, other {# saniye}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, other {# okunmamış öğe}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} takip edilen" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} sizi engelliyor" @@ -277,10 +305,16 @@ msgstr "50'de {0}" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} şu tepkiyi verdi: {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} okunmamış öğe" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} çıkarıldı" msgid "{0} was removed from the group" msgstr "{0} gruptan çıkarıldı" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "{0}, " + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, other {üye}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "{0}+" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "{0}+ talep" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, other {# sohbet güncellemesi}}" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, other {# yeni katılma talebi}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, other {# talep}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, other {saat}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {dakika}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "{filterCount, plural, other {+# filtre}}" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} sizi takip etti" @@ -677,17 +733,17 @@ msgstr "{profileName} Bluesky'a {timeAgoString} önce bir başlangıç paketi ku msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} yanıtladı" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName}, {originalName} adlı kişiye yanıt verdi" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName} size yanıt verdi" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> sizi ekledi" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<4>Bluesky'da haber, spor, siyaset ve diğer olan biteni aramak için<3> <0>giriş yapın<1> veya <2>bir hesap oluşturun." @@ -825,16 +881,6 @@ msgstr "<0>Siz ve <1><2>{0} başlangıç paketinizde yer alıyorsunu msgid "⚠Invalid Handle" msgstr "⚠Geçersiz Kullanıcı Adı" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "İsteği kabul et" msgid "Accept this language suggestion" msgstr "Bu dil önerisini kabul et" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "Kabul edilen yazışmalar" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "Erişim istendi! Grup sahibi talebinizi inceleyecek." @@ -1050,9 +1091,9 @@ msgstr "Hesap sessizden çıkarıldı" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Çıkıntılı onay tikine sahip hesaplar <0><1/> başka hesapları doğrulayabilir. Bu güvenilir doğrulayıcılar Bluesky tarafından seçilir." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "Başkalarının etkinlikleri" @@ -1108,6 +1149,10 @@ msgstr "Alternatif metin ekle" msgid "Add alt text (optional)" msgstr "Alternatif metin ekle (isteğe bağlı)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "Ek bir arama filtresi ekle" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Alternatif metin ekle (isteğe bağlı)" msgid "Add another account" msgstr "Başka hesap ekle" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Başka gönderi ekle" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "Konuya yeni bir gönderi ekle" @@ -1141,6 +1186,10 @@ msgstr "Hesaba otomasyon işareti ekle" msgid "Add emoji reaction" msgstr "Emoji tepkisi ekle" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "Filtre ekle" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "Grup sohbeti üyelerini ekle" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "Görsel ekle" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "Gönderiye medya ekle" @@ -1312,6 +1361,11 @@ msgstr "Yetişkin cinsel istismarı içeriği" msgid "Advanced" msgstr "Gelişmiş" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "Gelişmiş arama" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "Yaş Güvencesi" @@ -1337,6 +1391,7 @@ msgstr "ayse@ornek.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Hepsi" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "Tüm arkadaşlar takip edildi!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Tüm Diller" @@ -1367,6 +1422,15 @@ msgstr "Tüm Diller" msgid "All languages will be shown in your feeds." msgstr "Akışlarınızda tüm diller gösterilecek." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "Tüm bu kelimeler" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "Tüm gönderiler" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Kaydettiğiniz akışların tümü bir yerde." @@ -1380,13 +1444,13 @@ msgstr "Doğrudan mesajlarınıza erişime izin verin" msgid "Allow anyone to reply" msgstr "Herkesin yanıt vermesine izin ver" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "Sadece şunlardan doğrudan mesajlara izin ver" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "Sadece şunlardan grup sohbeti davetlerine izin ver" @@ -1440,10 +1504,10 @@ msgstr "Zaten bir hesabınız mı var?" msgid "Already signed in as @{0}" msgstr "Zaten @{0} olarak oturum açıldı" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Alternatif metin" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Alternatif Metin" @@ -1489,7 +1553,7 @@ msgstr "Bir hata oluştu" msgid "An error occurred" msgstr "Bir hata oluştu" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Video sıkıştırılırken bir hata oluştu." @@ -1535,11 +1599,11 @@ msgstr "QR kod kaydedilirken bir hata oluştu!" msgid "An error occurred while trying to follow all" msgstr "Tümü takip edilmeye çalışılırken bir hata oluştu" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "Video yüklerken bir hata oluştu. {message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "Video yüklerken bir hata oluştu. Lütfen internet bağlantınızı kontrol edin ve tekrar deneyin." @@ -1626,7 +1690,7 @@ msgstr "Hayvan istismarı" msgid "Animals" msgstr "Hayvanlar" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Animasyonlu GIF" @@ -1638,6 +1702,11 @@ msgstr "Duyuru" msgid "Announcing verification on Bluesky" msgstr "Bluesky'da doğrulamayı duyurma" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "Herhangi bir zaman" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "Herkes" @@ -1781,6 +1850,24 @@ msgstr "Arşivlenmiş gönderi" msgid "Are you really, really sure?" msgstr "Tam olarak emin misiniz?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "{0} veya {1} dilinde mi gönderi arıyorsunuz?" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "{0} dilinde mi gönderi arıyorsunuz?" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "{0}veya {1} dilinde mi gönderi arıyorsunuz?" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Bunu akışlarınızdan çıkarmak istediğinize emin misiniz?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "{0} grubuna katılma talebinizi geri çekmek istediğinizden emin misiniz?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Bu taslağı silmek istediğinizden emin misiniz?" @@ -1904,7 +1991,7 @@ msgstr "Kullanılabilir" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "Kullanılabilir" msgid "Back" msgstr "Geri" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Sohbetlere Geri Dön" @@ -1961,10 +2048,10 @@ msgstr "{name} kullanıcısının gönderilerinden bildirim alabilmeniz için ö #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "Kullanıcıyı engelle ve/veya bu yazışmayı sil" msgid "Block user and/or leave this conversation" msgstr "Kullanıcıyı engelle ve/veya bu yazışmadan ayrıl" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Engellendi" @@ -2091,10 +2178,6 @@ msgstr "Engellenen hesaplar, konularınıza yanıt veremez, sizi bahsedemez veya msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Engellenen hesaplar, konularınıza yanıt veremez, sizi bahsedemez veya başka şekilde sizinle etkileşime giremez. Onların içeriğini görmeyeceksiniz ve onlar da sizinkini görmekten alıkonulacaklar." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Engellemeniz bu işaretleyicinin hesabınıza işaret koymasına engel olmayacaktır." @@ -2111,11 +2194,21 @@ msgstr "Engellemeniz hesabınıza işaretlerin uygulanmasını önlemeyecektir f msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "bloomscrolling booksky" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "bluesky atproto" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky iddia edilen tarihin doğruluğunu onaylayamaz." @@ -2340,7 +2433,7 @@ msgstr "Kamera erişimi gerekli" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "Kamera erişimi gerekli" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "Kamera erişimi gerekli" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2389,9 +2483,9 @@ msgstr "Yeniden etkinleştirmeyi iptal et ve çıkış yap" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "Yanıtı iptal et" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Aramayı iptal et" @@ -2411,7 +2505,7 @@ msgstr "Altyazılar (.vtt)" msgid "Captions & alt text" msgstr "Altyazılar ve alternatif metin" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "vitrin" @@ -2435,7 +2529,7 @@ msgstr "Uygulama simgesini değiştir" msgid "Change app icon to \"{0}\"" msgstr "Uygulama simgesini \"{0}\" olarak değiştir" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "Uygulama dilini değiştir" @@ -2518,11 +2612,11 @@ msgstr "Sohbet davetiye bağlantısı artık mevcut değil" msgid "Chat locked" msgstr "Sohbet kilitlendi" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "Sohbet mesajları - sessiz" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "Sohbet mesajları - sesli" @@ -2536,6 +2630,12 @@ msgstr "Sohbet sessize alındı" msgid "Chat not found." msgstr "Sohbet bulunamadı." +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "Sohbet seçenekleri" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "Sohbet sahipleri grup sohbetinden ayrılamaz." @@ -2548,22 +2648,22 @@ msgstr "Sohbet alıcısı gönderici tarafından takip edilmiyor." msgid "Chat request inbox" msgstr "Sohbet istekleri gelen kutusu" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Sohbet istekleri" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Mesajlaşma ayarları" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Mesajlaşma Ayarları" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Sohbet sessizden çıkarıldı" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Sohbetler" @@ -2661,10 +2761,16 @@ msgstr "Kendi zaman akışınızı seçin! Topluluk tarafından oluşturulan ak msgid "Choose your password" msgstr "Şifrenizi seçin" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Kullanıcı adınız" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "Temizle" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Tüm depolama verilerini temizle" @@ -2673,6 +2779,10 @@ msgstr "Tüm depolama verilerini temizle" msgid "Clear all storage data (restart after this)" msgstr "Tüm depolama verilerini temizle (bundan sonra yeniden başlat)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "Tarihi temizle" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "Bu grup sohbetinin davetiye bağlantısını görüntülemek için buray msgid "Click to open tag menu for {0}" msgstr "{0} etiket menüsünü açmak için tıklayın" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "İletilemeyen mesajı tekrar denemek için tıklayın" @@ -2755,6 +2865,7 @@ msgstr "İletilemeyen mesajı tekrar denemek için tıklayın" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "İletilemeyen mesajı tekrar denemek için tıklayın" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "Bildirimi kapat" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "Gelen talepler bildirimini kapat" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Bu diyalogu kapat" @@ -2874,7 +2984,7 @@ msgstr "Hoşgeldiniz ekranını kapat" msgid "Closes password update alert" msgstr "Şifre güncelleme uyarısını kapatır" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Gönderi düzenleyiciyi kapatır ve gönderi taslağını siler" @@ -2886,7 +2996,7 @@ msgstr "Kullanıcı listesini daralt" msgid "Collapses list of users for a given notification" msgstr "Belirli bir bildirim için kullanıcı listesini daraltır" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "Renk" @@ -2917,7 +3027,7 @@ msgstr "Topluluk Kuralları" msgid "Complete onboarding and start using your account" msgstr "Onboarding'i tamamlayın ve hesabınızı kullanmaya başlayın" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Meydan okumayı tamamlayın" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Yeni gönderi oluştur" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "{0, plural, other {# karakter}} uzunluğuna kadar gönderiler oluşturun" @@ -2936,11 +3046,11 @@ msgstr "{0, plural, other {# karakter}} uzunluğuna kadar gönderiler oluşturun msgid "Compose reply" msgstr "Yanıt oluştur" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "GIF sıkıştırılıyor..." -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Video sıkıştırılıyor..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "Destek ekibimize ulaşın" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Destek ile iletişime geçin" @@ -3134,8 +3244,12 @@ msgstr "Yazışma bulunamadı." msgid "Copied build version to clipboard" msgstr "Sürüm numarası panoya kopyalandı" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "Bağlantı panoya kopyalandı" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "Profil bağlantısını kopyala" msgid "Copy link to starter pack" msgstr "Başlangıç paketi bağlantısını kopyala" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Mesajı kopyala" @@ -3341,7 +3455,7 @@ msgstr "Değişiklikler kaydedilemedi: {0}" msgid "Could not share – please try again" msgstr "Paylaşılamadı – lütfen tekrar deneyin" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "Bildirim ayarları güncellenemedi" @@ -3363,6 +3477,11 @@ msgstr "GIFler yüklenemedi" msgid "Country code" msgstr "Ülke kodu" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "inekler domuzlar" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Benim için bir başlangıç paketi oluştur" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Kaydol" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Bir hesap oluştur" @@ -3549,7 +3668,7 @@ msgstr "Doğum tarihi" msgid "Dawn" msgstr "Şafak" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "Gün" @@ -3632,7 +3751,7 @@ msgstr "Bağlantıları sil" msgid "Delete conversation" msgstr "Yazışmayı sil" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Benim için sil" @@ -3645,7 +3764,7 @@ msgstr "Listeyi sil" msgid "Delete message" msgstr "Mesajı sil" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Mesajı benim için sil" @@ -3655,7 +3774,7 @@ msgstr "Hesabımı sil" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Gönderiyi sil" @@ -3676,7 +3795,7 @@ msgstr "Liste silinsin mi?" msgid "Delete this post?" msgstr "Bu gönderiyi sil?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Silindi" @@ -3697,10 +3816,6 @@ msgstr "Onay sonrası Plivo tarafından silinecektir" msgid "Deleted list" msgstr "Silinmiş liste" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "Cihaz çeviremedi :(" msgid "Dialog: adjust who can interact with this post" msgstr "Diyalog: kimin bu gönderiyle etkileşebileceğini ayarlayın" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "Diyalog: Gelişmiş arama seçeneklerini ayarla" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Karart" @@ -3806,9 +3925,9 @@ msgstr "Devre dışı" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Sil" msgid "Discard changes?" msgstr "Değişiklikler silinsin mi?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Taslak silinsin mi?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Gönderi silinsin mi?" @@ -3864,7 +3983,7 @@ msgstr "Yok say" msgid "Dismiss banner" msgstr "Bildirimi gizle" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Hatayı yok say" @@ -3954,13 +4073,13 @@ msgstr "Merak etmeyin! Tüm mesajlarınız ve ayarlarınız saklandı ve bir yet #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "Merak etmeyin! Tüm mesajlarınız ve ayarlarınız saklandı ve bir yet msgid "Done" msgstr "Tamam" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Bir tepki eklemek için mesaja çift dokunun ya da uzun basın" @@ -4045,7 +4164,7 @@ msgstr "Bölgenizdeki yasalardan dolayı bir yetişkin olduğunuzu onaylayana ka msgid "Duration:" msgstr "Süre:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "Alacakaranlık" @@ -4176,12 +4295,12 @@ msgstr "Gönderi etkileşim ayarlarını düzenle" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Profil düzenle" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Profil Düzenle" @@ -4268,7 +4387,7 @@ msgstr "Gönderiyi göm" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Bu gönderiyi web sitenize gömün. Aşağıdaki kod parçasını kopyalayın ve web sitenizin HTML kodunun içine yapıştırın." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Gömülü video oynatıcı" @@ -4308,8 +4427,8 @@ msgstr "Medya oynatıcılarını etkinleştir" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "Bir hesabın bildirimlerini etkinleştirmek için profilini ziyaret edin ve <0>zil simgesine <1/> basın." -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "Anında bildirimleri etkinleştir" @@ -4400,7 +4519,7 @@ msgstr "Şifrenizi girin" msgid "Enter your username and password" msgstr "Kullanıcı adınızı ve şifrenizi girin" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Tam ekrana geçer" @@ -4408,7 +4527,7 @@ msgstr "Tam ekrana geçer" msgid "Entertainment" msgstr "Eğlence" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Hata" @@ -4438,7 +4557,7 @@ msgstr "Dosya kaydedilirken bir hata oluştu" msgid "Error receiving captcha response." msgstr "Captcha yanıtı alınırken bir hata oldu." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Hata: {error}" @@ -4450,26 +4569,38 @@ msgstr "Herkes yanıtlayabilir" msgid "Everybody can reply to this post." msgstr "Bu gönderiyi herkes yanıtlayabilir." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Herkes" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Herkes" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Herkes" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "Geri kalan her şey" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "Hariç tut" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Takip ettiğim kullanıcıları hariç tut" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Açık cinsel içerikli görseller." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Keşfet" msgid "Explore the app" msgstr "Uygulamayı keşfet" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "Sohbet verimi dışarı aktar" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "Katılma talebi kabul edilemedi" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Emoji tepkisi eklenemedi" @@ -4614,7 +4745,7 @@ msgstr "Üyeler eklenemedi" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "Listeye eklenemedi" #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" @@ -4626,6 +4757,7 @@ msgstr "Kullanıcı adı değiştirilemedi. Lütfen tekrar deneyin." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "Bağlantı kopyalanamadı" @@ -4698,10 +4830,6 @@ msgstr "Tüm arkadaşlarınız takip edilemedi, lütfen tekrar deneyin" msgid "Failed to hide suggestion, please check your internet connection" msgstr "Öneri gizlenemedi, lütfen internet bağlantınızı kontrol edin" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "Katılma talebi gözardı edilemedi" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "Grup sohbetine katılınamadı. Lütfen tekrar deneyin." @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "Grup sohbetinden çıkılamadı" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Yazışmalar yüklenemedi" @@ -4735,8 +4863,11 @@ msgstr "Akışlar yüklenemedi" msgid "Failed to load feeds preferences" msgstr "Akış tercihleri ​​yüklenemedi" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "Bildirim ayarları yüklenemedi." @@ -4767,12 +4898,13 @@ msgstr "Önerilen takipler yüklenemedi" msgid "Failed to lock group chat" msgstr "Grup sohbeti kilitlenemedi" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" -msgstr "" +msgstr "Sohbetlerin tümü okundu olarak işaretlenemedi" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Tüm istekleri okundu olarak işaretleme başarısız oldu" @@ -4789,6 +4921,10 @@ msgstr "Gönderi sabitlenemedi" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "Germ DM ile yeniden bağlantı kurulamadı. Hata: {0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "Katılma talebi reddedilemedi" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "Bir ağ probleminden dolayı veri kaldırılamadı, lütfen internet bağlantınızı kontrol edin." @@ -4799,14 +4935,14 @@ msgid "Failed to remove data. {0}" msgstr "Veri kaldırılamadı. {0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Emoji tepkisi kaldırılamadı" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "Listeden çıkarılamadı" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" @@ -4830,7 +4966,7 @@ msgstr "Talebiniz geri çekilemedi. Lütfen tekrar deneyin." msgid "Failed to resolve location. Please try again." msgstr "Konum çözümlenemedi. Lütfen tekrar deneyin." -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "Taslak kaydedilemedi" @@ -4898,7 +5034,7 @@ msgstr "Akışlar güncellenemedi" msgid "Failed to update notification declaration" msgstr "Bildirim beyanı güncellenemedi" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Ayarlar güncellenemedi" @@ -4973,7 +5109,7 @@ msgstr "Geribildiriminiz akış operatörüne yollandı" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Güncellemeyi al" msgid "File saved successfully!" msgstr "Dosya başarıyla kaydedildi!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "Yazara göre filtrele" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "Yazara göre filtrele (şu anda: {currentLabel})" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "Medyaya göre filtrele" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "Medyaya göre filtrele (şu anda: {currentLabel})" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Akışlardan filtrele" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Aramayı dile göre filtrele" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Aramayı dile göre filtrele (şu anda:{currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "Bu aramayı {0} ile filtrele" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "Etkinliğinizden kimlerin bildirim alabileceğini filtreleyin" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "Kimden bildirim alacağınızı filtreleyin" @@ -5081,7 +5238,7 @@ msgstr "Takip edilecek kişiler bulun" msgid "Find people you know" msgstr "Tanıdıklarınızı bulun" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Bluesky'da gönderileri, kullanıcıları ve akışları bulun" @@ -5361,7 +5518,8 @@ msgstr "Grup sohbetini simgeleyen dört mesaj balonu. İlk mesaj (İngilizce): \ msgid "Free your feed" msgstr "Akışınızı özgürleştirin" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "Kimden" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "<0/> tarafından" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "Bu kişilerden" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Bir başlangıç ​​paketi oluşturun" @@ -5414,43 +5577,51 @@ msgstr "Germ DM yeniden bağlandı" msgid "Get help" msgstr "Yardım al" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "Başlangıç paketi katılımları, doğrulama ve diğer etkinlikler için bildirim alın." -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "Sizi takip ettiklerinde bildirim alın." -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "Gönderilerinizi beğendiklerinde bildirim alın." -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "Başkaları yeniden gönderimlerinizi beğendiğinde bildirim alın." -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "Sizden bahsettiklerinde bildirim alın." -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "Gönderilerinizi alıntıladıklarında bildirim alın." -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "Gönderilerinize yanıt verdiklerinde bildirim alın." -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "Gönderilerinizi yeniden gönderdiklerinde bildirim alın." -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "Başkaları yeniden gönderimlerinizi yeniden gönderdiğinde bildirim alın." -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "Kişiler size mesaj talebi gönderdiğinde bildirim alın." + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "Kişiler size mesaj gönderdiğinde bildirim alın." + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "Abone olduğunuz gönderilerle ilgili bir güncelleme olduğunda bildirim alın." @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Başla" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF yüklendi" @@ -5686,7 +5857,7 @@ msgstr "Grup sohbeti sessizden çıkarıldı" msgid "Group Chats" msgstr "Grup Sohbetleri" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "Grup sohnetleri sadece 18 yaş ve üstüne açıktır." @@ -5784,7 +5955,7 @@ msgstr "Kodunuz var mı? <0>Buraya tıklayın." msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "Konumunuzu tutturamadık mı? <0>Konumunuzu GPS'le güncellemek için buraya dokunun." -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Sorun mu yaşıyorsunuz?" @@ -5973,7 +6144,7 @@ msgstr "Hmmm, bu verileri yüklemekte sorun yaşıyoruz gibi görünüyor. Daha msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, o moderasyon hizmetini yükleyemedik." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Bekleyin! Videoya kademeli olarak erişim veriyoruz ve siz hâlâ sıradasınız. Birazdan tekrar kontrol edin!" @@ -6102,12 +6273,12 @@ msgstr "Eğer bir geliştiriciyseniz kendi sunucunuzu barındırabilirsiniz." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Eğer kullanıcı adınızı veya e-postanızı değiştirmeye çalışıyorsanız, bunu devre dışı bırakmadan önce yapın." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Görsel" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "Görsel {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "Görsel {0}/{1}" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "Görsel {0} / {imageCount}" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Görsel önbelleği temizlendi, {0} yer açıldı" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "Görsel galerisi, {0} görsel" @@ -6201,43 +6372,77 @@ msgstr "{0} tarihinde aktarıldı" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "Yaşınıza uygun bir tecrübe sağlamamız için doğum tarihinizi bilmemiz gerekiyor. Bu tek seferlik bir şeydir ve veriniz gizli tutulacaktır." -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "Uygulama içi" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "Uygulama içi bildirimler" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "Uygulama içi, herkes" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "Uygulama içi, takip ettikleriniz" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "Uygulama içi, anlık" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "Uygulama içi, anlık, herkes" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "Uygulama içi, anlık, takip ettikleriniz" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "Gelen kutusu boş" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Gelen kutusu boş!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "Dahil et" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "Eşleşen gönderileri dahil et veya hariç tut (şu anda: {0})" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "Gönderileri ve/veya yanıtları dahil et (şu anda: {currentLabel})" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "Bu tarihten itibaren paylaşılan gönderileri dahil et" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "Bu tarihe kadar yapılan gönderileri dahil et" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "Bu sonuçları dahil et" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Geçersiz kullanıcı adı veya şifre" @@ -6334,7 +6539,6 @@ msgstr "Davet kodu" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Davet kodu kabul edilmedi. Doğru girdiğinizden emin olun ve tekrar deneyin." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "Arkadaşları davet et" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "Arkadaşları Davet Edin" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "Davetler, ancak kişisel" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "Konumunuz tam tutmuyor mu? <0>Konumunuzu GPS'le güncellemek için buraya dokunun. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "Konumunuz tam tutmuyor mu? <0>Konumunuzu GPS'le güncellemek için buraya dokunun." #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Şu anda yalnızca siz varsınız! Yukarıdan arama yaparak başlangıç ​​paketinize daha çok kişi ekleyin." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "İş ID: {0}" @@ -6469,8 +6672,8 @@ msgstr "Yazışmaya katıl" msgid "Journalism" msgstr "Gazetecilik" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "Düzenlemeye devam et" @@ -6479,11 +6682,6 @@ msgstr "Düzenlemeye devam et" msgid "Keep me posted" msgstr "Beni haberdar et" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "Üyeyi şutla" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "KWS web sitesi" @@ -6518,6 +6716,10 @@ msgstr "Hesabınızdaki işaretler" msgid "Labels on your content" msgstr "İçeriğinizdeki işaretler" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "Dil" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Dil Ayarları" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "En son az önce başlatılmış" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "En son" @@ -6562,6 +6764,16 @@ msgstr "Daha fazla bilgi edinin" msgid "Learn More" msgstr "Daha Fazla Bilgi Edinin" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "<0>Gelişmiş aramayı nasıl kullanacağınız hakkında daha fazla bilgi edinin." + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "<0>Arama filtrelerinin nasıl kullanılacağı hakkında daha fazla bilgi edinin." + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "Yaş güvencesiyle ilgili daha çok bilgi edinin" @@ -6765,16 +6977,16 @@ msgstr "{0, plural, other {# kullanıcı}} tarafından beğenildi" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "{likeCount, plural, other {# kullanıcı}} tarafından beğenildi" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Beğeniler" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "Yeniden gönderilerinize dair beğeniler" @@ -6954,9 +7166,7 @@ msgstr "Yeni bildirimleri yükle" msgid "Load new posts" msgstr "Yeni gönderileri yükle" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "Sohbet yükleniyor…" @@ -7065,43 +7275,47 @@ msgstr "Doğrulama ayarlarını yönet" msgid "Manage your muted words and tags" msgstr "Sessize alınmış kelimelerinizi ve etiketlerinizi yönetin" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Tümünü okunmuş olarak işaretle" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" -msgstr "" +msgstr "Tüm sohbetleri okundu olarak işaretle" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" -msgstr "" +msgstr "Tüm talepleri okundu olarak işaretle" #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" msgstr "Okundu olarak işaretle" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Tümü okunmuş olarak işaretlendi" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" -msgstr "" +msgstr "Tüm sohbetler okundu olarak işaretlendi" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" -msgstr "" +msgstr "Tüm talepler okundu olarak işaretlendi" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" msgstr "Belki daha sonra" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Medya" @@ -7137,27 +7351,30 @@ msgstr "Üyeler sohbet geçmişini okuyabilir ama yeni mesaj atamazlar." msgid "mentioned users" msgstr "bahsedilen kullanıcılar" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Bahsedenler" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "Bu kişilerden bahsedenler" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Menü" -#: src/screens/Messages/components/MessageInput.tsx:202 -msgid "Message" -msgstr "Mesaj" - -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 msgctxt "action" msgid "Message" +msgstr "Mesaj gönder" + +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" +msgid "Message" msgstr "Mesaj" #. placeholder {0}: profile.handle @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Mesaj silindi" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "Mesaj gönderilemedi." #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "@{0} mesajı: {1}" @@ -7193,21 +7410,15 @@ msgstr "@{0} mesajı: {1}" msgid "Message from server: {0}" msgstr "Sunucudan mesaj: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Mesaj girdi alanı" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Mesaj çok uzun" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "Mesaj çok uzun ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Mesaj seçenekleri" @@ -7215,11 +7426,11 @@ msgstr "Mesaj seçenekleri" msgid "Messages" msgstr "Mesajlar" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "Bu kişiden gelen mesajlar o sizi engellediği sürece görünmeyecektir." -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "Bu kişiden gelen mesajlar siz onu engellediğiniz sürece görünmeyecektir." @@ -7343,7 +7554,7 @@ msgstr "Müzik" msgid "Mute" msgstr "Sessize al" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "Bir telif ihlali, hukuki talep ya da mevzuata uygunluk sorunu mu bildirm msgid "Nevermind, create a handle for me" msgstr "Boşver, bana bir kullanıcı adı üret" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Yeni" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Yeni" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{firstAuthorLink} kullanıcısından yeni {postsCount, plural, one {gönderi} other {gönderiler}}" @@ -7537,11 +7752,11 @@ msgstr "{firstAuthorName} kullanıcısından yeni {postsCount, plural, one {gön #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Yeni sohbet" @@ -7574,9 +7789,9 @@ msgstr "Yeni e-posta adresi" msgid "New Feature" msgstr "Yeni Özellik" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "Yeni takipçiler" @@ -7608,6 +7823,18 @@ msgstr "Yeni kullanıcı adı" msgid "New list" msgstr "Yeni liste" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "Yeni mesaj talepleri" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "Yeni mesajlar" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "İleri" msgid "Next image" msgstr "Sonraki görsel" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "Gece" @@ -7779,12 +8006,12 @@ msgstr "İsim yok" msgid "No notifications yet!" msgstr "Henüz bildirim yok!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "Hiç kimse" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "Hiç kimse" @@ -7822,6 +8049,10 @@ msgstr "Henüz alıntı yok" msgid "No recent GIFs yet. Pick one to see it here." msgstr "Henüz son GIFler yok. Burada görmek için bir tane seçin." +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "Yanıtlar olmasın" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "Henüz bir yanıt yok" @@ -7856,10 +8087,18 @@ msgstr "Sonuç bulunamadı" msgid "No results found for \"{query}\"" msgstr "\"{query}\" için sonuç bulunamadı" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "Gelişmiş arama filtreleri uygulanmış olarak “<0>{query}” için sonuç bulunamadı." + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "\"<0>{query}\" için sonuç bulunamadı." +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "Gelişmiş arama filtreleri uygulanmış sorgunuz için sonuç bulunamadı." + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Sonuç bulunamadı." @@ -7868,11 +8107,6 @@ msgstr "Sonuç bulunamadı." msgid "No Starter Packs yet" msgstr "Henüz bir başlangıç paketi yok" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "Rızasız mahrem görseller" msgid "Non-sexual Nudity" msgstr "Cinsel olmayan çıplaklık" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "Bu kelimelerin hiçbiri" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "Bu platformda mevcut değil" @@ -7954,26 +8193,27 @@ msgstr "Not: Bu gönderi yalnızca giriş yapmış kullanıcılara görünür." msgid "Nothing saved yet" msgstr "Henüz hiçbir şey kaydedilmedi" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Bildirim ayarları" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Bildirim sesleri" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "Numara bir cep telefonu numarası olmalı" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Kapalı" @@ -8017,7 +8257,7 @@ msgstr "Tamam" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "Seçilmiş alıcılardan biri grup sohbetlerine izin vermiyor." msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "Seçilmiş alıcılardan biri sizi engellediğinden kendisiyle yazışılamaz." -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Bir veya daha fazla GIF için alternatif metin eksik." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Bir ya da daha fazla görselin alternatif metni eksik." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "Seçtiğiniz dosyalardan bir ya da birden fazlası desteklenmiyor." -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "Seçtiğiniz dosyalardan bir ya da daha fazlası çok büyük. En fazla {VIDEO_MAX_SIZE_MB} MB olabilir." -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "Gönderilerden bir ya da birkaçı taslak olarak kaydetmek için çok uzun. {MAX_DRAFT_GRAPHEME_LENGTH, plural, other {Maksimum karakter sayısı # karakterdir.}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Bir veya daha fazla videoda alternatif metin eksik." @@ -8083,7 +8323,7 @@ msgstr "Yalnızca {0} yanıtlayabilir." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "{1} görselden sadece {0} {2, plural, other {adet}} eklendi; limit {MAX_GALLERY_IMAGES} adettir" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "Yalnızca yöneticiler katılma taleplerini kabul edebilir." #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "Yalnızca yöneticiler katılım taleplerini gözardı edebilir." +msgid "Only admins can reject join requests." +msgstr "Yalnızca yöneticiler katılma taleplerini reddedebilir." #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "Sadece {0} kişisinin takip ettikleri katılabilir." msgid "Only people the chat owner follows can join" msgstr "Sadece sohbet sahibinin takip ettikleri sohbete katılabilir" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "Yalnızca medya içeren gönderiler" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "Yalnızca video içeren gönderiler" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "Yalnızca yanıtlar" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Yalnızca WebVTT (.vtt) dosyaları desteklenmektedir" @@ -8140,6 +8392,10 @@ msgstr "Hay aksi, bu profil mevcut değil. Başka bir tane taramayı deneyin." msgid "Oops!" msgstr "Hata!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "Gelişmiş arama seçeneklerini aç" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Avatar oluşturucuyu aç" @@ -8170,9 +8426,8 @@ msgstr "Taslağı aç" msgid "Open drawer menu" msgstr "Çekmece menüyü aç" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Emoji seçiciyi aç" @@ -8280,7 +8535,7 @@ msgstr "Gönderinize içerik uyarısı ekleme diyaloğunu açar" msgid "Opens a dialog to choose who can interact with this post" msgstr "Bu gönderiyle kimin etkileşebileceğini seçmek için bir diyalog açar" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "QR kartı için renk temaları listesini açar" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "Cihaz kamerasını açar" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "{MAX_GALLERY_IMAGES, plural, other {# adede kadar görsel}} ya da tek bir video veya GIF seçmek için cihaz galerisini açar." @@ -8329,7 +8584,7 @@ msgstr "Yeni bir Bluesky hesabı oluşturma adımlarını açar" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Var olan Bluesky hesabınıza giriş yapma adımlarını açar" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "Tam görseli açar" @@ -8513,12 +8768,12 @@ msgstr "Şifre güncellendi" msgid "Password updated!" msgstr "Şifre güncellendi!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Duraklat" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "GIF'i Durdur" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Videoyu duraklat" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Kişiler" @@ -8550,17 +8805,17 @@ msgstr "@{0} tarafından takip edilenler" msgid "People following @{0}" msgstr "@{0} tarafından takip edilenler" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "Takip ettiklerim" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "Takip ettiklerim" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "Takip ettiklerim" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "Takip ettiklerim katılmayı talep edebilir" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "Takip ettiğiniz kişiler" @@ -8610,7 +8866,7 @@ msgstr "Telefon numarası doğrulandı" msgid "Photography" msgstr "Fotoğrafçılık" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "Bir renk teması seçin" @@ -8658,7 +8914,7 @@ msgstr "Sabitleme Akışları" msgid "Pinned to your feeds" msgstr "Akışlarınıza sabitlendi" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Oynat" @@ -8668,7 +8924,7 @@ msgstr "Oynat" msgid "Play {0}" msgstr "{0} oynat" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "GIF'i Oynat" @@ -8681,11 +8937,11 @@ msgstr "Videoyu oynat" msgid "Play Video" msgstr "Videoyu Oynat" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "GIF'i oynatır ya da duraklatır" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Videoyu oynatır ya da duraklatır" @@ -8722,7 +8978,7 @@ msgstr "Yeni e-posta adresinizi doğrulamak için lütfen size şimdi yolladığ msgid "Please complete the verification captcha." msgstr "Lütfen doğrulama captcha'sını tamamlayın." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "Video yüklemek için lütfen e-posta adresinizi onaylayın." @@ -8865,7 +9121,7 @@ msgstr "Politika" msgid "Porn" msgstr "Pornografi" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Gönder" @@ -8885,12 +9141,12 @@ msgstr "Bir fotoğraf gönder" msgid "Post a video" msgstr "Bir video gönder" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Hepsini Gönder" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "Yine de gönder" @@ -8982,6 +9238,10 @@ msgstr "Gönderi sabitlemesi kaldırıldı" msgid "Posts" msgstr "Gönderiler" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "Gönderiler ve yanıtlar" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Gönderiler metinleri, etiketleri veya ikisiyle beraber sessize alınabilir. Hiçbir gönderinin görünmemesine sebep olacağından yaygın kelimelerden kaçınmanızı öneririz." @@ -9067,11 +9327,11 @@ msgstr "Gizlilik Politikası" msgid "Privacy violation of a minor" msgstr "Bir küçüğün gizliliğini ihlal" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "GIF işleniyor..." -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Video işleniyor..." @@ -9083,7 +9343,7 @@ msgstr "İşleniyor..." msgid "profile" msgstr "profil" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Topluca sessize almak ya da engellemek için herkese açık, paylaşılabilir listeler." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Gönderiyi yayınla" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Gönderileri yayınla" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Yanıtları yayınla" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Yanıtı yayınla" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "Anında" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "Anında bildirimler" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "Anlık, herkes" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "Anlık, takip ettikleriniz" @@ -9188,10 +9448,10 @@ msgstr "Alıntı gönderinin ilişiği başarıyla kesildi" msgid "Quote posts disabled" msgstr "Alıntı gönderilen devre dışı bırakıldı" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Alıntılar" @@ -9238,10 +9498,15 @@ msgstr "Hesabınızı yeniden etkinleştirin" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "{0, plural, other {# yanıt daha}} oku" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "arama filtrelerinin nasıl kullanılacağını okuyun" +msgid "Read about how to use advanced search filters" +msgstr "Gelişmiş arama filtrelerinin nasıl kullanılacağını okuyun" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "Arama filtrelerinin nasıl kullanılacağı hakkında bilgi edinin" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "Gerçek insanlar." msgid "Reason for appeal" msgstr "İtiraz gerekçesi" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "Uygulama içi bildirimleri al" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "Anında bildirimleri al" @@ -9304,7 +9569,7 @@ msgstr "Anında bildirimleri al" msgid "Recent GIFs" msgstr "Son GIFler" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "Son aramalar" @@ -9339,8 +9604,8 @@ msgstr "Sohbet isteğini reddet" msgid "Reject join request" msgstr "Katılma talebini reddet" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Yazışmaları yeniden yükle" @@ -9379,9 +9644,9 @@ msgstr "{displayName} kişisini bu grup sohbetinden çıkar" msgid "Remove {displayName}?" msgstr "{displayName} çıkarılsın mı?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "{historyItem} öğesini çıkart" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "{q} sorgusunu kaldır" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Akışı kaldır" msgid "Remove feed?" msgstr "Akış kaldırılsın mı?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "Filtreyi kaldır" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "Sohbetten çıkar" @@ -9466,11 +9736,16 @@ msgstr "Resmi kaldır" msgid "Remove live status" msgstr "Canlı yayın durumunu kaldır" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "Üyeyi çıkar" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Sessize alınmış kelimeyi listemden çıkart" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Profili kaldır" @@ -9507,11 +9782,11 @@ msgstr "Doğrulamayı kaldır" msgid "Remove your verification for this account?" msgstr "Bu hesap için doğrulamanızı kaldıracak mısınız?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Yazar tarafından kaldırılmış" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Sizin tarafınızdan kaldırılmış" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "Size yanıt" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "{senderName} kişisinden yanıtlanan mesaj, ona kaydırmak için dokunun" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "Yanıtlanan mesaj, ona kaydırmak için dokunun" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Yanıtlar" @@ -9609,12 +9884,12 @@ msgstr "Yanıtlara kapalı" msgid "Replies to this post are disabled." msgstr "Bu gönderi yanıtlara kapalı." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Yanıtla" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Yanıtla" @@ -9652,7 +9927,7 @@ msgstr "Yanıt görünürlüğü güncellendi" msgid "Reply was successfully hidden" msgstr "Yanıt başarıyla gizlendi" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Akışı raporla" msgid "Report list" msgstr "Listeyi raporla" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Mesajı raporla" @@ -9783,9 +10058,9 @@ msgstr "{reposter} tarafından yeniden gönderilmiş" msgid "Reposted by you" msgstr "Siz yeniden göndermişsiniz" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "Yeniden gönderiler" @@ -9793,9 +10068,9 @@ msgstr "Yeniden gönderiler" msgid "Reposts of this post" msgstr "Bu gönderinin yeniden gönderilmesi" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "Yeniden gönderilerinizin yeniden gönderileri" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "Kod iste" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "Talep gözard edildi." +msgid "Request rejected." +msgstr "Talep reddedildi." #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "Talep edildi" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "Talepler" @@ -9934,9 +10209,9 @@ msgstr "Son hataya neden olan son eylemi tekrarlar" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "Doğum tarihini kaydet" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Değişiklikleri kaydet" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "Değişiklikler kaydedilsin mi?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "Taslağı kaydet" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "Taslak kaydedilsin mi?" @@ -10089,8 +10364,8 @@ msgstr "Akışlarınıza kaydedildi" msgid "Say hello!" msgstr "Merhaba de!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "Birine selam deyin" @@ -10120,9 +10395,9 @@ msgstr "Sola kaydır" msgid "Scroll right" msgstr "Sağa kaydır" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "Yanıtlanan mesaja kaydır" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "Başa kaydır" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Ara" @@ -10186,17 +10464,13 @@ msgstr "Daha fazla akış arayın" msgid "Search for people" msgstr "Kişileri arayın" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Gönderileri, kullanıcıları veya akışları aratın" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "GIF aratın" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "Arama şu anda giriş yapmamış kullanıcıların erişimine kapalıdır" @@ -10225,6 +10499,10 @@ msgstr "Gönderileri ara" msgid "Search profiles" msgstr "Profilleri ara" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "Arama sorgusu" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Ara..." @@ -10319,7 +10597,7 @@ msgstr "Bir gerekçe seçiniz" msgid "Select account" msgstr "Hesap seç" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "Bir uygulama dili seçin" @@ -10357,6 +10635,11 @@ msgstr "İçerik dillerini seç" msgid "Select duration" msgstr "Süre seçin" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "Filtre türünü seçin (şu anda: {0})" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Mevcut bir hesaptan seç" @@ -10388,7 +10671,7 @@ msgstr "Grup sohbeti üyelerini seçin" msgid "Select how long to mute this word for." msgstr "Bu kelimenin ne kadar süre sessize alınacağını seçin." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Aşağıdaki seçeneklerden ilgi alanlarınızı seçin" msgid "Select your preferred language for translations in your feed." msgstr "Akışlarınızdaki çeviriler için tercih ettiğiniz dili seçin." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "Tercih ettiğiniz bildirim kanallarını seçiniz" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "Farklı türlerde medya seçimi desteklenmemektedir." @@ -10491,8 +10774,7 @@ msgstr "Hata raporu yolla" msgid "Send feedback" msgstr "Geribildirim gönder" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Mesaj gönder" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Doğrudan mesaj yoluyla gönder" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "{0} saatinde yollandı" @@ -10574,7 +10856,7 @@ msgstr "Şifre sıfırlama için e-posta ayarlar" msgid "Settings" msgstr "Ayarlar" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "Başkalarının etkinliklerine dair ayarlar" @@ -10582,39 +10864,49 @@ msgstr "Başkalarının etkinliklerine dair ayarlar" msgid "Settings for allowing others to be notified of your posts" msgstr "Gönderilerinizden başkalarının bildirim almasına izin verme ayarları" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "Beğeni bildirimi ayarları" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "Bahsetme bildirimleri ayarları" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "Yeni takipçi bildirimleri ayarları" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "Geri kalan bildirimlerin ayarları" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "Yeniden gönderilerinizin beğenilme bildirimleri ayarları" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "Yeni mesaj istekleri için bildirim ayarları" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "Yeni mesajlar için bildirim ayarları" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "Yeniden gönderilerinizin yeniden gönderim bildirimleri ayarları" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "Alıntı bildirimleri ayarları" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "Yanıt bildirimleri ayarları" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "Yeniden gönderim bildirimleri ayarları" @@ -10684,6 +10976,11 @@ msgstr "Profilimi paylaş" msgid "Share post at:// URI" msgstr "Gönderinin at:// URI'sini paylaş" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "Profili Paylaş" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "QR kod paylaş" msgid "Share this feed" msgstr "Bu akışı paylaş" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "Bu aramayı paylaş" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Bu başlangıç paketini paylaş" @@ -10726,7 +11027,7 @@ msgstr "Paylaşılan Tercihler Test Edicisi" msgid "Show" msgstr "Göster" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Alt metni göster" @@ -10864,13 +11165,13 @@ msgstr "İçeriği gösterir" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Giriş Yapılması Gerekiyor" msgid "Signed in as @{0}" msgstr "@{0} olarak giriş yapıldı" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "Başlangıç tarihi" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Atla" msgid "Skip contact sharing and continue to the app" msgstr "Bağlantıları paylaşmayı atla ve uygulamaya devam et" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "Boş gönderiler atlansın mı?" @@ -10980,7 +11286,7 @@ msgstr "Girizgahı atla ve hesabını kullanmaya başla" msgid "Skip to next step" msgstr "Sonraki adıma atla" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "slayt" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "Biri gruptan çıktı" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Birisi {0} tepkisi verdi" @@ -11223,7 +11529,7 @@ msgstr "Durum Sayfası" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Adım {0} / {1}" @@ -11295,11 +11601,11 @@ msgstr "Bu etiketleri kullanmak için @{0} hesabına abone olun:" msgid "Subscribe to account activity" msgstr "Hesap etkinliklerine abone ol" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "İşaretleyiciye Abone Ol" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Bu işaretleyiciye abone ol" @@ -11345,6 +11651,10 @@ msgstr "Size önerilenler" msgid "Suggestive" msgstr "Tehlikeli" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "Gün Işığı" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "Konuşmaları özele alın." msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "Bluesky'ın GPS konumunuza erişmesine izin vermek için aşağıya dokunun. Sonrasında bu veriyi bölgenizde erişilebilir içerik ve özelliklerin daha isabetli belirlenebilmesi için kullanacağız." -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "Ayrıntılar için dokunun" @@ -11474,7 +11784,7 @@ msgstr "{0} tepkinizi geri almak için dokunun" msgid "Tap to request access to join this group chat" msgstr "Bu grup sohbetine katılmak için erişim talep etmek üzere dokunun" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "Yeniden denemek için dokunun" @@ -11487,7 +11797,7 @@ msgstr "{0} tepkilerini görmek için dokunun" msgid "Tap to show all reactions" msgstr "Tüm tepkileri göstermek için dokunun" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "Tepkileri görmek için dokunun" @@ -11669,8 +11979,8 @@ msgstr "Yanıtlamakta olduğunuz gönderi, yazarı tarafından {suggestedLanguag msgid "The Privacy Policy has been moved to <0/>" msgstr "Gizlilik Politikası <0/> konumuna taşındı" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "Seçili video {VIDEO_MAX_SIZE_MB} MB'tan büyük. Lütfen daha küçük bir dosyayla yeniden deneyin." @@ -11832,10 +12142,25 @@ msgstr "Bluesky'e bir dizi yeni kullanıcı geldi! Hesabınızı en kısa süred msgid "These are your default settings" msgstr "Bunlar varsayılan ayarlarınız" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "Bu alan adları" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "Bu etiketler" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Bu ayarlar yalnızca takip akışına (\"Following\") uygulanır." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "Bu URL'ler" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "Bu sohbetin sahibi onlar" @@ -11959,6 +12284,11 @@ msgstr "Bu taslak kalıcı olarak silinecektir." msgid "This email is already associated with your account." msgstr "Bu e-posta zaten hesabınızla ilişkili." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "Bu tam ifade" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "Bu özellik, kullanıcıların yeni gönderileriniz ve yanıtlarınızdan bildirim almasını sağlar. Bunu kimler için etkinleştirmek istersiniz?" @@ -12063,13 +12393,13 @@ msgstr "Bu liste boş." msgid "This message is hidden" msgstr "Bu mesaj gizli" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "Bu mesaj gizli çünkü bu kullanıcı sizi engelliyor." -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "Bu mesaj gizli çünkü bu kullanıcıyı engelliyorsunuz." @@ -12107,7 +12437,7 @@ msgstr "Bu gönderi yazarı tarafından silinmiş" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Bu gönderi akışlarınızdan ve konularınızdan gizlenecektir. Bu işlem geri alınamaz." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Bu gönderinin yazarı alıntılanmasını engellemiş." @@ -12271,7 +12601,7 @@ msgstr "Bugün" msgid "Toggle to enable or disable adult content" msgstr "Yetişkin içeriği etkinleştirmek veya devre dışı bırakmak için açın/kapayın" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Sesi açar/kapar" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "Çok sayıda bağlantı - arkadaşlarınızı bulmak için bağlantılarınızdan yükleyebileceğiniz kişi sayısını aştınız" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "En öne çıkan" @@ -12304,8 +12634,8 @@ msgstr "Önce en öne çıkan yanıtlar" msgid "Topic" msgstr "Konu başlığı" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "Trolleme" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Güven ilişkilerden, topluluklardan ve paylaşılan bağlamdan gelir. Dolayısıyla <0>güvenilir doğrulayıcıları yani direkt doğrulama yapabilen kurumları devreye alıyoruz." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "Farklı bir arama terimi deneyin ya da <0>arama filtrelerinin nasıl kullanılacağına dair bilgi edinin (İngilizce)." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "Farklı bir arama terimi deneyin veya bazı filtreleri kaldırın." + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "Farklı bir arama terimi deneyin." #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "Dene" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "Alacakaranlık" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "İki adımlı doğrulama (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Mesajınızı buraya yazın" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Tip:" @@ -12423,7 +12756,7 @@ msgstr "Sunucuya bağlanırken bir sorun oldu, lütfen internet bağlantınızı #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Hizmetinize ulaşılamıyor. Lütfen internet bağlantınızı kontrol edin." @@ -12463,7 +12796,7 @@ msgstr "Erişilmez" msgid "Unavailable feed information" msgstr "Erişilemeyen akış bilgisi" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "Bu grup sohbetinin kilidini aç" msgid "Unmute" msgstr "Sessizden çıkar" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "Listenin sabitlemesi kaldırıldı" msgid "Unsnooze email reminder" msgstr "E-posta hatırlatıcısını ertelemeyi kaldır" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Abonelikten çık" @@ -12691,7 +13024,7 @@ msgstr "Abonelikten çık" msgid "Unsubscribe from list" msgstr "Liste aboneliğinden çık" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Bu işaretleyicinin aboneliğinden ayrıl" @@ -12703,10 +13036,15 @@ msgstr "Liste aboneliğinden çıktınız" msgid "Unsupported clipboard content" msgstr "Desteklenmeyen pano içeriği" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "Desteklenmeyen video türü: {mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "Bitiş tarihi" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "50 kişiye kadar" @@ -12719,7 +13057,7 @@ msgstr "Güncelle" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "Listelerde {0} Kullanıcısını Güncelle" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "E-postayı güncelle" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "Listelerde Güncelle" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "Dosyalardan Yükle" msgid "Upload from Library" msgstr "Kütüphaneden Yükle" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "GIF yükleniyor..." @@ -12805,7 +13143,7 @@ msgstr "Görseller yükleniyor..." msgid "Uploading link thumbnail..." msgstr "Web bağlantısının görseli gönderiliyor..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Video yükleniyor..." @@ -13040,12 +13378,12 @@ msgstr "Doğrulanıyor..." msgid "Version {0}" msgstr "Sürüm {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Video işlenemedi" @@ -13084,12 +13422,12 @@ msgstr "Video bulunamadı." msgid "Video settings" msgstr "Video ayarları" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Video yüklendi" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Video: {0}" @@ -13097,11 +13435,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Videolar" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "Videolar 3 dakikadan kısa olmalıdır." -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "Göz at" @@ -13190,7 +13530,7 @@ msgstr "Daha fazlasını görüntüle" msgid "View more trending videos" msgstr "Daha çok gündem olan video göster" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "Gönderiyi göster" @@ -13264,8 +13604,8 @@ msgstr "Sessize aldığınız hesapları görün" msgid "View your verifications" msgstr "Doğrulamalarınızı görüntüleyin" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Görseli tam boy gösterir" @@ -13391,7 +13731,7 @@ msgstr "En az iki ilgi alanı seçmenizi öneririz." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "<0>{0} adresine bir bağlantı içeren bir e-posta yolladık. Lütfen e-posta doğrulama sürecini tamamlamak için o bağlantıya tıklayın." -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Video yüklemenize izin verilip verilmediğini belirleyemedik. Lütfen tekrar deneyin." @@ -13460,7 +13800,7 @@ msgstr "Ağ sorunları yaşıyoruz, tekrar deneyin" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Bluesky'da yeni bir doğrulama katmanı sunuyoruz - kolay görülebilen bir onay işareti." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "Sizi aramızda görmekten dolayı çok heyecanlıyız!" @@ -13477,8 +13817,8 @@ msgstr "Üzgünüz, ancak bu listeyi çözemedik. Bu durum devam ederse, lütfen msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Üzgünüz, ancak sessize alınmış kelimelerinizi şu anda yükleyemedik. Lütfen tekrar deneyin." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "Maalesef arama işleminiz tamamlanamadı. Lütfen birkaç dakika içinde tekrar deneyin." @@ -13486,7 +13826,7 @@ msgstr "Maalesef arama işleminiz tamamlanamadı. Lütfen birkaç dakika içinde msgid "We're sorry, you cannot access this screen at this time." msgstr "Üzgünüz, şu anda bu ekrana erişemezsiniz." -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Üzgünüz! Yanıtladığınız gönderi silindi." @@ -13536,8 +13876,13 @@ msgstr "İlgi alanlarınız nelerdir?" msgid "What do you want to call your starter pack?" msgstr "Başlangıç ​​paketinize ne ad vermek istersiniz?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "naber" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Nasılsınız?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Kim doğrulayabilir?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Ay ay!" @@ -13623,7 +13968,7 @@ msgstr "Bu kullanıcıyı engellemek ve/veya bu yazışmadan ayrılmak istiyor m msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "Taslaklarınıza göz atmadan önce bunu taslak olarak kaydetmek ister misiniz?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "Bunu sonradan düzenlemek için taslak olarak kaydetmek ister misiniz?" @@ -13632,12 +13977,12 @@ msgstr "Bunu sonradan düzenlemek için taslak olarak kaydetmek ister misiniz?" msgid "Write a post" msgstr "Bir gönderi yaz" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Gönderi yaz" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Yanıtınızı yazın" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "Bluesky'a yasal olarak sizin yaşınızı uygulamaya erişmeden önce onaylamamızı gerektiren bir bölgeden ulaşıyorsunuz." #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "{0} kişisini engelliyorsunuz" @@ -13741,7 +14086,7 @@ msgstr "Canlı yayındasınız" msgid "You are no longer live" msgstr "Artık canlı yayında değilsiniz" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Video yükleme izniniz yok." @@ -13786,12 +14131,12 @@ msgstr "Sohbet verinizi ayrıca \"JSONL\" dosyası olarak da indirebilirsiniz. B msgid "You can always opt out and delete your data" msgstr "Her zaman vazgeçip verinizi silebilirsiniz" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "Uygulama içindeki sohbet ayarlarından sohbet bildirimlerinin sesli olup olmayacağını seçebilirsiniz" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Hangi ayarı seçerseniz seçin devam eden yazışmaları sürdürebilirsiniz." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Artık yeni şifrenizle giriş yapabilirsiniz." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "Gönderi başına en fazla {MAX_GALLERY_IMAGES, plural, other {# görsel}} ekleyebilirsiniz" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "Yalnızca 1000 karaktere kadar taslak kaydedebilirsiniz." @@ -13821,11 +14166,11 @@ msgstr "Yalnızca 1000 karaktere kadar taslak kaydedebilirsiniz." msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "Yalnızca 1000 karaktere kadar olan taslaklar kaydedilebilir. Taslaklarınıza bakmadan önce bu düzenlediğiniz gönderinin silinmesine razı mısınız?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "Tek seferde sadece tek bir GIF seçebilirsiniz." -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "Tek seferde sadece tek bir video seçebilirsiniz." @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "Sohbet geçmişini okuyabilirsiniz ancak yeni mesaj gönderemezsiniz." #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "Toplamda en fazla {MAX_GALLERY_IMAGES, plural, other {# görsel}} seçebilirsiniz." @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Bunu daha sonra ayarlarınızdan güncelleyebilirsiniz." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "{EMOJI_REACTION_LIMIT, plural, other {# emoji tepkisinden}} fazla tepki veremezsiniz" @@ -13958,7 +14303,7 @@ msgstr "E-posta adresinizi başarıyla doğruladınız. Bu diyaloğu kapatabilir msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Video yükleme sınırına geçici olarak ulaştınız. Lütfen daha sonra tekrar deneyin." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "Bu taslakta kaydedilmemiş değişiklikleriniz var, onları kaydetmek ister misiniz?" @@ -14033,7 +14378,7 @@ msgstr "Başlangıç ​​paketi oluşturmak için en az yedi kişiyi takip etm msgid "You must grant access to your photo library to save a QR code" msgstr "Karekod kaydetmek için fotoğraf galerinize erişim izni vermelisiniz" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "Medya galerinize erişim izni vermeniz gerekmektedir." @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Şimdi uygulamayı yeniden başlatmak isteyebilirsiniz." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "{0} tepkisi verdiniz" @@ -14069,17 +14414,17 @@ msgstr "{target} için {0} tepkisi verdiniz" msgid "You recently changed your birthdate" msgstr "Doğum tarihinizi yakın zamanda değiştirdiniz" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "Yanıtladınız" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "{originalName} kullanıcısına yanıt verdiniz" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "Kendinize yanıt verdiniz" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,11 +14462,11 @@ msgstr "Davet edilmedikçe tekrar katılamayacaksınız." msgid "You: {message}" msgstr "Siz: {message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Hesabınızı oluşturmayı tamamladığınızda önerilen kullanıcıları ve akışları takip edeceksiniz!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Hesabınızı oluşturmayı tamamladığınızda önerilen kullanıcıları takip edeceksiniz!" @@ -14185,7 +14530,7 @@ msgstr "Aktif içeriğin sonuna ulaştınız." msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Akışınızın sonuna ulaştınız! Takip edebileceğiniz daha fazla hesap bulun." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "En fazla taslak sayısına ulaştınız" @@ -14193,15 +14538,19 @@ msgstr "En fazla taslak sayısına ulaştınız" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "İzin verilen en fazla istek sayısına ulaştınız. Lütfen daha sonra tekrar deneyin." +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "Maksimum {MAX_FILTERS, plural, other {# filtre}} sayısına ulaştınız. Yeni filtreler oluşturmak yerine mevcut bir filtreye daha fazla değer ekleyin." + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "Aktif içeriğin başına ulaştınız." -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Günlük video yükleme limitinize ulaştınız (çok fazla bayt)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Günlük video yükleme limitinize ulaştınız (çok sayıda video)" @@ -14209,7 +14558,7 @@ msgstr "Günlük video yükleme limitinize ulaştınız (çok sayıda video)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "İzleyebileceğiniz video kalmadı. Belki de bir mola vermenin zamanı gelmiştir?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Hesabınız" @@ -14221,7 +14570,7 @@ msgstr "Hesabınız silindi, görüşmek üzere! ✌️" msgid "Your account has been suspended" msgstr "Hesabınız askıya alındı" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Hesabınız video yüklemek için yeterince eski değil. Lütfen daha sonra tekrar deneyin." @@ -14353,11 +14702,11 @@ msgstr "Şifreniz başarıyla değiştirildi! Lütfen bundan sonra Bluesky'a gir msgid "Your password must be at least 8 characters long." msgstr "Şifreniz en az 8 karakter uzunluğunda olmalıdır." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "Gönderiniz yollandı" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "Gönderileriniz yollandı" @@ -14378,7 +14727,7 @@ msgstr "Başka kullanıcıların profil resimleri tarafından çerçevelenmiş p msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Profiliniz, gönderileriniz, akışlarınız ve listeleriniz artık diğer Bluesky kullanıcıları tarafından görülemeyecek. Hesabınızı istediğiniz zaman oturum açarak yeniden etkinleştirebilirsiniz." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "Yanıtınız yollandı" @@ -14391,7 +14740,7 @@ msgstr "Raporunuz <0>{0} işaretleyicisine gönderilecektir." msgid "Your selected interests help us serve you content you care about." msgstr "Seçtiğiniz ilgi alanları, önemsediğiniz içerikleri size sunmamıza yardımcı olur." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "Konunuzdaki boş gönderiler atlanacak, geride kalan gönderiler ise bir konu olarak yayınlanacaktır." diff --git a/src/locale/locales/uk/messages.po b/src/locale/locales/uk/messages.po index bf138c1d55..f6f1829406 100644 --- a/src/locale/locales/uk/messages.po +++ b/src/locale/locales/uk/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: uk\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:44\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(містить вбудований вміст)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(немає ел. адреси)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# година} few {# години} many {# годин} other {# годин}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# секунда} few {# секунди} many {# сек #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {година} few {години} many { msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {хвилина} few {хвилини} many {хвилин} other {хвилин}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} та <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} інші} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}} почали вас читати" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "" -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "<0>Ви та<1> <2>{0} у вашій підбірці" msgid "⚠Invalid Handle" msgstr "⚠Недопустимий псевдонім" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Обліковий запис не ігнорується" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "Додати альтернативний текст" msgid "Add alt text (optional)" msgstr "Додати альтернативний текст (за бажанням)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Додати альтернативний текст (за бажанн msgid "Add another account" msgstr "Додати інший обліковий запис" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Написати ще" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "Розширені" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Усе" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "" @@ -1367,6 +1422,15 @@ msgstr "" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Усі збережені стрічки в одному місці." @@ -1380,13 +1444,13 @@ msgstr "Дозволити доступ до ваших особистих по msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "Вже увійшли як @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "" msgid "Alt text" msgstr "Альтернативний текст" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Альтернативний текст" @@ -1489,7 +1553,7 @@ msgstr "Виникла помилка" msgid "An error occurred" msgstr "Виникла помилка" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Виникла помилка під час стискання цього відео." @@ -1535,11 +1599,11 @@ msgstr "Сталася помилка під час збереження QR-ко msgid "An error occurred while trying to follow all" msgstr "Сталася помилка при спробі читати усіх" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "Тварини" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "Анімована GIF" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "Архівований пост" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Ви впевнені, що бажаєте вилучити це зі с msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Ви справді хочете не публікувати пост?" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "Назад" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Заблоковано" @@ -2091,10 +2178,6 @@ msgstr "Заблоковані облікові записи не можуть msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Заблоковані облікові записи не можуть вам відповідати, згадувати вас у своїх постах, і взаємодіяти з вами будь-яким іншим чином. Ви не будете бачити їхні пости і вони не будуть бачити ваші." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Блокування не перешкоджає мітнику розміщувати мітки на ваш обліковий запис." @@ -2111,11 +2194,21 @@ msgstr "Блокування не завадить додавання міток msgid "Blog" msgstr "Блог" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky не може підтвердити автентичність зазначеної дати." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Скасувати пошук" @@ -2411,7 +2505,7 @@ msgstr "Субтитри (.vtt)" msgid "Captions & alt text" msgstr "Назва та альтернативний текст" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "" msgid "Change app icon to \"{0}\"" msgstr "" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "Чат стишено" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Налаштування чату" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Налаштування чату" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Сповіщення чату увімкнено" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "" @@ -2661,10 +2761,16 @@ msgstr "" msgid "Choose your password" msgstr "Вкажіть пароль" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Ваш псевдонім" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "" @@ -2673,6 +2779,10 @@ msgstr "" msgid "Clear all storage data (restart after this)" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Торкніться, щоб спробувати надіслати повідомлення знов" @@ -2755,6 +2865,7 @@ msgstr "Торкніться, щоб спробувати надіслати п #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Торкніться, щоб спробувати надіслати п #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Закрити діалогове вікно" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Закриває сповіщення про оновлення пароля" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "" @@ -2886,7 +2996,7 @@ msgstr "Згорнути список користувачів" msgid "Collapses list of users for a given notification" msgstr "Згортає список користувачів для даного сповіщення" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Правила спільноти" msgid "Complete onboarding and start using your account" msgstr "Завершити ознайомлення та розпочати користуватися обліковим записом" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Завершити завдання" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Новий пост" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "" @@ -2936,11 +3046,11 @@ msgstr "" msgid "Compose reply" msgstr "Відповісти" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Стискання відео..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Служба підтримки" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Скопійовано версію збірки до буфера обміну" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Копіювати текст повідомлення" @@ -3341,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Створення власної підбірки для мене" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Реєстрація" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Створити обліковий запис" @@ -3549,7 +3668,7 @@ msgstr "Дата народження" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Видалити для мене" @@ -3645,7 +3764,7 @@ msgstr "" msgid "Delete message" msgstr "Видалити повідомлення" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Видалити повідомлення для мене" @@ -3655,7 +3774,7 @@ msgstr "Видалити мій обліковий запис" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Видалити пост" @@ -3676,7 +3795,7 @@ msgstr "Видалити цей список?" msgid "Delete this post?" msgstr "Видалити цей пост?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Видалено" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Діалог: налаштувати, хто може взаємодіяти з цим постом" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Тьмяна" @@ -3806,9 +3925,9 @@ msgstr "Вимкнено" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Видалити" msgid "Discard changes?" msgstr "Відхилити зміни?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Відхилити чернетку?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Не зберігати пост?" @@ -3864,7 +3983,7 @@ msgstr "Відхилити" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Пропустити помилку" @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "Готово" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Тривалість:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Редагувати налаштування взаємодії з по #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Редагувати профіль" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Редагувати профіль" @@ -4268,7 +4387,7 @@ msgstr "Вбудований пост" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Вставте цей пост у Ваш сайт. Просто скопіюйте цей скрипт і вставте його в HTML код вашого сайту." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Вбудований відеоплеєр" @@ -4308,8 +4427,8 @@ msgstr "Увімкнути медіапрогравачі для" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "" msgid "Enter your username and password" msgstr "Введіть псевдонім та пароль" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "" @@ -4408,7 +4527,7 @@ msgstr "" msgid "Entertainment" msgstr "" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Помилка" @@ -4438,7 +4557,7 @@ msgstr "Сталася помилка під час збереження" msgid "Error receiving captcha response." msgstr "Помилка отримання відповіді Captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "" @@ -4450,26 +4569,38 @@ msgstr "Всі можуть відповідати" msgid "Everybody can reply to this post." msgstr "Всі можуть відповідати на цей пост." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Будь-хто" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Будь-хто" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Будь-хто" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Окрім користувачів, на яких ви підписані" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Відверті сексуальні зображення." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "" @@ -4626,6 +4757,7 @@ msgstr "Не вдалось змінити псевдонім. Будь ласк #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "Не вдалося завантажити параметри стрічок" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "Не вдалося завантажити запропоновані д msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "" @@ -4789,6 +4921,10 @@ msgstr "Не вдалось закріпити пост" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "Не вдалося оновити стрічки" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Не вдалося оновити налаштування" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "" msgid "File saved successfully!" msgstr "Файл успішно збережено!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Фільтрувати зі стрічок" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Від <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Згенерувати особисту підбірку" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "Допомога" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Виникли проблеми?" @@ -5973,7 +6144,7 @@ msgstr "Хм, ми маємо проблеми зі завантаженням msgid "Hmmmm, we couldn't load that moderation service." msgstr "Хм, ми не змогли завантажити цей сервіс модерації." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Чекай-но! Ми поступово даємо доступ до відео, а ви поки що чекаєте в черзі. Спробуйте пізніше!" @@ -6102,12 +6273,12 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Якщо намагаєтесь змінити псевдонім або адресу електронної пошти, зробіть це до деактивації облікового запису." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Зображення" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Невірне ім'я користувача або пароль" @@ -6334,7 +6539,6 @@ msgstr "Код запрошення" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Код запрошення не прийнято. Переконайтеся в його правильності та повторіть спробу." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Запрошення окрім особистих" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Зараз ви на самоті. Додайте користувачів до власної підбірки шукаючи їх вище." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "Вакансія: {0}" @@ -6469,8 +6672,8 @@ msgstr "Приєднатися до розмови" msgid "Journalism" msgstr "Журналістика" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "Мітки на вашому обліковому записі" msgid "Labels on your content" msgstr "Мітки на вашому контенті" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Налаштування мови" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Нещодавні" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "Дізнатися більше" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Уподобання" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "Завантажити нові сповіщення" msgid "Load new posts" msgstr "Завантажити нові пости" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "" msgid "Manage your muted words and tags" msgstr "Налаштувати ваші ігноровані слова і теги" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Відмітити як прочитане" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Медіа" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "згадані користувачі" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Згадування" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Меню" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Повідомлення видалено" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "" @@ -7193,21 +7410,15 @@ msgstr "" msgid "Message from server: {0}" msgstr "Повідомлення від сервера: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Поле введення повідомлення" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Повідомлення задовге" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "" @@ -7215,11 +7426,11 @@ msgstr "" msgid "Messages" msgstr "Повідомлення" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Музика" msgid "Mute" msgstr "Стишити" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Неважливо, створіть для мене псевдонім" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Новий" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Новий" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Новий чат" @@ -7574,9 +7789,9 @@ msgstr "" msgid "New Feature" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "Новий псевдонім" msgid "New list" msgstr "" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Наступне" msgid "Next image" msgstr "Наступне зображення" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "Ще ніяких сповіщень!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "Ще немає цитувань" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "Нічого не знайдено" msgid "No results found for \"{query}\"" msgstr "Нічого не знайдено за запитом «{query}»" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "" @@ -7868,11 +8107,6 @@ msgstr "" msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "Несексуальна оголеність" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Налаштування сповіщень" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Звуки сповіщень" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Вимкнено" @@ -8017,7 +8257,7 @@ msgstr "" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Одна або декілька GIF не мають описового тексту." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Для одного або кількох зображень відсутній опис." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Одне або більше відео не мають описового тексту." @@ -8083,7 +8323,7 @@ msgstr "Тільки {0} можуть відповідати." #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Підтримуються лише файли WebVTT (.vtt)" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Ой!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Відкрити створювач аватарів" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Емоджі" @@ -8280,7 +8535,7 @@ msgstr "Відкриває діалогове вікно для додаванн msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Відкриє процес створення нового обліко msgid "Opens flow to sign in to your existing Bluesky account" msgstr "" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Пароль змінено" msgid "Password updated!" msgstr "Пароль змінено!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Пауза" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Призупинити відео" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Люди" @@ -8550,17 +8805,17 @@ msgstr "Люди, яких читає @{0}" msgid "People following @{0}" msgstr "Люди, які читають @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Фотографування" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Закріплені стрічки" msgid "Pinned to your feeds" msgstr "Прикріплено до ваших стрічок" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Відтворити" @@ -8668,7 +8924,7 @@ msgstr "Відтворити" msgid "Play {0}" msgstr "Відтворити {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "Відтворити відео" msgid "Play Video" msgstr "Відтворити відео" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Просимо завершити перевірку Captcha." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Політика" msgid "Porn" msgstr "Порнографія" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Запостити" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Опублікувати все" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Пост відкріплено" msgid "Posts" msgstr "Пости" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Пости можуть бути приглушені залежно від їхнього тексту, тегів або обох. Ми рекомендуємо уникати загальних слів, що з'являються у багатьох постах, оскільки це може призвести до того, що жоден пост не показуватиметься." @@ -9067,11 +9327,11 @@ msgstr "Політика конфіденційності" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Обробка відео..." @@ -9083,7 +9343,7 @@ msgstr "Обробка..." msgid "profile" msgstr "профіль" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "Цитування посту успішно відкріплено" msgid "Quote posts disabled" msgstr "Цитування постів вимкнено" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Цитування" @@ -9238,9 +9498,14 @@ msgstr "Повторна активація облікового запису" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Перезавантажити розмови" @@ -9379,8 +9644,8 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" msgstr "" #: src/screens/Settings/Settings.tsx:654 @@ -9427,6 +9692,11 @@ msgstr "Видалити стрічку" msgid "Remove feed?" msgstr "Видалити стрічку?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Видалити зображення" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Видалити ігноровані слова з вашого списку" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Вилучити обліковий запис" @@ -9507,11 +9782,11 @@ msgstr "" msgid "Remove your verification for this account?" msgstr "" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Вилучено автором" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Вилучено вами" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Відповіді" @@ -9609,12 +9884,12 @@ msgstr "Відповіді вимкнуто" msgid "Replies to this post are disabled." msgstr "Відповіді в цьому пості вимкнено." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Відповісти" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Відповісти" @@ -9652,7 +9927,7 @@ msgstr "Оновлено видимість відповідей" msgid "Reply was successfully hidden" msgstr "Відповідь успішно приховано" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Поскаржитись на стрічку" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Поскаржитися на повідомлення" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Ви зробили репост" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "Репости цього поста" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Повторити останню дію, яка спричинила п #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Зберегти зміни" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Збережено до ваших стрічок" msgid "Say hello!" msgstr "Привітайтесь!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Прогорнути вгору" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Пошук" @@ -10186,17 +10464,13 @@ msgstr "" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Пошук GIF-файлів" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "" msgid "Search profiles" msgstr "Пошук профілів" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "" @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "Вибрати обліковий запис" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "Вибрати мови вмісту" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Вибрати існуючий обліковий запис" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Оберіть, як довго ігнорувати це слово." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Вибрати ваші інтереси з варіантів нижч msgid "Select your preferred language for translations in your feed." msgstr "Оберіть бажану мову для перекладів у вашій стрічці." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Надіслати відгук" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Надіслати повідомлення" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Надіслати в особисті повідомлення" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Встановлює ел. адресу для скидання паро msgid "Settings" msgstr "Налаштування" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Поширити QR-код" msgid "Share this feed" msgstr "" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Поділитись цією підбіркою" @@ -10726,7 +11027,7 @@ msgstr "Тестувальник спільних налаштувань" msgid "Show" msgstr "Показати" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Показати альтернативний текст" @@ -10864,13 +11165,13 @@ msgstr "" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Необхідно увійти для перегляду" msgid "Signed in as @{0}" msgstr "Ви увійшли як @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Пропустити" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "" @@ -11223,7 +11529,7 @@ msgstr "Сторінка стану" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Крок {0} з {1}" @@ -11295,11 +11601,11 @@ msgstr "Підписатися на @{0}, щоб використовувати msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Підписатися на мітника" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Підписатися на цього мітника" @@ -11345,6 +11651,10 @@ msgstr "Пропоновано для вас" msgid "Suggestive" msgstr "Непристойний" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Політика конфіденційності була переміщена до <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Відбувався наплив нових користувачів у msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Ці налаштування застосовуються лише для стрічки тих, кого ви читаєте." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "" msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Цей пост буде приховано від стрічок та гілок. Цю дію не можна скасувати." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Автор цього поста вимкнув можливість його цитувати." @@ -12271,7 +12601,7 @@ msgstr "Сьогодні" msgid "Toggle to enable or disable adult content" msgstr "Увімкнути або вимкнути вміст для дорослих" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Топ" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "ТВ" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Двофакторна автентифікація (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Введіть своє повідомлення тут" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Тип:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Не вдалося зв'язатися з вашим хостинг-провайдером. Перевірте ваше підключення до Інтернету." @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Не ігнорувати" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Відписатися" @@ -12691,7 +13024,7 @@ msgstr "Відписатися" msgid "Unsubscribe from list" msgstr "Відписатись від списку" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Відписатися від цього мітника" @@ -12703,10 +13036,15 @@ msgstr "Відписано від списку" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Завантажити з файлів" msgid "Upload from Library" msgstr "Завантажити з бібліотеки" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Завантаження зображень..." msgid "Uploading link thumbnail..." msgstr "Завантаження ескізу посилання..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Завантаження відео..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Відео" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Не вдалось обробити відео" @@ -13084,12 +13422,12 @@ msgstr "Відео не знайдено." msgid "Video settings" msgstr "Налаштування відео" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Відео завантажено" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Відео: {0}" @@ -13097,11 +13435,13 @@ msgstr "Відео: {0}" msgid "Videos" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "Переглянути ігноровані облікові запис msgid "View your verifications" msgstr "" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "" @@ -13391,7 +13731,7 @@ msgstr "" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Ми не змогли визначити, чи ви можете завантажувати відео. Будь ласка, спробуйте ще раз." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Дуже прикро, але нам не вдалося знайти ц msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "На жаль, ми не змогли зараз завантажити ваші ігноровані слова. Будь ласка, спробуйте ще раз." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Нам прикро! Пост, на який ви відповідаєте, видалено." @@ -13536,8 +13876,13 @@ msgstr "Чим ви цікавитесь?" msgid "What do you want to call your starter pack?" msgstr "Яку назву оберете для власної підбірки?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Як справи?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Упс!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Написати пост" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Написати відповідь" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Ви не можете завантажувати відео." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Ви можете продовжувати поточні розмови незалежно від того, які налаштування ви оберете." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Тепер ви можете увійти за допомогою нового пароля." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Ви тимчасово досягли ліміту завантаження відео. Будь ласка, спробуйте пізніше." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Ви маєте читати щонайменше сімох корис msgid "You must grant access to your photo library to save a QR code" msgstr "Ви маєте надати доступ до Фотографій для збереження QR-коду" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Ви читатимете запропонованих користувачів та стрічки щойно завершите створення облікового запису!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Ви читатимете запропонованих користувачів щойно завершите створення облікового запису!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Ваша домашня стрічка закінчилась! Підпишіться на більше користувачів щоб отримувати більше постів." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Ви досягли денного ліміту завантаження відео (забагато байтів)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Ви досягли денного ліміту завантаження відео (забагато відео)" @@ -14209,7 +14558,7 @@ msgstr "Ви досягли денного ліміту завантаження msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Ваш акаунт" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Ваш обліковий запис створено недостатньо давно для завантаження відео. Будь ласка, спробуйте пізніше." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Ваш обліковий запис, пости, стрічки та списки більше не будуть видимі іншим користувачам Bluesky. Ви можете відновити свій обліковий запис в будь-який момент ввівши дані облікового запису у поле для входу." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "" msgid "Your selected interests help us serve you content you care about." msgstr "" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/vi/messages.po b/src/locale/locales/vi/messages.po index 707b15c23d..217c485d9e 100644 --- a/src/locale/locales/vi/messages.po +++ b/src/locale/locales/vi/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: vi\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:44\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(chứa nội dung nhúng)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(không có email)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, other {# giờ}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "{0, plural, other {# nhãn}} được gắn lên tài khoản này" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "{0, plural, other {# nhãn}} được gắn lên nội dung này" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "" @@ -122,8 +150,8 @@ msgstr "{0, plural, other {# giây}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, other {# mục chưa đọc}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "" @@ -277,10 +305,16 @@ msgstr "{0} trong số 50" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} đã bày tỏ cảm xúc {1}" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "" msgid "{0} was removed from the group" msgstr "" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, other {giờ}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {phút}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã theo dõi bạn" @@ -677,15 +733,15 @@ msgstr "" msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" msgstr "" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" msgstr "" @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "" @@ -825,16 +881,6 @@ msgstr "<0>Bạn và<1> <2>{0} nằm trong gói khởi đầu của msgid "⚠Invalid Handle" msgstr "⚠Tên người dùng không hợp lệ" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "Chấp nhận yêu cầu" msgid "Accept this language suggestion" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "" @@ -1050,9 +1091,9 @@ msgstr "Tài khoản đã được bật lại thông báo" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "Tài khoản có dấu tích xanh hình viền răng cưa <0><1/> có thể xác minh người khác. Những người xác minh đáng tin cậy này được chọn bởi Bluesky." -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "" @@ -1108,6 +1149,10 @@ msgstr "Thêm văn bản thay thế" msgid "Add alt text (optional)" msgstr "Thêm văn bản thay thế (không bắt buộc)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "Thêm văn bản thay thế (không bắt buộc)" msgid "Add another account" msgstr "Thêm tài khoản khác" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "Thêm bài" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "" @@ -1141,6 +1186,10 @@ msgstr "" msgid "Add emoji reaction" msgstr "Thêm emoji để bày tỏ cảm xúc" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "" @@ -1312,6 +1361,11 @@ msgstr "" msgid "Advanced" msgstr "Nâng cao" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "Tất cả" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "Mọi ngôn ngữ" @@ -1367,6 +1422,15 @@ msgstr "Mọi ngôn ngữ" msgid "All languages will be shown in your feeds." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "Tất cả bảng tin bạn đã lưu tại cùng một nơi." @@ -1380,13 +1444,13 @@ msgstr "Cho phép truy cập tin nhắn của bạn" msgid "Allow anyone to reply" msgstr "" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "" @@ -1440,10 +1504,10 @@ msgstr "" msgid "Already signed in as @{0}" msgstr "Đã đăng nhập dưới tên @{0}" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "ALT" msgid "Alt text" msgstr "Văn bản thay thế" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "Văn bản thay thế" @@ -1489,7 +1553,7 @@ msgstr "Đã có lỗi xảy ra" msgid "An error occurred" msgstr "Đã có lỗi xảy ra" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "Đã có lỗi xảy ra khi đang nén video." @@ -1535,11 +1599,11 @@ msgstr "Đã có lỗi xảy ra khi đang lưu mã QR!" msgid "An error occurred while trying to follow all" msgstr "Đã có lỗi xảy ra khi đang cố gắng theo dõi tất cả" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "" @@ -1626,7 +1690,7 @@ msgstr "" msgid "Animals" msgstr "Động vật" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF động" @@ -1638,6 +1702,11 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "Giới thiệu xác minh trên Bluesky" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "" @@ -1781,6 +1850,24 @@ msgstr "Bài đăng lưu trữ" msgid "Are you really, really sure?" msgstr "" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "Bạn có chắc chắn muốn xóa khỏi bảng tin của bạn không msgid "Are you sure you want to rescind your request to join {0}?" msgstr "" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "Bạn có chắc chắn muốn hủy bỏ bài đăng này không?" @@ -1904,7 +1991,7 @@ msgstr "" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "" msgid "Back" msgstr "Trở lại" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "Trở lại Chats" @@ -1961,10 +2048,10 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "" msgid "Block user and/or leave this conversation" msgstr "" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "Đã bị chặn" @@ -2091,10 +2178,6 @@ msgstr "Tài khoản bị chặn không thể trả lời bài đăng của bạ msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "Tài khoản bị chặn không thể trả lời bài đăng của bạn, đề cập đến bạn hoặc tương tác với bạn. Bạn sẽ không thể xem nội dung của họ và họ sẽ không được phép xem nội dung của bạn." -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "Việc chặn không ngăn dịch vụ gắn nhãn này đặt nhãn trên tài khoản của bạn." @@ -2111,11 +2194,21 @@ msgstr "Việc chặn không ngăn nhãn gắn trên tài khoản của bạn, n msgid "Blog" msgstr "Blog" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky không thể xác nhận tính xác thực của ngày được tuyên bố." @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2391,7 +2485,7 @@ msgstr "Hủy kích hoạt lại và đăng xuất" msgid "Cancel reply" msgstr "" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "Huỷ tìm kiếm" @@ -2411,7 +2505,7 @@ msgstr "Phụ đề (.vtt)" msgid "Captions & alt text" msgstr "Phụ đề & văn bản thay thế" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "" @@ -2435,7 +2529,7 @@ msgstr "Thay đổi biểu tượng ứng dụng" msgid "Change app icon to \"{0}\"" msgstr "Thay đổi biểu tượng ứng dụng sang \"{0}\"" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "" @@ -2518,11 +2612,11 @@ msgstr "" msgid "Chat locked" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "" @@ -2536,6 +2630,12 @@ msgstr "Đã tắt thông báo chat" msgid "Chat not found." msgstr "" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "" @@ -2548,22 +2648,22 @@ msgstr "" msgid "Chat request inbox" msgstr "Hộp thư yêu cầu trò chuyện" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "Yêu cầu trò chuyện" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "Cài đặt chat" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "Cài đặt chat" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "Đã bật lại thông báo chat" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "Chats" @@ -2661,10 +2761,16 @@ msgstr "Chọn bảng tin của riêng bạn! Các bảng tin được xây dự msgid "Choose your password" msgstr "Chọn mật khẩu của bạn" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "Chọn tên người dùng của bạn" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "Xóa tất cả dữ liệu lưu trữ" @@ -2673,6 +2779,10 @@ msgstr "Xóa tất cả dữ liệu lưu trữ" msgid "Clear all storage data (restart after this)" msgstr "Xóa tất cả dữ liệu lưu trữ (khởi động lại sau đó)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "" msgid "Click to open tag menu for {0}" msgstr "" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "Nhấn để thử lại tin nhắn không thành công" @@ -2755,6 +2865,7 @@ msgstr "Nhấn để thử lại tin nhắn không thành công" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "Nhấn để thử lại tin nhắn không thành công" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "Đóng hộp thoại này" @@ -2874,7 +2984,7 @@ msgstr "" msgid "Closes password update alert" msgstr "Đóng cảnh báo cập nhật mật khẩu" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "Đóng trình soạn bài đăng và huỷ bỏ nháp" @@ -2886,7 +2996,7 @@ msgstr "Thu gọn danh sách người dung" msgid "Collapses list of users for a given notification" msgstr "Thu gọn danh sách người dùng cho một thông báo cụ thể" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "" @@ -2917,7 +3027,7 @@ msgstr "Quy tắc cộng đồng" msgid "Complete onboarding and start using your account" msgstr "Hoàn thành quá trình hướng dẫn và bắt đầu sử dụng tài khoản của bạn" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "Hoàn thành thử thách" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "Soạn bài đăng mới" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "Soạn bài đăng với độ dài tối đa {0, plural, other {# kí tự}}" @@ -2936,11 +3046,11 @@ msgstr "Soạn bài đăng với độ dài tối đa {0, plural, other {# kí t msgid "Compose reply" msgstr "Soạn trả lời" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "Đang nén video..." @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "Liên hệ hỗ trợ" @@ -3134,8 +3244,12 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "Đã sao chép phiên bản xây dựng vào bảng ghi tạm" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "" msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "Sao chép văn bản tin nhắn" @@ -3341,7 +3455,7 @@ msgstr "" msgid "Could not share – please try again" msgstr "" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "" @@ -3363,6 +3477,11 @@ msgstr "" msgid "Country code" msgstr "" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "Tạo gói khởi đầu cho tôi" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "Tạo tài khoản" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "Tạo tài khoản" @@ -3549,7 +3668,7 @@ msgstr "Ngày sinh" msgid "Dawn" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "" @@ -3632,7 +3751,7 @@ msgstr "" msgid "Delete conversation" msgstr "Xóa cuộc trò chuyện" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "Xóa cho tôi" @@ -3645,7 +3764,7 @@ msgstr "Xoá danh sách" msgid "Delete message" msgstr "Xóa tin nhắn" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "Xóa tin nhắn cho tôi" @@ -3655,7 +3774,7 @@ msgstr "Xóa tài khoản của tôi" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "Xóa bài đăng" @@ -3676,7 +3795,7 @@ msgstr "Xóa danh sách này?" msgid "Delete this post?" msgstr "Xóa bài đăng này?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "Đã xóa" @@ -3697,10 +3816,6 @@ msgstr "" msgid "Deleted list" msgstr "" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "" msgid "Dialog: adjust who can interact with this post" msgstr "Hộp thoại: điều chỉnh ai có thể tương tác với bài đăng này" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Mờ" @@ -3806,9 +3925,9 @@ msgstr "Đã tắt" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "Hủy bỏ" msgid "Discard changes?" msgstr "Hủy thay đổi?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "Hủy bản nháp?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "Hủy bài đăng?" @@ -3864,7 +3983,7 @@ msgstr "Bỏ qua" msgid "Dismiss banner" msgstr "" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "Bỏ qua lỗi " @@ -3954,13 +4073,13 @@ msgstr "" #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "" msgid "Done" msgstr "Xong" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "Nhấp đúp hoặc nhấp và giữ tin nhắn để thêm bày tỏ cảm xúc" @@ -4045,7 +4164,7 @@ msgstr "" msgid "Duration:" msgstr "Thời hạn:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "" @@ -4176,12 +4295,12 @@ msgstr "Chỉnh sửa cài đặt tương tác bài đăng" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "Chỉnh sửa hồ sơ" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "Chỉnh sửa hồ sơ" @@ -4268,7 +4387,7 @@ msgstr "Nhúng bài đăng" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "Nhúng bài đăng vào trang web của bạn. Chỉ cần sao chép đoạn mã sau và dán vào mã HTML của trang web của bạn." -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "Trình phát video nhúng" @@ -4308,8 +4427,8 @@ msgstr "Bật trình phát phương tiện cho" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "" @@ -4400,7 +4519,7 @@ msgstr "Nhập mật khẩu" msgid "Enter your username and password" msgstr "Nhập tên đăng nhập và mật khẩu" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "Mở toàn màn hình" @@ -4408,7 +4527,7 @@ msgstr "Mở toàn màn hình" msgid "Entertainment" msgstr "Giải trí" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "Lỗi" @@ -4438,7 +4557,7 @@ msgstr "Đã có lỗi xảy ra khi đang lưu tệp" msgid "Error receiving captcha response." msgstr "Nhận được lỗi phản hồi captcha." -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "Lỗi: {error}" @@ -4450,26 +4569,38 @@ msgstr "Mọi người có thể trả lời" msgid "Everybody can reply to this post." msgstr "Mọi người có thể trả lời bài đăng này." +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "Tất cả mọi người" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "Tất cả mọi người" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "Tất cả mọi người" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "Trừ người dùng bạn đang theo dõi" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "Hình ảnh khiêu dâm." #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "Khám phá" msgid "Explore the app" msgstr "" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "Đã xảy ra lỗi khi thêm bày tỏ cảm xúc" @@ -4626,6 +4757,7 @@ msgstr "Không tạo được tên người dùng. Vui lòng thử lại." #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "" @@ -4698,10 +4830,6 @@ msgstr "" msgid "Failed to hide suggestion, please check your internet connection" msgstr "" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "Tải cuộc trò chuyện không thành công" @@ -4735,8 +4863,11 @@ msgstr "" msgid "Failed to load feeds preferences" msgstr "Không tải được cài đặt bảng tin" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "" @@ -4767,12 +4898,13 @@ msgstr "Không tải được gợi ý theo dõi" msgid "Failed to lock group chat" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "Đánh dấu tất cả yêu cầu là đã đọc không thành công" @@ -4789,6 +4921,10 @@ msgstr "Không ghim được bài đăng" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "" @@ -4799,7 +4935,7 @@ msgid "Failed to remove data. {0}" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "Đã xảy ra lỗi khi xoá bày tỏ cảm xúc" @@ -4830,7 +4966,7 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "" @@ -4898,7 +5034,7 @@ msgstr "Không thể cập nhật bảng tin" msgid "Failed to update notification declaration" msgstr "" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "Không thể cập nhật cài đặt" @@ -4973,7 +5109,7 @@ msgstr "" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "Tải cập nhật" msgid "File saved successfully!" msgstr "Lưu tệp thành công!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "Lọc từ bảng tin" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "Lọc tìm kiếm theo ngôn ngữ" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "Lọc tìm kiếm theo ngôn ngữ (hiện tại: {currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "" @@ -5081,7 +5238,7 @@ msgstr "Tìm người để theo dõi" msgid "Find people you know" msgstr "" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "Tìm bài đăng, người dùng, và bảng tin trên Bluesky" @@ -5361,7 +5518,8 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "Từ <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "Tạo gói khởi đầu" @@ -5414,43 +5577,51 @@ msgstr "" msgid "Get help" msgstr "Trợ giúp" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "Bắt đầu" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "" @@ -5686,7 +5857,7 @@ msgstr "" msgid "Group Chats" msgstr "" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "" @@ -5784,7 +5955,7 @@ msgstr "" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "Gặp trục trặc?" @@ -5973,7 +6144,7 @@ msgstr "Hmmmm, có vấn đề khi tải dữ liệu này. Xem bên dưới đ msgid "Hmmmm, we couldn't load that moderation service." msgstr "Hmmmm, không thể tải dịch vụ kiểm duyệt đó." -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "Chờ nhé! Chúng tôi đang dần dần cấp quyền truy cập video, và bạn vẫn đang trong hàng chờ. Hãy kiểm tra lại sau!" @@ -6102,12 +6273,12 @@ msgstr "Nếu bạn là một lập trình viên, bạn có thể tự quản l msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Nếu bạn muốn thay đổi tên người dùng hoặc email, hãy thực hiện trước khi vô hiệu hóa." -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "Ảnh" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "Đã xoá bộ nhớ đệm hình ảnh, giải phóng {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "" @@ -6201,43 +6372,77 @@ msgstr "" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "Không có yêu cầu nào!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "Tên người dùng hoặc mật khẩu không hợp lệ" @@ -6334,7 +6539,6 @@ msgstr "Mã mời" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "Không chấp nhận mã mời. Hãy kiểm tra bạn đã nhập đúng chưa và thử lại." -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "" @@ -6408,7 +6611,7 @@ msgid "Invites, but personal" msgstr "Lời mời, nhưng cá nhân" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "Chỉ mới có bạn thôi! Thêm người khác vào gói khởi đầu của bạn bằng cách tìm kiếm ở trên." #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "ID công việc: {0}" @@ -6469,8 +6672,8 @@ msgstr "Tham gia trò chuyện" msgid "Journalism" msgstr "Báo chí" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "" @@ -6479,11 +6682,6 @@ msgstr "" msgid "Keep me posted" msgstr "" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "" @@ -6518,6 +6716,10 @@ msgstr "Nhãn trên tài khoản của bạn" msgid "Labels on your content" msgstr "Nhãn trên nội dung của bạn" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "Cài đặt ngôn ngữ" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "Mới nhất" @@ -6562,6 +6764,16 @@ msgstr "" msgid "Learn More" msgstr "Tìm hiểu thêm" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "" @@ -6765,16 +6977,16 @@ msgstr "Thích bởi {0, plural, other {# người dùng}}" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "Thích bởi {likeCount, plural, other {# người dùng}}" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "Lượt thích" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "" @@ -6954,9 +7166,7 @@ msgstr "Tải thông báo mới" msgid "Load new posts" msgstr "Tải bài đăng mới" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "" @@ -7065,18 +7275,20 @@ msgstr "Quản lý cài đặt xác minh" msgid "Manage your muted words and tags" msgstr "Quản lý từ cấm và thẻ" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "Đánh dấu tất cả là đã đọc" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "" @@ -7085,15 +7297,16 @@ msgstr "" msgid "Mark as read" msgstr "Đánh dấu đã đọc" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "Đã đánh dấu tất cả là đã đọc" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "" @@ -7102,6 +7315,7 @@ msgstr "" msgid "Maybe later" msgstr "Để sau" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "Phương tiện" @@ -7137,26 +7351,29 @@ msgstr "" msgid "mentioned users" msgstr "người dùng được đề cập" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "Nhắc đến" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "Trình đơn" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "Đã xóa tin nhắn" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "Tin nhắn từ @{0}: {1}" @@ -7193,21 +7410,15 @@ msgstr "Tin nhắn từ @{0}: {1}" msgid "Message from server: {0}" msgstr "Tin nhắn từ máy chủ: {0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "Trường nhập tin nhắn" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "Tin nhắn quá dài" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "Tuỳ chọn tin nhắn" @@ -7215,11 +7426,11 @@ msgstr "Tuỳ chọn tin nhắn" msgid "Messages" msgstr "Tin nhắn" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "" @@ -7343,7 +7554,7 @@ msgstr "Âm nhạc" msgid "Mute" msgstr "Tắt tiếng" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "" msgid "Nevermind, create a handle for me" msgstr "Thôi, tạo tên người dùng cho tôi" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "Tạo mới" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "Tạo mới" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" @@ -7537,11 +7752,11 @@ msgstr "" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "Chat mới" @@ -7574,9 +7789,9 @@ msgstr "Địa chỉ email mới" msgid "New Feature" msgstr "Tính năng mới" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "" @@ -7608,6 +7823,18 @@ msgstr "Tên tài khoản mới" msgid "New list" msgstr "Danh sách mới" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "Tiếp theo" msgid "Next image" msgstr "Hình kế tiếp" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "" @@ -7779,12 +8006,12 @@ msgstr "" msgid "No notifications yet!" msgstr "Chưa có thông báo nào!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "" @@ -7822,6 +8049,10 @@ msgstr "Chưa có trích dẫn nào" msgid "No recent GIFs yet. Pick one to see it here." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "" @@ -7856,10 +8087,18 @@ msgstr "Không tìm thấy kết quả nào" msgid "No results found for \"{query}\"" msgstr "Không tìm thấy kết quả nào cho \"{query}\"" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "Không có kểt quả nào." @@ -7868,11 +8107,6 @@ msgstr "Không có kểt quả nào." msgid "No Starter Packs yet" msgstr "" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "" msgid "Non-sexual Nudity" msgstr "Khỏa thân không khiêu dâm" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "" @@ -7954,26 +8193,27 @@ msgstr "" msgid "Nothing saved yet" msgstr "" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "Cài đặt thông báo" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "Âm thanh thông báo" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "Tắt" @@ -8017,7 +8257,7 @@ msgstr "OK" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "Một hoặc nhiều GIF thiếu văn bản thay thế." -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "Một hoặc nhiều hình ảnh thiếu văn bản thay thế." -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "Một hoặc nhiều video thiếu văn bản thay thế" @@ -8083,7 +8323,7 @@ msgstr "Chỉ {0} có thể trả lời" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "" @@ -8092,7 +8332,7 @@ msgid "Only admins can accept join requests." msgstr "" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." +msgid "Only admins can reject join requests." msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 @@ -8119,6 +8359,18 @@ msgstr "" msgid "Only people the chat owner follows can join" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "Chỉ hỗ trợ tệp WebVTT (.vtt)" @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "Ôi!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "Mở trình tạo hình đại diện" @@ -8170,9 +8426,8 @@ msgstr "" msgid "Open drawer menu" msgstr "Mở trình đơn" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "Mở trình chọn biểu tượng cảm xúc" @@ -8280,7 +8535,7 @@ msgstr "Mở hộp thoại để thêm cảnh báo nội dung cho bài đăng c msgid "Opens a dialog to choose who can interact with this post" msgstr "" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "" @@ -8329,7 +8584,7 @@ msgstr "Mở quy trình tạo tài khoản Bluesky mới" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "Mở quy trình đăng nhập vào tài khoản Bluesky hiện tại của bạn" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "" @@ -8513,12 +8768,12 @@ msgstr "Đã cập nhật mật khẩu" msgid "Password updated!" msgstr "Đã cập nhật mật khẩu!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "Dừng" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "Dừng video" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "Con người" @@ -8550,17 +8805,17 @@ msgstr "Người\tđược @{0} theo dõi" msgid "People following @{0}" msgstr "Người đang theo dõi @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "" @@ -8610,7 +8866,7 @@ msgstr "" msgid "Photography" msgstr "Nhiếp ảnh" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "" @@ -8658,7 +8914,7 @@ msgstr "Bảng tin đã ghim" msgid "Pinned to your feeds" msgstr "Đã ghim vào bảng tin của bạn" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "Phát" @@ -8668,7 +8924,7 @@ msgstr "Phát" msgid "Play {0}" msgstr "Phát {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "" @@ -8681,11 +8937,11 @@ msgstr "Phát video" msgid "Play Video" msgstr "Phát video" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "Phát hoặc dừng GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "Phát hoặc dừng video" @@ -8722,7 +8978,7 @@ msgstr "" msgid "Please complete the verification captcha." msgstr "Vui lòng hoàn thành xác minh captcha." -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "" @@ -8865,7 +9121,7 @@ msgstr "Chính trị" msgid "Porn" msgstr "Hình ảnh khiêu dâm" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "Đăng" @@ -8885,12 +9141,12 @@ msgstr "" msgid "Post a video" msgstr "" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "Đăng tất cả" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "" @@ -8982,6 +9238,10 @@ msgstr "Đã gở ghim bài đăng" msgid "Posts" msgstr "Bài đăng" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "Bài đăng có thể bị ẩn dựa trên văn bản, thẻ, hoặc cả hai. Chúng tôi đề xuất tránh các từ phổ biến xuất hiện trong nhiều bài đăng, vì nó có thể dẫn đến việc không có bài nào được hiển thị." @@ -9067,11 +9327,11 @@ msgstr "Chính sách bảo mật" msgid "Privacy violation of a minor" msgstr "" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "Đang xử lý video..." @@ -9083,7 +9343,7 @@ msgstr "Đang xử lý..." msgid "profile" msgstr "hồ sơ" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "Danh sách công khai, chia sẻ được của người dùng để cho việc ẩn hoặc chặn hàng loạt." #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "Đăng bài" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "Đăng bài" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "Đăng trả lời" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "Đăng trả lời" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "" @@ -9188,10 +9448,10 @@ msgstr "Bài đăng trích dẫn đã được gỡ thành công" msgid "Quote posts disabled" msgstr "Trích dẫn bài đăng đã bị tắt" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "Trích dẫn" @@ -9238,9 +9498,14 @@ msgstr "Tái kích hoạt tài khoản của bạn" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 @@ -9291,11 +9556,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Lý do khiếu nại" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "" @@ -9304,7 +9569,7 @@ msgstr "" msgid "Recent GIFs" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "" @@ -9339,8 +9604,8 @@ msgstr "Từ chối yêu cầu trò chuyện" msgid "Reject join request" msgstr "" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "Tải lại hội thoại" @@ -9379,9 +9644,9 @@ msgstr "" msgid "Remove {displayName}?" msgstr "" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "Xóa {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "Xóa bảng tin" msgid "Remove feed?" msgstr "Xóa bảng tin?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "" @@ -9466,11 +9736,16 @@ msgstr "Xóa hình" msgid "Remove live status" msgstr "" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "Xóa từ cấm khỏi danh sách của bạn" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "Xóa hồ sơ" @@ -9507,11 +9782,11 @@ msgstr "Xoá xác minh" msgid "Remove your verification for this account?" msgstr "Xoá xác minh của bạn khỏi tài khoản này?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "Xóa bởi tác giả" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "Xóa bởi bạn" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" msgstr "" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" msgstr "" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "Trả lời" @@ -9609,12 +9884,12 @@ msgstr "Trả lời đã bị tắt" msgid "Replies to this post are disabled." msgstr "Trả lời cho bài đăng này đã bị tắt." -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "Trả lời" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "Trả lời" @@ -9652,7 +9927,7 @@ msgstr "Đã cập nhật trạng thái hiển thị trả lời" msgid "Reply was successfully hidden" msgstr "Ẩn thành công trả lời" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "Báo cáo bảng tin" msgid "Report list" msgstr "Báo cáo danh sách" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "Báo cáo tin nhắn" @@ -9783,9 +10058,9 @@ msgstr "" msgid "Reposted by you" msgstr "Đăng lại bởi bạn" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "" @@ -9793,9 +10068,9 @@ msgstr "" msgid "Reposts of this post" msgstr "Lượt đăng lại của bài đăng này" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "" @@ -9813,7 +10088,7 @@ msgid "Request code" msgstr "" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." +msgid "Request rejected." msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "" @@ -9934,9 +10209,9 @@ msgstr "Thử lại hành động cuối cùng (đã xảy ra lỗi)" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "Lưu thay đổi" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "" @@ -10089,8 +10364,8 @@ msgstr "Đã lưu vào bảng tin của bạn" msgid "Say hello!" msgstr "Gửi lời chào!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "" @@ -10120,7 +10395,7 @@ msgstr "" msgid "Scroll right" msgstr "" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" msgstr "" @@ -10131,8 +10406,11 @@ msgstr "Cuộn đến đầu trang" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "Tìm kiếm" @@ -10186,17 +10464,13 @@ msgstr "Tìm thêm bảng tin" msgid "Search for people" msgstr "" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "Tìm kiếm bài đăng, người dùng hoặc bảng tin" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "Tìm GIF" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "" @@ -10225,6 +10499,10 @@ msgstr "Tìm kiếm bài đăng" msgid "Search profiles" msgstr "Tìm hồ sơ" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "Tìm kiếm..." @@ -10319,7 +10597,7 @@ msgstr "" msgid "Select account" msgstr "Chọn tài khoản" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "" @@ -10357,6 +10635,11 @@ msgstr "Chọn ngôn ngữ nội dung" msgid "Select duration" msgstr "" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "Chọn từ một tài khoản đã tồn tại" @@ -10388,7 +10671,7 @@ msgstr "" msgid "Select how long to mute this word for." msgstr "Chọn thời gian ẩn cho từ này." -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "Chọn sở thích của bạn từ các tùy chọn dưới đây" msgid "Select your preferred language for translations in your feed." msgstr "Chọn ngôn ngữ ưa thích cho bản dịch trong bảng tin của bạn." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "" @@ -10491,8 +10774,7 @@ msgstr "" msgid "Send feedback" msgstr "Gửi phản hồi" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "Gửi tin nhắn" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "Gửi qua tin nhắn" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "" @@ -10574,7 +10856,7 @@ msgstr "Đặt email để đặt lại mật khẩu" msgid "Settings" msgstr "Cài đặt" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "" @@ -10582,39 +10864,49 @@ msgstr "" msgid "Settings for allowing others to be notified of your posts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "" @@ -10684,6 +10976,11 @@ msgstr "" msgid "Share post at:// URI" msgstr "" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "Chia sẻ mã QR" msgid "Share this feed" msgstr "Chia sẻ bảng tin này" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "Chia sẻ gói khởi đầu này" @@ -10726,7 +11027,7 @@ msgstr "Trình kiểm tra cài đặt đã chia sẻ" msgid "Show" msgstr "Hiện" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "Hiển thị văn bản thay thế" @@ -10864,13 +11165,13 @@ msgstr "Hiển thị nội dung" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "Yêu cầu đăng nhập" msgid "Signed in as @{0}" msgstr "Đăng nhâp bằng @{0}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "Bỏ qua" msgid "Skip contact sharing and continue to the app" msgstr "" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "" @@ -10980,7 +11286,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "Ai đó đã bày tỏ cảm xúc {0}" @@ -11223,7 +11529,7 @@ msgstr "Trang trạng thái" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "Bước {0} / {1}" @@ -11295,11 +11601,11 @@ msgstr "Đăng ký @{0} để sử dụng nhãn:" msgid "Subscribe to account activity" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "Đăng ký dịch vụ gắn nhãn" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "Đăng ký dịch vụ gắn nhãn này" @@ -11345,6 +11651,10 @@ msgstr "Được đề xuất dành cho bạn" msgid "Suggestive" msgstr "Đề xuất" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "" @@ -11474,7 +11784,7 @@ msgstr "" msgid "Tap to request access to join this group chat" msgstr "" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "" @@ -11487,7 +11797,7 @@ msgstr "" msgid "Tap to show all reactions" msgstr "" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "" @@ -11669,8 +11979,8 @@ msgstr "" msgid "The Privacy Policy has been moved to <0/>" msgstr "Chính sách bảo mật đã được chuyển đến <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "" @@ -11832,10 +12142,25 @@ msgstr "Có một lượng lớn người dùng mới đến Bluesky! Chúng tô msgid "These are your default settings" msgstr "" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "Các cài đặt này chỉ áp dụng cho bảng tin Following." +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "" @@ -11959,6 +12284,11 @@ msgstr "" msgid "This email is already associated with your account." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "" @@ -12063,13 +12393,13 @@ msgstr "Danh sách này đang trống." msgid "This message is hidden" msgstr "" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "" @@ -12107,7 +12437,7 @@ msgstr "" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "Bài đăng này sẽ bị ẩn khỏi bảng tin và thảo luận. Hành động này không thể hoàn tác." -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "Tác giả bài đăng này đã tắt chức năng trích dẫn bài đăng." @@ -12271,7 +12601,7 @@ msgstr "Hôm nay" msgid "Toggle to enable or disable adult content" msgstr "Bật/tắt nội dung 18+" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "Bật/tắt tiếng" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "Hàng đầu" @@ -12304,8 +12634,8 @@ msgstr "" msgid "Topic" msgstr "Chủ đề" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,9 +12690,12 @@ msgstr "" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "Niềm tin hình thành từ các mối quan hệ, cộng đồng và bối cảnh chung, vì vậy chúng tôi cũng kích hoạt <0>người xác minh đáng tin cậy: các tổ chức có thể trực tiếp cấp xác minh." -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 @@ -12393,14 +12726,14 @@ msgstr "" msgid "TV" msgstr "TV" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "Xác thực hai bước (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "Gõ tin nhắn của bạn ở đây" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "Loại:" @@ -12423,7 +12756,7 @@ msgstr "" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Không thể kết nối với dịch vụ của bạn. Vui lòng kiểm tra kết nối mạng." @@ -12463,7 +12796,7 @@ msgstr "" msgid "Unavailable feed information" msgstr "" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "" msgid "Unmute" msgstr "Bỏ ẩn" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "" msgid "Unsnooze email reminder" msgstr "Huỷ tạm bỏ qua lời nhắc email" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "Bỏ đăng ký" @@ -12691,7 +13024,7 @@ msgstr "Bỏ đăng ký" msgid "Unsubscribe from list" msgstr "Bỏ đăng ký danh sách" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "Bỏ đăng ký dịch vụ gắn nhãn" @@ -12703,10 +13036,15 @@ msgstr "Đã bỏ đăng ký danh sách" msgid "Unsupported clipboard content" msgstr "" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "" @@ -12791,7 +13129,7 @@ msgstr "Tải lên từ Files" msgid "Upload from Library" msgstr "Tải lên từ Thư viện" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "" @@ -12805,7 +13143,7 @@ msgstr "Đang tải lên hình..." msgid "Uploading link thumbnail..." msgstr "Đang tải lên hình cho liên kết..." -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "Đang tải lên video..." @@ -13040,12 +13378,12 @@ msgstr "" msgid "Version {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "Video" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "Không thể xử lý video" @@ -13084,12 +13422,12 @@ msgstr "Không tìm thấy video." msgid "Video settings" msgstr "Cài đặt video" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "Đã tải lên video" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "Video: {0}" @@ -13097,11 +13435,13 @@ msgstr "Video: {0}" msgid "Videos" msgstr "Video" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "" @@ -13190,7 +13530,7 @@ msgstr "Xem thêm" msgid "View more trending videos" msgstr "" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "" @@ -13264,8 +13604,8 @@ msgstr "Xem tài khoản bạn đã ẩn" msgid "View your verifications" msgstr "Xem xác minh của bạn" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "Xem hình đầy đủ" @@ -13391,7 +13731,7 @@ msgstr "Chúng tôi đề xuất chọn ít nhất hai mục quan tâm." msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "Chúng tôi không thể xác định bạn có được phép tải lên video hay không. Vui lòng thử lại." @@ -13460,7 +13800,7 @@ msgstr "" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "Chúng tôi đang giới thiệu một lớp xác minh mới trên Bluesky — một dấu tích dễ nổi bật." -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "" @@ -13477,8 +13817,8 @@ msgstr "Xin lỗi, chúng tôi không thể xử lý danh sách này. Nếu vẫ msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "Xin lỗi, chung tối không thể tải từ cấm của bạn vào lúc này. Vui lòng thử lại." -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "" @@ -13486,7 +13826,7 @@ msgstr "" msgid "We're sorry, you cannot access this screen at this time." msgstr "" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "Xin lỗi! Bài đăng bạn đang trả lời đã bị xóa." @@ -13536,8 +13876,13 @@ msgstr "Bạn quan tâm đến những gì?" msgid "What do you want to call your starter pack?" msgstr "Bạn muốn gọi gói khởi đầu của mình là gì?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "Có gì mới?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "Ai có thể xác minh?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "Ôi không!" @@ -13623,7 +13968,7 @@ msgstr "" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "" @@ -13632,12 +13977,12 @@ msgstr "" msgid "Write a post" msgstr "" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "Soạn bài đăng" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "Soạn trả lời" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "" @@ -13741,7 +14086,7 @@ msgstr "" msgid "You are no longer live" msgstr "" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "Bạn không được phép tải lên video." @@ -13786,12 +14131,12 @@ msgstr "" msgid "You can always opt out and delete your data" msgstr "" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "Bạn có thể tiếp tục cuộc trò chuyện đang diễn ra bất kể cài đặt nào bạn chọn." @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "Bạn có thể đăng nhập bằng mật khẩu mới của mình." #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "" @@ -13821,11 +14166,11 @@ msgstr "" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "Bạn có thể cập nhật lại sau trong phần cài đặt." #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "" @@ -13958,7 +14303,7 @@ msgstr "" msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "Bạn đã tạm thời đạt giới hạn tải lên video. Vui lòng thử lại sau." -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "" @@ -14033,7 +14378,7 @@ msgstr "Bạn phải theo dõi ít nhất bảy người khác để tạo gói msgid "You must grant access to your photo library to save a QR code" msgstr "Bạn phải cấp quyền truy cập vào thư viện ảnh của mình để lưu mã QR" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "Bạn có thể cần phải khởi động lại ứng ngay bây giờ." #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "Bạn đã bày tỏ cảm xúc {0}" @@ -14069,15 +14414,15 @@ msgstr "" msgid "You recently changed your birthdate" msgstr "" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" msgstr "" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" msgstr "" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" msgstr "" @@ -14117,11 +14462,11 @@ msgstr "" msgid "You: {message}" msgstr "" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "Bạn sẽ theo dõi người dùng và bảng tin được đề xuất sau khi hoàn tất việc tạo tài khoản!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "Bạn sẽ theo dõi người dùng được đề xuất sau khi hoàn tất việc tạo tài khoản!" @@ -14185,7 +14530,7 @@ msgstr "" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "Bạn đã đến cuối bảng tin! Hãy tìm thêm một số tài khoản để theo dõi." -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "" @@ -14193,15 +14538,19 @@ msgstr "" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "Bạn đã đến quá giới hạn tải lên video hàng ngày (quá nhiều byte)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Bạn đã đến giới hạn tải lên video hàng ngày (quá nhiều video)" @@ -14209,7 +14558,7 @@ msgstr "Bạn đã đến giới hạn tải lên video hàng ngày (quá nhiề msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "Không còn video để xem nữa. Có lẽ đây là thời điểm thích hợp để nghỉ giải lao?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "Tài khoản của bạn" @@ -14221,7 +14570,7 @@ msgstr "" msgid "Your account has been suspended" msgstr "Tài khoản của bạn đã bị đình chỉ" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "Tài khoản của bạn chưa đủ tuổi để tải lên video. Vui lòng thử lại sau." @@ -14353,11 +14702,11 @@ msgstr "" msgid "Your password must be at least 8 characters long." msgstr "Mật khẩu của bạn phải có ít nhất 8 ký tự." -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "" @@ -14378,7 +14727,7 @@ msgstr "" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "Hồ sơ, bài đăng, bảng tin, và danh sách của bạn sẽ không còn hiển thị cho người dùng Bluesky khác. Bạn có thể kích hoạt lại tài khoản bất kì lúc nào bằng cách đăng nhập." -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "" @@ -14391,7 +14740,7 @@ msgstr "Báo cáo của bạn sẽ được gửi tới <0>{0}." msgid "Your selected interests help us serve you content you care about." msgstr "Mục quan tâm mà bạn chọn giúp chúng tôi đưa nội dung mà bạn quan tâm đến." -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "" diff --git a/src/locale/locales/zh-CN/messages.po b/src/locale/locales/zh-CN/messages.po index 91f8047533..f077c52c19 100644 --- a/src/locale/locales/zh-CN/messages.po +++ b/src/locale/locales/zh-CN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: zh\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "“{interestsDisplayName}”类别(已选中)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(已隐藏屏蔽的信息)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(对话邀请链接)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(包含嵌入内容)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(已删除信息)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(已禁用对话邀请链接)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(无效的对话邀请链接)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(没有电子邮箱)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(没有文字)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(引用帖文)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural,one {# 个账户标签}other {# 个账户标签}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural,one {# 个内容标签}other {# 个内容标签}}" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, one {找到了 # 位朋友!} other {找到了 # 位朋友 msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# 小时} other {# 小时}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "该账户有 {0, plural, one {# 个标记} other {# 个标记}}" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "该内容有 {0, plural, one {# 个标记} other {# 个标记}}" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, one {# 条新的加入申请} other {# 条新的加入申请 #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural,one {# 个人} other {# 个人}} 对此做出了 {1} 反应" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# 秒} other {# 秒}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# 条未读} other {# 条未读}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} 位正在关注" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} 屏蔽了你" @@ -277,10 +305,16 @@ msgstr "已输入 {0} 个字符,最多 50 个字符" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} 作出了 {1} 反应" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} 条未读内容" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} 已被移除" msgid "{0} was removed from the group" msgstr "{0} 已被移除出群组" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1}{2, plural,one {个成员}other {个成员}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "{0}+" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "超过 {0} 条申请" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, one {# 条对话更新} other {# 条对话更新}}" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural,one {# 条新的加入申请}other {# 条新的加入申请}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, one {# 条邀请} other {# 条邀请}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {时} other {时}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {分} other {分}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} 及<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 关注了你" @@ -677,17 +733,17 @@ msgstr "{profileName}在 {timeAgoString}前使用新手包加入了 Bluesky" msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} 回复了" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName} 回复了 {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName} 回复了你" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2>添加了你" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>登录<1>或<2>创建账户<3><4>即可在 Bluesky 上搜索新闻、体育、政治等正在发生的新鲜事。" @@ -825,16 +881,6 @@ msgstr "<0>你 及<1> <2>{0} 已包含在你的新手包中" msgid "⚠Invalid Handle" msgstr "⚠无效的账户代码" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "接受申请" msgid "Accept this language suggestion" msgstr "应用此建议语言" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "已接受的对话" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "已发送申请!请等待群组所有者同意以加入群组。" @@ -1050,9 +1091,9 @@ msgstr "已取消隐藏该账户" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "带有蓝色扇形外观认证徽章的账户 <0><1/> 可以为其他账户授予认证,这些可信认证人由 Bluesky 官方所挑选。" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "其他人的动态" @@ -1108,6 +1149,10 @@ msgstr "添加替代文本" msgid "Add alt text (optional)" msgstr "添加替代文本(可选)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "添加替代文本(可选)" msgid "Add another account" msgstr "添加其他账户" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "添加另一则帖文" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "添加另一则帖文至帖文串" @@ -1141,6 +1186,10 @@ msgstr "添加自动化标签至此账户" msgid "Add emoji reaction" msgstr "添加表情符号反应" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "添加群组对话成员" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "添加图片" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "添加媒体内容至帖文" @@ -1312,6 +1361,11 @@ msgstr "成人性虐待内容" msgid "Advanced" msgstr "详细设置" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "年龄验证" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "全部" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "已成功关注所有朋友!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "全部语言" @@ -1367,6 +1422,15 @@ msgstr "全部语言" msgid "All languages will be shown in your feeds." msgstr "你的动态源将显示所有语言的内容。" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "以下是你已保存的动态源。" @@ -1380,13 +1444,13 @@ msgstr "允许读取你的私人信息" msgid "Allow anyone to reply" msgstr "允许任何人回复" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "允许以下来源直接向你发起对话" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "允许以下来源向你发送群组对话邀请" @@ -1440,10 +1504,10 @@ msgstr "已经有账户了?" msgid "Already signed in as @{0}" msgstr "已经以 @{0} 身份登录" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "替代文本" msgid "Alt text" msgstr "替代文本" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "替代文本" @@ -1489,7 +1553,7 @@ msgstr "发生错误" msgid "An error occurred" msgstr "发生错误" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "压缩视频时发生错误。" @@ -1535,11 +1599,11 @@ msgstr "保存二维码时发生错误!" msgid "An error occurred while trying to follow all" msgstr "关注全部账户时发生错误" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "上传视频时发生错误。{message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "上传视频时发生错误。请检查网络连接并重试。" @@ -1626,7 +1690,7 @@ msgstr "动物福利" msgid "Animals" msgstr "动物" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF 动画" @@ -1638,6 +1702,11 @@ msgstr "公告" msgid "Announcing verification on Bluesky" msgstr "为你介绍 Bluesky 上的认证机制" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "任何人" @@ -1781,6 +1850,24 @@ msgstr "已归档帖文" msgid "Are you really, really sure?" msgstr "你真的确定要继续吗?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "你确定要将此从你的动态源中删除吗?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "你确定要撤销加入 {0} 的申请吗?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "你确定要放弃发布这则帖文吗?" @@ -1904,7 +1991,7 @@ msgstr "可用" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "可用" msgid "Back" msgstr "返回" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "返回对话" @@ -1961,10 +2048,10 @@ msgstr "在你接收 {name} 的发帖提醒之前,你必须首先验证你的 #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "屏蔽该用户或删除整个对话(多选)" msgid "Block user and/or leave this conversation" msgstr "屏蔽该用户或离开对话(多选)" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "已被屏蔽" @@ -2091,10 +2178,6 @@ msgstr "已被屏蔽的账户无法在你的帖文下回复、提及你或以其 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "已被屏蔽的账户无法在你的帖文下回复、提及你或以其他方式与你互动。你将不会看到他们所发布的内容,同样他们也无法查看你发布的内容。" -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "屏蔽该用户不会阻止其继续标记你的账户。" @@ -2111,11 +2194,21 @@ msgstr "屏蔽不会阻止其继续标记你的账户,但会阻止该账户在 msgid "Blog" msgstr "博客" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky 无法确认帖文发布时间的真实性。" @@ -2340,7 +2433,7 @@ msgstr "需要相机权限" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "需要相机权限" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "需要相机权限" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2389,9 +2483,9 @@ msgstr "取消重新启用账户并登出" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "取消回复" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "取消搜索" @@ -2411,7 +2505,7 @@ msgstr "字幕(.vtt)" msgid "Captions & alt text" msgstr "字幕及替代文本" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "轮播" @@ -2435,7 +2529,7 @@ msgstr "更改应用图标" msgid "Change app icon to \"{0}\"" msgstr "更改应用图标为“{0}”" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "更改应用语言" @@ -2518,11 +2612,11 @@ msgstr "对话邀请链接已失效" msgid "Chat locked" msgstr "对话已锁定" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "对话信息 - 静音" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "对话信息 - 提示音" @@ -2536,6 +2630,12 @@ msgstr "已隐藏对话" msgid "Chat not found." msgstr "无法找到对话。" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "对话选项" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "对话所有者无法离开对话。" @@ -2548,22 +2648,22 @@ msgstr "对话收信人未被发信人关注。" msgid "Chat request inbox" msgstr "对话邀请收件箱" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "对话邀请" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "对话设置" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "对话设置" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "已取消隐藏对话" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "对话" @@ -2661,10 +2761,16 @@ msgstr "自定义专属于你的时间线!由社群打造的动态源能帮助 msgid "Choose your password" msgstr "设置你的密码" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "设置你的用户名" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "清除所有数据" @@ -2673,6 +2779,10 @@ msgstr "清除所有数据" msgid "Clear all storage data (restart after this)" msgstr "清除所有数据(并重新启动应用)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "点击此处以查看此群组对话的邀请链接" msgid "Click to open tag menu for {0}" msgstr "点按以开启 {0} 的标签菜单" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "点击以重试发送信息" @@ -2755,6 +2865,7 @@ msgstr "点击以重试发送信息" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "点击以重试发送信息" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "关闭横幅" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "关闭加入申请通知横幅" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "关闭此窗口" @@ -2874,7 +2984,7 @@ msgstr "关闭欢迎界面" msgid "Closes password update alert" msgstr "关闭密码更新警告" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "关闭编辑器并舍弃草稿" @@ -2886,7 +2996,7 @@ msgstr "折叠用户列表" msgid "Collapses list of users for a given notification" msgstr "折叠指定通知的用户列表" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "颜色" @@ -2917,7 +3027,7 @@ msgstr "社群准则" msgid "Complete onboarding and start using your account" msgstr "完成入门引导并开始使用你的账户" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "完成验证" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "撰写新帖文" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "撰写最多 {0, plural,other {# 个字符}} 的帖文" @@ -2936,11 +3046,11 @@ msgstr "撰写最多 {0, plural,other {# 个字符}} 的帖文" msgid "Compose reply" msgstr "撰写回复" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "正在压缩 GIF……" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "正在压缩视频……" @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "联系我们的支持团队" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "联系支持" @@ -3134,8 +3244,12 @@ msgstr "找不到对话。" msgid "Copied build version to clipboard" msgstr "已复制构建版本号至剪贴板" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3227,8 +3341,8 @@ msgstr "复制个人资料链接" msgid "Copy link to starter pack" msgstr "复制新手包链接" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "复制信息文本" @@ -3341,7 +3455,7 @@ msgstr "无法保存如下更改:{0}" msgid "Could not share – please try again" msgstr "无法分享——请重试" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "无法更新通知设置" @@ -3363,6 +3477,11 @@ msgstr "无法加载 GIF" msgid "Country code" msgstr "国家代码" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "为我创建新手包" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "创建账户" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "创建一个账户" @@ -3549,7 +3668,7 @@ msgstr "出生日期" msgid "Dawn" msgstr "黎明" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "白天" @@ -3632,7 +3751,7 @@ msgstr "删除通讯录" msgid "Delete conversation" msgstr "删除对话" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "仅为我删除" @@ -3645,7 +3764,7 @@ msgstr "删除列表" msgid "Delete message" msgstr "删除信息" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "仅为我删除信息" @@ -3655,7 +3774,7 @@ msgstr "删除我的账户" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "删除帖文" @@ -3676,7 +3795,7 @@ msgstr "要删除此列表吗?" msgid "Delete this post?" msgstr "要删除这则帖文吗?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "已删除" @@ -3697,10 +3816,6 @@ msgstr "验证后由 Plivo 删除" msgid "Deleted list" msgstr "删除列表" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "调用设备翻译失败 :(" msgid "Dialog: adjust who can interact with this post" msgstr "对话框:调整哪些人可以参与这则帖文的互动" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "昏暗" @@ -3806,9 +3925,9 @@ msgstr "停用" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "舍弃" msgid "Discard changes?" msgstr "要放弃更改吗?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "要舍弃草稿吗?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "要放弃发布吗?" @@ -3864,7 +3983,7 @@ msgstr "跳过" msgid "Dismiss banner" msgstr "忽略横幅提示" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "忽略错误" @@ -3954,13 +4073,13 @@ msgstr "别担心!你现有的对话及设置都已保存,只需验证你已 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "别担心!你现有的对话及设置都已保存,只需验证你已 msgid "Done" msgstr "完成" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "双击或长按信息以添加反应" @@ -4045,7 +4164,7 @@ msgstr "由于你所在地区的法律规定,Bluesky 的某些功能目前受 msgid "Duration:" msgstr "持续时间:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "黄昏" @@ -4176,12 +4295,12 @@ msgstr "编辑帖文互动选项" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "编辑个人资料" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "编辑个人资料" @@ -4268,7 +4387,7 @@ msgstr "嵌入帖文" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "将这则帖文嵌入到你的网站。只需复制以下代码片段,并将其插入到你网站的 HTML 代码中的合适位置即可。" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "嵌入式视频播放器" @@ -4308,8 +4427,8 @@ msgstr "启用媒体播放器" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "转到其个人主页,点击 <0>提醒图标 即可接收该账户的动态提醒<1/>。" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "启用推送通知" @@ -4400,7 +4519,7 @@ msgstr "输入你的密码" msgid "Enter your username and password" msgstr "输入你的用户名和密码" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "进入全屏模式" @@ -4408,7 +4527,7 @@ msgstr "进入全屏模式" msgid "Entertainment" msgstr "娱乐" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "错误" @@ -4438,7 +4557,7 @@ msgstr "保存文件时发生错误" msgid "Error receiving captcha response." msgstr "CAPTCHA(人机验证)响应错误。" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "错误:{error}" @@ -4450,26 +4569,38 @@ msgstr "任何人都可以回复" msgid "Everybody can reply to this post." msgstr "任何人都可以回复这则帖文。" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "所有人" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "所有人" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "所有人" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "其他内容" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "排除你已关注的用户" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "露骨的色情图片。" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "探索" msgid "Explore the app" msgstr "探索应用" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "导出我的对话数据" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "无法接受加入申请" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "无法添加表情符号反应" @@ -4614,7 +4745,7 @@ msgstr "无法加入成员" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "无法添加到列表" #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" @@ -4626,6 +4757,7 @@ msgstr "无法更改账户代码,请重试。" #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "无法复制链接" @@ -4698,10 +4830,6 @@ msgstr "无法关注所有朋友,请重试" msgid "Failed to hide suggestion, please check your internet connection" msgstr "无法隐藏建议,请检查你的网络连接" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "无法忽略加入申请" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "无法加入群组对话,请重试。" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "无法离开群组对话" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "无法加载对话" @@ -4735,8 +4863,11 @@ msgstr "无法加载动态源" msgid "Failed to load feeds preferences" msgstr "无法加载动态源偏好设置" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "无法加载通知设置。" @@ -4767,12 +4898,13 @@ msgstr "无法加载建议关注" msgid "Failed to lock group chat" msgstr "无法锁定群组对话" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" -msgstr "" +msgstr "无法将所有对话标记为已读" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "无法标记所有为已读" @@ -4789,6 +4921,10 @@ msgstr "无法固定帖文" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "无法重新连接 Germ DM。错误:{0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "无法拒绝加入申请" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "由于发生了网络错误,导致无法删除资料,请检查你的网络连接。" @@ -4799,14 +4935,14 @@ msgid "Failed to remove data. {0}" msgstr "无法删除资料。{0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "无法删除表情符号反应" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "无法从列表中移除" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" @@ -4830,7 +4966,7 @@ msgstr "无法撤销你的申请,请重试。" msgid "Failed to resolve location. Please try again." msgstr "无法获取位置信息,请重试。" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "无法保存草稿" @@ -4898,7 +5034,7 @@ msgstr "无法更新动态源" msgid "Failed to update notification declaration" msgstr "无法更新动态提醒范围" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "无法更新设置" @@ -4973,7 +5109,7 @@ msgstr "已提交反馈给动态源维护者" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "获取更新" msgid "File saved successfully!" msgstr "已成功保存文件!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "从动态源中过滤" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "按语言过滤搜索" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "按语言过滤搜索(当前:{currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "筛选谁可以选择接收你的动态提醒" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "筛选你想接收的通知来源" @@ -5081,7 +5238,7 @@ msgstr "寻找一些人来关注" msgid "Find people you know" msgstr "寻找一些你认识的人" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "在 Bluesky 寻找感兴趣的帖文、用户和动态源" @@ -5361,7 +5518,8 @@ msgstr "四个代表群聊的聊天气泡。第一条信息:“你听说了吗 msgid "Free your feed" msgstr "还你一个干净的时间线" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "发自" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "来自 <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "创建一个新手包" @@ -5414,43 +5577,51 @@ msgstr "重新连接 Germ DM" msgid "Get help" msgstr "获取帮助" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "当有人通过你的新手包加入、账户验证或其他状态更新时收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "当有人关注你时收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "当有人喜欢了你的帖文时收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "当有人喜欢了你转发的帖文时收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "当有人提及你时收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "当有人引用了你的帖文时收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "当有人回复了你的帖文时收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "当有人转发了你的帖文时收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "当有人转发了你转发的帖文时收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "当有人向你发送信息请求时收到通知。" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "当有人向你发送信息时收到通知。" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "当你订阅的帖文有状态更新时收到通知。" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "开始吧" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "已上传 GIF" @@ -5686,7 +5857,7 @@ msgstr "已取消隐藏群组对话" msgid "Group Chats" msgstr "群组对话" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "群组对话仅限 18 岁及以上的用户使用。" @@ -5784,7 +5955,7 @@ msgstr "已经有验证码了?<0>点击这里。" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "位置信息判断有误?<0>点击此处来通过 GPS 更新你所在的位置。" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "遇到问题了吗?" @@ -5973,7 +6144,7 @@ msgstr "抱歉,看起来在加载数据时遇到了问题。请查看下方获 msgid "Hmmmm, we couldn't load that moderation service." msgstr "抱歉,我们无法加载该内容审核提供服务方。" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "请稍等!我们正在逐步开放上传视频的权限。你目前仍在等待队伍中,请稍后再回来查看!" @@ -6102,12 +6273,12 @@ msgstr "如果你是开发者,你可以自行托管服务器。" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "如果你想更改你的账户代码或电子邮箱,请记得在停用之前进行更改。" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "图片" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "图片 {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "第 {0} 张图片,共 {1} 张" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "第 {0} 张图片,共 {imageCount} 张" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "已清除图片缓存,释放了{0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "图片集,{0} 张图片" @@ -6201,43 +6372,77 @@ msgstr "已于 {0} 导入" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "为了提供符合你年龄段的使用体验,我们需要知道你的出生日期。你只需提供一次,且相关信息将会严格保密。" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "应用内" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "应用内通知" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "应用内、所有人" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "应用内、你关注的人" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "应用内、系统推送" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "应用内、系统推送、所有人" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "应用内、系统推送、你关注的人" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "收件箱为空" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "收件箱清空啦!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "用户名或密码不正确" @@ -6334,7 +6539,6 @@ msgstr "邀请码" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "邀请码无效,请检查你输入的邀请码并重试。" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "邀请朋友" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "邀请朋友" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "以个性化的方式邀请朋友加入" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "当前的位置信息不准确吗?<0>点击此处来通过 GPS 更新你所在的位置。 " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "当前的位置信息不准确吗?<0>点击此处来通过 GPS 更新你所在的位置。" #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "现在只有你一个!通过上面的列表将更多人添加到你的新手包里面。" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "作业 ID:{0}" @@ -6469,8 +6672,8 @@ msgstr "加入对话" msgid "Journalism" msgstr "新闻学" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "保留编辑内容" @@ -6479,11 +6682,6 @@ msgstr "保留编辑内容" msgid "Keep me posted" msgstr "保持联系" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "移除成员" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "KWS 官网" @@ -6518,6 +6716,10 @@ msgstr "你账户上的标记" msgid "Labels on your content" msgstr "你内容上的标记" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "语言设置" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "最后一次请求于不久前" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "最新" @@ -6562,6 +6764,16 @@ msgstr "了解详情(英文)" msgid "Learn More" msgstr "了解详情" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "深入了解年龄验证" @@ -6765,16 +6977,16 @@ msgstr "{0, plural, one {# 位用户} other {# 位用户}}喜欢" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "{likeCount, plural, one {# 位用户} other {# 位用户}}喜欢" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "喜欢" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "喜欢你转发的帖文" @@ -6954,9 +7166,7 @@ msgstr "加载更多通知" msgid "Load new posts" msgstr "加载更多帖文" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "正在加载对话……" @@ -7065,43 +7275,47 @@ msgstr "管理认证设置" msgid "Manage your muted words and tags" msgstr "管理你的隐藏字词和标签" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "标记所有为已读" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" -msgstr "" +msgstr "将所有对话标记为已读" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" -msgstr "" +msgstr "将所有申请标记为已读" #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" msgstr "标记为已读" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "已标记所有为已读" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" -msgstr "" +msgstr "已将所有对话标记为已读" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" -msgstr "" +msgstr "已将所有申请标记为已读" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" msgstr "之后再说" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "媒体" @@ -7137,26 +7351,29 @@ msgstr "成员仍然可以查看此群组对话记录,但无法发送新信息 msgid "mentioned users" msgstr "被提及的用户" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "提及" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "菜单" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "信息" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "信息" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "已删除信息" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "信息发送失败。" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "来自 @{0} 的信息:{1}" @@ -7193,21 +7410,15 @@ msgstr "来自 @{0} 的信息:{1}" msgid "Message from server: {0}" msgstr "来自服务器的信息:{0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "信息输入框" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "信息过长" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "信息过长({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "信息选项" @@ -7215,11 +7426,11 @@ msgstr "信息选项" msgid "Messages" msgstr "信息" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "当此用户屏蔽你时,其发送的信息将会隐藏。" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "当你屏蔽此用户时,其发送的信息将会隐藏。" @@ -7343,7 +7554,7 @@ msgstr "音乐" msgid "Mute" msgstr "隐藏" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7515,7 +7726,6 @@ msgstr "需要举报侵害版权、法律要求及合规性问题吗?" msgid "Nevermind, create a handle for me" msgstr "不用了,请帮我创建一个账户代码" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "新建" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "新建" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "来自 {firstAuthorLink} 的新{postsCount, plural, one {帖文} other {帖文}}" @@ -7537,11 +7752,11 @@ msgstr "来自 {firstAuthorName} 的新{postsCount, plural, one {帖文} other { #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "新对话" @@ -7574,9 +7789,9 @@ msgstr "新的电子邮箱地址" msgid "New Feature" msgstr "新功能" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "新关注者" @@ -7608,6 +7823,18 @@ msgstr "新的账户代码" msgid "New list" msgstr "新列表" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "新信息申请" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "新信息" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "下一步" msgid "Next image" msgstr "下一张图片" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "夜晚" @@ -7779,12 +8006,12 @@ msgstr "没有名字" msgid "No notifications yet!" msgstr "目前还没有通知!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "没有人" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "没有人" @@ -7822,6 +8049,10 @@ msgstr "目前还没有引用" msgid "No recent GIFs yet. Pick one to see it here." msgstr "暂无最近使用的 GIF,尝试使用一些 GIF 吧。" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "目前还没有回复" @@ -7856,10 +8087,18 @@ msgstr "找不到结果" msgid "No results found for \"{query}\"" msgstr "找不到符合“{query}”的结果" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "找不到符合 “<0>{query}” 的结果。" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "没有结果。" @@ -7868,11 +8107,6 @@ msgstr "没有结果。" msgid "No Starter Packs yet" msgstr "目前还没有新手包" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,6 +8149,11 @@ msgstr "非自愿的亲密视频" msgid "Non-sexual Nudity" msgstr "非色情裸露" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" msgstr "此功能无法在这个平台上使用" @@ -7954,26 +8193,27 @@ msgstr "注:这则帖文仅对已登录用户可见。" msgid "Nothing saved yet" msgstr "目前没有收藏内容" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "通知设置" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "通知提示音" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "必须使用手机号码" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "显示" @@ -8017,7 +8257,7 @@ msgstr "好的" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "选择的收信人中有人不允许群组对话。" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "选择的收信人中有人屏蔽了你,无法发送信息。" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "至少有一张 GIF 缺失了替代文本。" -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "至少有一张图片缺失了替代文本。" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "你所选中的部分文件格式不被支持。" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "你选中的部分文件太大,最大的文件大小为 {VIDEO_MAX_SIZE_MB} MB。" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "一则或多则帖文内容过长,无法保存为草稿{MAX_DRAFT_GRAPHEME_LENGTH, plural,one {最大字数限制为 # 个字符。}other {最大字数限制为 # 个字符。}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "至少有一段视频缺失了替代文本。" @@ -8083,7 +8323,7 @@ msgstr "仅限{0}可以回复。" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "你共上传了 {1} 张图片,我们仅会保留前 {0} {2, plural,one {张} other {张}};上限为 {MAX_GALLERY_IMAGES}" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "只有管理员可以接受加入申请。" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "只有管理员可以忽略加入申请。" +msgid "Only admins can reject join requests." +msgstr "只有管理员可以拒绝加入申请。" #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "只有 {0} 关注的人可以加入。" msgid "Only people the chat owner follows can join" msgstr "只有群组所有者关注的人可以加入" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "仅支持 WebVTT(.vtt)格式" @@ -8140,6 +8392,10 @@ msgstr "哎呀,此资料不存在,请尝试扫描另一个。" msgid "Oops!" msgstr "糟糕!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "开启头像创建工具" @@ -8170,9 +8426,8 @@ msgstr "开启草稿" msgid "Open drawer menu" msgstr "开启抽屉菜单" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "开启表情符号选择器" @@ -8280,7 +8535,7 @@ msgstr "开启对话框以向你的帖文内容添加警告" msgid "Opens a dialog to choose who can interact with this post" msgstr "开启对话框来选择哪些人可以与这则帖文产生互动" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" msgstr "开启二维码卡片的颜色主题列表" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "开启设备相机" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "开启设备相册以选择最多 {MAX_GALLERY_IMAGES, plural, other {# 张图片}}、一段视频或一张 GIF。" @@ -8329,7 +8584,7 @@ msgstr "开启创建新 Bluesky 账户流程" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "开启登录到你现有的 Bluesky 账户流程" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "开启完整图片" @@ -8513,12 +8768,12 @@ msgstr "已更新密码" msgid "Password updated!" msgstr "已更新密码!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "暂停" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "暂停 GIF" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "暂停视频" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "用户" @@ -8550,17 +8805,17 @@ msgstr "被 @{0} 关注的用户" msgid "People following @{0}" msgstr "关注 @{0} 的用户" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "我关注的人" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "我关注的人" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "我关注的人" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "我关注的人可以申请加入" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "你关注的人" @@ -8610,7 +8866,7 @@ msgstr "已验证电话号码" msgid "Photography" msgstr "摄影" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "选择一个颜色主题" @@ -8658,7 +8914,7 @@ msgstr "已固定的动态源列表" msgid "Pinned to your feeds" msgstr "已固定到你的动态源中" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "播放" @@ -8668,7 +8924,7 @@ msgstr "播放" msgid "Play {0}" msgstr "播放 {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "播放 GIF" @@ -8681,11 +8937,11 @@ msgstr "播放视频" msgid "Play Video" msgstr "播放视频" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "播放或暂停 GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "播放或暂停视频" @@ -8722,7 +8978,7 @@ msgstr "请点击我们发送给你电子邮件中的链接来验证你的新电 msgid "Please complete the verification captcha." msgstr "请完成 CAPTCHA(人机验证)。" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "请先验证你的电子邮箱地址以上传视频。" @@ -8865,7 +9121,7 @@ msgstr "政治" msgid "Porn" msgstr "色情" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "发布" @@ -8885,12 +9141,12 @@ msgstr "发布一张图片" msgid "Post a video" msgstr "发布一段视频" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "全部发布" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "仍然发布" @@ -8982,6 +9238,10 @@ msgstr "已取消固定帖文" msgid "Posts" msgstr "帖文" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "可以根据文本、标签或结合两者来隐藏帖文。我们建议你尽量避免添加常用字词,因为这可能会导致你的主页不显示任何帖文。" @@ -9067,11 +9327,11 @@ msgstr "隐私政策" msgid "Privacy violation of a minor" msgstr "侵犯未成年隐私" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "正在处理 GIF……" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "正在处理视频……" @@ -9083,7 +9343,7 @@ msgstr "处理中……" msgid "profile" msgstr "个人资料" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "公开且可对外分享的列表,可用来批量隐藏或屏蔽账户。" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "发布帖文" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "发布帖文" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "发布回复" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "发布回复" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "推送" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "推送通知" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "系统推送、所有人" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "系统推送、你关注的人" @@ -9188,10 +9448,10 @@ msgstr "已成功分离引用帖文" msgid "Quote posts disabled" msgstr "已停用帖文引用" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "引用" @@ -9238,10 +9498,15 @@ msgstr "重新启用你的账户" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "继续阅读 {0, plural, one {# 则回复} other {# 则回复}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "阅读如何使用搜索过滤器" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "真实的用户。" msgid "Reason for appeal" msgstr "申诉原因" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "接收应用内通知" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "接收推送通知" @@ -9304,7 +9569,7 @@ msgstr "接收推送通知" msgid "Recent GIFs" msgstr "最近使用的 GIFs" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "最近的搜索记录" @@ -9339,8 +9604,8 @@ msgstr "拒绝对话邀请" msgid "Reject join request" msgstr "拒绝加入申请" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "重新加载对话" @@ -9379,9 +9644,9 @@ msgstr "从群组对话中移除 {displayName}" msgid "Remove {displayName}?" msgstr "移除 {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "删除 {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "删除此动态源" msgid "Remove feed?" msgstr "要删除动态源吗?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "从对话中移除" @@ -9466,11 +9736,16 @@ msgstr "删除图片" msgid "Remove live status" msgstr "移除直播状态" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "移除成员" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "从你的隐藏字词列表中删除" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "删除个人资料" @@ -9507,11 +9782,11 @@ msgstr "撤回认证" msgid "Remove your verification for this account?" msgstr "要撤回你对这个账户的认证吗?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "已被发布者删除" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "你已删除" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "对你进行回复" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "来自 {senderName} 的回复信息,点击以滚动到该信息对应的位置" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "回复信息,点击以滚动到该信息对应的位置" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "回复" @@ -9609,12 +9884,12 @@ msgstr "已停用回复" msgid "Replies to this post are disabled." msgstr "这则帖文的回复已被停用。" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "回复" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "回复" @@ -9652,7 +9927,7 @@ msgstr "已更新回复可见性" msgid "Reply was successfully hidden" msgstr "已成功隐藏回复" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "举报动态源" msgid "Report list" msgstr "举报列表" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "举报信息" @@ -9783,9 +10058,9 @@ msgstr "由 {reposter} 转发" msgid "Reposted by you" msgstr "你已转发" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "转发" @@ -9793,9 +10068,9 @@ msgstr "转发" msgid "Reposts of this post" msgstr "转发这则帖文" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "转发你转发的帖文" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "获取验证码" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "已忽略申请。" +msgid "Request rejected." +msgstr "已拒绝申请。" #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "已发送申请" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "邀请" @@ -9934,9 +10209,9 @@ msgstr "重试上次出错的操作" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "保存出生日期" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "保存更改" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "保存更改?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "保存草稿" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "保存草稿?" @@ -10089,8 +10364,8 @@ msgstr "已保存到你的动态源" msgid "Say hello!" msgstr "问声好!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "向某人问声好" @@ -10120,9 +10395,9 @@ msgstr "向左旋转" msgid "Scroll right" msgstr "向右旋转" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "滚动到此回复对应的位置" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "滚动到顶部" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "搜索" @@ -10186,17 +10464,13 @@ msgstr "搜索更多动态源" msgid "Search for people" msgstr "搜索用户" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "搜索帖文、用户或动态源" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "搜索 GIF" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "未登录状态无法使用搜索功能" @@ -10225,6 +10499,10 @@ msgstr "搜索帖文" msgid "Search profiles" msgstr "搜索个人资料" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "搜索……" @@ -10319,7 +10597,7 @@ msgstr "选择一个原因" msgid "Select account" msgstr "选择账户" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "选择应用语言" @@ -10357,6 +10635,11 @@ msgstr "选择内容语言" msgid "Select duration" msgstr "选择持续时长" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "从现有账户中选择" @@ -10388,7 +10671,7 @@ msgstr "选择群组对话成员" msgid "Select how long to mute this word for." msgstr "选择要将这个字词隐藏多长时间。" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "在下面选择你感兴趣的选项" msgid "Select your preferred language for translations in your feed." msgstr "选择动态源内容的翻译目标语言。" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "自定义你的通知推送选项" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "不支持选择多种媒体类型。" @@ -10491,8 +10774,7 @@ msgstr "提交错误报告" msgid "Send feedback" msgstr "提交反馈" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "发送信息" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "通过私人信息发送" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "发送于 {0}" @@ -10574,7 +10856,7 @@ msgstr "设置用于重置密码的电子邮箱" msgid "Settings" msgstr "设置" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "来自其他人的动态提醒设置" @@ -10582,39 +10864,49 @@ msgstr "来自其他人的动态提醒设置" msgid "Settings for allowing others to be notified of your posts" msgstr "允许他人接收你发布帖文提醒的设置" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "喜欢通知设置" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "提及通知设置" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "新关注者通知设置" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "其他通知设置" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "转发的喜欢通知设置" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "新信息申请的通知设置" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "新信息的通知设置" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "转发的转发通知设置" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "引用通知设置" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "回复通知设置" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "转发通知设置" @@ -10684,6 +10976,11 @@ msgstr "分享我的资料" msgid "Share post at:// URI" msgstr "分享帖文 at:// 链接" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "分享资料" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "分享二维码" msgid "Share this feed" msgstr "分享此动态源" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "分享此新手包" @@ -10726,7 +11027,7 @@ msgstr "共享偏好测试器" msgid "Show" msgstr "显示" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "显示替代文本" @@ -10864,13 +11165,13 @@ msgstr "显示内容" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "需要登录" msgid "Signed in as @{0}" msgstr "以 @{0} 的身份登录" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "跳过" msgid "Skip contact sharing and continue to the app" msgstr "跳过分享通讯录并继续使用应用程序" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "跳过空白帖文?" @@ -10980,7 +11286,7 @@ msgstr "跳过介绍并开始使用你的账户" msgid "Skip to next step" msgstr "跳至下一步" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "幻灯片" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "有人离开了群组" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "有人作出了 {0} 反应" @@ -11223,7 +11529,7 @@ msgstr "状态页" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "第 {0} 步(共 {1} 步)" @@ -11295,11 +11601,11 @@ msgstr "订阅 @{0} 以使用这些标记:" msgid "Subscribe to account activity" msgstr "订阅账户动态" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "订阅标记者" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "订阅此标记者" @@ -11345,6 +11651,10 @@ msgstr "为你推荐" msgid "Suggestive" msgstr "性暗示" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "阳光" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11417,7 +11727,7 @@ msgstr "将对话设为私密。" msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "点击下方的“允许”按钮以允许 Bluesky 读取你的位置信息,我们将使用该数据来更准确地确认你所在地区可用的内容及功能。" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "点击以获取详细信息" @@ -11474,7 +11784,7 @@ msgstr "点击以移除你的 {0} 反应" msgid "Tap to request access to join this group chat" msgstr "点击以申请加入此群组对话" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "点击以重试" @@ -11487,7 +11797,7 @@ msgstr "点击以显示 {0} 反应" msgid "Tap to show all reactions" msgstr "点击以显示所有反应" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "点击以显示反应" @@ -11669,8 +11979,8 @@ msgstr "你正在回复的帖文已被发布者标记为使用 {suggestedLanguag msgid "The Privacy Policy has been moved to <0/>" msgstr "隐私政策已移动到 <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "你所选择的视频大小大于 {VIDEO_MAX_SIZE_MB} MB,请选择其他较小的视频文件。" @@ -11832,10 +12142,25 @@ msgstr "Bluesky 目前迎来了大量新用户!我们将尽快启用你的账 msgid "These are your default settings" msgstr "这些是你的默认设置" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "这些偏好设置只适用于“Following”动态源。" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" msgstr "他们是此对话的所有者" @@ -11959,6 +12284,11 @@ msgstr "这份草稿将被永久删除。" msgid "This email is already associated with your account." msgstr "此电子邮箱已与你的账户关联。" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "此功能可让其他用户在你发布新帖或回复时收到提醒,你希望允许哪些人接收提醒?" @@ -12063,13 +12393,13 @@ msgstr "此列表为空。" msgid "This message is hidden" msgstr "这条信息已隐藏" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "此信息已被隐藏,因为此用户屏蔽了你。" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "此信息已被隐藏,因为你屏蔽了此用户。" @@ -12107,7 +12437,7 @@ msgstr "这则帖文已被发布者删除" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "这则帖文将从动态源和讨论串中隐藏。注意:此操作无法撤消。" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "这则帖文的发布者已停用引用帖文。" @@ -12271,7 +12601,7 @@ msgstr "今天" msgid "Toggle to enable or disable adult content" msgstr "切换以启用或停用成人内容" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "切换音量状态" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "太多联系人了——你导入的联系人数量已超过寻找朋友上限" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "热门" @@ -12304,8 +12634,8 @@ msgstr "热门回复优先" msgid "Topic" msgstr "话题" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "引战" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "信任源于人际关系、社群和共享环境,因此我们也引入了<0>可信的认证人:可以直接为其他账户授予认证的组织。" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "尝试搜点其他关键字,或<0>阅读如何使用搜索过滤器。" +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "试试看" msgid "TV" msgstr "电视节目" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "暮光" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "两步验证(2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "请在这里输入消息" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "类型:" @@ -12423,7 +12756,7 @@ msgstr "无法连接到你的服务,请检查网络连接并重试。" #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "无法连接到服务,请检查网络连接。" @@ -12463,7 +12796,7 @@ msgstr "目前无法使用" msgid "Unavailable feed information" msgstr "动态源信息不可用" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "解锁此群组聊天" msgid "Unmute" msgstr "取消隐藏" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "已取消固定列表" msgid "Unsnooze email reminder" msgstr "取消暂停邮件提醒" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "取消订阅" @@ -12691,7 +13024,7 @@ msgstr "取消订阅" msgid "Unsubscribe from list" msgstr "从列表取消订阅" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "取消订阅此标记者" @@ -12703,10 +13036,15 @@ msgstr "已从列表中取消订阅" msgid "Unsupported clipboard content" msgstr "不支持的剪贴板内容" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "不支持的视频类型:{mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "至多 50 个人" @@ -12719,7 +13057,7 @@ msgstr "更新" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "更新列表中的 {0}" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "更新电子邮箱" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "更新列表" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "从文件上传" msgid "Upload from Library" msgstr "从照片图库上传" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "正在上传 GIF……" @@ -12805,7 +13143,7 @@ msgstr "正在上传图片……" msgid "Uploading link thumbnail..." msgstr "正在上传链接缩略图……" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "正在上传视频……" @@ -13040,12 +13378,12 @@ msgstr "正在验证……" msgid "Version {0}" msgstr "版本号 {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "视频" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "视频处理失败" @@ -13084,12 +13422,12 @@ msgstr "无法找到视频。" msgid "Video settings" msgstr "视频设置" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "已上传视频" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "视频:{0}" @@ -13097,11 +13435,13 @@ msgstr "视频:{0}" msgid "Videos" msgstr "视频" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "视频长度不得超过 3 分钟。" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "查看" @@ -13190,7 +13530,7 @@ msgstr "查看更多" msgid "View more trending videos" msgstr "浏览更多热门视频" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "查看帖文" @@ -13264,8 +13604,8 @@ msgstr "查看你隐藏的账户" msgid "View your verifications" msgstr "查看你的认证" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "查看完整图片" @@ -13391,7 +13731,7 @@ msgstr "我们建议至少选择两个感兴趣的主题。" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "我们将向 <0>{0} 发送一封含有链接的电子邮件,请点击邮件内容来完成电子邮箱的验证流程。" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "我们无法确定你是否有权上传视频,请重试。" @@ -13460,7 +13800,7 @@ msgstr "我们遇到了网络问题,请再试一次" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "为你介绍 Bluesky 的全新认证机制 —— 认证徽章。" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "我们非常高兴你选择加入我们!" @@ -13477,8 +13817,8 @@ msgstr "很抱歉,我们无法解析此列表。如果问题持续发生,请 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "很抱歉,我们无法加载你的隐藏字词列表。请重试。" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "很抱歉,无法完成你的搜索。请几分钟后重试。" @@ -13486,7 +13826,7 @@ msgstr "很抱歉,无法完成你的搜索。请几分钟后重试。" msgid "We're sorry, you cannot access this screen at this time." msgstr "很抱歉,你目前无法访问此页面。" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "很抱歉!你回复的帖文已被删除。" @@ -13536,8 +13876,13 @@ msgstr "你感兴趣的是什么?" msgid "What do you want to call your starter pack?" msgstr "你希望如何命名你的新手包?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "发生了什么新鲜事?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "哪些人可以获得认证?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "糟糕!" @@ -13623,7 +13968,7 @@ msgstr "需要屏蔽该用户、离开对话,或两者一并执行吗?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "在查看其他草稿之前,需要先保存现有内容吗?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "需要把现有内容保存为草稿,以便日后编辑吗?" @@ -13632,12 +13977,12 @@ msgstr "需要把现有内容保存为草稿,以便日后编辑吗?" msgid "Write a post" msgstr "撰写一篇帖文" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "撰写帖文" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "撰写你的回复" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "你所在的地区依法要求我们在允许您使用 Bluesky 应用之前验证你的年龄。" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "你屏蔽了 {0}" @@ -13741,7 +14086,7 @@ msgstr "你已开始直播" msgid "You are no longer live" msgstr "你已停止直播" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "你目前无法上传视频。" @@ -13786,12 +14131,12 @@ msgstr "你可以将你的对话数据导出为一个“JSONL”文件。此文 msgid "You can always opt out and delete your data" msgstr "你可以随时选择退出并删除数据" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "你可以自定义应用内的对话通知是否播放提示音" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "无论使用哪种设置,都不会影响已发起的对话。" @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "你现在可以使用新密码登录。" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "帖文最多只能添加 {MAX_GALLERY_IMAGES, plural,other {# 张图片}}" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "你目前只能保存最多 1000 个字符的草稿。" @@ -13821,11 +14166,11 @@ msgstr "你目前只能保存最多 1000 个字符的草稿。" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "你目前只能保存最多 1000 个字符的草稿,你想在查看其他草稿之前放弃这则帖文内容吗?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "你一次只能选择一个 GIF。" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "你一次只能选择一个视频。" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "你仍然可以查看对话记录,但无法发送新信息。" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "你最多可以选择 {MAX_GALLERY_IMAGES, plural,other {# 张图片}}。" @@ -13849,7 +14194,7 @@ msgid "You can update this later from your settings." msgstr "你可以随时在设置里重新更改。" #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" msgstr "你不能添加超过 {EMOJI_REACTION_LIMIT, plural,one {# 个表情符号反应}other {# 个表情符号反应}}" @@ -13958,7 +14303,7 @@ msgstr "你已成功验证电子邮箱地址,现在你可以关闭此对话框 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "你已暂时达到视频上传的限制。请稍后再试。" -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "你有未保存的更改,需要保存吗?" @@ -14033,7 +14378,7 @@ msgstr "你必须至少关注 7 个人以创建新手包。" msgid "You must grant access to your photo library to save a QR code" msgstr "你必须授权访问照片图库以保存二维码" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "你必须授予权限以访问媒体内容。" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "你可能需要重启应用程序。" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "你作出了 {0} 反应" @@ -14069,17 +14414,17 @@ msgstr "你对 {target} 作出了 {0} 反应" msgid "You recently changed your birthdate" msgstr "你最近修改了你的出生日期" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "你回复了" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "你回复了 {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "你回复了自己" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,11 +14462,11 @@ msgstr "除非受到邀请,否则你将无法重新加入。" msgid "You: {message}" msgstr "你:{message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "当你完成创建账户后,你将自动关注建议的用户和动态源!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "当你完成创建账户后,你将自动关注建议的用户!" @@ -14185,7 +14530,7 @@ msgstr "你已到达内容的结尾。" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "你已经浏览完动态源的所有帖文啦!寻找一些更多的账户关注吧。" -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "你已达到最大草稿保存数量" @@ -14193,15 +14538,19 @@ msgstr "你已达到最大草稿保存数量" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "你已达到请求上限,请稍后再试。" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "你已到达内容的开头。" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "你已达到每日上传视频上限(文件太大)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "你已达到每日上传视频上限(数量太多)" @@ -14209,7 +14558,7 @@ msgstr "你已达到每日上传视频上限(数量太多)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "你已经看完了所有视频,或许是时候休息一下?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "你的账户" @@ -14221,7 +14570,7 @@ msgstr "你的账户已删除,有缘再会! ✌️" msgid "Your account has been suspended" msgstr "你的账户已被冻结" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "你的账户注册时间过短,暂时无法上传视频。请稍后再试。" @@ -14353,11 +14702,11 @@ msgstr "已成功更改你的密码!请你今后使用你的新密码登录 Bl msgid "Your password must be at least 8 characters long." msgstr "你输入的密码至少应包含 8 个字符。" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "已发布你的帖文" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "已发布你的帖文" @@ -14378,7 +14727,7 @@ msgstr "你的头像周围环绕着许多其他人的头像" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "其他 Bluesky 用户将无法看到你的个人资料、帖文、列表与其他相关个人信息。你可以随时登录以重新启用你的账户。" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "已发布你的回复" @@ -14391,7 +14740,7 @@ msgstr "你的举报信息将提交给 <0>{0}。" msgid "Your selected interests help us serve you content you care about." msgstr "你选择的兴趣主题将帮助我们提供更多你想看到的内容。" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "你的帖文串中包含空白帖文,继续发布将会跳过这些内容,其余帖文会重新组合成完整的帖文串发布。" diff --git a/src/locale/locales/zh-HK/messages.po b/src/locale/locales/zh-HK/messages.po index 43dbca9e79..5e0b77f8be 100644 --- a/src/locale/locales/zh-HK/messages.po +++ b/src/locale/locales/zh-HK/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: zh\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 15:43\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "「{interestsDisplayName}」類別(已揀選)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" +msgstr "(已隱藏封鎖嘅訊息)" + +#. A reply summary in chat #: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 +#: src/components/dms/replyPreview.ts:85 msgid "(chat invite link)" msgstr "(傾偈邀請連結)" #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(包含嵌入內容)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "(已刪除訊息)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "(已停用傾偈邀請連結)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "(無效嘅傾偈邀請連結)" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(冇電郵)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "(冇文字)" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "(引用帖文)" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "{0, plural, other {# 個帳號標記}}" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "{0, plural, other {# 個內容標記}}" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, other {搵到 # 個朋友!}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {#個鐘} other {#個鐘}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "呢個帳號有 {0, plural, one {# 個標記} other {# 個標記}}" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "呢個內容有 {0, plural, one {# 個標記} other {# 個標記}}" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, other {# 個新加入申請}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, other {# 個人}}畀咗個 {1} 反應" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# 秒鐘} other {# 秒鐘}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# 條未讀} other {# 條未讀}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} 個跟緊" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} 已封鎖你" @@ -277,10 +305,16 @@ msgstr "已輸入 {0} 個字元,最多輸入 50 個字元" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} 畀咗個 {1} 反應" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "{0} 條未讀" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} 已被移出" msgid "{0} was removed from the group" msgstr "{0} 已被移出羣組" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "{0}、" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -350,11 +390,23 @@ msgstr "{0}/{1} {2, plural, other {成員}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" msgstr "{0}/{imageCount}" +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "{0}+" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" +msgstr "{0}+ 個請求" + #. How many days have passed, displayed in a narrow form #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:171 @@ -391,7 +443,7 @@ msgstr "{count, plural, other {# 條傾偈更新}}" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, other {# 個新加入申請}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, other {# 個邀請}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {個鐘} other {個鐘}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {分鐘} other {分鐘}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "{filterCount, plural, other {+# 篩選條件}}" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}跟咗你" @@ -677,17 +733,17 @@ msgstr "「{profileName}」喺 {timeAgoString}前使用新手包加入咗 Bluesk msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} 覆咗" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName} 覆咗 {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName} 覆咗你" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> 已將你加入" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>登入<1>或<2>建立帳號<3><4>就可以搵到新聞、體育、政治,同埋 Bluesky 上面嘅大小事。" @@ -825,16 +881,6 @@ msgstr "<0>你 同<1> <2>{0} 經已喺你嘅新手包度" msgid "⚠Invalid Handle" msgstr "⚠無效嘅帳號代碼" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "接受邀請" msgid "Accept this language suggestion" msgstr "套用此建議語言" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "已接受嘅對話" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "已送出申請!請等待羣組擁有者審覈加入申請。" @@ -1050,9 +1091,9 @@ msgstr "已唔再靜音帳號" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "帶有圓齒藍色剔號徽章嘅帳號<0><1/>可以授權驗證其他帳號。呢啲受信任嘅驗證者係由 Bluesky 官方所揀。" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "其他人嘅動態" @@ -1108,6 +1149,10 @@ msgstr "新增替代文字" msgid "Add alt text (optional)" msgstr "新增替代文字(可選)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "新增更多搵嘢篩選條件" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "新增替代文字(可選)" msgid "Add another account" msgstr "加多個帳號" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "加多另一條帖文" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "加多另一條帖文到討論串" @@ -1141,6 +1186,10 @@ msgstr "加入自動化標記到此帳號" msgid "Add emoji reaction" msgstr "加入 Emoji 反應" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "新增篩選條件" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "加入羣組傾偈成員" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "加入圖片" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "加入媒體到帖文" @@ -1312,6 +1361,11 @@ msgstr "成人性虐待內容" msgid "Advanced" msgstr "進階設定" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "進階搵嘢" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "年齡驗證" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "所有" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "成功跟晒所有朋友!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "所有語言" @@ -1367,6 +1422,15 @@ msgstr "所有語言" msgid "All languages will be shown in your feeds." msgstr "你嘅動態源將顯示所有語言嘅內容。" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "所有包含呢啲字詞" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "所有帖文" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "下低係你儲存咗嘅動態源。" @@ -1380,13 +1444,13 @@ msgstr "允許取用你嘅私訊" msgid "Allow anyone to reply" msgstr "允許任何人回覆" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "允許呢啲人向你傳送私訊" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "允許呢啲人向你傳送羣組傾偈邀請" @@ -1440,10 +1504,10 @@ msgstr "有咗帳號?" msgid "Already signed in as @{0}" msgstr "用咗 @{0} 身分登入" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "替代文字" msgid "Alt text" msgstr "替代文字" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "替代文字" @@ -1489,7 +1553,7 @@ msgstr "發生錯誤" msgid "An error occurred" msgstr "發生錯誤" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "壓縮影片嗰陣發生錯誤。" @@ -1535,11 +1599,11 @@ msgstr "儲存 QR Code 嗰陣發生錯誤!" msgid "An error occurred while trying to follow all" msgstr "試緊跟晒所有帳號嗰陣發生錯誤" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "上載影片嗰陣發生錯誤。{message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "上載影片嗰陣發生錯誤。請檢查你嘅網絡連線狀態,跟住試多次。" @@ -1626,7 +1690,7 @@ msgstr "虐待動物" msgid "Animals" msgstr "動物" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF 動畫" @@ -1638,6 +1702,11 @@ msgstr "公告" msgid "Announcing verification on Bluesky" msgstr "同你介紹 Bluesky 上嘅認證機制" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "任何時間" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "任何人" @@ -1781,6 +1850,24 @@ msgstr "封存咗嘅帖文" msgid "Are you really, really sure?" msgstr "你眞係確定要繼續?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "你想搵用 {0} 或 {1} 撰寫嘅帖文?" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "你想搵用 {0} 撰寫嘅帖文?" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "你想搵用 {0}或 {1} 撰寫嘅帖文?" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1821,7 +1908,7 @@ msgstr "你確定要喺你嘅動態源度刪除呢個?" msgid "Are you sure you want to rescind your request to join {0}?" msgstr "你確定要撤回申請加入 {0}?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "你確定要放棄發布呢條帖文?" @@ -1904,7 +1991,7 @@ msgstr "用到" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "用到" msgid "Back" msgstr "返去" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "返去傾偈" @@ -1961,10 +2048,10 @@ msgstr "喺你接收 {name} 帖文通知之前,你必須驗證你嘅電郵。" #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,18 +2157,18 @@ msgstr "封鎖呢個用戶或刪除呢個對話(複選)" msgid "Block user and/or leave this conversation" msgstr "封鎖此用戶或離開對話(複選)" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "已被封鎖" #: src/screens/Moderation/index.tsx:329 msgid "Blocked accounts" -msgstr "被封鎖嘅帳號" +msgstr "已封鎖帳號" #: src/Navigation.tsx:192 #: src/view/screens/ModerationBlockedAccounts.tsx:95 msgid "Blocked Accounts" -msgstr "封鎖咗嘅帳號" +msgstr "已封鎖嘅帳號" #: src/components/moderation/BlockDialog.tsx:163 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." @@ -2091,10 +2178,6 @@ msgstr "被封鎖嘅帳號唔得喺你嘅討論串度回覆、提及你或用其 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "被封鎖嘅帳號唔得喺你嘅討論串度回覆、提及你或用其他方式同你互動。你唔會睇到佢哋嘅內容,而且佢哋會都被阻止睇到你嘅內容。" -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "封鎖唔會阻止呢個用戶標記你嘅帳號。" @@ -2111,11 +2194,21 @@ msgstr "封鎖帳號唔會阻止佢標記你嘅帳號,但係會阻止佢喺你 msgid "Blog" msgstr "網誌" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "bloomscrolling booksky" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "bluesky atproto" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky 無法確認貼文發布日期嘅真實性。" @@ -2340,7 +2433,7 @@ msgstr "需要取用相機權限" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "需要取用相機權限" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "需要取用相機權限" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2389,9 +2483,9 @@ msgstr "取消重新啓動兼登出" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "唔再覆佢" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "唔再搵嘢" @@ -2411,7 +2505,7 @@ msgstr "字幕(.vtt)" msgid "Captions & alt text" msgstr "字幕同替代文字" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "輪播" @@ -2435,7 +2529,7 @@ msgstr "變更應用程式圖標" msgid "Change app icon to \"{0}\"" msgstr "將應用程式圖標改成「{0}」" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "變更應用程式語言" @@ -2518,11 +2612,11 @@ msgstr "傾偈邀請連結已失效" msgid "Chat locked" msgstr "傾偈已鎖定" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "傾偈訊息 - 靜音" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "傾偈訊息 - 聲音" @@ -2536,6 +2630,12 @@ msgstr "已靜音傾偈" msgid "Chat not found." msgstr "搵唔到個傾偈。" +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" +msgstr "傾偈選項" + #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." msgstr "傾偈擁有者唔可以離開羣組傾偈。" @@ -2548,22 +2648,22 @@ msgstr "傳送者未有跟隨訊息接收者。" msgid "Chat request inbox" msgstr "傾偈邀請收件箱" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "傾偈邀請" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "傾偈設定" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "傾偈設定" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "已唔再靜音傾偈" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "傾偈" @@ -2661,31 +2761,41 @@ msgstr "自訂你自己嘅時間軸!社羣建立嘅動態源會幫你搵到啱 msgid "Choose your password" msgstr "設定你嘅密碼" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "設定你嘅用戶名稱" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "剷晒" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" -msgstr "剷走所有儲存資料" +msgstr "剷晒所有資料" #: src/screens/Settings/Settings.tsx:500 msgid "Clear all storage data (restart after this)" -msgstr "剷走所有儲存資料(跟住重啓)" +msgstr "剷晒所有資料(跟住重啓)" + +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "剷晒日期" #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" -msgstr "清除 GIF 搜尋" +msgstr "剷晒 GIF 搜尋" #: src/screens/Settings/AboutSettings.tsx:127 #: src/screens/Settings/AboutSettings.tsx:131 msgid "Clear image cache" -msgstr "剷走圖片快取" +msgstr "剷晒圖片快取" #: src/components/forms/SearchInput.tsx:87 msgid "Clear search query" -msgstr "剷走你啲搵嘢記錄" +msgstr "剷晒搵嘢記錄" #: src/view/com/feeds/MissingFeed.tsx:88 msgid "Click for information" @@ -2742,7 +2852,7 @@ msgstr "撳呢度睇吓此羣組傾偈嘅邀請連結" msgid "Click to open tag menu for {0}" msgstr "撳低去打開 {0} 嘅標籤選單" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "撳低去試多次傳送訊息" @@ -2755,6 +2865,7 @@ msgstr "撳低去試多次傳送訊息" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "撳低去試多次傳送訊息" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "閂咗橫額" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2862,7 +2972,7 @@ msgstr "閂咗加入申請通知橫額" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "閂呢個對話框" @@ -2874,7 +2984,7 @@ msgstr "刪咗歡迎介面" msgid "Closes password update alert" msgstr "閂咗密碼更新警示" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "閂咗帖文編輯器兼棄置草稿" @@ -2886,7 +2996,7 @@ msgstr "摺疊用戶清單" msgid "Collapses list of users for a given notification" msgstr "摺疊特定通知嘅用戶清單" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" msgstr "顏色" @@ -2917,7 +3027,7 @@ msgstr "社羣準則" msgid "Complete onboarding and start using your account" msgstr "攪掂入門指導跟住開始使用你嘅帳號" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "完成呢個挑戰" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "撰寫新帖文" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "撰寫最多 {0, plural,other {# 個字元}}嘅帖文" @@ -2936,11 +3046,11 @@ msgstr "撰寫最多 {0, plural,other {# 個字元}}嘅帖文" msgid "Compose reply" msgstr "撰寫回覆" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "壓縮緊 GIF……" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "壓縮緊條片……" @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "聯絡我哋嘅支援團隊" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "聯絡支援" @@ -3031,7 +3141,7 @@ msgstr "內容同媒體" #: src/lib/moderation/useGlobalLabelStrings.ts:18 msgid "Content Blocked" -msgstr "封鎖咗嘅內容" +msgstr "已封鎖內容" #: src/screens/Moderation/index.tsx:362 msgid "Content filters" @@ -3081,7 +3191,7 @@ msgstr "繼續" #. placeholder {0}: account.handle #: src/components/AccountList.tsx:134 msgid "Continue as {0} (currently signed in)" -msgstr "用 {0} 繼續 (目前已登入)" +msgstr "用 {0} 身份繼續 (目前已登入)" #: src/screens/PostThread/components/ThreadItemReadMoreUp.tsx:28 msgid "Continue thread" @@ -3132,17 +3242,21 @@ msgstr "搵唔到對話。" #: src/screens/Settings/AboutSettings.tsx:162 msgid "Copied build version to clipboard" -msgstr "複製咗組建版本去剪貼簿喇" +msgstr "已複製組建版本號到剪貼簿" + +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "已複製連結到剪貼簿" #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 #: src/lib/sharing.ts:24 #: src/lib/sharing.ts:42 msgid "Copied to clipboard" -msgstr "複製咗去剪貼簿喇" +msgstr "已複製到剪貼簿" #: src/components/dialogs/Embed.tsx:197 #: src/screens/Messages/components/CopyTextButton.tsx:71 @@ -3156,7 +3270,7 @@ msgstr "已複製構建版本到剪貼簿" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" -msgstr "" +msgstr "複製個人檔案連結落剪貼簿" #: src/components/StarterPack/QrCodeDialog.tsx:198 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 @@ -3227,8 +3341,8 @@ msgstr "複製個人檔案連結" msgid "Copy link to starter pack" msgstr "複製新手包連結" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "複製訊息文字" @@ -3341,7 +3455,7 @@ msgstr "存唔到呢啲變更:{0}" msgid "Could not share – please try again" msgstr "分享唔到 – 唔該試多次" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "更新唔到通知設定" @@ -3363,6 +3477,11 @@ msgstr "撈唔到 GIF" msgid "Country code" msgstr "國家代碼" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "牛 豬" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "幫我建立一個新手包" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "建立帳號" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "建立一個帳號" @@ -3549,7 +3668,7 @@ msgstr "出世日期" msgid "Dawn" msgstr "黎明" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" msgstr "朝早" @@ -3632,7 +3751,7 @@ msgstr "刪除聯絡人" msgid "Delete conversation" msgstr "刪除對話" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "幫我刪除" @@ -3645,7 +3764,7 @@ msgstr "刪除清單" msgid "Delete message" msgstr "刪除訊息" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "淨係刪我嗰度嘅訊息" @@ -3655,7 +3774,7 @@ msgstr "刪除我嘅帳號" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "刪除帖文" @@ -3676,7 +3795,7 @@ msgstr "係咪要刪咗呢份清單?" msgid "Delete this post?" msgstr "係咪要刪咗呢條帖文?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "已刪除" @@ -3697,10 +3816,6 @@ msgstr "驗證後由 Plivo 刪除" msgid "Deleted list" msgstr "刪除咗嘅清單" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "使用裝置翻譯出咗問題 :(" msgid "Dialog: adjust who can interact with this post" msgstr "對話框:調整邊啲人可以喺呢條帖文度互動" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "對話框:設定進階搵嘢選項" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "昏暗" @@ -3806,9 +3925,9 @@ msgstr "停用" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "棄置" msgid "Discard changes?" msgstr "係咪要放棄變更?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "係咪要棄置份草稿?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "係咪要放棄發布?" @@ -3864,7 +3983,7 @@ msgstr "跳過" msgid "Dismiss banner" msgstr "忽略提示" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "跳過錯誤" @@ -3954,13 +4073,13 @@ msgstr "唔使驚!你所有現存嘅訊息同設定經已儲存,只要驗證 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "唔使驚!你所有現存嘅訊息同設定經已儲存,只要驗證 msgid "Done" msgstr "攪掂" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "撳兩吓或撳住訊息去加入反應" @@ -4045,7 +4164,7 @@ msgstr "因應你身處地區嘅法例規定,Bluesky 部分功能目前受到 msgid "Duration:" msgstr "持續時間:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" msgstr "黃昏" @@ -4176,12 +4295,12 @@ msgstr "編輯帖文互動設定" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "編輯個人檔案" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "編輯個人檔案" @@ -4268,7 +4387,7 @@ msgstr "嵌入帖文" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "將呢條帖文嵌入到你嘅網站嘅話,淨係需要複製下低程式碼片段,跟住將佢貼到落你網站嘅 HTML 程式碼度。" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "嵌入式影片播放器" @@ -4308,8 +4427,8 @@ msgstr "啓用媒體播放器" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "去到此帳號嘅個人檔案,撳<0>鐘仔圖標,即可收到該帳號動態通知<1/>。" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "啓用推播通知" @@ -4400,7 +4519,7 @@ msgstr "輸入你嘅密碼" msgid "Enter your username and password" msgstr "輸入你嘅用戶名稱同密碼" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "進入全螢幕" @@ -4408,7 +4527,7 @@ msgstr "進入全螢幕" msgid "Entertainment" msgstr "娛樂" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "錯誤" @@ -4438,7 +4557,7 @@ msgstr "儲存檔案嗰陣發生錯誤" msgid "Error receiving captcha response." msgstr "接收 CAPTCHA 回覆嗰陣發生錯誤。" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "錯誤:{error}" @@ -4450,26 +4569,38 @@ msgstr "所有人都可以回覆" msgid "Everybody can reply to this post." msgstr "所有人都可以回覆呢條帖文。" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "所有人" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "所有人" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "所有人" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "其他內容" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "排除" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "排除你跟嘅用戶" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "打大赤肋嘅鹹溼相。" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "探索" msgid "Explore the app" msgstr "探索應用程式" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "匯出我嘅傾偈資料" @@ -4603,7 +4734,7 @@ msgid "Failed to accept join request" msgstr "接受唔到加入申請" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "加唔到 Emoji 反應" @@ -4614,7 +4745,7 @@ msgstr "加唔到成員" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "加唔到落清單" #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" @@ -4626,6 +4757,7 @@ msgstr "改唔到帳號代碼,唔該試多次。" #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "複製唔到連結" @@ -4698,10 +4830,6 @@ msgstr "跟唔到你所有嘅朋友,唔該試多次" msgid "Failed to hide suggestion, please check your internet connection" msgstr "隱藏唔到建議,請檢查你嘅網絡連線狀態" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "忽略唔到加入申請" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "加入唔到羣組傾偈,唔該試多次。" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "離開唔到羣組傾偈" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "撈唔到對話" @@ -4735,8 +4863,11 @@ msgstr "撈唔到動態源" msgid "Failed to load feeds preferences" msgstr "撈唔到動態源偏好設定" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "撈唔到通知設定。" @@ -4767,12 +4898,13 @@ msgstr "撈唔到建議你跟嘅人" msgid "Failed to lock group chat" msgstr "鎖定唔到邀請連結" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" msgstr "標記唔到所有傾偈做已讀" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "標記唔到所有邀請做已讀" @@ -4789,6 +4921,10 @@ msgstr "固定唔到帖文" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "連唔返 Germ DM。錯誤:{0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "拒絕唔到加入申請" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "事緣網絡錯誤導致刪唔到資料,請檢查你嘅網絡連線狀態。" @@ -4799,14 +4935,14 @@ msgid "Failed to remove data. {0}" msgstr "刪唔到資料。{0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "刪唔到 Emoji 反應" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "未能從清單移除" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" @@ -4830,7 +4966,7 @@ msgstr "撤回唔到你嘅申請,唔該試多次。" msgid "Failed to resolve location. Please try again." msgstr "取用唔到位置資訊,唔該試多次。" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "存儲唔到草稿" @@ -4898,7 +5034,7 @@ msgstr "更新唔到動態源" msgid "Failed to update notification declaration" msgstr "更新唔到動態通知範圍" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "更新唔到設定" @@ -4973,7 +5109,7 @@ msgstr "已提交意見到動態源維護者" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "取得更新" msgid "File saved successfully!" msgstr "檔案儲存成功!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "按發布者篩選" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "按發布者篩選(目前:{currentLabel})" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "按媒體篩選" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "按媒體篩選(目前:{currentLabel})" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "喺動態源度篩選" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "按語言篩選去搵" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "按語言篩選去搵(目前:{currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "用 {0} 篩選此搵嘢結果" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "篩選邊個可以選擇接收你嘅動態通知" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "篩選你想接收嘅通知來源" @@ -5081,7 +5238,7 @@ msgstr "睇吓跟啲乜人好" msgid "Find people you know" msgstr "搵返你識嘅人" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "喺 Bluesky 度搵帖文、用戶同埋動態源" @@ -5355,13 +5512,14 @@ msgstr "唔記得?" #. This is alt text for a marketing image which transcribes English text that appears in the image #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:153 msgid "Four message bubbles representing a group chat. First message: \"Did you hear the news? Bluesky has group chats now!\" Second message: \"omg, no way\" Third message: \"Wow, 50 people in one chat!\" Fourth message: \"You can send invite links too!\"" -msgstr "" +msgstr "四個代表羣組傾偈嘅訊息氣泡。第一條訊息:「收到風未呀?家陣 Bluesky 都可以開 Group 傾偈喇!」,第二條訊息:「Omg,唔係啩」,第三條訊息:「嘩,一個 Group 可以有 50 人咁多」,第四條訊息:「你仲可以 send 條邀請 Link 畀人添!」" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:12 msgid "Free your feed" msgstr "光復 Timeline" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "嚟自" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "嚟自 <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "嚟自呢啲人" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "生成一個新手包" @@ -5414,43 +5577,51 @@ msgstr "重新連結 Germ DM" msgid "Get help" msgstr "尋求協助" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." -msgstr "" +msgstr "接收新手包加入、驗證及其他活動動態通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "喺有人跟你嗰陣收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "喺有人讚你帖文嗰陣收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "喺有人讚你轉發嘅帖文嗰陣收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "喺有人提及你嗰陣收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "喺有人引用你帖文嗰陣收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "喺有人回覆你帖文嗰陣收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "喺有人轉發你帖文嗰陣收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "喺有人轉發咗你嘅轉發帖文嗰陣收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "喺有人同你傳送訊息請求嗰陣收到通知。" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "喺有人向你傳送訊息嗰陣收到通知。" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "喺你訂閱嘅帖文有動態更新嗰陣收到通知。" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "開始啦" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF 已上載" @@ -5686,7 +5857,7 @@ msgstr "已唔再靜音羣組傾偈" msgid "Group Chats" msgstr "羣組傾偈" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." msgstr "羣組傾偈只開放畀 18 歲或以上嘅用戶。" @@ -5784,7 +5955,7 @@ msgstr "有咗代碼?<0>撳呢度。" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "係咪攪錯咗你嘅位置?<0>撳呢度用 GPS 更新你嘅位置。" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "遇到問題?" @@ -5973,7 +6144,7 @@ msgstr "唔好意思,我哋好似喺撈緊數據嗰陣遇到問題。睇吓下 msgid "Hmmmm, we couldn't load that moderation service." msgstr "唔好意思,我哋撈唔到嗰個審覈服務。" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "幫緊你幫緊你!我哋而家逐步開放影片功能,而你仲喺等候名單嗰度。遲啲返嚟睇吓啦!" @@ -6102,12 +6273,12 @@ msgstr "若然你係開發人員,你可以自己托管伺服器。" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "喺停用帳號前,記得確認你係咪需要變更你嘅帳號代碼或電郵。" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "圖片" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "圖片 {0}" @@ -6118,22 +6289,22 @@ msgid "Image {0} of {1}" msgstr "第 {0} 張圖片(共 {1} 張)" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "第 {0} 張圖片(共 {imageCount} 張)" #: src/screens/Settings/AboutSettings.tsx:67 msgid "Image cache cleared" -msgstr "已剷走圖片快取" +msgstr "已剷晒圖片快取" #. Android-only toast message which includes amount of space freed using localized number formatting #. placeholder {0}: i18n.number( Math.abs(sizeDiffBytes / 1024 / 1024), { notation: 'compact', style: 'unit', unit: 'megabyte', }, ) #: src/screens/Settings/AboutSettings.tsx:53 msgid "Image cache cleared, freed {0}" -msgstr "已剷走圖片快取,釋放咗 {0}" +msgstr "已剷晒圖片快取,釋放咗 {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "相冊,{0} 張圖片" @@ -6201,43 +6372,77 @@ msgstr "匯入於 {0}" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "爲咗提供適合你年齡嘅內容體驗,我哋需要知道你嘅出世日期。只需提供一次,相關資料會絕對保密。" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "應用程式內" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "應用程式內通知" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "應用程式內、所有人" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "應用程式內、你跟嘅人" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "應用程式內、推播" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "應用程式內、推播、所有人" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "應用程式內、推播、你跟嘅人" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "收件箱得個吉" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "收件箱乾淨晒!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "包含" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "包含或排除符合嘅帖文(目前:{0})" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "包含帖文同/或回覆(目前:{currentLabel})" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "包含此日期之後發布嘅帖文" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "包含此日期之前發佈嘅帖文" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "包含呢啲結果" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "用戶名稱或密碼唔啱" @@ -6334,7 +6539,6 @@ msgstr "邀請碼" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "邀請碼無效。請檢查你輸入嘅驗證碼啱定唔啱,跟住試多次。" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" @@ -6342,7 +6546,6 @@ msgstr "邀請朋友" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "邀請朋友" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "邀請朋友加入,同時保持個人化" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "你嘅位置資訊未夠準?<0>撳呢度用 GPS 更新你嘅位置。 " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "你嘅位置資訊未夠準?<0>撳呢度用 GPS 更新你嘅位置。" #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "而家淨係得你一個人!用上高搵嘢功能將更加多人擺到落你嘅新手包度。" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "作業 ID:{0}" @@ -6469,8 +6672,8 @@ msgstr "加入對話" msgid "Journalism" msgstr "記者" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "繼續編輯" @@ -6479,11 +6682,6 @@ msgstr "繼續編輯" msgid "Keep me posted" msgstr "有新動態嗰陣通知我" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "踢除成員" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "KWS 網站" @@ -6518,6 +6716,10 @@ msgstr "你帳號上嘅標記" msgid "Labels on your content" msgstr "你內容上嘅標記" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "語言" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "語言設定" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "最後一次請求喺冇幾耐前" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "最新" @@ -6562,6 +6764,16 @@ msgstr "想知多啲" msgid "Learn More" msgstr "想知多啲" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "想知多啲<0>點用進階搵嘢。" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "想知多啲<0>點用搵嘢篩選器。" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "想知多啲年齡驗證" @@ -6765,16 +6977,16 @@ msgstr "有 {0, plural, one {# 人} other {# 人}}讚佢" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "有 {likeCount, plural, one {# 人} other {# 人}}讚佢" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "讚好" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "讚好你轉發嘅帖文" @@ -6954,9 +7166,7 @@ msgstr "撈吓新嘅通知" msgid "Load new posts" msgstr "撈吓新嘅帖文" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "撈緊傾偈……" @@ -7065,18 +7275,20 @@ msgstr "管理驗證設定" msgid "Manage your muted words and tags" msgstr "管理你嘅靜音字詞同標籤" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "標記晒做已讀" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" msgstr "標記晒所有傾偈做已讀" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" msgstr "標記晒所有請求做已讀" @@ -7085,15 +7297,16 @@ msgstr "標記晒所有請求做已讀" msgid "Mark as read" msgstr "標記做已讀" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "已標記晒做已讀" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" msgstr "已標記晒所有傾偈做已讀" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" msgstr "已標記晒所有邀請做已讀" @@ -7102,6 +7315,7 @@ msgstr "已標記晒所有邀請做已讀" msgid "Maybe later" msgstr "遲啲先啦" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "媒體" @@ -7122,7 +7336,7 @@ msgstr "可能會令某啲受眾感到不安或造成不適嘅媒體內容。" #: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." -msgstr "" +msgstr "已從羣組傾偈移除成員。" #. The heading above the list of chat members. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:34 @@ -7137,26 +7351,29 @@ msgstr "成員始終可以睇到傾偈記錄,但無法傳送新訊息。" msgid "mentioned users" msgstr "提到嘅用戶" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "提及" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "提及呢啲人" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "選單" -#: src/screens/Messages/components/MessageInput.tsx:202 +#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 +msgctxt "action" msgid "Message" msgstr "訊息" -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 -#: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 -msgctxt "action" +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" msgid "Message" msgstr "訊息" @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "已刪除訊息" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "傳送唔到訊息。" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "嚟自 @{0} 嘅訊息:{1}" @@ -7193,21 +7410,15 @@ msgstr "嚟自 @{0} 嘅訊息:{1}" msgid "Message from server: {0}" msgstr "嚟自伺服器嘅訊息:{0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "訊息輸入欄位" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "訊息太長" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "訊息內容太長({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "訊息選項" @@ -7215,13 +7426,13 @@ msgstr "訊息選項" msgid "Messages" msgstr "傾偈" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." -msgstr "" +msgstr "當對方封鎖咗你,佢嘅訊息將會隱藏。" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." -msgstr "" +msgstr "當你封鎖咗對方,佢嘅訊息將會隱藏。" #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" @@ -7343,7 +7554,7 @@ msgstr "音樂" msgid "Mute" msgstr "靜音" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7424,7 +7635,7 @@ msgstr "靜音字詞同標籤" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:207 msgid "Mute, leave, or remove people anytime. It’s your chat." -msgstr "" +msgstr "隨時靜音、離開抑或踢人都得。呢度傾偈由你話事。" #: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" @@ -7515,7 +7726,6 @@ msgstr "需要擧報侵犯版權、法律要求,或監管合規問題?" msgid "Nevermind, create a handle for me" msgstr "唔使喇,幫我整個帳號代碼" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "新增" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "新增" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "嚟自 {firstAuthorLink} 嘅新{postsCount, plural, one {帖文} other {帖文}}" @@ -7537,11 +7752,11 @@ msgstr "嚟自 {firstAuthorName} 嘅新{postsCount, plural, one {帖文} other { #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "同人傾偈" @@ -7560,7 +7775,7 @@ msgstr "{0} 同 {1} 嘅新傾偈" #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/components/MessagesListGroupInfoPanel.tsx:73 msgid "New chat with {0}, {1}, and {memberCount, plural, one {{memberCount} more} other {{memberCount} more}}." -msgstr "" +msgstr "與 {0}、{1} 同{memberCount, plural, other {其他 {memberCount} 人}}嘅新傾偈。" #: src/components/dialogs/EmailDialog/screens/Update.tsx:219 msgid "New email address" @@ -7574,9 +7789,9 @@ msgstr "新嘅電郵地址" msgid "New Feature" msgstr "新功能" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "新擁躉" @@ -7608,6 +7823,18 @@ msgstr "新帳號代碼" msgid "New list" msgstr "新清單" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "新訊息請求" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "新訊息" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,7 +7908,7 @@ msgstr "下一步" msgid "Next image" msgstr "下一張圖片" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" msgstr "晚黑" @@ -7779,12 +8006,12 @@ msgstr "冇名" msgid "No notifications yet!" msgstr "而家仲未有通知!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "冇人" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "冇人" @@ -7822,6 +8049,10 @@ msgstr "而家仲未有人引用" msgid "No recent GIFs yet. Pick one to see it here." msgstr "未有近排使用嘅 GIF,試住帖文加入 GIF 再返嚟睇吓啦。" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "冇回覆" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "而家仲未有人回覆" @@ -7854,11 +8085,19 @@ msgstr "搵唔到結果" #: src/view/screens/Feeds.tsx:466 msgid "No results found for \"{query}\"" -msgstr "搵唔到「{query}」嘅結果。" +msgstr "搵唔到符合「{query}」嘅結果" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "用咗進階搵嘢篩選器後,搵唔到符合「<0>{query}」嘅結果。" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." -msgstr "搵唔到「<0>{query}」嘅結果。" +msgstr "搵唔到符合「<0>{query}」嘅結果。" + +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "用咗進階搵嘢篩選器後,搵唔到結果。" #: src/screens/Search/Explore.tsx:832 msgid "No results." @@ -7868,11 +8107,6 @@ msgstr "冇嘢到。" msgid "No Starter Packs yet" msgstr "而家仲未有新手包" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,14 +8149,19 @@ msgstr "非自願嘅私密影像(NCII)" msgid "Non-sexual Nudity" msgstr "非性裸體" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "唔要呢啲字詞" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" -msgstr "" +msgstr "喺呢個平臺用唔到" #: src/screens/FindContactsFlowScreen.tsx:62 #: src/screens/Settings/FindContactsSettings.tsx:106 msgid "Not available on this platform." -msgstr "此功能喺呢個平臺用唔到。" +msgstr "喺呢個平臺用唔到。" #: src/components/KnownFollowers.tsx:254 msgid "Not followed by anyone you’re following" @@ -7954,26 +8193,27 @@ msgstr "註:呢條帖文淨係得登入咗嘅用戶先睇到。" msgid "Nothing saved yet" msgstr "而家仲未有收藏內容" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "通知設定" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "通知音效" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "必須使用電話號碼" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "顯示" @@ -8017,7 +8257,7 @@ msgstr "好嘅" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8044,33 +8284,33 @@ msgstr "重新開始引導流程" #: src/components/dms/dialogs/NewChatDialog.tsx:117 msgid "One of the selected recipients does not allow group chats." -msgstr "" +msgstr "揀中嘅人入邊有個人唔接受羣組傾偈。" #: src/components/dms/dialogs/NewChatDialog.tsx:100 msgid "One of the selected recipients has blocked you and cannot be messaged." -msgstr "" +msgstr "揀中嘅人入邊有個人封鎖你,所以傳送唔到訊息。" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "部分 GIF 圖片缺少替代文字。" -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "部分圖片缺少替代文字。" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "你所揀選嘅部分檔案格式唔支援。" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." -msgstr "" +msgstr "你揀中嘅部分檔案太大,最大檔案大細係 {VIDEO_MAX_SIZE_MB} MB。" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "部分帖文內容太長,儲存唔到做草稿。{MAX_DRAFT_GRAPHEME_LENGTH, plural, one {字數上限 # 個字元。} other {字數上限 # 個字元。}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "部分影片缺少替代文字。" @@ -8083,17 +8323,17 @@ msgstr "淨係得{0}可以回覆。" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" -msgstr "" +msgstr "只保留前 {0} {2, plural, other {張圖片}}(共 {1} 張);最多加入 {MAX_GALLERY_IMAGES} 張圖片" #: src/screens/Messages/JoinRequests.tsx:200 msgid "Only admins can accept join requests." -msgstr "" +msgstr "只有管理員可以接受加入申請。" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "" +msgid "Only admins can reject join requests." +msgstr "只有管理員可以拒絕加入申請。" #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "只有 {0} 跟嘅人先可以加入。" msgid "Only people the chat owner follows can join" msgstr "只有羣組擁有者跟嘅人先可以加入" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "只顯示帶有媒體嘅帖文" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "只顯示帶有影片嘅帖文" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "只顯示回覆" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "淨係支援 WebVTT(.vtt)檔案" @@ -8129,7 +8381,7 @@ msgstr "弊,出咗問題!" #: src/features/inviteFriends/InviteScannerScreen.tsx:218 msgid "Oops, this profile doesn't exist. Try scanning another one." -msgstr "" +msgstr "弊,搵唔到呢份個人檔案,試吓掃第個。" #: src/components/Lists.tsx:184 #: src/components/StarterPack/ProfileStarterPacks.tsx:363 @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "大鑊!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "打開進階搵嘢選項" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "打開頭像製作器" @@ -8151,7 +8407,7 @@ msgstr "打開相機" #: src/components/dms/ChatInvite/Root.tsx:104 #: src/components/intents/GroupChatJoinDialog.tsx:453 msgid "Open chat" -msgstr "" +msgstr "開啓傾偈" #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:142 msgid "Open chat member options for {displayName}" @@ -8170,9 +8426,8 @@ msgstr "打開草稿" msgid "Open drawer menu" msgstr "打開櫃桶選單" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "打開 Emoji 選擇器" @@ -8195,7 +8450,7 @@ msgstr "打開 Germ DM" #: src/components/intents/GroupChatJoinDialog.tsx:446 msgid "Open group chat" -msgstr "" +msgstr "開啓羣組傾偈" #: src/components/dms/MessagesListHeader.tsx:167 #: src/components/dms/MessagesListHeader.tsx:203 @@ -8205,7 +8460,7 @@ msgstr "打開羣組傾偈設定" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" -msgstr "" +msgstr "用 Google 翻譯打開" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 @@ -8265,7 +8520,7 @@ msgstr "打開系統日誌" #: src/components/intents/GroupChatJoinDialog.tsx:447 msgid "Open this group chat" -msgstr "" +msgstr "開啓此羣組傾偈" #. placeholder {0}: feedInfo.displayName #: src/view/shell/desktop/Feeds.tsx:185 @@ -8280,9 +8535,9 @@ msgstr "打開對話框嚟喺你嘅帖文度加入內容警告" msgid "Opens a dialog to choose who can interact with this post" msgstr "打開對話框畀你揀邊啲人可以同呢條帖文互動" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" -msgstr "" +msgstr "打開 QR Code 卡片顏色主題清單" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" @@ -8313,9 +8568,9 @@ msgid "Opens device camera" msgstr "打開裝置相機" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." -msgstr "" +msgstr "打開裝置相片圖庫去揀選最多 {MAX_GALLERY_IMAGES, plural, other {# 張圖片}}、一條影片或一張 GIF。" #: src/screens/Messages/JoinRequest.tsx:305 #: src/view/com/auth/SplashScreen.tsx:102 @@ -8329,7 +8584,7 @@ msgstr "打開流程去建立一個新嘅 Bluesky 帳號" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "打開流程去登入你現有嘅 Bluesky 帳號" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "打開完整圖片" @@ -8369,11 +8624,11 @@ msgstr "打開尋找同邀請朋友設定" #. Accessibility hint announced after the GIF picker button label, describing what activating it will do. #: src/view/com/composer/photos/SelectGifBtn.tsx:45 msgid "Opens the GIF picker dialog" -msgstr "" +msgstr "打開 GIF 揀選對話框" #: src/view/shell/Drawer.tsx:123 msgid "Opens the invite friends sheet to share your profile" -msgstr "" +msgstr "打開邀請朋友面板去分享你嘅個人檔案" #: src/view/com/feeds/ComposerPrompt.tsx:148 msgid "Opens the post composer" @@ -8475,7 +8730,7 @@ msgstr "擁有者" #: src/components/dms/LeaveConvoPrompt.tsx:44 msgid "Owner must lock the group before leaving." -msgstr "" +msgstr "擁有者必須喺離開前鎖定羣組。" #: src/components/Lists.tsx:204 #: src/components/Lists.tsx:219 @@ -8513,12 +8768,12 @@ msgstr "已更新密碼" msgid "Password updated!" msgstr "已更新密碼!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "暫停" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "暫停 GIF" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "暫停影片" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "用戶" @@ -8550,17 +8805,17 @@ msgstr "@{0} 跟咗嘅人" msgid "People following @{0}" msgstr "跟緊 @{0} 嘅人" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "我跟嘅人" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "我跟嘅人" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "我跟嘅人" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "我跟嘅人可以申請加入" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "你跟嘅人" @@ -8610,7 +8866,7 @@ msgstr "已驗證電話號碼" msgid "Photography" msgstr "攝影" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" msgstr "揀選一個顏色主題" @@ -8658,7 +8914,7 @@ msgstr "固定咗嘅動態源" msgid "Pinned to your feeds" msgstr "固定喺你嘅動態源" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "播放" @@ -8668,7 +8924,7 @@ msgstr "播放" msgid "Play {0}" msgstr "播放 {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "播放 GIF" @@ -8681,11 +8937,11 @@ msgstr "播放影片" msgid "Play Video" msgstr "播放影片" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "播放或暫停 GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "播放或暫停影片" @@ -8722,7 +8978,7 @@ msgstr "請打開我哋正話送咗去你新電郵入邊嗰條連結嚟驗證新 msgid "Please complete the verification captcha." msgstr "請完成 Captcha 驗證(人機驗證)。" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "請先驗證你嘅電郵地址去上載影片。" @@ -8865,7 +9121,7 @@ msgstr "政治" msgid "Porn" msgstr "色情" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "發布" @@ -8885,18 +9141,18 @@ msgstr "發布一張相片" msgid "Post a video" msgstr "發布一條影片" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "發晒佢哋" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "點都要發布" #: src/screens/PostThread/components/ThreadItemPostTombstone.tsx:22 msgid "Post blocked" -msgstr "帖文經已封鎖" +msgstr "已封鎖帖文" #. placeholder {0}: route.params.name #: src/Navigation.tsx:264 @@ -8943,7 +9199,7 @@ msgstr "帖文互動設定" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:193 msgid "Post it to Bluesky or share anywhere." -msgstr "" +msgstr "發布到 Bluesky 或分享到任意地方。" #. Accessibility label for button that opens dialog to choose post language settings #: src/view/com/composer/select-language/PostLanguageSelect.tsx:195 @@ -8982,6 +9238,10 @@ msgstr "已唔再固定帖文" msgid "Posts" msgstr "帖文" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "帖文同回覆" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "可以根據字詞、標籤,又或兩種一齊去靜音帖文。我哋建議避開大量帖文度會出現嘅常見字詞,唔係嘅話令到你主頁冇晒帖文。" @@ -9067,11 +9327,11 @@ msgstr "私隱政策" msgid "Privacy violation of a minor" msgstr "侵犯未成年人私隱" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "處理緊 GIF……" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "處理緊條片……" @@ -9083,7 +9343,7 @@ msgstr "幫緊你……" msgid "profile" msgstr "個人檔案" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,44 +9377,44 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "公開、可分享嘅清單,可以用嚟批量靜音或封鎖帳號。" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "發布帖文" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "發布帖文" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "發布回覆" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "發布回覆" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "推送" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "推播通知" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "推送、所有人" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "推播,你跟嘅人" #: src/components/StarterPack/QrCodeDialog.tsx:143 msgid "QR code copied to your clipboard!" -msgstr "QR code 複製咗去你嘅剪貼簿喇!" +msgstr "已複製 QR Code 到你嘅剪貼簿!" #: src/components/StarterPack/QrCodeDialog.tsx:121 msgid "QR code has been downloaded!" @@ -9188,10 +9448,10 @@ msgstr "已成功分離引用帖文" msgid "Quote posts disabled" msgstr "已拒絕引用帖文" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "引用" @@ -9238,10 +9498,15 @@ msgstr "重新啓用你嘅帳號" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "繼續閱讀 {0, plural, other {# 條回覆}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "閱讀點樣使用搵嘢篩選器" +msgid "Read about how to use advanced search filters" +msgstr "閱讀點用進階搵嘢篩選器" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "閱讀點用搵嘢篩選器" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "眞實用戶。" msgid "Reason for appeal" msgstr "申訴理由" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "接收應用程式內通知" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "接收推播通知" @@ -9304,7 +9569,7 @@ msgstr "接收推播通知" msgid "Recent GIFs" msgstr "近排使用啲 GIF" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "近排嘅搵嘢記錄" @@ -9339,8 +9604,8 @@ msgstr "拒絕傾偈邀請" msgid "Reject join request" msgstr "拒絕加入申請" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "撈多次對話" @@ -9379,9 +9644,9 @@ msgstr "將 {displayName} 移出此羣組傾偈" msgid "Remove {displayName}?" msgstr "移除 {displayName}?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "刪除 {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "移除 {q}" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "刪除動態源" msgid "Remove feed?" msgstr "係咪要刪除動態源?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "移除篩選條件" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "喺傾偈度刪除" @@ -9466,11 +9736,16 @@ msgstr "刪除圖片" msgid "Remove live status" msgstr "刪除直播狀態" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "移除成員" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "喺你嘅清單度刪除靜音字詞" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "刪除個人檔案" @@ -9507,11 +9782,11 @@ msgstr "撤回驗證" msgid "Remove your verification for this account?" msgstr "係咪要撤回你對呢個帳號嘅驗證?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "俾發布者刪咗" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "俾你刪咗" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "覆你" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "{senderName} 覆咗訊息,撳吓轆到嗰度" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "有人覆咗訊息,撳吓轆到嗰度" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "回覆" @@ -9609,12 +9884,12 @@ msgstr "已關閉回覆" msgid "Replies to this post are disabled." msgstr "呢條帖文嘅回覆經已關閉。" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "回覆" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "回覆" @@ -9652,7 +9927,7 @@ msgstr "已更新回覆可見度" msgid "Reply was successfully hidden" msgstr "成功隱藏回覆" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "擧報動態源" msgid "Report list" msgstr "擧報清單" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "擧報訊息" @@ -9783,9 +10058,9 @@ msgstr "{reposter} 所轉發" msgid "Reposted by you" msgstr "你所轉發" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "轉發" @@ -9793,9 +10068,9 @@ msgstr "轉發" msgid "Reposts of this post" msgstr "轉發呢條帖文" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "轉發你轉發嘅帖文" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "取得驗證碼" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "已忽略申請。" +msgid "Request rejected." +msgstr "已拒絕申請。" #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "已送出申請" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "邀請" @@ -9934,9 +10209,9 @@ msgstr "試多次執行上一個出錯誤嘅動作" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "儲存出世日期" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "儲存變更" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "係咪要儲存變更?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "儲存草稿" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "係咪要儲存草稿?" @@ -10089,8 +10364,8 @@ msgstr "已儲存到你嘅動態源度" msgid "Say hello!" msgstr "Say 哈嘍!" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "試吓同其他人 say 哈佬啦" @@ -10120,9 +10395,9 @@ msgstr "向左捲動" msgid "Scroll right" msgstr "向右捲動" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "轆到回覆嘅訊息度" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "轆到去頂部" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "搵嘢" @@ -10186,17 +10464,13 @@ msgstr "搵更多動態源" msgid "Search for people" msgstr "搵用戶" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "搵帖文、用戶或動態源" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "搵 GIF" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "未登入狀態用唔到搵嘢功能" @@ -10225,6 +10499,10 @@ msgstr "搵帖文" msgid "Search profiles" msgstr "搵個人檔案" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "要搵嘅字" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "搵……" @@ -10319,7 +10597,7 @@ msgstr "揀選一個理由" msgid "Select account" msgstr "揀選帳號" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "揀選應用程式語言" @@ -10357,6 +10635,11 @@ msgstr "揀選內容語言" msgid "Select duration" msgstr "揀選時長" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "揀選篩選類型(目前:{0})" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "喺而家有嘅帳號度揀" @@ -10388,7 +10671,7 @@ msgstr "揀選羣組傾偈成員" msgid "Select how long to mute this word for." msgstr "揀選靜音將呢個字詞要幾耐。" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "喺下低揀選啱你心水嘅選項" msgid "Select your preferred language for translations in your feed." msgstr "揀選你喺訂閱嘅動態源度要翻譯嘅目標語言" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "揀選你想要嘅通知類型" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "唔支援揀選多種媒體類型。" @@ -10491,8 +10774,7 @@ msgstr "提交錯誤報告" msgid "Send feedback" msgstr "提交意見" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "傳送訊息" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "透過私訊傳送" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "傳送於 {0}" @@ -10574,7 +10856,7 @@ msgstr "設定電郵嚟重設密碼" msgid "Settings" msgstr "設定" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "嚟自其他人嘅動態通知設定" @@ -10582,39 +10864,49 @@ msgstr "嚟自其他人嘅動態通知設定" msgid "Settings for allowing others to be notified of your posts" msgstr "允許其他人接收你出新貼通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "讚好通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "提及通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "新擁躉通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "其他通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "轉發嘅讚好通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "新訊息請求嘅通知設定" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "新訊息嘅通知設定" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "轉發嘅轉發通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "引用通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "回覆通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "轉發通知設定" @@ -10684,6 +10976,11 @@ msgstr "分享我嘅個人檔案" msgid "Share post at:// URI" msgstr "分享帖文 at:// 連結" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "分享個人檔案" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "分享 QR code" msgid "Share this feed" msgstr "分享呢個動態源" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "分享此搵嘢結果" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "分享呢個新手包" @@ -10726,7 +11027,7 @@ msgstr "共用偏好測試器" msgid "Show" msgstr "顯示" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "顯示替代文字" @@ -10864,13 +11165,13 @@ msgstr "顯示內容" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "需要登入" msgid "Signed in as @{0}" msgstr "用 @{0} 身份登入" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "由" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "跳過" msgid "Skip contact sharing and continue to the app" msgstr "跳過分享聯絡人兼繼續使用應用程式" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "跳過空白帖文?" @@ -10980,7 +11286,7 @@ msgstr "跳過介紹直接開始使用你嘅帳號" msgid "Skip to next step" msgstr "跳到下一步" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "幻燈片" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "有人離開咗羣組" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "有人畀咗個 {0} 反應" @@ -11223,7 +11529,7 @@ msgstr "狀態頁面" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "第 {0} 步(共 {1} 步)" @@ -11295,11 +11601,11 @@ msgstr "訂閱 @ {0} 去用呢啲標記:" msgid "Subscribe to account activity" msgstr "訂閱帳號動態" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "訂閱標記服務" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "訂閱呢個標記服務" @@ -11345,6 +11651,10 @@ msgstr "估你心水" msgid "Suggestive" msgstr "性暗示" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "陽光" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11367,11 +11677,11 @@ msgstr "您所在國家而家未支援呢個功能!唔該遲啲過嚟睇睇。 #: src/components/dms/dialogs/NewChatDialog.tsx:98 msgid "Suspended accounts cannot participate in a group chat." -msgstr "" +msgstr "已停權嘅帳號唔得參與羣組傾偈。" #: src/components/dms/dialogs/NewChatDialog.tsx:60 msgid "Suspended accounts cannot participate in chat." -msgstr "" +msgstr "已停權嘅帳號唔得參與傾偈。" #: src/components/dialogs/SwitchAccount.tsx:47 #: src/components/dialogs/SwitchAccount.tsx:50 @@ -11411,13 +11721,13 @@ msgstr "只限標籤" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:184 msgid "Take the conversation private." -msgstr "" +msgstr "轉做私密對話。" #: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "撳下低「允許」掣允許 Bluesky 取用你嘅位置資訊,我哋會用佢去更準確噉確定你身處地區可用內容同功能。" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "撳去睇詳細資訊" @@ -11441,11 +11751,11 @@ msgstr "撳吓即表示你瞭解同同意呢啲更新,兼繼續使用 Bluesky" #: src/components/ContextMenu/Backdrop.ios.tsx:80 #: src/components/ContextMenu/Backdrop.tsx:46 msgid "Tap to close context menu" -msgstr "撳吓即閂咗內容選單" +msgstr "撳吓閂咗內容選單" #: src/components/dms/ChatInvite/Root.tsx:92 msgid "Tap to copy this invite link" -msgstr "" +msgstr "撳吓複製此邀請連結" #: src/components/ProgressGuide/Toast.tsx:163 msgid "Tap to dismiss" @@ -11454,11 +11764,11 @@ msgstr "撳吓即跳過" #: src/components/dms/ChatInvite/Root.tsx:140 #: src/components/intents/GroupChatJoinDialog.tsx:469 msgid "Tap to join this group chat immediately" -msgstr "" +msgstr "撳吓即刻加入羣組傾偈" #: src/components/dms/ChatInvite/Root.tsx:105 msgid "Tap to open this group chat" -msgstr "" +msgstr "撳吓打開此羣組傾偈" #: src/components/dms/ReactionsDialog.tsx:200 msgid "Tap to remove" @@ -11472,9 +11782,9 @@ msgstr "撳吓移除你嘅 {0} 反應" #: src/components/dms/ChatInvite/Root.tsx:139 #: src/components/intents/GroupChatJoinDialog.tsx:468 msgid "Tap to request access to join this group chat" -msgstr "" +msgstr "撳吓申請加入此羣組傾偈" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "撳吓試多次" @@ -11487,7 +11797,7 @@ msgstr "撳吓顯示 {0} 反應" msgid "Tap to show all reactions" msgstr "撳吓顯示所有反應" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "撳吓顯示反應" @@ -11659,7 +11969,7 @@ msgstr "你所在地區嘅法例需要先驗證你係成年人,先至可以喺 #: src/components/intents/GroupChatJoinDialog.tsx:165 #: src/screens/Messages/JoinRequests.tsx:205 msgid "The member limit has been reached." -msgstr "" +msgstr "已達到羣組成員上限。" #: src/view/com/composer/select-language/SuggestedLanguage.tsx:400 msgid "The post you’re replying to was marked as being written in {suggestedLanguageName} by its author. Would you like to reply in <0>{suggestedLanguageName}?" @@ -11669,10 +11979,10 @@ msgstr "你覆緊嘅帖文,發布者標記咗係用 {suggestedLanguageName} msgid "The Privacy Policy has been moved to <0/>" msgstr "私隱政策擺咗去 <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." -msgstr "" +msgstr "你揀中嘅影片大過 {VIDEO_MAX_SIZE_MB} MB,請用細啲嘅檔案試多次。" #: src/lib/hooks/useCleanError.ts:41 #: src/lib/strings/errors.ts:19 @@ -11715,7 +12025,7 @@ msgstr "受變更出世日期次數限制,你可能需要等一兩日先可以 #: src/screens/Messages/components/InviteLinkDialog.tsx:519 msgid "There is no invite link for this group chat." -msgstr "" +msgstr "此羣組傾偈冇任何邀請連結。" #: src/screens/Settings/components/DeactivateAccountDialog.tsx:86 msgid "There is no time limit for account deactivation, come back any time." @@ -11724,7 +12034,7 @@ msgstr "帳號停用冇時間限制,幾時用返你話事。" #. Body message of the error screen shown when the GIF provider request fails. Encourages the user to retry. #: src/features/gifPicker/components/GifPickerPlaceholder.tsx:56 msgid "There was a problem loading GIFs. Check your connection and try again." -msgstr "" +msgstr "載入 GIF 嗰陣出咗問題。請檢查網絡連線狀態,跟住試多次。" #: src/components/contacts/screens/GetContacts.tsx:147 #: src/components/intents/GroupChatJoinDialog.tsx:149 @@ -11832,17 +12142,32 @@ msgstr "Bluesky 家陣有一大班人加入!我哋會盡快啓用你嘅帳號 msgid "These are your default settings" msgstr "呢啲係你嘅預設設定" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "呢啲網域" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "呢啲標籤" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "呢啲設定淨係俾「Following」動態源用。" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "呢啲網址" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" -msgstr "" +msgstr "佢哋此傾偈嘅擁有者" #: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They won’t be able to rejoin unless you invite them again." -msgstr "" +msgstr "除非你再次邀請,否則佢哋加唔返入嚟。" #: src/components/moderation/ScreenHider.tsx:118 msgid "This {screenDescription} has been flagged:" @@ -11892,22 +12217,22 @@ msgstr "呢粒掣方便其他人打開 Germ DM 向你傳送訊息。你可以喺 #: src/screens/Messages/components/ChatEnded.tsx:48 msgid "This chat has ended" -msgstr "" +msgstr "此傾偈已經傾完" #: src/components/dms/ChatInvite/Root.tsx:122 #: src/components/intents/GroupChatJoinDialog.tsx:301 msgid "This chat is full" -msgstr "" +msgstr "此傾偈已經滿人" #: src/screens/Messages/components/ChatListItem.tsx:377 #: src/screens/Messages/components/ChatLocked.tsx:69 msgid "This chat is locked" -msgstr "" +msgstr "此傾偈已鎖定" #: src/screens/Messages/components/ChatLocked.tsx:45 #: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" -msgstr "" +msgstr "此傾偈已被系統審覈鎖定" #: src/screens/Messages/components/MessageListError.tsx:17 msgid "This chat was disconnected" @@ -11945,7 +12270,7 @@ msgstr "呢個內容要你有 Bluesky 帳號先至睇到。" #: src/components/intents/GroupChatJoinDialog.tsx:151 msgid "This conversation is locked." -msgstr "" +msgstr "此對話已鎖定。" #: src/screens/Messages/components/ChatListItem.tsx:156 msgid "This conversation is with a deleted or a deactivated account. Press for options" @@ -11959,6 +12284,11 @@ msgstr "呢份草稿將會永久刪除。" msgid "This email is already associated with your account." msgstr "呢個電郵經已綁定咗你嘅帳號。" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "直程一樣嘅字句" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "呢個功能可以畀其他用戶喺你出新帖或回覆嗰陣收到通知。你想開畀邊啲人?" @@ -11995,7 +12325,7 @@ msgstr "呢個動態源唔再用到,我哋改成顯示 <0>Discover。" #: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" -msgstr "" +msgstr "基於擁有者被系統審核鎖定原因,此羣組已鎖定" #: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "This handle is reserved. Please try a different one." @@ -12063,13 +12393,13 @@ msgstr "呢份清單度得個吉。" msgid "This message is hidden" msgstr "此訊息已隱藏" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "事緣此用戶封鎖咗你,此訊息已隱藏。" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "事緣你封鎖咗此用戶,此訊息已隱藏。" @@ -12079,7 +12409,7 @@ msgstr "呢個內容審覈服務用唔到,留意下低瞭解更多資訊。若 #: src/components/moderation/ModerationDetailsDialog.tsx:161 msgid "This moderation was applied to the entire user account and will appear on all posts." -msgstr "" +msgstr "此內容審覈規則已套用於成個用戶帳號,並會顯示於所有帖文度。" #: src/components/dms/MessagesListBlockedFooter.tsx:84 msgid "This person is blocking you" @@ -12107,7 +12437,7 @@ msgstr "呢條帖文經已俾發布者刪除" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "呢條帖文將會喺討論串同動態源度隱藏,呢個操作冇得取消。" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "呢條帖文嘅發布者唔俾人引用。" @@ -12122,7 +12452,7 @@ msgstr "呢個回覆會摺疊到你討論串下底嘅隱藏部分,兼且會爲 #: src/screens/Messages/ConversationSettings/index.tsx:156 #: src/screens/Messages/JoinRequests.tsx:111 msgid "This screen is only available for group conversations." -msgstr "" +msgstr "此畫面只適用於羣組對話。" #: src/screens/Signup/StepInfo/Policies.tsx:32 msgid "This service has not provided terms of service or a privacy policy." @@ -12150,7 +12480,7 @@ msgstr "呢個用戶仲未有人跟佢。" #: src/components/dms/dialogs/NewChatDialog.tsx:64 msgid "This user has blocked you and cannot be messaged." -msgstr "" +msgstr "呢個用戶封鎖咗你,唔得傳送訊息。" #: src/components/moderation/ModerationDetailsDialog.tsx:83 #: src/lib/moderation/useModerationCauseDescription.ts:76 @@ -12159,7 +12489,7 @@ msgstr "呢個用戶封鎖咗你,你冇得睇佢發嘅內容。" #: src/components/dms/dialogs/NewChatDialog.tsx:68 msgid "This user has disabled chat and cannot be messaged." -msgstr "" +msgstr "呢個用戶停用咗傾偈功能,唔得傳送訊息。" #: src/lib/moderation/useGlobalLabelStrings.ts:30 msgid "This user has requested that their content only be shown to signed-in users." @@ -12185,7 +12515,7 @@ msgstr "呢個用戶未有跟過任何人。" #: src/components/Post/Embed/VideoEmbed/index.web.tsx:236 msgid "This video can’t be played on your device. Your browser or system may be missing the required video codecs (H.264/AAC)." -msgstr "" +msgstr "你嘅裝置播放唔到呢條影片,瀏覽器或系統可能唔支援影片解碼器(H.264/AAC)。" #: src/components/dialogs/lists/CreateListFromStarterPackDialog.tsx:157 msgid "This will create a new list with the same name, description, and members as this starter pack." @@ -12271,7 +12601,7 @@ msgstr "今日" msgid "Toggle to enable or disable adult content" msgstr "切換控制啓用或停用成人內容" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "切換聲音" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "聯絡人過多 - 你匯入嘅聯絡人數量經已超過尋找朋友上限" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "至 Hit" @@ -12304,8 +12634,8 @@ msgstr "熱門回覆行先" msgid "Topic" msgstr "話題" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "引戰" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "信任源於人際關係、社羣同共享嘅背景,所以我哋亦都引入咗<0>受信任嘅驗證者:可以直接授予驗證其他帳號嘅組織。" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "試吓搵第啲關鍵字,抑或<0>閱讀點樣使用搵嘢篩選器。" +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "試吓搵第啲關鍵字,或移除部分篩選條件。" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "試吓搵第啲關鍵字。" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12393,14 +12726,14 @@ msgstr "試吓" msgid "TV" msgstr "電視節目" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "暮光" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "雙重驗證(2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "喺呢度輸入你嘅訊息" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "種類:" @@ -12423,7 +12756,7 @@ msgstr "連唔到線到你嘅服務。請檢查你嘅網絡連線狀態,跟住 #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "連唔到線到服務,請檢查你嘅網絡連線狀態。" @@ -12463,7 +12796,7 @@ msgstr "目前用唔到" msgid "Unavailable feed information" msgstr "取用唔到動態源資訊" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12596,7 +12929,7 @@ msgstr "唔再鎖定此羣組傾偈" msgid "Unmute" msgstr "唔再靜音" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "經已唔再固定清單" msgid "Unsnooze email reminder" msgstr "唔再暫停電郵提醒" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "唔再訂閱" @@ -12691,7 +13024,7 @@ msgstr "唔再訂閱" msgid "Unsubscribe from list" msgstr "唔再訂閱清單" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "唔再訂閱呢個標記服務" @@ -12703,10 +13036,15 @@ msgstr "經已喺清單度唔再訂閱" msgid "Unsupported clipboard content" msgstr "唔支援呢種剪貼簿內容" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "唔支援嘅影片類型:{mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "至" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" msgstr "最多 50 人" @@ -12719,7 +13057,7 @@ msgstr "更新" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "更新清單中嘅 {0}" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "更新電郵" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "更新清單" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "喺檔案度上載" msgid "Upload from Library" msgstr "喺相片圖庫度上載" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "上載緊 GIF……" @@ -12805,7 +13143,7 @@ msgstr "上載緊圖片……" msgid "Uploading link thumbnail..." msgstr "上載緊連結縮圖……" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "上載緊條片……" @@ -12852,12 +13190,12 @@ msgstr "用戶" #: src/components/dms/AfterReportDialog.tsx:155 msgctxt "toast" msgid "User blocked" -msgstr "用戶經已封鎖" +msgstr "已封鎖用戶" #: src/components/moderation/ModerationDetailsDialog.tsx:75 #: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" -msgstr "用戶經已封鎖" +msgstr "已封鎖用戶" #. placeholder {0}: cause.source.list.name #: src/lib/moderation/useModerationCauseDescription.ts:56 @@ -13040,12 +13378,12 @@ msgstr "驗證緊……" msgid "Version {0}" msgstr "版本 {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "影片" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "影片處理失敗" @@ -13084,12 +13422,12 @@ msgstr "搵唔到條片。" msgid "Video settings" msgstr "影片設定" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "影片上載成功" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "影片:{0}" @@ -13097,11 +13435,13 @@ msgstr "影片:{0}" msgid "Videos" msgstr "影片" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "影片長度唔得超過 3 分鐘。" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "睇吓" @@ -13143,7 +13483,7 @@ msgstr "睇吓 {publicationTitle}" #: src/components/ProfileHoverCard/index.web.tsx:479 msgid "View blocked user's profile" -msgstr "睇吓被封鎖用戶嘅個人檔案" +msgstr "睇吓已封鎖用戶嘅個人檔案" #: src/screens/Settings/components/ExportCarDialog.tsx:170 msgid "View blogpost for more details" @@ -13190,7 +13530,7 @@ msgstr "睇晒佢哋" msgid "View more trending videos" msgstr "睇多啲時興影片" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "睇吓帖文" @@ -13264,8 +13604,8 @@ msgstr "睇吓你靜音咗嘅帳號" msgid "View your verifications" msgstr "睇吓你嘅認證" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "睇吓完整圖片" @@ -13391,7 +13731,7 @@ msgstr "我哋建議你至少揀兩個啱心水嘅主題。" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "我哋送咗封含有連結嘅電郵去 <0>{0} 度。請撳開佢去完成電郵驗證流程。" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "我哋確定唔到你有冇上載影片權限,唔該試多次。" @@ -13460,7 +13800,7 @@ msgstr "我哋遇到網絡問題,唔該試多次" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "同你介紹 Bluesky 嘅全新驗證機制 —— 驗證標記。" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "我哋非常之高興你加入我哋!" @@ -13477,8 +13817,8 @@ msgstr "對唔住,但係我哋解析唔到呢份清單。若然呢個問題仲 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "對唔住,我哋而家撈唔到你啲靜音字詞。唔該試多次。" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "對唔住,無法完成你嘅搵嘢要求。唔該等多幾分鐘試吓。" @@ -13486,7 +13826,7 @@ msgstr "對唔住,無法完成你嘅搵嘢要求。唔該等多幾分鐘試吓 msgid "We're sorry, you cannot access this screen at this time." msgstr "唔好意思,你目前進入唔到呢個頁面。" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "對唔住!你覆緊嘅帖文經已俾人刪咗。" @@ -13536,8 +13876,13 @@ msgstr "邊啲啱你心水?" msgid "What do you want to call your starter pack?" msgstr "你諗住點嗌你嘅新手包?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "近排點" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "有咩大件事?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "邊啲人可以授權認證?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "大鑊!" @@ -13623,7 +13968,7 @@ msgstr "需要封鎖呢個用戶或離開呢個對話,定一齊執行?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "睇其他草稿之前,你使唔使儲存現有內容先?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "你使唔使儲存現有內容做草稿,留返遲啲再編輯?" @@ -13632,12 +13977,12 @@ msgstr "你使唔使儲存現有內容做草稿,留返遲啲再編輯?" msgid "Write a post" msgstr "撰寫一條帖文" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "撰寫帖文" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "寫低你嘅回覆" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "你身處嘅地區法例要求我哋允許你使用 Bluesky 之前需要驗證你嘅年齡。" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "你封鎖咗 {0}" @@ -13741,7 +14086,7 @@ msgstr "你已開始直播" msgid "You are no longer live" msgstr "你已停止直播" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "你唔得上載影片。" @@ -13786,12 +14131,12 @@ msgstr "你亦都可以匯出你嘅傾偈資料做「JSONL」檔案。呢份檔 msgid "You can always opt out and delete your data" msgstr "你可以隨時選擇退出兼且刪除你嘅資料" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "你可以喺應用程式度嘅傾偈設定揀返通知想唔想有聲" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "無論你揀咗邊個設定,你都可以繼續返之前嘅對話。" @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "你而家可以用你嘅新密碼登入。" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "帖文唔得超過 {MAX_GALLERY_IMAGES, plural, other {# 張圖片}}" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "你淨係可以儲存 1000 字元嘅草稿。" @@ -13821,11 +14166,11 @@ msgstr "你淨係可以儲存 1000 字元嘅草稿。" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "你淨係可以儲存 1000 個字元字嘅草稿。你想唔想喺睇其他草稿之前放棄呢條帖文內容?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "你一次淨係揀得一張 GIF。" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "你一次淨係揀得一條片。" @@ -13838,9 +14183,9 @@ msgid "You can read chat history but can’t send new messages." msgstr "你仍然可以睇到傾偈記錄,但係傳送唔到新訊息。" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." -msgstr "" +msgstr "你最多可以揀 {MAX_GALLERY_IMAGES, plural, other {# 張圖片}}。" #: src/components/interstitials/Trending.tsx:132 #: src/components/interstitials/TrendingVideos.tsx:138 @@ -13849,9 +14194,9 @@ msgid "You can update this later from your settings." msgstr "你可以遲啲喺設定度改返。" #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" -msgstr "" +msgstr "你唔得加入超過 {EMOJI_REACTION_LIMIT, plural, other {# 個 emoji 反應}}" #: src/components/dms/dialogs/NewChatDialog.tsx:105 msgid "You cannot create a group chat yet." @@ -13886,7 +14231,7 @@ msgstr "你係第一個抵達呢度嘅人" #: src/components/intents/GroupChatJoinDialog.tsx:176 msgid "You have been previously removed from this group and can’t join it using this link." -msgstr "" +msgstr "事緣你之前俾人移出咗羣組,唔得再用此邀請連結加入。" #: src/components/moderation/ModerationDetailsDialog.tsx:77 #: src/lib/moderation/useModerationCauseDescription.ts:58 @@ -13958,7 +14303,7 @@ msgstr "你經已成功驗證電郵地址。你而家可以閂咗呢個對話框 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "你暫時經已達到上載影片嘅上限,唔該遲啲試多次。" -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "你呢份草稿有未儲存嘅變更,使唔使儲存咗先?" @@ -14033,7 +14378,7 @@ msgstr "你必須跟住至少 7 個人先至可以生成新手套裝。" msgid "You must grant access to your photo library to save a QR code" msgstr "你必須授予相片圖庫取用權限先至可以儲存 QR code" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "你必須允許取用你嘅媒體內容。" @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "你家陣可能要重新啓用個應用程式。" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "你畀咗個 {0} 反應" @@ -14069,17 +14414,17 @@ msgstr "你向 {target} 畀咗個 {0} 反應" msgid "You recently changed your birthdate" msgstr "你近排變更咗出世日期" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "你覆咗" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "你覆咗 {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "你覆咗自己" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 @@ -14117,11 +14462,11 @@ msgstr "除非獲得邀請,否則無法重新加入。" msgid "You: {message}" msgstr "你:{message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "建立完帳號之後,你就會自動跟啲建議嘅用戶同動態源!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "建立完帳號之後,你就會自動跟啲建議嘅用戶!" @@ -14185,7 +14530,7 @@ msgstr "你經已轆到最㞘。" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "你經已睇晒你嘅動態源喇!去搵更多人嚟跟佢哋啦。" -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "你經已達到儲存草稿數量上限" @@ -14193,15 +14538,19 @@ msgstr "你經已達到儲存草稿數量上限" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "你經已達到請求數上限。唔該遲啲試多次。" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "你已經去到 {MAX_FILTERS, plural, other {# 個篩選條件}} 嘅上限。試吓喺現有嘅篩選器度加多啲條件,唔好再開新嘅喇。" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "你經已轆到頭位。" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "你經已達到每日上載影片嘅上限(總計影片大細過大)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "你經已達到每日上載影片嘅上限(影片數量過多)" @@ -14209,7 +14558,7 @@ msgstr "你經已達到每日上載影片嘅上限(影片數量過多)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "你睇晒所有嘢喇。可能係時候要唞陣先?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "你嘅帳號" @@ -14221,7 +14570,7 @@ msgstr "你嘅帳號經已刪除,有緣再會!✌️" msgid "Your account has been suspended" msgstr "你嘅帳號已被停權" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "你嘅帳號註冊時間太短未畀得你上載影片。唔該遲啲試多次。" @@ -14231,7 +14580,7 @@ msgstr "你嘅帳號建立時間太短" #: src/components/dms/InitiateChatFlow.tsx:732 msgid "Your account must be at least 7 days old to create a new group chat." -msgstr "" +msgstr "你嘅帳號必須建立 7 日以上先可以建立新嘅羣組傾偈。" #: src/screens/Settings/components/ExportCarDialog.tsx:107 msgid "Your account repository, containing all public data records, can be downloaded as a \"CAR\" file. This file does not include media embeds, such as images, or your private data, which must be fetched separately." @@ -14343,7 +14692,7 @@ msgstr "你設定咗嘅靜音字" #: src/screens/Messages/components/InviteLinkDialog.tsx:211 msgid "Your name, avatar, the name of the group chat, and the number of members will be visible to everyone." -msgstr "" +msgstr "你嘅名稱、頭像、羣組傾偈嘅名稱同埋成員數目所有人都可以睇到。" #: src/screens/Settings/components/ChangePasswordDialog.tsx:72 msgid "Your password has been changed successfully! Please use your new password when you sign in to Bluesky from now on." @@ -14353,11 +14702,11 @@ msgstr "你嘅密碼經已變更成功!由而家開始請使用你新嘅密碼 msgid "Your password must be at least 8 characters long." msgstr "你輸入嘅密碼必須至少要 8 個字元。" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "已發布你嘅帖文" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "已發布你嘅帖文" @@ -14378,7 +14727,7 @@ msgstr "你嘅頭像俾其他用戶嘅頭像一圈圈噉圍住" msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "你嘅個人檔案、帖文、動態源同埋清單唔會再畀其他 Bluesky 用戶睇到。你幾時都可以登入重新啓用你嘅帳號。" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "已發布你嘅回覆" @@ -14391,7 +14740,7 @@ msgstr "你嘅擧報會提交去 <0>{0}。" msgid "Your selected interests help us serve you content you care about." msgstr "你揀選嘅心水主題可以幫我哋提供更多你所關注嘅內容。" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "你嘅帖文串包含空白帖文,空白帖文將會跳過,剩低嗰啲帖文會重新整理成帖文串發布。" diff --git a/src/locale/locales/zh-TW/messages.po b/src/locale/locales/zh-TW/messages.po index 94d3c66e7e..16cd8b0ccc 100644 --- a/src/locale/locales/zh-TW/messages.po +++ b/src/locale/locales/zh-TW/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: zh\n" "Project-Id-Version: 49a8cb746fbc2ae5707392ee41ddec4c\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-17 12:23\n" +"PO-Revision-Date: 2026-06-29 16:37\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -23,22 +23,60 @@ msgstr "" msgid "\"{interestsDisplayName}\" category (active)" msgstr "「{interestsDisplayName}」類別(已選取)" -#: src/components/dms/getMessageInfo.ts:123 -#: src/components/dms/MessageItem.tsx:867 -#: src/screens/Messages/components/MessageInputReply.tsx:43 -msgid "(chat invite link)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:862 +msgid "(blocked message hidden)" msgstr "" +#. A reply summary in chat +#: src/components/dms/getMessageInfo.ts:123 +#: src/components/dms/replyPreview.ts:85 +msgid "(chat invite link)" +msgstr "(對話邀請連結)" + #: src/components/dms/getMessageInfo.ts:105 -#: src/components/dms/MessageItem.tsx:869 -#: src/screens/Messages/components/MessageInputReply.tsx:45 msgid "(contains embedded content)" msgstr "(包含嵌入內容)" +#. A reply summary in chat +#: src/components/dms/MessageItem.tsx:870 +msgid "(deleted message)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:68 +msgid "(disabled chat invite link)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:77 +msgid "(invalid chat invite link)" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:76 msgid "(no email)" msgstr "(沒有電子信箱)" +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:107 +msgid "(no text)" +msgstr "" + +#. A reply summary in chat +#: src/components/dms/replyPreview.ts:99 +msgid "(quoted post)" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:63 +msgid "{0, plural, one {# account label} other {# account labels}}" +msgstr "" + +#. placeholder {0}: labels.length +#: src/components/moderation/LabelsOnMe.tsx:69 +msgid "{0, plural, one {# content label} other {# content labels}}" +msgstr "" + #. placeholder {0}: diff.value #: src/lib/hooks/useTimeAgo.ts:169 msgid "{0, plural, one {# day} other {# days}}" @@ -64,16 +102,6 @@ msgstr "{0, plural, other {找到了 # 個朋友!}}" msgid "{0, plural, one {# hour} other {# hours}}" msgstr "{0, plural, one {# 小時} other {# 小時}}" -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:63 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this account" -msgstr "該帳號有 {0, plural, one {# 個標記} other {# 個標記}}" - -#. placeholder {0}: labels.length -#: src/components/moderation/LabelsOnMe.tsx:72 -msgid "{0, plural, one {# label has} other {# labels have}} been placed on this content" -msgstr "該內容有 {0, plural, one {# 個標記} other {# 個標記}}" - #. placeholder {0}: likeCount ?? 0 #: src/screens/Post/PostLikedBy.tsx:34 msgid "{0, plural, one {# like} other {# likes}}" @@ -101,7 +129,7 @@ msgstr "{0, plural, other {# 個新的加入申請}}" #. placeholder {0}: reactions.length #. placeholder {1}: groupedReactions.map(g => g.value).join(' ') -#: src/components/dms/MessageItem.tsx:350 +#: src/components/dms/MessageItem.tsx:351 msgid "{0, plural, one {# person} other {# people}} reacted – {1}" msgstr "{0, plural, other {# 個人}}對此做出了 {1} 反應" @@ -122,8 +150,8 @@ msgstr "{0, plural, one {# 秒} other {# 秒}}" #. placeholder {0}: numUnreadMessages.numUnread ?? 0 #. placeholder {0}: numUnreadNotifications ?? 0 -#: src/view/shell/bottom-bar/BottomBar.tsx:245 -#: src/view/shell/bottom-bar/BottomBar.tsx:277 +#: src/view/shell/bottom-bar/BottomBar.tsx:251 +#: src/view/shell/bottom-bar/BottomBar.tsx:283 #: src/view/shell/Drawer.tsx:557 msgid "{0, plural, one {# unread item} other {# unread items}}" msgstr "{0, plural, one {# 則未讀} other {# 則未讀}}" @@ -219,7 +247,7 @@ msgid "{0} following" msgstr "{0} 個跟隨中" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:703 +#: src/components/dms/MessageItem.tsx:704 msgid "{0} is blocking you" msgstr "{0} 已封鎖您" @@ -277,10 +305,16 @@ msgstr "已輸入 {0} 個字元,最多 50 個字元" #. placeholder {0}: createSanitizedDisplayName(memberSender) #. placeholder {1}: reaction.value -#: src/components/dms/MessageItem.tsx:345 +#: src/components/dms/MessageItem.tsx:346 msgid "{0} reacted {1}" msgstr "{0} 做出了 {1} 反應" +#. Accessibility hint for the bottom bar chat icon when the number of unread messages exceeds the cap, with the + symbol already included – for example, 99+ unread items +#. placeholder {0}: numUnreadMessages.numUnread +#: src/view/shell/bottom-bar/BottomBar.tsx:246 +msgid "{0} unread items" +msgstr "" + #. placeholder {0}: action.displayName #: src/components/dms/getSystemMessageInfo.ts:57 msgid "{0} was added" @@ -301,6 +335,12 @@ msgstr "{0} 被移出了" msgid "{0} was removed from the group" msgstr "{0} 已被移出群組" +#. List formatting: {0}, {1}, {2} +#. placeholder {0}: link(lang) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:118 +msgid "{0}, " +msgstr "" + #. placeholder {0}: createSanitizedDisplayName(members[0]) #. placeholder {1}: createSanitizedDisplayName(members[1]) #: src/screens/Messages/ConversationSettings/AddMembersLink.tsx:49 @@ -333,7 +373,7 @@ msgstr "「{0}」的大頭貼照" #: src/screens/Messages/JoinRequest.tsx:139 msgctxt "group-chat-member-count" msgid "{0}/{1}" -msgstr "" +msgstr "{0}/{1}" #. The number of members in a group chat, in the format '{members}/{total} members'. #. The number of members in a group chat, in the format '{members}/{total} members'. @@ -350,9 +390,21 @@ msgstr "{0}/{1} {2, plural, other {個成員}}" #. Badge showing the current image position out of the total number of images in a gallery. #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:526 +#: src/components/images/Gallery/index.tsx:521 msgctxt "gallery-badge-image-position-numbers" msgid "{0}/{imageCount}" +msgstr "{0}/{imageCount}" + +#. Displayed when the number of requests exceeds the cap – for example, 99+ requests +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:55 +msgid "{0}+" +msgstr "" + +#. Displayed when the number of requests exceeds the cap +#. placeholder {0}: UNREAD_REQUEST_CAP - 1 +#: src/screens/Messages/components/InboxRequests.tsx:30 +msgid "{0}+ requests" msgstr "" #. How many days have passed, displayed in a narrow form @@ -391,7 +443,7 @@ msgstr "{count, plural, other {# 則對話更新}}" msgid "{count, plural, one {# new join request} other {# new join requests}}" msgstr "{count, plural, other {# 個加入申請}}" -#: src/screens/Messages/components/InboxRequests.tsx:36 +#: src/screens/Messages/components/InboxRequests.tsx:34 msgid "{count, plural, one {# request} other {# requests}}" msgstr "{count, plural, other {# 個邀請}}" @@ -421,6 +473,10 @@ msgstr "{estimatedTimeHrs, plural, one {時} other {時}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {分} other {分}}" +#: src/screens/Search/components/SearchHistory.tsx:155 +msgid "{filterCount, plural, one {+# filter} other {+# filters}}" +msgstr "" + #: src/view/com/notifications/NotificationFeedItem.tsx:361 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}跟隨了您" @@ -677,17 +733,17 @@ msgstr "「{profileName}」在 {timeAgoString}前使用新手包加入了 Bluesk msgid "{rank}." msgstr "{rank}." -#: src/components/dms/MessageItem.tsx:813 +#: src/components/dms/MessageItem.tsx:814 msgid "{replierDisplayName} replied" -msgstr "" +msgstr "{replierDisplayName} 回覆了" -#: src/components/dms/MessageItem.tsx:809 +#: src/components/dms/MessageItem.tsx:810 msgid "{replierDisplayName} replied to {originalName}" -msgstr "" +msgstr "{replierDisplayName} 回覆了 {originalName}" -#: src/components/dms/MessageItem.tsx:807 +#: src/components/dms/MessageItem.tsx:808 msgid "{replierDisplayName} replied to you" -msgstr "" +msgstr "{replierDisplayName} 回覆了您" #. The number of requests to join a group chat. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:61 @@ -721,7 +777,7 @@ msgstr "{userName} 的驗證" #. placeholder {0}: totalNumber - 3 #: src/view/com/composer/ComposerReplyTo.tsx:278 msgid "+{0}" -msgstr "" +msgstr "+{0}" #. Indicates the number of additional profiles are in the Starter Pack e.g. +12 #: src/screens/Search/components/StarterPackCard.tsx:250 @@ -808,7 +864,7 @@ msgid "<0>{displayName}<1/><2> added you" msgstr "<0>{displayName}<1/><2> 已將您加入" #: src/screens/Hashtag.tsx:226 -#: src/screens/Search/SearchResults.tsx:315 +#: src/screens/Search/SearchResults.tsx:432 msgid "<0>Sign in<1> or <2>create an account<3> <4>to search for news, sports, politics, and everything else happening on Bluesky." msgstr "<0>登入<1>或<2>建立帳號<3><4>即可在 Bluesky 上搜尋有關新聞、體育、政治等新鮮事。" @@ -825,16 +881,6 @@ msgstr "<0>您和<1> <2>{0} 已包含在您的新手包中" msgid "⚠Invalid Handle" msgstr "⚠無效的帳號代碼" -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:57 -msgid "10+" -msgstr "" - -#. Displayed when the number of requests is greater than 10 -#: src/screens/Messages/components/InboxRequests.tsx:32 -msgid "10+ requests" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:202 #: src/components/dialogs/MutedWords.tsx:551 #: src/components/dialogs/MutedWords.tsx:554 @@ -952,11 +998,6 @@ msgstr "接受邀請" msgid "Accept this language suggestion" msgstr "套用此建議語言" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:186 -msgid "Accepted conversations" -msgstr "已接受的對話" - #: src/components/intents/GroupChatJoinDialog.tsx:119 msgid "Access requested! The group owner will review your request." msgstr "已送出申請!請靜待擁有者確認以加入群組。" @@ -1050,9 +1091,9 @@ msgstr "成功取消靜音帳號" msgid "Accounts with a scalloped blue check mark <0><1/> can verify others. These trusted verifiers are selected by Bluesky." msgstr "帶有扇形藍色勾號徽章的帳號<0><1/>可以對其他帳號授予驗證。這些可靠的驗證者由 Bluesky 官方親自挑選。" -#: src/lib/hooks/useNotificationHandler.ts:216 -#: src/screens/Settings/NotificationSettings/index.tsx:204 -#: src/screens/Settings/NotificationSettings/index.tsx:309 +#: src/lib/hooks/useNotificationHandler.ts:214 +#: src/screens/Settings/NotificationSettings/index.tsx:214 +#: src/screens/Settings/NotificationSettings/index.tsx:353 msgid "Activity from others" msgstr "來自其他人的動態" @@ -1108,6 +1149,10 @@ msgstr "新增替代文字" msgid "Add alt text (optional)" msgstr "新增替代文字(選填)" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:449 +msgid "Add an additional search filter" +msgstr "" + #: src/screens/Settings/Settings.tsx:575 #: src/screens/Settings/Settings.tsx:578 #: src/view/shell/desktop/LeftNav.tsx:276 @@ -1115,11 +1160,11 @@ msgstr "新增替代文字(選填)" msgid "Add another account" msgstr "新增其他帳號" -#: src/view/com/composer/Composer.tsx:1518 +#: src/view/com/composer/Composer.tsx:1605 msgid "Add another post" msgstr "加入另一則貼文" -#: src/view/com/composer/Composer.tsx:2181 +#: src/view/com/composer/Composer.tsx:2271 msgid "Add another post to thread" msgstr "新增另一則貼文至討論串" @@ -1141,6 +1186,10 @@ msgstr "加入自動化標記到此帳號" msgid "Add emoji reaction" msgstr "加入表情符號反應" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:457 +msgid "Add filter" +msgstr "" + #: src/components/dms/AddMembersFlow.tsx:492 msgid "Add group chat members" msgstr "加入群組對話成員" @@ -1150,7 +1199,7 @@ msgid "Add image" msgstr "新增圖片" #. Accessibility label for button in composer to add images, a video, or a GIF to a post -#: src/view/com/composer/SelectMediaButton.tsx:505 +#: src/view/com/composer/SelectMediaButton.tsx:511 msgid "Add media to post" msgstr "加入媒體到貼文" @@ -1191,7 +1240,7 @@ msgstr "將用戶新增至列表" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:191 msgid "Add people with a link" -msgstr "" +msgstr "透過邀請連結新增用戶" #: src/components/dms/EmojiPopup.android.tsx:56 msgid "Add Reaction" @@ -1312,6 +1361,11 @@ msgstr "成人性虐待內容" msgid "Advanced" msgstr "進階設定" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:76 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:252 +msgid "Advanced search" +msgstr "" + #: src/components/ageAssurance/AgeAssuranceBadge.tsx:42 msgid "Age Assurance" msgstr "年齡驗證" @@ -1337,6 +1391,7 @@ msgstr "alice@example.com" #. the default tab in the interests tab bar #: src/components/dms/ReactionsDialog.tsx:292 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:201 +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:26 #: src/view/screens/Notifications.tsx:86 msgid "All" msgstr "全部" @@ -1357,9 +1412,9 @@ msgid "All friends followed!" msgstr "成功跟隨所有朋友!" #: src/components/dialogs/LanguageSelectDialog.tsx:255 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:65 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:100 -#: src/screens/Search/components/SearchLanguageDropdown.tsx:102 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:73 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:122 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:124 msgid "All languages" msgstr "全部語言" @@ -1367,6 +1422,15 @@ msgstr "全部語言" msgid "All languages will be shown in your feeds." msgstr "系統會在您的動態顯示所有語言的內容。" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:259 +msgid "All of these words" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:27 +msgid "All posts" +msgstr "" + #: src/view/screens/Feeds.tsx:700 msgid "All the feeds you've saved, right in one place." msgstr "以下是您儲存的動態源。" @@ -1380,13 +1444,13 @@ msgstr "允許存取您的私人訊息" msgid "Allow anyone to reply" msgstr "允許任何人回覆" -#: src/screens/Messages/Settings.tsx:143 -#: src/screens/Messages/Settings.tsx:158 +#: src/screens/Messages/Settings.tsx:156 +#: src/screens/Messages/Settings.tsx:171 msgid "Allow direct messages from" msgstr "允許這些人向您發起對話" -#: src/screens/Messages/Settings.tsx:189 -#: src/screens/Messages/Settings.tsx:211 +#: src/screens/Messages/Settings.tsx:202 +#: src/screens/Messages/Settings.tsx:224 msgid "Allow group chat invites from" msgstr "允許這些人向您發起群組對話邀請" @@ -1440,10 +1504,10 @@ msgstr "已經有帳號了?" msgid "Already signed in as @{0}" msgstr "已經以 @{0} 的身分登入" -#: src/components/images/AutoSizedImage.tsx:204 -#: src/components/images/Gallery/index.tsx:588 -#: src/components/images/ImageLayoutGridItem.tsx:142 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:94 +#: src/components/AltBadgeWithDialog.tsx:76 +#: src/components/images/AutoSizedImage.tsx:205 +#: src/components/images/Gallery/index.tsx:585 +#: src/components/images/ImageLayoutGridItem.tsx:135 #: src/view/com/composer/GifAltText.tsx:100 #: src/view/com/composer/photos/Gallery.tsx:211 msgid "ALT" @@ -1459,7 +1523,7 @@ msgstr "替代文字" msgid "Alt text" msgstr "替代文字" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:100 +#: src/components/AltBadgeWithDialog.tsx:83 msgid "Alt Text" msgstr "替代文字" @@ -1489,7 +1553,7 @@ msgstr "發生錯誤" msgid "An error occurred" msgstr "發生錯誤" -#: src/view/com/composer/state/video.ts:401 +#: src/view/com/composer/state/video.ts:432 msgid "An error occurred while compressing the video." msgstr "壓縮影片時發生錯誤。" @@ -1535,11 +1599,11 @@ msgstr "儲存 QR Code 時發生錯誤!" msgid "An error occurred while trying to follow all" msgstr "跟隨所有帳號時發生錯誤" -#: src/view/com/composer/state/video.ts:453 +#: src/view/com/composer/state/video.ts:484 msgid "An error occurred while uploading the video. {message}" msgstr "上傳影片時發生錯誤。{message}" -#: src/view/com/composer/state/video.ts:445 +#: src/view/com/composer/state/video.ts:476 msgid "An error occurred while uploading the video. Please check your internet connection and try again." msgstr "上傳影片時發生錯誤,請檢查您的網路連線狀態,然後再試一次。" @@ -1561,7 +1625,7 @@ msgstr "Bluesky 的幾則貼文插圖,旁邊還有轉發、喜歡和留言圖 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:111 msgid "An illustration of the Bluesky app with a paper airplane flying out of it, representing inviting friends" -msgstr "" +msgstr "一張 Bluesky 應用程式的插圖,有一架紙飛機從中飛出,象徵著邀請朋友" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:86 #: src/components/verification/VerifierDialog.tsx:88 @@ -1626,7 +1690,7 @@ msgstr "虐待動物" msgid "Animals" msgstr "動物" -#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:97 +#: src/components/Post/Embed/ExternalEmbed/Gif.tsx:85 msgid "Animated GIF" msgstr "GIF 動畫" @@ -1638,6 +1702,11 @@ msgstr "公告" msgid "Announcing verification on Bluesky" msgstr "為您介紹 Bluesky 上的驗證機制" +#. Placeholder text for a date picker +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:43 +msgid "Any time" +msgstr "" + #: src/components/dialogs/PostInteractionSettingsDialog.tsx:457 msgid "Anyone" msgstr "任何人" @@ -1781,6 +1850,24 @@ msgstr "已封存的貼文" msgid "Are you really, really sure?" msgstr "您真的確定要繼續嗎?" +#. placeholder {0}: link(languages[0]) +#. placeholder {1}: link(languages[1]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:105 +msgid "Are you searching for posts in {0} or {1}?" +msgstr "" + +#. placeholder {0}: link(languages[0]) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:100 +msgid "Are you searching for posts in {0}?" +msgstr "" + +#. List formatting: {0}, {1}, or {2} +#. placeholder {0}: head.map(lang => ( {link(lang)},{' '} )) +#. placeholder {1}: link(last) +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:115 +msgid "Are you searching for posts in {0}or {1}?" +msgstr "" + #. placeholder {0}: appPassword.name #: src/screens/Settings/AppPasswords.tsx:210 msgid "Are you sure you want to delete the app password \"{0}\"?" @@ -1819,9 +1906,9 @@ msgstr "您確定要將此從您的動態源中移除嗎?" #. placeholder {0}: convoView.name #: src/screens/Messages/components/OutgoingRequestListItem.tsx:116 msgid "Are you sure you want to rescind your request to join {0}?" -msgstr "" +msgstr "您確定要撤回加入 {0} 的申請嗎?" -#: src/view/com/composer/Composer.tsx:1654 +#: src/view/com/composer/Composer.tsx:1741 msgid "Are you sure you'd like to discard this post?" msgstr "您確定要放棄發布這則貼文嗎?" @@ -1904,7 +1991,7 @@ msgstr "可用" #: src/screens/Messages/components/ChatDisabled.tsx:166 #: src/screens/Messages/components/InviteLinkDialog.tsx:276 #: src/screens/Messages/components/InviteLinkDialog.tsx:304 -#: src/screens/Messages/Inbox.tsx:240 +#: src/screens/Messages/Inbox.tsx:233 #: src/screens/Profile/Header/Shell.tsx:174 #: src/screens/Settings/components/ChangePasswordDialog.tsx:273 #: src/screens/Settings/components/ChangePasswordDialog.tsx:282 @@ -1915,7 +2002,7 @@ msgstr "可用" msgid "Back" msgstr "返回" -#: src/screens/Messages/Inbox.tsx:239 +#: src/screens/Messages/Inbox.tsx:232 msgid "Back to Chats" msgstr "返回對話" @@ -1961,10 +2048,10 @@ msgstr "在您開始接收 {name} 的貼文通知之前,您必須先驗證您 #: src/components/dms/dialogs/NewChatDialog.tsx:155 #: src/components/dms/MessageProfileButton.tsx:60 -#: src/screens/Messages/ChatList.tsx:155 -#: src/screens/Messages/ChatList.tsx:173 -#: src/screens/Messages/ChatList.tsx:274 -#: src/screens/Messages/ChatList.tsx:527 +#: src/screens/Messages/ChatList.tsx:166 +#: src/screens/Messages/ChatList.tsx:184 +#: src/screens/Messages/ChatList.tsx:285 +#: src/screens/Messages/ChatList.tsx:541 #: src/screens/Messages/Conversation.tsx:203 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:99 msgid "Before you can message another user, you must first verify your email." @@ -2070,7 +2157,7 @@ msgstr "封鎖此帳號或刪除整個對話(複選)" msgid "Block user and/or leave this conversation" msgstr "封鎖此帳號或退出對話(複選)" -#: src/components/Post/Embed/index.tsx:216 +#: src/components/Post/Embed/index.tsx:212 msgid "Blocked" msgstr "已被封鎖" @@ -2091,10 +2178,6 @@ msgstr "被封鎖的帳號無法在您的討論串中回覆、提及您,或以 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." msgstr "被封鎖的帳號無法在您的討論串中回覆、提及您,或以其他方式與您互動。您將看不到他們的內容,他們也會被阻止看到您的內容。" -#: src/components/dms/MessageItem.tsx:860 -msgid "Blocked message hidden" -msgstr "" - #: src/screens/Profile/Sections/Labels.tsx:203 msgid "Blocking does not prevent this labeler from placing labels on your account." msgstr "封鎖該帳號無法阻止其標記您的帳號。" @@ -2111,11 +2194,21 @@ msgstr "封鎖該帳號無法阻止其標記您的帳號,但他將無法在您 msgid "Blog" msgstr "部落格" +#. Advanced search: Examples of hashtags +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:17 +msgid "bloomscrolling booksky" +msgstr "" + #: src/components/dialogs/ServerInput.tsx:144 #: src/components/dialogs/ServerInput.tsx:146 msgid "Bluesky" msgstr "Bluesky" +#. Advanced search: Example of an “all of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:264 +msgid "bluesky atproto" +msgstr "" + #: src/screens/PostThread/components/ThreadItemAnchor.tsx:657 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky 無法確認貼文發布日期的真實性。" @@ -2155,7 +2248,7 @@ msgstr "與朋友一起使用 Bluesky 更有趣。想邀請一些朋友加入嗎 #: src/features/inviteFriends/InviteScannerScreen.tsx:105 msgid "Bluesky needs camera access to scan QR codes from other profiles." -msgstr "" +msgstr "Bluesky 需要相機存取權限,以掃描其他個人檔案的 QR Code。" #: src/screens/Takendown.tsx:213 msgid "Bluesky Social Terms of Service" @@ -2203,7 +2296,7 @@ msgstr "違反網站規定" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:200 msgid "Bring up to 50 friends together in one chat." -msgstr "" +msgstr "在一個對話中最多可容納 50 位朋友。" #: src/view/com/feeds/ProfileFeedgens.tsx:167 #: src/view/com/feeds/ProfileFeedgens.tsx:168 @@ -2276,7 +2369,7 @@ msgstr "來自 {0}" #. placeholder {0}: authorProfile.handle #: src/components/Post/Embed/StandardSiteEmbed/StandardSiteMetaRow.tsx:77 msgid "by @{0}" -msgstr "" +msgstr "來自 @{0}" #. The group chat creator, in the format 'By {displayName}'. #. placeholder {0}: createSanitizedDisplayName( joinLinkPreview.owner, true, moderateProfile(joinLinkPreview.owner, moderationOpts).ui( 'displayName', ), ) @@ -2321,7 +2414,7 @@ msgstr "相機" #: src/features/inviteFriends/InviteScannerScreen.tsx:96 msgid "Camera access needed" -msgstr "" +msgstr "需要相機存取權限" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:213 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:133 @@ -2340,7 +2433,7 @@ msgstr "" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:299 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:175 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:181 -#: src/components/Menu/index.tsx:367 +#: src/components/Menu/index.tsx:373 #: src/components/moderation/BlockDialog.tsx:202 #: src/components/PostControls/RepostButton.tsx:210 #: src/components/Prompt.tsx:152 @@ -2361,7 +2454,8 @@ msgstr "" #: src/screens/Messages/ConversationSettings/prompts.tsx:180 #: src/screens/Profile/Header/EditProfileDialog.tsx:215 #: src/screens/Profile/Header/EditProfileDialog.tsx:223 -#: src/screens/Search/Shell.tsx:405 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:216 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:223 #: src/screens/Settings/AppIconSettings/index.tsx:42 #: src/screens/Settings/AppIconSettings/index.tsx:228 #: src/screens/Settings/components/ChangeHandleDialog.tsx:80 @@ -2371,8 +2465,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:300 #: src/screens/Takendown.tsx:102 #: src/screens/Takendown.tsx:105 -#: src/view/com/composer/Composer.tsx:1732 -#: src/view/com/composer/Composer.tsx:1742 +#: src/view/com/composer/Composer.tsx:1819 +#: src/view/com/composer/Composer.tsx:1829 #: src/view/com/composer/photos/EditImageDialog.web.tsx:44 #: src/view/com/composer/photos/EditImageDialog.web.tsx:53 #: src/view/shell/desktop/LeftNav.tsx:228 @@ -2389,9 +2483,9 @@ msgstr "取消重新啟用並登出" #: src/screens/Messages/components/MessageInputReply.tsx:83 msgid "Cancel reply" -msgstr "" +msgstr "取消回覆" -#: src/screens/Search/Shell.tsx:396 +#: src/screens/Search/Shell.tsx:527 msgid "Cancel search" msgstr "放棄搜尋" @@ -2411,7 +2505,7 @@ msgstr "字幕 (.vtt)" msgid "Captions & alt text" msgstr "字幕和替代文字" -#: src/components/images/Gallery/index.tsx:275 +#: src/components/images/Gallery/index.tsx:273 msgid "carousel" msgstr "輪播" @@ -2435,7 +2529,7 @@ msgstr "變更應用程式圖示" msgid "Change app icon to \"{0}\"" msgstr "將應用程式圖示變更為「{0}」" -#: src/components/AppLanguageDropdown.tsx:40 +#: src/components/AppLanguageDropdown.tsx:41 msgid "Change app language" msgstr "變更應用程式語言" @@ -2518,11 +2612,11 @@ msgstr "對話邀請連結已失效" msgid "Chat locked" msgstr "對話已鎖定" -#: src/lib/hooks/useNotificationHandler.ts:148 +#: src/lib/hooks/useNotificationHandler.ts:146 msgid "Chat messages - silent" msgstr "對話訊息 - 靜音" -#: src/lib/hooks/useNotificationHandler.ts:139 +#: src/lib/hooks/useNotificationHandler.ts:137 msgid "Chat messages - sound" msgstr "對話訊息 - 聲音" @@ -2534,11 +2628,17 @@ msgstr "成功靜音對話" #: src/components/moderation/BlockDialog.tsx:289 #: src/components/moderation/BlockDialog.tsx:317 msgid "Chat not found." +msgstr "找不到對話。" + +#: src/screens/Messages/ChatList.tsx:567 +#: src/screens/Messages/ChatList.tsx:602 +#: src/screens/Messages/ChatList.tsx:640 +msgid "Chat options" msgstr "" #: src/components/moderation/BlockDialog.tsx:293 msgid "Chat owners cannot leave a group chat." -msgstr "" +msgstr "對話擁有者無法離開群組對話。" #: src/components/dms/dialogs/NewChatDialog.tsx:73 msgid "Chat recipient is not followed by the sender." @@ -2548,22 +2648,22 @@ msgstr "訊息接收者沒有被傳送者跟隨。" msgid "Chat request inbox" msgstr "對話邀請收件匣" -#: src/screens/Messages/Inbox.tsx:61 -#: src/screens/Messages/Inbox.tsx:104 +#: src/screens/Messages/Inbox.tsx:62 +#: src/screens/Messages/Inbox.tsx:97 msgid "Chat requests" msgstr "對話邀請" #: src/components/dms/ConvoMenu.tsx:88 #: src/Navigation.tsx:506 -#: src/screens/Messages/ChatList.tsx:84 -#: src/screens/Messages/ChatList.tsx:88 -#: src/screens/Messages/ChatList.tsx:552 -#: src/screens/Messages/ChatList.tsx:583 -#: src/screens/Messages/Settings.tsx:39 +#: src/screens/Messages/ChatList.tsx:95 +#: src/screens/Messages/ChatList.tsx:99 +#: src/screens/Messages/ChatList.tsx:652 +#: src/screens/Messages/ChatList.tsx:662 +#: src/screens/Messages/Settings.tsx:48 msgid "Chat settings" msgstr "對話設定" -#: src/screens/Messages/Settings.tsx:134 +#: src/screens/Messages/Settings.tsx:147 msgid "Chat Settings" msgstr "對話設定" @@ -2585,9 +2685,9 @@ msgctxt "toast" msgid "Chat unmuted" msgstr "成功取消靜音對話" -#: src/screens/Messages/ChatList.tsx:78 -#: src/screens/Messages/ChatList.tsx:539 -#: src/screens/Messages/ChatList.tsx:576 +#: src/screens/Messages/ChatList.tsx:89 +#: src/screens/Messages/ChatList.tsx:553 +#: src/screens/Messages/ChatList.tsx:593 msgid "Chats" msgstr "對話" @@ -2661,10 +2761,16 @@ msgstr "自行設計專屬於您的河道!由社群打造的動態源能協助 msgid "Choose your password" msgstr "設定您的密碼" -#: src/screens/Signup/index.tsx:192 +#: src/screens/Signup/index.tsx:193 msgid "Choose your username" msgstr "選擇您的用戶名稱" +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.native.tsx:73 +#: src/screens/Search/components/AdvancedSearchDialog/AutocompleteInput/index.tsx:110 +#: src/screens/Search/components/AdvancedSearchDialog/ClearableInput.tsx:59 +msgid "Clear" +msgstr "" + #: src/screens/Settings/Settings.tsx:498 msgid "Clear all storage data" msgstr "清除所有資料" @@ -2673,6 +2779,10 @@ msgstr "清除所有資料" msgid "Clear all storage data (restart after this)" msgstr "清除所有資料(並重新啟動)" +#: src/screens/Search/components/AdvancedSearchDialog/ClearableDateField.tsx:70 +msgid "Clear date" +msgstr "" + #. Accessibility label for the X button inside the search input that clears the typed query and returns to the trending feed. #: src/features/gifPicker/components/GifPickerHeader.tsx:67 msgid "Clear GIF search" @@ -2742,7 +2852,7 @@ msgstr "點一下這裡以檢視此群組對話的邀請連結" msgid "Click to open tag menu for {0}" msgstr "點此以開啟 {0} 的標籤選單" -#: src/components/dms/MessageItem.tsx:622 +#: src/components/dms/MessageItem.tsx:623 msgid "Click to retry failed message" msgstr "點此以重新傳送訊息" @@ -2755,6 +2865,7 @@ msgstr "點此以重新傳送訊息" #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:180 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:233 #: src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx:239 +#: src/components/AltBadgeWithDialog.tsx:88 #: src/components/dialogs/LanguageSelectDialog.tsx:359 #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:147 #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:160 @@ -2783,7 +2894,6 @@ msgstr "點此以重新傳送訊息" #: src/components/intents/GroupChatJoinDialog.tsx:281 #: src/components/NewskieDialog.tsx:169 #: src/components/NewskieDialog.tsx:175 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:107 #: src/components/ProgressGuide/FollowDialog.tsx:462 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:122 #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:128 @@ -2822,7 +2932,7 @@ msgstr "關閉橫幅" #: src/components/dialogs/LanguageSelectDialog.tsx:221 #: src/components/dialogs/LanguageSelectDialog.tsx:322 #: src/components/dialogs/LanguageSelectDialog.tsx:354 -#: src/components/dialogs/NotificationSettingsDialog.tsx:94 +#: src/components/dialogs/NotificationSettingsDialog.tsx:102 #: src/components/moderation/BlockDialog.tsx:199 #: src/components/verification/VerificationsDialog.tsx:138 #: src/components/verification/VerifierDialog.tsx:140 @@ -2852,7 +2962,7 @@ msgstr "關閉選單" #: src/features/inviteFriends/InviteScannerScreen.tsx:167 msgid "Close scanner" -msgstr "" +msgstr "關閉掃描器" #: src/screens/Messages/components/RequestStatus.tsx:83 msgid "Close the incoming requests banner" @@ -2862,7 +2972,7 @@ msgstr "關閉加入申請通知橫幅" #: src/components/intents/GroupChatJoinDialog.tsx:240 #: src/components/intents/GroupChatJoinDialog.tsx:276 #: src/components/intents/GroupChatJoinDialog.tsx:277 -#: src/components/Menu/index.tsx:361 +#: src/components/Menu/index.tsx:367 msgid "Close this dialog" msgstr "關閉此對話框" @@ -2874,7 +2984,7 @@ msgstr "關閉歡迎畫面" msgid "Closes password update alert" msgstr "關閉密碼更新警告" -#: src/view/com/composer/Composer.tsx:1740 +#: src/view/com/composer/Composer.tsx:1827 msgid "Closes post composer and discards post draft" msgstr "關閉貼文編輯器並捨棄草稿" @@ -2886,9 +2996,9 @@ msgstr "折疊用戶列表" msgid "Collapses list of users for a given notification" msgstr "折疊指定通知的用戶列表" -#: src/features/inviteFriends/components/ThemePicker.tsx:66 +#: src/features/inviteFriends/components/ThemePicker.tsx:68 msgid "Color" -msgstr "" +msgstr "顏色" #: src/components/dialogs/Embed.tsx:150 #: src/screens/Settings/AppearanceSettings.tsx:81 @@ -2917,7 +3027,7 @@ msgstr "社群準則" msgid "Complete onboarding and start using your account" msgstr "完成入門引導以開始使用您的帳號" -#: src/screens/Signup/index.tsx:194 +#: src/screens/Signup/index.tsx:195 msgid "Complete the challenge" msgstr "完成驗證" @@ -2928,7 +3038,7 @@ msgid "Compose new post" msgstr "撰寫新貼文" #. placeholder {0}: MAX_GRAPHEME_LENGTH || 0 -#: src/view/com/composer/Composer.tsx:1616 +#: src/view/com/composer/Composer.tsx:1703 msgid "Compose posts up to {0, plural, other {# characters}} in length" msgstr "撰寫最多 {0, plural,other {# 個字元}}的貼文" @@ -2936,11 +3046,11 @@ msgstr "撰寫最多 {0, plural,other {# 個字元}}的貼文" msgid "Compose reply" msgstr "撰寫回覆" -#: src/view/com/composer/Composer.tsx:2578 +#: src/view/com/composer/Composer.tsx:2668 msgid "Compressing GIF..." msgstr "正在壓縮 GIF……" -#: src/view/com/composer/Composer.tsx:2580 +#: src/view/com/composer/Composer.tsx:2670 msgid "Compressing video..." msgstr "正在壓縮影片……" @@ -2994,8 +3104,8 @@ msgid "Contact our support team" msgstr "聯絡我們的支援團隊" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:156 -#: src/screens/Signup/index.tsx:233 -#: src/screens/Signup/index.tsx:236 +#: src/screens/Signup/index.tsx:240 +#: src/screens/Signup/index.tsx:243 msgid "Contact support" msgstr "聯絡支援" @@ -3134,8 +3244,12 @@ msgstr "找不到對話。" msgid "Copied build version to clipboard" msgstr "成功複製組建版本號至剪貼簿" +#: src/screens/Search/Shell.tsx:458 +msgid "Copied link to clipboard" +msgstr "" + #: src/components/dms/ChatInvite/Root.tsx:99 -#: src/components/dms/MessageContextMenu.tsx:83 +#: src/components/dms/MessageContextMenu.tsx:97 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:273 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:77 @@ -3156,7 +3270,7 @@ msgstr "複製組建版本號至剪貼簿" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:256 msgid "Copies the canonical profile URL to the clipboard" -msgstr "" +msgstr "複製個人檔案連結到剪貼簿" #: src/components/StarterPack/QrCodeDialog.tsx:198 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:266 @@ -3194,7 +3308,7 @@ msgstr "複製主機名稱 (Host)" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:255 msgid "Copy invite link" -msgstr "" +msgstr "複製邀請連結" #: src/components/dms/ChatInvite/Root.tsx:91 #: src/components/StarterPack/ShareDialog.tsx:115 @@ -3227,8 +3341,8 @@ msgstr "複製個人檔案連結" msgid "Copy link to starter pack" msgstr "複製新手包連結" -#: src/components/dms/MessageContextMenu.tsx:183 -#: src/components/dms/MessageContextMenu.tsx:187 +#: src/components/dms/MessageContextMenu.tsx:198 +#: src/components/dms/MessageContextMenu.tsx:202 msgid "Copy message text" msgstr "複製訊息文字" @@ -3259,7 +3373,7 @@ msgstr "著作權政策" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:80 msgid "Could not capture QR code" -msgstr "" +msgstr "無法掃描 QR Code" #: src/view/com/feeds/MissingFeed.tsx:42 msgid "Could not connect to custom feed" @@ -3271,11 +3385,11 @@ msgstr "無法連線到動態源服務" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:121 msgid "Could not copy – please try again" -msgstr "" +msgstr "無法複製——請再試一次" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:75 msgid "Could not download – please try again" -msgstr "" +msgstr "無法下載——請再試一次" #: src/screens/Messages/components/MessageInputEmbed.tsx:200 msgid "Could not fetch post" @@ -3304,7 +3418,7 @@ msgstr "無法離開對話" #: src/components/moderation/BlockDialog.tsx:285 msgid "Could not leave chat." -msgstr "" +msgstr "無法離開對話。" #: src/screens/Profile/ProfileFeed/index.tsx:73 msgid "Could not load feed" @@ -3318,7 +3432,7 @@ msgstr "無法載入列表" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:170 msgid "Could not load profile" -msgstr "" +msgstr "無法載入個人檔案" #: src/components/dms/ConvoMenu.tsx:212 msgid "Could not mute chat" @@ -3330,7 +3444,7 @@ msgstr "無法處理您的影片" #: src/components/moderation/BlockDialog.tsx:311 msgid "Could not remove member." -msgstr "" +msgstr "無法移除成員。" #. placeholder {0}: cleanError(error) #: src/components/activity-notifications/SubscribeProfileDialog.tsx:295 @@ -3339,9 +3453,9 @@ msgstr "無法儲存這些變更:{0}" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:61 msgid "Could not share – please try again" -msgstr "" +msgstr "無法分享——請再試一次" -#: src/state/queries/notifications/settings.ts:49 +#: src/state/queries/notifications/settings.ts:124 msgid "Could not update notification settings" msgstr "無法更新通知設定" @@ -3363,6 +3477,11 @@ msgstr "無法載入 GIFs" msgid "Country code" msgstr "國家代碼" +#. Advanced search: Example of an “none of these words” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:298 +msgid "cows pigs" +msgstr "" + #. Text on button to create a new starter pack #. Text on button to create a new starter pack #: src/components/dialogs/StarterPackDialog.tsx:113 @@ -3403,11 +3522,11 @@ msgstr "為我產生一個新手包" #: src/components/WelcomeModal.tsx:158 #: src/components/WelcomeModal.tsx:166 #: src/screens/Messages/JoinRequest.tsx:310 -#: src/screens/Signup/index.tsx:135 +#: src/screens/Signup/index.tsx:136 #: src/view/com/auth/SplashScreen.tsx:107 #: src/view/com/auth/SplashScreen.web.tsx:116 -#: src/view/shell/bottom-bar/BottomBar.tsx:345 -#: src/view/shell/bottom-bar/BottomBar.tsx:349 +#: src/view/shell/bottom-bar/BottomBar.tsx:351 +#: src/view/shell/bottom-bar/BottomBar.tsx:355 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:240 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:245 #: src/view/shell/NavSignupCard.tsx:48 @@ -3418,7 +3537,7 @@ msgstr "建立帳號" #: src/components/dialogs/Signin.tsx:87 #: src/components/dialogs/Signin.tsx:89 #: src/screens/Hashtag.tsx:235 -#: src/screens/Search/SearchResults.tsx:321 +#: src/screens/Search/SearchResults.tsx:438 msgid "Create an account" msgstr "建立帳號" @@ -3502,7 +3621,7 @@ msgstr "文化" #: src/components/moderation/BlockDialog.tsx:378 msgid "Current chat" -msgstr "" +msgstr "目前的對話" #: src/components/dialogs/ServerInput.tsx:152 #: src/components/dialogs/ServerInput.tsx:154 @@ -3547,11 +3666,11 @@ msgstr "出生日期" #: src/features/inviteFriends/components/ThemePicker.tsx:28 msgid "Dawn" -msgstr "" +msgstr "黎明" -#: src/features/inviteFriends/components/ThemePicker.tsx:29 +#: src/features/inviteFriends/components/ThemePicker.tsx:30 msgid "Day" -msgstr "" +msgstr "白晝" #: src/screens/Settings/AccountSettings.tsx:179 #: src/screens/Settings/AccountSettings.tsx:184 @@ -3632,7 +3751,7 @@ msgstr "刪除聯絡人" msgid "Delete conversation" msgstr "刪除對話" -#: src/components/dms/MessageContextMenu.tsx:197 +#: src/components/dms/MessageContextMenu.tsx:212 msgid "Delete for me" msgstr "為我刪除" @@ -3645,7 +3764,7 @@ msgstr "刪除列表" msgid "Delete message" msgstr "刪除訊息" -#: src/components/dms/MessageContextMenu.tsx:194 +#: src/components/dms/MessageContextMenu.tsx:209 msgid "Delete message for me" msgstr "為我刪除訊息" @@ -3655,7 +3774,7 @@ msgstr "刪除我的帳號" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:796 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:798 -#: src/view/com/composer/Composer.tsx:1628 +#: src/view/com/composer/Composer.tsx:1715 msgid "Delete post" msgstr "刪除貼文" @@ -3676,7 +3795,7 @@ msgstr "要刪除這個列表嗎?" msgid "Delete this post?" msgstr "要刪除這則貼文嗎?" -#: src/components/Post/Embed/index.tsx:209 +#: src/components/Post/Embed/index.tsx:205 msgid "Deleted" msgstr "已刪除" @@ -3697,10 +3816,6 @@ msgstr "驗證後由 Plivo 刪除" msgid "Deleted list" msgstr "已刪除的列表" -#: src/components/dms/MessageItem.tsx:875 -msgid "Deleted message" -msgstr "" - #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:453 #: src/components/SendErrorReportDialog.tsx:78 #: src/screens/Profile/Header/EditProfileDialog.tsx:360 @@ -3749,6 +3864,10 @@ msgstr "使用裝置端翻譯時發生問題 :(" msgid "Dialog: adjust who can interact with this post" msgstr "對話框:調整哪些人能夠與這則貼文互動" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:247 +msgid "Dialog: Set advanced search options" +msgstr "" + #: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "昏暗" @@ -3806,9 +3925,9 @@ msgstr "停用" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:101 #: src/screens/Profile/Header/EditProfileDialog.tsx:79 -#: src/view/com/composer/Composer.tsx:1411 -#: src/view/com/composer/Composer.tsx:1455 -#: src/view/com/composer/Composer.tsx:1661 +#: src/view/com/composer/Composer.tsx:1495 +#: src/view/com/composer/Composer.tsx:1539 +#: src/view/com/composer/Composer.tsx:1748 #: src/view/com/composer/drafts/DraftItem.tsx:242 #: src/view/com/composer/drafts/DraftsButton.tsx:131 msgid "Discard" @@ -3819,14 +3938,14 @@ msgstr "捨棄" msgid "Discard changes?" msgstr "要放棄變更嗎?" -#: src/view/com/composer/Composer.tsx:1409 +#: src/view/com/composer/Composer.tsx:1493 #: src/view/com/composer/drafts/DraftItem.tsx:239 #: src/view/com/composer/drafts/DraftsButton.tsx:98 msgid "Discard draft?" msgstr "要捨棄草稿嗎?" -#: src/view/com/composer/Composer.tsx:1426 -#: src/view/com/composer/Composer.tsx:1653 +#: src/view/com/composer/Composer.tsx:1510 +#: src/view/com/composer/Composer.tsx:1740 msgid "Discard post?" msgstr "要放棄發布嗎?" @@ -3864,7 +3983,7 @@ msgstr "跳過" msgid "Dismiss banner" msgstr "關閉提示橫幅" -#: src/view/com/composer/Composer.tsx:2499 +#: src/view/com/composer/Composer.tsx:2589 msgid "Dismiss error" msgstr "跳過錯誤" @@ -3891,7 +4010,7 @@ msgstr "忽略此建議" #: src/features/inviteFriends/InviteScannerScreen.tsx:168 msgid "Dismisses the QR scanner" -msgstr "" +msgstr "關閉 QR Code 掃描器" #: src/screens/Settings/AccessibilitySettings.tsx:70 #: src/screens/Settings/AccessibilitySettings.tsx:75 @@ -3954,13 +4073,13 @@ msgstr "不用擔心!您現有的訊息和設定都已儲存,只需驗證您 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:195 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:200 #: src/components/dialogs/LanguageSelectDialog.tsx:327 -#: src/components/dialogs/NotificationSettingsDialog.tsx:98 +#: src/components/dialogs/NotificationSettingsDialog.tsx:106 #: src/components/dialogs/ServerInput.tsx:237 #: src/components/dialogs/ServerInput.tsx:239 #: src/components/dms/AfterReportConversationDialog.tsx:164 #: src/components/dms/AfterReportDialog.tsx:145 -#: src/components/forms/DateField/index.tsx:104 -#: src/components/forms/DateField/index.tsx:110 +#: src/components/forms/DateField/index.tsx:128 +#: src/components/forms/DateField/index.tsx:145 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:147 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:153 #: src/lib/media/picker.tsx:37 @@ -3975,7 +4094,7 @@ msgstr "不用擔心!您現有的訊息和設定都已儲存,只需驗證您 msgid "Done" msgstr "完成" -#: src/components/dms/MessageItem.tsx:520 +#: src/components/dms/MessageItem.tsx:521 msgid "Double tap or long press the message to add a reaction" msgstr "點兩下或長按訊息以加入反應" @@ -3989,7 +4108,7 @@ msgstr "點兩下以表示喜歡" #: src/features/inviteFriends/components/ActionButtons.tsx:36 msgid "Download" -msgstr "" +msgstr "下載" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:329 msgid "Download Bluesky" @@ -4011,7 +4130,7 @@ msgstr "下載圖片" #: src/features/inviteFriends/components/ActionButtons.tsx:31 msgid "Download invite QR code" -msgstr "" +msgstr "下載邀請 QR Code" #: src/screens/Settings/components/ExportCarDialog.tsx:118 msgid "Download profile data" @@ -4045,9 +4164,9 @@ msgstr "受限於當地法律規定,我們必須先確認您已成年,才能 msgid "Duration:" msgstr "持續時間:" -#: src/features/inviteFriends/components/ThemePicker.tsx:30 +#: src/features/inviteFriends/components/ThemePicker.tsx:31 msgid "Dusk" -msgstr "" +msgstr "黃昏" #: src/screens/Settings/components/ChangeHandleDialog.tsx:237 msgid "e.g. alice" @@ -4176,12 +4295,12 @@ msgstr "編輯貼文互動設定" #: src/screens/Profile/Header/EditProfileDialog.tsx:265 #: src/screens/Profile/Header/EditProfileDialog.tsx:271 -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:296 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:350 msgid "Edit profile" msgstr "編輯個人檔案" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:299 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:302 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:352 msgid "Edit Profile" msgstr "編輯個人檔案" @@ -4268,7 +4387,7 @@ msgstr "嵌入貼文" msgid "Embed this post in your website. Simply copy the following snippet and paste it into the HTML code of your website." msgstr "將這則貼文嵌入到您的網站。只需複製以下程式碼片段,並將其貼上到您網站的 HTML 程式碼中即可。" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:61 msgid "Embedded video player" msgstr "嵌入式影片播放器" @@ -4308,8 +4427,8 @@ msgstr "啟用媒體播放器" msgid "Enable notifications for an account by visiting their profile and pressing the <0>bell icon <1/>." msgstr "前往其個人檔案,點一下旁邊的<0>鈴鐺圖示 <1/>,即可接收該帳號的動態通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:114 -#: src/screens/Settings/NotificationSettings/index.tsx:118 +#: src/screens/Settings/NotificationSettings/index.tsx:124 +#: src/screens/Settings/NotificationSettings/index.tsx:128 msgid "Enable push notifications" msgstr "啟用推播通知" @@ -4400,7 +4519,7 @@ msgstr "輸入您的密碼" msgid "Enter your username and password" msgstr "輸入您的用戶名稱和密碼" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:150 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 msgid "Enters full screen" msgstr "進入全螢幕" @@ -4408,7 +4527,7 @@ msgstr "進入全螢幕" msgid "Entertainment" msgstr "娛樂" -#: src/view/com/composer/Composer.tsx:2598 +#: src/view/com/composer/Composer.tsx:2688 #: src/view/com/util/error/ErrorScreen.tsx:40 msgid "Error" msgstr "錯誤" @@ -4438,7 +4557,7 @@ msgstr "儲存檔案時發生錯誤" msgid "Error receiving captcha response." msgstr "取得人機驗證 (Captcha) 回應時發生錯誤。" -#: src/screens/Search/SearchResults.tsx:154 +#: src/screens/Search/SearchResults.tsx:188 msgid "Error: {error}" msgstr "錯誤:{error}" @@ -4450,26 +4569,38 @@ msgstr "所有人都可以回覆" msgid "Everybody can reply to this post." msgstr "所有人都可以回覆這則貼文。" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:22 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:26 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:168 #: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:171 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 msgid "Everyone" msgstr "所有人" -#: src/screens/Messages/Settings.tsx:80 +#: src/screens/Messages/Settings.tsx:93 msgctxt "allow group chat invites from" msgid "Everyone" msgstr "所有人" -#: src/screens/Messages/Settings.tsx:65 +#: src/screens/Messages/Settings.tsx:78 msgctxt "allow messages from" msgid "Everyone" msgstr "所有人" -#: src/screens/Settings/NotificationSettings/index.tsx:243 -#: src/screens/Settings/NotificationSettings/index.tsx:341 +#: src/screens/Settings/NotificationSettings/index.tsx:287 +#: src/screens/Settings/NotificationSettings/index.tsx:389 msgid "Everything else" msgstr "其他內容" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:46 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:57 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:86 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:92 +msgid "Exclude" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:320 msgid "Exclude users you follow" msgstr "排除已跟隨的用戶" @@ -4543,7 +4674,7 @@ msgid "Explicit sexual images." msgstr "露骨的色情圖片。" #: src/Navigation.tsx:751 -#: src/screens/Search/Shell.tsx:362 +#: src/screens/Search/Shell.tsx:495 #: src/view/shell/desktop/LeftNav.tsx:677 #: src/view/shell/Drawer.tsx:473 msgid "Explore" @@ -4554,8 +4685,8 @@ msgstr "探索" msgid "Explore the app" msgstr "探索應用程式" -#: src/screens/Messages/Settings.tsx:267 -#: src/screens/Messages/Settings.tsx:277 +#: src/screens/Messages/Settings.tsx:329 +#: src/screens/Messages/Settings.tsx:338 #: src/screens/Settings/components/ExportCarDialog.tsx:130 msgid "Export my chat data" msgstr "匯出我的對話資料" @@ -4600,10 +4731,10 @@ msgstr "接受對話邀請時發生問題" #: src/screens/Messages/JoinRequests.tsx:190 msgid "Failed to accept join request" -msgstr "無法接受加入申請" +msgstr "接受加入申請時發生問題" #: src/components/dms/ActionsWrapper.web.tsx:92 -#: src/components/dms/MessageContextMenu.tsx:126 +#: src/components/dms/MessageContextMenu.tsx:140 msgid "Failed to add emoji reaction" msgstr "加入表情符號反應時發生問題" @@ -4614,7 +4745,7 @@ msgstr "加入成員時發生問題" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:239 msgid "Failed to add to list" -msgstr "" +msgstr "新增至列表時發生問題" #: src/components/dialogs/StarterPackDialog.tsx:280 msgid "Failed to add to starter pack" @@ -4626,6 +4757,7 @@ msgstr "變更帳號代碼時發生問題,請再試一次。" #: src/components/Lightbox/Lightbox.web.tsx:302 #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:130 +#: src/screens/Search/Shell.tsx:459 msgid "Failed to copy link" msgstr "複製連結時發生問題" @@ -4698,10 +4830,6 @@ msgstr "跟隨您的所有朋友時發生問題,請再試一次" msgid "Failed to hide suggestion, please check your internet connection" msgstr "隱藏建議時發生問題,請檢查您的網路連線狀態" -#: src/screens/Messages/JoinRequests.tsx:223 -msgid "Failed to ignore join request" -msgstr "無法忽略加入申請" - #: src/components/intents/GroupChatJoinDialog.tsx:147 msgid "Failed to join the group chat. Please try again." msgstr "無法加入群組對話,請再試一次。" @@ -4717,8 +4845,8 @@ msgctxt "toast" msgid "Failed to leave group chat" msgstr "離開群組對話時發生問題" -#: src/screens/Messages/ChatList.tsx:404 -#: src/screens/Messages/Inbox.tsx:209 +#: src/screens/Messages/ChatList.tsx:418 +#: src/screens/Messages/Inbox.tsx:202 msgid "Failed to load conversations" msgstr "載入對話時發生問題" @@ -4735,8 +4863,11 @@ msgstr "載入動態時發生問題" msgid "Failed to load feeds preferences" msgstr "載入動態源偏好設定時發生問題" -#: src/components/dialogs/NotificationSettingsDialog.tsx:77 -#: src/screens/Settings/NotificationSettings/index.tsx:127 +#: src/components/dialogs/NotificationSettingsDialog.tsx:85 +#: src/screens/Messages/Settings.tsx:369 +#: src/screens/Settings/NotificationSettings/index.tsx:137 +#: src/screens/Settings/NotificationSettings/index.tsx:256 +#: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "Failed to load notification settings." msgstr "載入通知設定時發生問題。" @@ -4767,12 +4898,13 @@ msgstr "載入建議跟隨帳號時發生問題" msgid "Failed to lock group chat" msgstr "鎖定邀請連結時發生問題" -#: src/view/shell/bottom-bar/BottomBar.tsx:441 +#: src/screens/Messages/ChatList.tsx:634 +#: src/view/shell/bottom-bar/BottomBar.tsx:447 msgid "Failed to mark all chats as read" -msgstr "" +msgstr "無法將所有對話標示為已讀" -#: src/screens/Messages/Inbox.tsx:311 -#: src/view/shell/bottom-bar/BottomBar.tsx:450 +#: src/screens/Messages/Inbox.tsx:304 +#: src/view/shell/bottom-bar/BottomBar.tsx:456 msgid "Failed to mark all requests as read" msgstr "將所有邀請標示為已讀時發生問題" @@ -4789,6 +4921,10 @@ msgstr "釘選貼文時發生問題" msgid "Failed to reconnect Germ DM. Error: {0}" msgstr "重新連結 Germ DM 時發生問題。錯誤:{0}" +#: src/screens/Messages/JoinRequests.tsx:223 +msgid "Failed to reject join request" +msgstr "" + #: src/screens/Settings/FindContactsSettings.tsx:509 msgid "Failed to remove data due to a network error, please check your internet connection." msgstr "由於發生了網路錯誤,導致無法刪除資料,請檢查您的網路連線狀態。" @@ -4799,14 +4935,14 @@ msgid "Failed to remove data. {0}" msgstr "刪除資料時發生問題。{0}" #: src/components/dms/ActionsWrapper.web.tsx:77 -#: src/components/dms/MessageContextMenu.tsx:111 +#: src/components/dms/MessageContextMenu.tsx:125 #: src/components/dms/ReactionsDialog.tsx:179 msgid "Failed to remove emoji reaction" msgstr "收回表情符號反應時發生問題" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:258 msgid "Failed to remove from list" -msgstr "" +msgstr "從列表刪除時發生問題" #: src/components/dialogs/StarterPackDialog.tsx:293 msgid "Failed to remove from starter pack" @@ -4830,7 +4966,7 @@ msgstr "無法撤銷您的申請,請再試一次。" msgid "Failed to resolve location. Please try again." msgstr "存取位置資訊時發生問題,請再試一次。" -#: src/view/com/composer/Composer.tsx:646 +#: src/view/com/composer/Composer.tsx:721 msgid "Failed to save draft" msgstr "儲存草稿時發生問題" @@ -4898,7 +5034,7 @@ msgstr "更新動態時發生問題" msgid "Failed to update notification declaration" msgstr "更新通知類別時發生問題" -#: src/screens/Messages/Settings.tsx:97 +#: src/screens/Messages/Settings.tsx:110 msgid "Failed to update settings" msgstr "更新設定時發生問題" @@ -4973,7 +5109,7 @@ msgstr "意見已提交給動態源維護者" #: src/Navigation.tsx:527 #: src/screens/SavedFeeds.tsx:112 #: src/screens/SavedFeeds.tsx:303 -#: src/screens/Search/SearchResults.tsx:80 +#: src/screens/Search/SearchResults.tsx:105 #: src/screens/StarterPack/StarterPackScreen.tsx:196 #: src/view/screens/Feeds.tsx:504 #: src/view/screens/Profile.tsx:239 @@ -5007,23 +5143,44 @@ msgstr "取得更新" msgid "File saved successfully!" msgstr "成功儲存檔案!" +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:49 +msgid "Filter by author" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:30 +msgid "Filter by author (currently: {currentLabel})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:50 +msgid "Filter by media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:31 +msgid "Filter by media (currently: {currentLabel})" +msgstr "" + #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" msgstr "從動態中排除內容" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:98 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:120 msgid "Filter search by language" msgstr "依語言篩選搜尋" -#: src/screens/Search/components/SearchLanguageDropdown.tsx:71 +#: src/screens/Search/components/SearchLanguageDropdown.tsx:79 msgid "Filter search by language (currently: {currentLanguageLabel})" msgstr "依語言篩選搜尋(目前:{currentLanguageLabel})" +#. placeholder {0}: lang.name +#: src/screens/Search/components/DetectedLanguagesAdmonition.tsx:93 +msgid "Filter this search by {0}" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:106 msgid "Filter who can opt to receive notifications for your activity" msgstr "篩選哪些人可以選擇接收您的動態通知" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:166 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:163 msgid "Filter who you receive notifications from" msgstr "篩選您想接收的通知來源" @@ -5057,7 +5214,7 @@ msgstr "去跟隨更多帳號" #: src/screens/Settings/Settings.tsx:216 #: src/screens/Settings/Settings.tsx:219 msgid "Find and invite friends" -msgstr "" +msgstr "尋找並邀請朋友" #: src/Navigation.tsx:436 #: src/Navigation.tsx:569 @@ -5079,9 +5236,9 @@ msgstr "尋找一些人來跟隨" #: src/screens/Settings/FindContactsSettings.tsx:130 msgid "Find people you know" -msgstr "" +msgstr "尋找您認識的人" -#: src/screens/Search/Shell.tsx:537 +#: src/screens/Search/Shell.tsx:701 msgid "Find posts, users, and feeds on Bluesky" msgstr "在 Bluesky 上尋找貼文、用戶和動態源" @@ -5355,13 +5512,14 @@ msgstr "忘記了?" #. This is alt text for a marketing image which transcribes English text that appears in the image #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:153 msgid "Four message bubbles representing a group chat. First message: \"Did you hear the news? Bluesky has group chats now!\" Second message: \"omg, no way\" Third message: \"Wow, 50 people in one chat!\" Fourth message: \"You can send invite links too!\"" -msgstr "" +msgstr "四個群組對話中的訊息泡泡。第一則寫著:「你聽說了嗎?Bluesky 現在有群組對話了!」第二則訊息:「真的假的」第三則訊息:「群組最多可以加入 50 個人!」第四則訊息:「還可以傳送邀請連結!」" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:12 msgid "Free your feed" msgstr "還您一個乾淨的河道" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:162 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:420 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:159 msgid "From" msgstr "來自" @@ -5374,6 +5532,11 @@ msgctxt "from-feed" msgid "From <0/>" msgstr "來自 <0/>" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:30 +msgid "From these people" +msgstr "" + #: src/components/StarterPack/ProfileStarterPacks.tsx:337 msgid "Generate a starter pack" msgstr "產生一個新手包" @@ -5414,43 +5577,51 @@ msgstr "重新連結 Germ DM" msgid "Get help" msgstr "取得幫助" -#: src/screens/Settings/NotificationSettings/index.tsx:343 +#: src/screens/Settings/NotificationSettings/index.tsx:391 msgid "Get notifications for starter pack joins, verification, and other activity." msgstr "在授予驗證、有人使用您的新手包加入等活動時時收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:269 +#: src/screens/Settings/NotificationSettings/index.tsx:313 msgid "Get notifications when people follow you." msgstr "在有人跟隨您時收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:261 +#: src/screens/Settings/NotificationSettings/index.tsx:305 msgid "Get notifications when people like your posts." msgstr "在有人對您的貼文表示喜歡時收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:324 +#: src/screens/Settings/NotificationSettings/index.tsx:368 msgid "Get notifications when people like your reposts." msgstr "在有人對您轉發的貼文表示喜歡時收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:285 +#: src/screens/Settings/NotificationSettings/index.tsx:329 msgid "Get notifications when people mention you." msgstr "在有人提及您時收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:293 +#: src/screens/Settings/NotificationSettings/index.tsx:337 msgid "Get notifications when people quote your posts." msgstr "在有人引用您的貼文時收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:277 +#: src/screens/Settings/NotificationSettings/index.tsx:321 msgid "Get notifications when people reply to your posts." msgstr "在有人回覆您的貼文時收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:302 +#: src/screens/Settings/NotificationSettings/index.tsx:346 msgid "Get notifications when people repost your posts." msgstr "在有人轉發您的貼文時收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:333 +#: src/screens/Settings/NotificationSettings/index.tsx:377 msgid "Get notifications when people repost your reposts." msgstr "在有人轉發了您轉發的貼文時收到通知。" -#: src/screens/Settings/NotificationSettings/index.tsx:311 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:33 +msgid "Get notifications when people send you message requests." +msgstr "" + +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:23 +msgid "Get notifications when people send you messages." +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:355 msgid "Get notifications when there's activity on posts you're subscribed to." msgstr "在您訂閱的貼文有動態更新時收到通知。" @@ -5482,11 +5653,11 @@ msgid "Get started" msgstr "開始吧" #: src/components/MediaPreview.tsx:182 -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:69 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:93 msgid "GIF" msgstr "GIF" -#: src/view/com/composer/Composer.tsx:2603 +#: src/view/com/composer/Composer.tsx:2693 msgid "GIF uploaded" msgstr "GIF 上傳成功" @@ -5624,7 +5795,7 @@ msgstr "了解" #: src/features/inviteFriends/InviteScannerScreen.tsx:108 #: src/features/inviteFriends/InviteScannerScreen.tsx:113 msgid "Grant access" -msgstr "" +msgstr "授予權限" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 @@ -5684,11 +5855,11 @@ msgstr "已取消靜音群組對話" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:181 msgid "Group Chats" -msgstr "" +msgstr "群組對話" -#: src/screens/Messages/Settings.tsx:199 +#: src/screens/Messages/Settings.tsx:212 msgid "Group chats are only available to users 18 and over." -msgstr "" +msgstr "群組對話僅限 18 歲及以上的用戶可以使用。" #. placeholder {0}: convo.details.memberLimit #: src/screens/Messages/components/InviteLinkDialog.tsx:205 @@ -5708,7 +5879,7 @@ msgstr "群組名稱" #: src/components/dms/InitiateChatFlow.tsx:625 #: src/screens/Messages/ConversationSettings/prompts.tsx:69 msgid "Group name is too long. {MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {The maximum number of characters is #.}}" -msgstr "" +msgstr "群組對話名稱太長了,{MAX_GROUP_NAME_GRAPHEME_LENGTH, plural, other {不得超過 # 個字元。}}" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 msgid "Hacking or system attacks" @@ -5784,7 +5955,7 @@ msgstr "已經有驗證碼了?<0>點一下這裡。" msgid "Have we got your location wrong? <0>Tap here to update your location with GPS." msgstr "位置資訊判斷錯誤嗎?<0>點一下這裡以使用 GPS 更新您的位置。" -#: src/screens/Signup/index.tsx:231 +#: src/screens/Signup/index.tsx:238 msgid "Having trouble?" msgstr "遇到問題?" @@ -5939,7 +6110,7 @@ msgstr "隱藏內容" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:84 msgid "Hides the invite friends promo banner" -msgstr "" +msgstr "隱藏邀請朋友宣傳橫幅" #: src/components/dialogs/BirthDateSettings.tsx:76 msgid "Hmm, it looks like you're signed in with an <0>App Password. To set your birthdate, you'll need to sign in with your main account password, or ask whomever controls this account to do so." @@ -5973,7 +6144,7 @@ msgstr "抱歉,載入這些資料時似乎遇到了一點問題,更多資訊 msgid "Hmmmm, we couldn't load that moderation service." msgstr "抱歉,我們無法載入該內容管理服務。" -#: src/view/com/composer/state/video.ts:415 +#: src/view/com/composer/state/video.ts:446 msgid "Hold up! We’re gradually giving access to video, and you’re still waiting in line. Check back soon!" msgstr "等一下!我們正在逐步開放上傳影片功能。您還在等候名單中,請稍後再回來看看!" @@ -6102,12 +6273,12 @@ msgstr "如果您是開發人員,也可以架設自己的伺服器。" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "在停用帳號前,記得確認您是否需要變更帳號代碼或電子信箱。" -#: src/components/images/ImageLayoutGridItem.tsx:96 +#: src/components/images/ImageLayoutGridItem.tsx:91 msgid "Image" msgstr "圖片" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:459 +#: src/components/images/Gallery/index.tsx:454 msgid "Image {0}" msgstr "圖片 {0}" @@ -6118,7 +6289,7 @@ msgid "Image {0} of {1}" msgstr "第 {0} 張圖片(共 {1} 張)" #. placeholder {0}: index + 1 -#: src/components/images/Gallery/index.tsx:444 +#: src/components/images/Gallery/index.tsx:439 msgid "Image {0} of {imageCount}" msgstr "第 {0} 張圖片(共 {imageCount} 張)" @@ -6133,7 +6304,7 @@ msgid "Image cache cleared, freed {0}" msgstr "成功清除圖片快取,釋放了 {0}" #. placeholder {0}: images.length -#: src/components/images/Gallery/index.tsx:276 +#: src/components/images/Gallery/index.tsx:274 msgid "Image gallery, {0} images" msgstr "相簿,{0} 張圖片" @@ -6185,7 +6356,7 @@ msgstr "匯入聯絡人" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:78 msgid "Import contacts or invite your friends" -msgstr "" +msgstr "匯入聯絡人或邀請您的朋友" #: src/components/contacts/FindContactsBannerNUX.tsx:33 #: src/components/contacts/FindContactsBannerNUX.tsx:72 @@ -6201,43 +6372,77 @@ msgstr "已於 {0} 匯入" msgid "In order to provide an age-appropriate experience, we need to know your birthdate. This is a one-time thing, and your data will be kept private." msgstr "為了提供符合您目前年齡的使用體驗,我們需要知道您的出生日期。只需提供一次,相關資訊會嚴格保密。" -#: src/screens/Settings/NotificationSettings/index.tsx:387 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:30 msgid "In-app" msgstr "應用程式內" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:151 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:148 msgid "In-app notifications" msgstr "應用程式內通知" -#: src/screens/Settings/NotificationSettings/index.tsx:370 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:21 msgid "In-app, everyone" msgstr "應用程式內、所有人" -#: src/screens/Settings/NotificationSettings/index.tsx:378 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:25 msgid "In-app, people you follow" msgstr "應用程式內、您跟隨的人" -#: src/screens/Settings/NotificationSettings/index.tsx:385 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:29 msgid "In-app, push" msgstr "應用程式內、推播" -#: src/screens/Settings/NotificationSettings/index.tsx:368 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:20 msgid "In-app, push, everyone" msgstr "應用程式內、推播、所有人" -#: src/screens/Settings/NotificationSettings/index.tsx:376 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:24 msgid "In-app, push, people you follow" msgstr "應用程式內、推播、您跟隨的人" -#: src/screens/Messages/ChatList.tsx:421 +#: src/screens/Messages/ChatList.tsx:435 msgid "Inbox empty" msgstr "收件匣為空" #. Title message shown in chat requests inbox when it's empty -#: src/screens/Messages/Inbox.tsx:226 +#: src/screens/Messages/Inbox.tsx:219 msgid "Inbox zero!" msgstr "收件匣清零!" +#. Advanced search filter +#. Advanced search filter +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:47 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:58 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:75 +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:81 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:406 +msgid "Include" +msgstr "" + +#. placeholder {0}: filter.mode === 'exclude' ? l({message: 'Exclude', comment: 'Advanced search filter'}) : l({message: 'Include', comment: 'Advanced search filter'}) +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:44 +msgid "Include or exclude matching posts (currently: {0})" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:31 +msgid "Include posts and/or replies (currently: {currentLabel})" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:319 +msgid "Include posts made since this date" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:343 +msgid "Include posts made until this date" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:50 +msgid "Include these results" +msgstr "" + #: src/screens/Login/LoginForm.tsx:162 msgid "Incorrect username or password" msgstr "用戶名稱或密碼錯誤" @@ -6276,7 +6481,7 @@ msgstr "為您介紹透過聯絡人尋找朋友" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:99 msgid "Introducing group chats" -msgstr "" +msgstr "隆重推出群組對話" #: src/components/dialogs/nuxs/BookmarksAnnouncement.tsx:38 msgid "Introducing saved posts AKA bookmarks" @@ -6334,15 +6539,13 @@ msgstr "邀請碼" msgid "Invite code not accepted. Check that you input it correctly and try again." msgstr "邀請碼無效。請檢查是否輸入正確,然後再試一次。" -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:372 #: src/view/shell/Drawer.tsx:121 msgid "Invite friends" -msgstr "" +msgstr "邀請朋友" #: src/components/contacts/components/InviteInfo.tsx:42 #: src/components/contacts/components/InviteInfo.tsx:44 -#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 msgid "Invite Friends" msgstr "邀請朋友" @@ -6367,7 +6570,7 @@ msgstr "邀請連結" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:127 msgid "Invite link copied" -msgstr "" +msgstr "已複製邀請連結" #: src/components/dms/getSystemMessageInfo.ts:120 msgid "Invite link created" @@ -6393,7 +6596,7 @@ msgstr "使用這個新手包來邀請更多人吧!" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:91 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:144 msgid "Invite your friends" -msgstr "" +msgstr "邀請您的朋友" #: src/screens/StarterPack/Wizard/StepDetails.tsx:37 msgid "Invite your friends to follow your favorite feeds and people" @@ -6408,8 +6611,8 @@ msgid "Invites, but personal" msgstr "邀請,但更具個人風格" #: src/ageAssurance/components/NoAccessScreen.tsx:394 -msgid "Is your location not accurate? <0>Tap here to update your location with GPS. " -msgstr "目前的位置資訊不準確嗎?<0>點一下這裡來使用 GPS 更新您的位置。 " +msgid "Is your location not accurate? <0>Tap here to update your location with GPS." +msgstr "" #: src/components/contacts/components/InviteInfo.tsx:47 msgid "It looks like some of your contacts have not tried to find you here yet. You can personally invite them by customizing a draft message we will provide." @@ -6429,7 +6632,7 @@ msgid "It's just you right now! Add more people to your starter pack by searchin msgstr "現在新手包裡只有您一個人!使用上面的搜尋功能,將更多人新增到您的新手包中。" #. placeholder {0}: videoState.jobId -#: src/view/com/composer/Composer.tsx:2518 +#: src/view/com/composer/Composer.tsx:2608 msgid "Job ID: {0}" msgstr "作業 ID:{0}" @@ -6469,8 +6672,8 @@ msgstr "加入討論" msgid "Journalism" msgstr "記者" -#: src/view/com/composer/Composer.tsx:1459 -#: src/view/com/composer/Composer.tsx:1469 +#: src/view/com/composer/Composer.tsx:1543 +#: src/view/com/composer/Composer.tsx:1553 #: src/view/com/composer/drafts/DraftsButton.tsx:135 msgid "Keep editing" msgstr "繼續編輯" @@ -6479,11 +6682,6 @@ msgstr "繼續編輯" msgid "Keep me posted" msgstr "有新動態時通知我" -#: src/components/moderation/BlockDialog.tsx:365 -#: src/components/moderation/BlockDialog.tsx:372 -msgid "Kick member" -msgstr "" - #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:200 msgid "KWS website" msgstr "KWS 網站" @@ -6518,6 +6716,10 @@ msgstr "您帳號上的標記" msgid "Labels on your content" msgstr "您內容上的標記" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:371 +msgid "Language" +msgstr "" + #: src/Navigation.tsx:218 msgid "Language Settings" msgstr "語言設定" @@ -6543,7 +6745,7 @@ msgid "Last initiated just now" msgstr "最後一次請求於不久前" #: src/screens/Hashtag.tsx:99 -#: src/screens/Search/SearchResults.tsx:64 +#: src/screens/Search/SearchResults.tsx:86 #: src/screens/Topic.tsx:65 msgid "Latest" msgstr "最新" @@ -6562,6 +6764,16 @@ msgstr "瞭解詳情(英文)" msgid "Learn More" msgstr "瞭解詳情" +#: src/screens/Search/SearchResults.tsx:261 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use advanced search." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:275 +msgctxt "english-only-resource" +msgid "Learn more about <0>how to use search filters." +msgstr "" + #: src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx:66 msgid "Learn more about age assurance" msgstr "深入瞭解年齡驗證" @@ -6679,11 +6891,11 @@ msgstr "離開 Bluesky" #: src/screens/Messages/ConversationSettings/prompts.tsx:153 msgid "Leaving this chat will lock it permanently and you won’t be able to rejoin." -msgstr "" +msgstr "離開此對話的同時也會將其永久鎖定,您將無法再次加入。" #: src/components/moderation/BlockDialog.tsx:277 msgid "Left group chat." -msgstr "" +msgstr "已離開群組對話。" #: src/screens/SignupQueued.tsx:158 msgid "left to go." @@ -6765,16 +6977,16 @@ msgstr "{0, plural, one {# 個用戶} other {# 個用戶}}表示喜歡" msgid "Liked by {likeCount, plural, one {# user} other {# users}}" msgstr "{likeCount, plural, one {# 個用戶} other {# 個用戶}}表示喜歡" -#: src/lib/hooks/useNotificationHandler.ts:160 -#: src/screens/Settings/NotificationSettings/index.tsx:138 -#: src/screens/Settings/NotificationSettings/index.tsx:259 +#: src/lib/hooks/useNotificationHandler.ts:158 +#: src/screens/Settings/NotificationSettings/index.tsx:148 +#: src/screens/Settings/NotificationSettings/index.tsx:303 #: src/view/screens/Profile.tsx:238 msgid "Likes" msgstr "喜歡" -#: src/lib/hooks/useNotificationHandler.ts:202 -#: src/screens/Settings/NotificationSettings/index.tsx:217 -#: src/screens/Settings/NotificationSettings/index.tsx:322 +#: src/lib/hooks/useNotificationHandler.ts:200 +#: src/screens/Settings/NotificationSettings/index.tsx:227 +#: src/screens/Settings/NotificationSettings/index.tsx:366 msgid "Likes of your reposts" msgstr "喜歡您轉發的貼文" @@ -6954,9 +7166,7 @@ msgstr "載入更多通知" msgid "Load new posts" msgstr "載入更多貼文" -#: src/screens/Messages/components/MessageComposer.tsx:245 -#: src/screens/Messages/components/MessageInput.tsx:258 -#: src/screens/Messages/components/MessageInput.web.tsx:228 +#: src/screens/Messages/components/MessageComposer.tsx:254 msgctxt "placeholder" msgid "Loading chat…" msgstr "正在載入對話……" @@ -7065,43 +7275,47 @@ msgstr "管理驗證設定" msgid "Manage your muted words and tags" msgstr "管理您靜音的字詞和標籤" -#: src/screens/Messages/Inbox.tsx:319 -#: src/screens/Messages/Inbox.tsx:325 +#: src/screens/Messages/Inbox.tsx:312 +#: src/screens/Messages/Inbox.tsx:318 msgid "Mark all as read" msgstr "全部標示為已讀" -#: src/view/shell/bottom-bar/BottomBar.tsx:459 -#: src/view/shell/bottom-bar/BottomBar.tsx:463 +#: src/screens/Messages/ChatList.tsx:644 +#: src/screens/Messages/ChatList.tsx:648 +#: src/view/shell/bottom-bar/BottomBar.tsx:465 +#: src/view/shell/bottom-bar/BottomBar.tsx:469 msgid "Mark all chats as read" -msgstr "" +msgstr "將所有對話標示為已讀" -#: src/view/shell/bottom-bar/BottomBar.tsx:467 -#: src/view/shell/bottom-bar/BottomBar.tsx:471 +#: src/view/shell/bottom-bar/BottomBar.tsx:473 +#: src/view/shell/bottom-bar/BottomBar.tsx:477 msgid "Mark all requests as read" -msgstr "" +msgstr "將所有邀請標示為已讀" #: src/components/dms/ConvoMenu.tsx:248 #: src/components/dms/ConvoMenu.tsx:252 msgid "Mark as read" msgstr "標示為已讀" -#: src/screens/Messages/Inbox.tsx:306 +#: src/screens/Messages/Inbox.tsx:299 msgid "Marked all as read" msgstr "成功全部標示為已讀" -#: src/view/shell/bottom-bar/BottomBar.tsx:438 +#: src/screens/Messages/ChatList.tsx:631 +#: src/view/shell/bottom-bar/BottomBar.tsx:444 msgid "Marked all chats as read" -msgstr "" +msgstr "已標示所有對話為已讀" -#: src/view/shell/bottom-bar/BottomBar.tsx:447 +#: src/view/shell/bottom-bar/BottomBar.tsx:453 msgid "Marked all requests as read" -msgstr "" +msgstr "已標示所有邀請為已讀" #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:85 #: src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx:92 msgid "Maybe later" msgstr "之後再說" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:389 #: src/view/screens/Profile.tsx:236 msgid "Media" msgstr "媒體" @@ -7122,7 +7336,7 @@ msgstr "可能會使部分受眾感到不安或造成不適的媒體內容。" #: src/components/moderation/BlockDialog.tsx:303 msgid "Member removed from group chat." -msgstr "" +msgstr "已從群組對話移除成員。" #. The heading above the list of chat members. #: src/screens/Messages/ConversationSettings/MembersAndRequests.tsx:34 @@ -7137,28 +7351,31 @@ msgstr "成員仍可以檢視聊天記錄,但無法傳送新的訊息。" msgid "mentioned users" msgstr "被提及的用戶" -#: src/lib/hooks/useNotificationHandler.ts:181 -#: src/screens/Settings/NotificationSettings/index.tsx:171 -#: src/screens/Settings/NotificationSettings/index.tsx:284 +#: src/lib/hooks/useNotificationHandler.ts:179 +#: src/screens/Settings/NotificationSettings/index.tsx:181 +#: src/screens/Settings/NotificationSettings/index.tsx:328 #: src/view/screens/Notifications.tsx:99 msgid "Mentions" msgstr "提及" -#: src/components/Menu/index.tsx:113 +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:37 +msgid "Mentions of these people" +msgstr "" + +#: src/components/Menu/index.tsx:119 msgid "Menu" msgstr "選單" -#: src/screens/Messages/components/MessageInput.tsx:202 -msgid "Message" -msgstr "訊息" - -#: src/screens/Messages/components/MessageComposer.tsx:246 -#: src/screens/Messages/components/MessageInput.tsx:259 -#: src/screens/Messages/components/MessageInput.web.tsx:229 #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:203 msgctxt "action" msgid "Message" -msgstr "訊息" +msgstr "" + +#: src/screens/Messages/components/MessageComposer.tsx:255 +msgctxt "description" +msgid "Message" +msgstr "" #. placeholder {0}: profile.handle #: src/components/dms/MessageProfileButton.tsx:99 @@ -7178,13 +7395,13 @@ msgctxt "toast" msgid "Message deleted" msgstr "成功刪除訊息" -#: src/components/dms/MessageItem.tsx:616 +#: src/components/dms/MessageItem.tsx:617 msgid "Message failed to send." msgstr "傳送訊息時發生問題。" #. placeholder {0}: sender?.handle ?? 'unknown' #. placeholder {1}: message.text -#: src/components/dms/MessageContextMenu.tsx:152 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Message from @{0}: {1}" msgstr "來自 @{0} 的訊息:{1}" @@ -7193,21 +7410,15 @@ msgstr "來自 @{0} 的訊息:{1}" msgid "Message from server: {0}" msgstr "來自伺服器的訊息:{0}" -#: src/screens/Messages/components/MessageComposer.tsx:242 -#: src/screens/Messages/components/MessageInput.tsx:200 +#: src/screens/Messages/components/MessageComposer.tsx:251 msgid "Message input field" msgstr "訊息輸入欄位" -#: src/screens/Messages/components/MessageInput.tsx:96 -#: src/screens/Messages/components/MessageInput.web.tsx:65 -msgid "Message is too long" -msgstr "訊息太長了" - -#: src/screens/Messages/components/MessageComposer.tsx:107 +#: src/screens/Messages/components/MessageComposer.tsx:116 msgid "Message is too long ({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" msgstr "訊息內容太長了({graphemeCount}/{MAX_DM_GRAPHEME_LENGTH})" -#: src/components/dms/MessageContextMenu.tsx:151 +#: src/components/dms/MessageContextMenu.tsx:165 msgid "Message options" msgstr "訊息選項" @@ -7215,11 +7426,11 @@ msgstr "訊息選項" msgid "Messages" msgstr "訊息" -#: src/components/dms/MessageItem.tsx:715 +#: src/components/dms/MessageItem.tsx:716 msgid "Messages from this person are hidden while they are blocking you." msgstr "當對方封鎖您時,其傳送的訊息將被隱藏。" -#: src/components/dms/MessageItem.tsx:710 +#: src/components/dms/MessageItem.tsx:711 msgid "Messages from this person are hidden while you are blocking them." msgstr "當您封鎖對方時,其傳送的訊息將被隱藏。" @@ -7343,7 +7554,7 @@ msgstr "音樂" msgid "Mute" msgstr "靜音" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:171 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:177 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:97 msgctxt "video" msgid "Mute" @@ -7424,7 +7635,7 @@ msgstr "靜音字詞或標籤" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:207 msgid "Mute, leave, or remove people anytime. It’s your chat." -msgstr "" +msgstr "隨時靜音、離開或移除任何成員。你的對話,你說的算。" #: src/screens/Messages/ConversationSettings/index.tsx:536 msgid "Muted" @@ -7458,7 +7669,7 @@ msgstr "您靜音的帳號僅對自己可見。他們仍然可以與您互動, #: src/components/moderation/BlockDialog.tsx:174 msgid "Mutual group chats" -msgstr "" +msgstr "共同的群組對話" #: src/components/dialogs/BirthDateSettings.tsx:54 #: src/components/dialogs/BirthDateSettings.tsx:58 @@ -7515,7 +7726,6 @@ msgstr "需要檢舉侵害著作權、法律要求,或法令遵循相關問題 msgid "Nevermind, create a handle for me" msgstr "算了,為我建立一個帳號代碼" -#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 #: src/screens/Search/modules/ExploreTrendingTopics.tsx:184 #: src/view/com/profile/ProfileMenu.tsx:398 msgid "New" @@ -7527,6 +7737,11 @@ msgctxt "action" msgid "New" msgstr "新增" +#: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:171 +msgctxt "nux-description" +msgid "New" +msgstr "新增" + #: src/view/com/notifications/NotificationFeedItem.tsx:569 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "來自 {firstAuthorLink} 的新{postsCount, plural, other {貼文}}" @@ -7537,11 +7752,11 @@ msgstr "來自 {firstAuthorName} 的新{postsCount, plural, other {貼文}}" #: src/components/dms/dialogs/NewChatDialog.tsx:169 #: src/components/dms/dialogs/NewChatDialog.tsx:184 -#: src/screens/Messages/ChatList.tsx:218 -#: src/screens/Messages/ChatList.tsx:219 -#: src/screens/Messages/ChatList.tsx:439 -#: src/screens/Messages/ChatList.tsx:440 -#: src/screens/Messages/ChatList.tsx:561 +#: src/screens/Messages/ChatList.tsx:229 +#: src/screens/Messages/ChatList.tsx:230 +#: src/screens/Messages/ChatList.tsx:453 +#: src/screens/Messages/ChatList.tsx:454 +#: src/screens/Messages/ChatList.tsx:578 msgid "New chat" msgstr "新對話" @@ -7574,9 +7789,9 @@ msgstr "新的電子郵件地址" msgid "New Feature" msgstr "新功能" -#: src/lib/hooks/useNotificationHandler.ts:195 -#: src/screens/Settings/NotificationSettings/index.tsx:149 -#: src/screens/Settings/NotificationSettings/index.tsx:268 +#: src/lib/hooks/useNotificationHandler.ts:193 +#: src/screens/Settings/NotificationSettings/index.tsx:159 +#: src/screens/Settings/NotificationSettings/index.tsx:312 msgid "New followers" msgstr "新跟隨者" @@ -7608,6 +7823,18 @@ msgstr "新的帳號代碼" msgid "New list" msgstr "新列表" +#: src/screens/Messages/Settings.tsx:289 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:31 +#: src/screens/Settings/NotificationSettings/index.tsx:270 +msgid "New message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:268 +#: src/screens/Settings/NotificationSettings/components/ChatNotificationDialogs.tsx:21 +#: src/screens/Settings/NotificationSettings/index.tsx:253 +msgid "New messages" +msgstr "" + #: src/screens/Login/SetNewPasswordForm.tsx:143 #: src/screens/Settings/components/ChangePasswordDialog.tsx:204 #: src/screens/Settings/components/ChangePasswordDialog.tsx:208 @@ -7681,9 +7908,9 @@ msgstr "下一步" msgid "Next image" msgstr "下一張圖片" -#: src/features/inviteFriends/components/ThemePicker.tsx:31 +#: src/features/inviteFriends/components/ThemePicker.tsx:33 msgid "Night" -msgstr "" +msgstr "夜晚" #: src/screens/Onboarding/StepFinished/ValuePropositionPager.shared.tsx:32 msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." @@ -7779,12 +8006,12 @@ msgstr "沒有名稱" msgid "No notifications yet!" msgstr "目前還沒有通知!" -#: src/screens/Messages/Settings.tsx:91 +#: src/screens/Messages/Settings.tsx:104 msgctxt "allow group chat invites from" msgid "No one" msgstr "沒有人" -#: src/screens/Messages/Settings.tsx:73 +#: src/screens/Messages/Settings.tsx:86 msgctxt "allow messages from" msgid "No one" msgstr "沒有人" @@ -7822,6 +8049,10 @@ msgstr "目前還沒有引用" msgid "No recent GIFs yet. Pick one to see it here." msgstr "還沒有最近使用的 GIFs。試著在貼文加入 GIF 再回來看看吧。" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:23 +msgid "No replies" +msgstr "" + #: src/view/screens/Profile.tsx:456 msgid "No replies yet" msgstr "目前還沒有任何回覆" @@ -7856,10 +8087,18 @@ msgstr "找不到結果" msgid "No results found for \"{query}\"" msgstr "找不到符合「{query}」的結果" -#: src/screens/Search/SearchResults.tsx:178 +#: src/screens/Search/SearchResults.tsx:220 +msgid "No results found for “<0>{query}” with advanced search filters applied." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:232 msgid "No results found for “<0>{query}”." msgstr "找不到符合「<0>{query}」的結果。" +#: src/screens/Search/SearchResults.tsx:226 +msgid "No results found for your query with advanced search filters applied." +msgstr "" + #: src/screens/Search/Explore.tsx:832 msgid "No results." msgstr "沒有結果。" @@ -7868,11 +8107,6 @@ msgstr "沒有結果。" msgid "No Starter Packs yet" msgstr "目前還沒有新手包" -#: src/components/dms/MessageItem.tsx:871 -#: src/screens/Messages/components/MessageInputReply.tsx:47 -msgid "No text" -msgstr "" - #: src/components/dialogs/EmbedConsent.tsx:100 #: src/components/dialogs/EmbedConsent.tsx:107 msgid "No thanks" @@ -7915,9 +8149,14 @@ msgstr "非自願的親密影像 (NCII)" msgid "Non-sexual Nudity" msgstr "非色情裸露" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:293 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:296 +msgid "None of these words" +msgstr "" + #: src/features/inviteFriends/InviteScannerScreen.web.tsx:31 msgid "Not available on this platform" -msgstr "" +msgstr "此功能無法在這個平台上使用" #: src/screens/FindContactsFlowScreen.tsx:62 #: src/screens/Settings/FindContactsSettings.tsx:106 @@ -7954,26 +8193,27 @@ msgstr "註:這則貼文僅限已登入用戶可以檢視。" msgid "Nothing saved yet" msgstr "還沒有收藏任何內容" -#: src/components/dialogs/NotificationSettingsDialog.tsx:64 +#: src/components/dialogs/NotificationSettingsDialog.tsx:72 #: src/Navigation.tsx:443 #: src/Navigation.tsx:522 #: src/view/screens/Notifications.tsx:134 msgid "Notification settings" msgstr "通知設定" -#: src/screens/Messages/Settings.tsx:244 -#: src/screens/Messages/Settings.tsx:257 +#: src/screens/Messages/Settings.tsx:305 +#: src/screens/Messages/Settings.tsx:318 msgid "Notification sounds" msgstr "通知音效" #: src/Navigation.tsx:517 #: src/Navigation.tsx:756 +#: src/screens/Messages/Settings.tsx:255 #: src/screens/Notifications/ActivityList.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:104 +#: src/screens/Settings/NotificationSettings/index.tsx:114 #: src/screens/Settings/Settings.tsx:197 #: src/screens/Settings/Settings.tsx:200 #: src/view/screens/Notifications.tsx:128 -#: src/view/shell/bottom-bar/BottomBar.tsx:273 +#: src/view/shell/bottom-bar/BottomBar.tsx:279 #: src/view/shell/desktop/LeftNav.tsx:687 #: src/view/shell/Drawer.tsx:552 msgid "Notifications" @@ -7994,7 +8234,7 @@ msgstr "必須使用手機號碼" #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/AccountSettings.tsx:164 -#: src/screens/Settings/NotificationSettings/index.tsx:394 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:34 msgid "Off" msgstr "顯示" @@ -8017,7 +8257,7 @@ msgstr "好的" #: src/components/BotAccountAlert.tsx:52 #: src/components/BotAccountAlert.tsx:57 #: src/components/dms/InitiateChatFlow.tsx:733 -#: src/components/dms/MessageItem.tsx:722 +#: src/components/dms/MessageItem.tsx:723 #: src/screens/Login/PasswordUpdatedForm.tsx:37 #: src/screens/PostThread/components/ThreadItemAnchor.tsx:663 msgid "Okay" @@ -8050,27 +8290,27 @@ msgstr "選擇的部分對象選擇不接受群組聊天。" msgid "One of the selected recipients has blocked you and cannot be messaged." msgstr "選擇的部分對象已封鎖您,無法傳送訊息。" -#: src/view/com/composer/Composer.tsx:862 +#: src/view/com/composer/Composer.tsx:937 msgid "One or more GIFs is missing alt text." msgstr "至少有一張 GIF 缺少了替代文字。" -#: src/view/com/composer/Composer.tsx:859 +#: src/view/com/composer/Composer.tsx:934 msgid "One or more images is missing alt text." msgstr "至少有一張圖片缺少了替代文字。" -#: src/view/com/composer/SelectMediaButton.tsx:417 +#: src/view/com/composer/SelectMediaButton.tsx:423 msgid "One or more of your selected files are not supported." msgstr "至少有一個選擇的檔案為不支援的格式。" -#: src/view/com/composer/SelectMediaButton.tsx:440 +#: src/view/com/composer/SelectMediaButton.tsx:446 msgid "One or more of your selected files are too large. Maximum size is {VIDEO_MAX_SIZE_MB} MB." msgstr "至少有一個選擇的檔案太大了。最大檔案尺寸為 {VIDEO_MAX_SIZE_MB} MB。" -#: src/view/com/composer/Composer.tsx:657 +#: src/view/com/composer/Composer.tsx:732 msgid "One or more posts are too long to save as a draft. {MAX_DRAFT_GRAPHEME_LENGTH, plural, one {The maximum number of characters is # character.} other {The maximum number of characters is # characters.}}" msgstr "有一則或多則貼文內容過長,無法儲存為草稿。{MAX_DRAFT_GRAPHEME_LENGTH, plural, other {字數上限為 # 個字元。}}" -#: src/view/com/composer/Composer.tsx:869 +#: src/view/com/composer/Composer.tsx:944 msgid "One or more videos is missing alt text." msgstr "至少有一段影片缺少了替代文字。" @@ -8083,7 +8323,7 @@ msgstr "只有{0}可以回覆。" #. placeholder {0}: result.accepted.length #. placeholder {1}: next.length #. placeholder {2}: next.length -#: src/view/com/composer/Composer.tsx:233 +#: src/view/com/composer/Composer.tsx:235 msgid "Only {0} of {1} {2, plural, one {image} other {images}} added; limit is {MAX_GALLERY_IMAGES}" msgstr "僅會保留前 {0} {2, plural, other {張圖片}}(您上傳了 {1} 張);上限為 {MAX_GALLERY_IMAGES} 張圖片" @@ -8092,8 +8332,8 @@ msgid "Only admins can accept join requests." msgstr "只有管理員可以接受加入申請。" #: src/screens/Messages/JoinRequests.tsx:233 -msgid "Only admins can ignore join requests." -msgstr "只有管理員可以忽略加入申請。" +msgid "Only admins can reject join requests." +msgstr "" #: src/components/intents/GroupChatJoinDialog.tsx:155 msgid "Only followers can join this group chat." @@ -8119,6 +8359,18 @@ msgstr "只有 {0} 跟隨的人可以加入。" msgid "Only people the chat owner follows can join" msgstr "只有群組擁有者跟隨的人可以加入" +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:23 +msgid "Only posts with media" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/MediaDropdown.tsx:24 +msgid "Only posts with videos" +msgstr "" + +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:24 +msgid "Only replies" +msgstr "" + #: src/view/com/composer/videos/SubtitleFilePicker.tsx:41 msgid "Only WebVTT (.vtt) files are supported" msgstr "僅支援 WebVTT (.vtt) 檔案" @@ -8129,7 +8381,7 @@ msgstr "糟糕,發生錯誤!" #: src/features/inviteFriends/InviteScannerScreen.tsx:218 msgid "Oops, this profile doesn't exist. Try scanning another one." -msgstr "" +msgstr "抱歉,此個人檔案不存在。換一個 QR Code 試試。" #: src/components/Lists.tsx:184 #: src/components/StarterPack/ProfileStarterPacks.tsx:363 @@ -8140,6 +8392,10 @@ msgstr "" msgid "Oops!" msgstr "糟糕!" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:64 +msgid "Open advanced search options" +msgstr "" + #: src/screens/Onboarding/StepProfile/index.tsx:311 msgid "Open avatar creator" msgstr "開啟大頭貼照建立工具" @@ -8170,9 +8426,8 @@ msgstr "開啟草稿" msgid "Open drawer menu" msgstr "開啟側邊選單" -#: src/screens/Messages/components/MessageComposer.tsx:204 -#: src/screens/Messages/components/MessageInput.web.tsx:174 -#: src/view/com/composer/Composer.tsx:2158 +#: src/screens/Messages/components/MessageComposer.tsx:213 +#: src/view/com/composer/Composer.tsx:2248 msgid "Open emoji picker" msgstr "開啟表情符號選擇器" @@ -8205,7 +8460,7 @@ msgstr "開啟群組對話設定" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:556 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:562 msgid "Open in Google Translate" -msgstr "" +msgstr "在 Google 翻譯中開啟" #: src/components/Post/Embed/ExternalEmbed/index.tsx:88 #: src/components/Post/Embed/StandardSiteEmbed/index.tsx:147 @@ -8239,7 +8494,7 @@ msgstr "開啟個人檔案" #: src/features/inviteFriends/components/ActionButtons.tsx:39 msgid "Open QR code scanner" -msgstr "" +msgstr "開啟 QR Code 掃描器" #: src/components/BotAccountAlert.tsx:62 #: src/components/BotAccountAlert.tsx:71 @@ -8280,9 +8535,9 @@ msgstr "開啟對話框來向您的貼文加入內容警告" msgid "Opens a dialog to choose who can interact with this post" msgstr "開啟對話框來選擇哪些人可以與這則貼文互動" -#: src/features/inviteFriends/components/ThemePicker.tsx:38 +#: src/features/inviteFriends/components/ThemePicker.tsx:40 msgid "Opens a list of color themes for the QR card" -msgstr "" +msgstr "開啟 QR 卡片的色彩主題清單" #: src/screens/Log.tsx:74 msgid "Opens additional details for a debug entry" @@ -8313,7 +8568,7 @@ msgid "Opens device camera" msgstr "開啟裝置相機" #. Accessibility hint for button in composer to add images, a video, or a GIF to a post. -#: src/view/com/composer/SelectMediaButton.tsx:511 +#: src/view/com/composer/SelectMediaButton.tsx:517 msgid "Opens device gallery to select up to {MAX_GALLERY_IMAGES, plural, other {# images}}, or a single video or GIF." msgstr "開啟裝置相簿以選擇最多 {MAX_GALLERY_IMAGES, plural, other {# 張圖片}}、一段影片或一張 GIF。" @@ -8329,7 +8584,7 @@ msgstr "開啟建立新的 Bluesky 帳號的流程" msgid "Opens flow to sign in to your existing Bluesky account" msgstr "開啟登入現有 Bluesky 帳號的流程" -#: src/components/images/Gallery/index.tsx:460 +#: src/components/images/Gallery/index.tsx:455 msgid "Opens full image" msgstr "開啟完整圖片" @@ -8364,7 +8619,7 @@ msgstr "開啟個人檔案" #: src/features/inviteFriends/components/FollowersPromoBanner.tsx:50 msgid "Opens the find and invite friends settings" -msgstr "" +msgstr "開啟尋找與邀請朋友的設定" #. Accessibility hint announced after the GIF picker button label, describing what activating it will do. #: src/view/com/composer/photos/SelectGifBtn.tsx:45 @@ -8373,7 +8628,7 @@ msgstr "開啟 GIF 選擇對話框" #: src/view/shell/Drawer.tsx:123 msgid "Opens the invite friends sheet to share your profile" -msgstr "" +msgstr "開啟朋友邀請畫面來分享您的個人檔案" #: src/view/com/feeds/ComposerPrompt.tsx:148 msgid "Opens the post composer" @@ -8513,12 +8768,12 @@ msgstr "已更新密碼" msgid "Password updated!" msgstr "成功更新密碼!" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:395 msgid "Pause" msgstr "暫停" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Pause GIF" msgstr "暫停 GIF" @@ -8527,7 +8782,7 @@ msgid "Pause video" msgstr "暫停影片" #: src/screens/ProfileList/index.tsx:167 -#: src/screens/Search/SearchResults.tsx:74 +#: src/screens/Search/SearchResults.tsx:99 #: src/screens/StarterPack/StarterPackScreen.tsx:195 msgid "People" msgstr "用戶" @@ -8550,17 +8805,17 @@ msgstr "被 @{0} 跟隨的人" msgid "People following @{0}" msgstr "跟隨 @{0} 的人" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:194 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:198 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:182 msgid "People I follow" msgstr "我跟隨的人" -#: src/screens/Messages/Settings.tsx:84 +#: src/screens/Messages/Settings.tsx:97 msgctxt "allow group chat invites from" msgid "People I follow" msgstr "我跟隨的人" -#: src/screens/Messages/Settings.tsx:69 +#: src/screens/Messages/Settings.tsx:82 msgctxt "allow messages from" msgid "People I follow" msgstr "我跟隨的人" @@ -8574,6 +8829,7 @@ msgid "People I follow can request to join" msgstr "我跟隨的人可以申請加入" #: src/components/dialogs/PostInteractionSettingsDialog.tsx:510 +#: src/screens/Search/components/AdvancedSearchDialog/FollowingDropdown.tsx:23 msgid "People you follow" msgstr "您跟隨的人" @@ -8610,9 +8866,9 @@ msgstr "已驗證電話號碼" msgid "Photography" msgstr "攝影" -#: src/features/inviteFriends/components/ThemePicker.tsx:37 +#: src/features/inviteFriends/components/ThemePicker.tsx:39 msgid "Pick a color theme" -msgstr "" +msgstr "選擇一個顏色主題" #: src/view/com/composer/labels/LabelsBtn.tsx:165 msgid "Pictures meant for adults." @@ -8658,7 +8914,7 @@ msgstr "釘選中的動態源" msgid "Pinned to your feeds" msgstr "成功釘選到您的動態源" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:161 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:396 msgid "Play" msgstr "播放" @@ -8668,7 +8924,7 @@ msgstr "播放" msgid "Play {0}" msgstr "播放 {0}" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:36 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:32 msgid "Play GIF" msgstr "播放 GIF" @@ -8681,11 +8937,11 @@ msgstr "播放影片" msgid "Play Video" msgstr "播放影片" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:37 +#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:33 msgid "Plays or pauses the GIF" msgstr "播放或暫停 GIF" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:156 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:162 msgid "Plays or pauses the video" msgstr "播放或暫停影片" @@ -8722,7 +8978,7 @@ msgstr "請檢視我們剛剛傳送的郵件,並打開其中包含的連結來 msgid "Please complete the verification captcha." msgstr "請完成人機驗證 (Captcha)。" -#: src/view/com/composer/state/video.ts:439 +#: src/view/com/composer/state/video.ts:470 msgid "Please confirm your email address to upload videos." msgstr "請先驗證您的電子郵件地址以上傳影片。" @@ -8838,7 +9094,7 @@ msgstr "請以 @{0} 的身分登入" #: src/features/inviteFriends/InviteScannerScreen.web.tsx:40 msgid "Please use the Bluesky mobile app to scan a QR code." -msgstr "" +msgstr "請使用 Bluesky 行動裝置應用程式掃描 QR Code。" #: src/screens/Settings/FindContactsSettings.tsx:107 msgid "Please use the native app to import your contacts." @@ -8865,7 +9121,7 @@ msgstr "政治" msgid "Porn" msgstr "色情" -#: src/view/com/composer/Composer.tsx:1806 +#: src/view/com/composer/Composer.tsx:1893 msgctxt "action" msgid "Post" msgstr "發布" @@ -8885,12 +9141,12 @@ msgstr "發布一張照片" msgid "Post a video" msgstr "發布一段影片" -#: src/view/com/composer/Composer.tsx:1804 +#: src/view/com/composer/Composer.tsx:1891 msgctxt "action" msgid "Post All" msgstr "全部發布" -#: src/view/com/composer/Composer.tsx:1468 +#: src/view/com/composer/Composer.tsx:1552 msgid "Post anyway" msgstr "仍然發布" @@ -8943,7 +9199,7 @@ msgstr "貼文互動設定" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:193 msgid "Post it to Bluesky or share anywhere." -msgstr "" +msgstr "發佈到 Bluesky 或分享到任何地方。" #. Accessibility label for button that opens dialog to choose post language settings #: src/view/com/composer/select-language/PostLanguageSelect.tsx:195 @@ -8982,6 +9238,10 @@ msgstr "成功取消釘選貼文" msgid "Posts" msgstr "貼文" +#: src/screens/Search/components/AdvancedSearchDialog/RepliesDropdown.tsx:22 +msgid "Posts and replies" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:123 msgid "Posts can be muted based on their text, their tags, or both. We recommend avoiding common words that appear in many posts, since it can result in no posts being shown." msgstr "可以根據文字、標籤或結合兩者來靜音貼文。我們建議避免新增常用的詞彙,否則可能導致大量貼文被隱藏。" @@ -9067,11 +9327,11 @@ msgstr "隱私權政策" msgid "Privacy violation of a minor" msgstr "侵犯未成年者隱私" -#: src/view/com/composer/Composer.tsx:2592 +#: src/view/com/composer/Composer.tsx:2682 msgid "Processing GIF..." msgstr "正在處理 GIF……" -#: src/view/com/composer/Composer.tsx:2594 +#: src/view/com/composer/Composer.tsx:2684 msgid "Processing video..." msgstr "正在處理影片……" @@ -9083,7 +9343,7 @@ msgstr "處理中……" msgid "profile" msgstr "個人檔案" -#: src/view/shell/bottom-bar/BottomBar.tsx:316 +#: src/view/shell/bottom-bar/BottomBar.tsx:322 #: src/view/shell/desktop/LeftNav.tsx:745 #: src/view/shell/Drawer.tsx:91 #: src/view/shell/Drawer.tsx:655 @@ -9117,38 +9377,38 @@ msgid "Public, sharable lists of users to mute or block in bulk." msgstr "公開、可分享的列表,可用來批次靜音或封鎖帳號。" #. Accessibility label for button to publish a single post -#: src/view/com/composer/Composer.tsx:1790 +#: src/view/com/composer/Composer.tsx:1877 msgid "Publish post" msgstr "發布貼文" #. Accessibility label for button to publish multiple posts in a thread -#: src/view/com/composer/Composer.tsx:1785 +#: src/view/com/composer/Composer.tsx:1872 msgid "Publish posts" msgstr "發布貼文" #. Accessibility label for button to publish multiple replies in a thread -#: src/view/com/composer/Composer.tsx:1774 +#: src/view/com/composer/Composer.tsx:1861 msgid "Publish replies" msgstr "發布回覆" #. Accessibility label for button to publish a single reply -#: src/view/com/composer/Composer.tsx:1779 +#: src/view/com/composer/Composer.tsx:1866 msgid "Publish reply" msgstr "發布回覆" -#: src/screens/Settings/NotificationSettings/index.tsx:389 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:31 msgid "Push" msgstr "推播" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:134 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:131 msgid "Push notifications" msgstr "推播通知" -#: src/screens/Settings/NotificationSettings/index.tsx:372 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:22 msgid "Push, everyone" msgstr "推播、所有人" -#: src/screens/Settings/NotificationSettings/index.tsx:380 +#: src/screens/Settings/NotificationSettings/components/SettingPreview.tsx:26 msgid "Push, people you follow" msgstr "推播、您跟隨的人" @@ -9188,10 +9448,10 @@ msgstr "成功分離貼文引用" msgid "Quote posts disabled" msgstr "已拒絕引用貼文" -#: src/lib/hooks/useNotificationHandler.ts:188 +#: src/lib/hooks/useNotificationHandler.ts:186 #: src/screens/Post/PostQuotes.tsx:31 -#: src/screens/Settings/NotificationSettings/index.tsx:182 -#: src/screens/Settings/NotificationSettings/index.tsx:291 +#: src/screens/Settings/NotificationSettings/index.tsx:192 +#: src/screens/Settings/NotificationSettings/index.tsx:335 msgid "Quotes" msgstr "引用" @@ -9238,10 +9498,15 @@ msgstr "重新啟用您的帳號" msgid "Read {0, plural, one {# more reply} other {# more replies}}" msgstr "繼續閱讀 {0, plural, other {# 則回覆}}" -#: src/screens/Search/SearchResults.tsx:189 +#: src/screens/Search/SearchResults.tsx:264 msgctxt "english-only-resource" -msgid "read about how to use search filters" -msgstr "閱讀如何使用搜尋篩選器" +msgid "Read about how to use advanced search filters" +msgstr "" + +#: src/screens/Search/SearchResults.tsx:278 +msgctxt "english-only-resource" +msgid "Read about how to use search filters" +msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:162 #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:173 @@ -9291,11 +9556,11 @@ msgstr "真實的用戶。" msgid "Reason for appeal" msgstr "申訴理由" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:140 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:137 msgid "Receive in-app notifications" msgstr "接收應用程式內通知" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:123 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:120 msgid "Receive push notifications" msgstr "接收推播通知" @@ -9304,7 +9569,7 @@ msgstr "接收推播通知" msgid "Recent GIFs" msgstr "最近使用的 GIFs" -#: src/screens/Search/components/SearchHistory.tsx:49 +#: src/screens/Search/components/SearchHistory.tsx:52 msgid "Recent searches" msgstr "最近的搜尋記錄" @@ -9337,10 +9602,10 @@ msgstr "拒絕對話邀請" #: src/screens/Messages/JoinRequests.tsx:483 msgid "Reject join request" -msgstr "" +msgstr "拒絕加入申請" -#: src/screens/Messages/ChatList.tsx:408 -#: src/screens/Messages/Inbox.tsx:213 +#: src/screens/Messages/ChatList.tsx:422 +#: src/screens/Messages/Inbox.tsx:206 msgid "Reload conversations" msgstr "重新載入對話" @@ -9377,11 +9642,11 @@ msgstr "把 {displayName} 從此群組移除" #: src/screens/Messages/ConversationSettings/prompts.tsx:176 msgid "Remove {displayName}?" -msgstr "" +msgstr "要移除 {displayName} 嗎?" -#: src/screens/Search/components/SearchHistory.tsx:105 -msgid "Remove {historyItem}" -msgstr "刪除 {historyItem}" +#: src/screens/Search/components/SearchHistory.tsx:161 +msgid "Remove {q}" +msgstr "" #: src/screens/Settings/Settings.tsx:654 #: src/screens/Settings/Settings.tsx:657 @@ -9427,6 +9692,11 @@ msgstr "刪除動態源" msgid "Remove feed?" msgstr "要刪除動態源嗎?" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:143 +msgid "Remove filter" +msgstr "" + #: src/screens/Messages/ConversationSettings/MemberMenu.tsx:238 msgid "Remove from chat" msgstr "從對話中移除" @@ -9466,11 +9736,16 @@ msgstr "刪除圖片" msgid "Remove live status" msgstr "刪除直播狀態" +#: src/components/moderation/BlockDialog.tsx:365 +#: src/components/moderation/BlockDialog.tsx:372 +msgid "Remove member" +msgstr "" + #: src/components/dialogs/MutedWords.tsx:613 msgid "Remove mute word from your list" msgstr "從您的列表中刪除靜音字詞" -#: src/screens/Search/components/SearchHistory.tsx:170 +#: src/screens/Search/components/SearchHistory.tsx:221 msgid "Remove profile" msgstr "刪除個人檔案" @@ -9507,11 +9782,11 @@ msgstr "撤回驗證" msgid "Remove your verification for this account?" msgstr "要撤回您對這個帳號的驗證嗎?" -#: src/components/Post/Embed/index.tsx:244 +#: src/components/Post/Embed/index.tsx:240 msgid "Removed by author" msgstr "已被發布者刪除" -#: src/components/Post/Embed/index.tsx:242 +#: src/components/Post/Embed/index.tsx:238 msgid "Removed by you" msgstr "由您刪除" @@ -9584,19 +9859,19 @@ msgctxt "description" msgid "Replied to you" msgstr "對您回覆" -#: src/components/dms/MessageItem.tsx:883 +#: src/components/dms/MessageItem.tsx:878 msgid "Replied-to message from {senderName}, tap to scroll to it" -msgstr "" +msgstr "來自 {senderName} 的回覆訊息,點選以捲動至該訊息" -#: src/components/dms/MessageItem.tsx:884 +#: src/components/dms/MessageItem.tsx:879 msgid "Replied-to message, tap to scroll to it" -msgstr "" +msgstr "回覆的訊息,點選以捲動至該訊息" #: src/components/activity-notifications/SubscribeProfileDialog.tsx:274 #: src/components/activity-notifications/SubscribeProfileDialog.tsx:286 -#: src/lib/hooks/useNotificationHandler.ts:174 -#: src/screens/Settings/NotificationSettings/index.tsx:160 -#: src/screens/Settings/NotificationSettings/index.tsx:275 +#: src/lib/hooks/useNotificationHandler.ts:172 +#: src/screens/Settings/NotificationSettings/index.tsx:170 +#: src/screens/Settings/NotificationSettings/index.tsx:319 #: src/view/screens/Profile.tsx:235 msgid "Replies" msgstr "回覆" @@ -9609,12 +9884,12 @@ msgstr "已關閉回覆" msgid "Replies to this post are disabled." msgstr "這則貼文的回覆已關閉。" -#: src/components/dms/MessageContextMenu.tsx:167 -#: src/components/dms/MessageContextMenu.tsx:170 +#: src/components/dms/MessageContextMenu.tsx:182 +#: src/components/dms/MessageContextMenu.tsx:185 msgid "Reply" msgstr "回覆" -#: src/view/com/composer/Composer.tsx:1802 +#: src/view/com/composer/Composer.tsx:1889 msgctxt "action" msgid "Reply" msgstr "回覆" @@ -9652,7 +9927,7 @@ msgstr "成功更新回覆可見度" msgid "Reply was successfully hidden" msgstr "成功隱藏回覆" -#: src/components/dms/MessageContextMenu.tsx:205 +#: src/components/dms/MessageContextMenu.tsx:220 #: src/features/liveNow/components/LiveStatusDialog.tsx:267 #: src/screens/Messages/ConversationSettings/index.tsx:583 msgid "Report" @@ -9685,7 +9960,7 @@ msgstr "檢舉動態源" msgid "Report list" msgstr "檢舉列表" -#: src/components/dms/MessageContextMenu.tsx:202 +#: src/components/dms/MessageContextMenu.tsx:217 msgid "Report message" msgstr "檢舉訊息" @@ -9783,9 +10058,9 @@ msgstr "由 {reposter} 轉發" msgid "Reposted by you" msgstr "由您轉發" -#: src/lib/hooks/useNotificationHandler.ts:167 -#: src/screens/Settings/NotificationSettings/index.tsx:193 -#: src/screens/Settings/NotificationSettings/index.tsx:300 +#: src/lib/hooks/useNotificationHandler.ts:165 +#: src/screens/Settings/NotificationSettings/index.tsx:203 +#: src/screens/Settings/NotificationSettings/index.tsx:344 msgid "Reposts" msgstr "轉發" @@ -9793,9 +10068,9 @@ msgstr "轉發" msgid "Reposts of this post" msgstr "轉發這則貼文" -#: src/lib/hooks/useNotificationHandler.ts:209 -#: src/screens/Settings/NotificationSettings/index.tsx:230 -#: src/screens/Settings/NotificationSettings/index.tsx:331 +#: src/lib/hooks/useNotificationHandler.ts:207 +#: src/screens/Settings/NotificationSettings/index.tsx:240 +#: src/screens/Settings/NotificationSettings/index.tsx:375 msgid "Reposts of your reposts" msgstr "轉發您轉發的貼文" @@ -9813,8 +10088,8 @@ msgid "Request code" msgstr "取得驗證碼" #: src/screens/Messages/JoinRequests.tsx:215 -msgid "Request ignored." -msgstr "已忽略申請。" +msgid "Request rejected." +msgstr "" #: src/components/dms/ChatInvite/Root.tsx:117 #: src/components/intents/GroupChatJoinDialog.tsx:295 @@ -9826,7 +10101,7 @@ msgid "Requested" msgstr "已送出申請" #. Incoming message requests -#: src/screens/Messages/components/InboxRequests.tsx:27 +#: src/screens/Messages/components/InboxRequests.tsx:25 msgid "Requests" msgstr "邀請" @@ -9861,7 +10136,7 @@ msgstr "撤銷申請" #: src/screens/Messages/components/OutgoingRequestListItem.tsx:50 msgid "Rescind request to join group chat" -msgstr "" +msgstr "撤回加入群組對話的申請" #: src/components/dialogs/EmailDialog/components/ResendEmailText.tsx:39 msgid "Resend" @@ -9934,9 +10209,9 @@ msgstr "重新執行上一個出現錯誤的動作" #: src/components/StarterPack/ProfileStarterPacks.tsx:377 #: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/LoginForm.tsx:335 -#: src/screens/Messages/ChatList.tsx:413 +#: src/screens/Messages/ChatList.tsx:427 #: src/screens/Messages/components/MessageListError.tsx:24 -#: src/screens/Messages/Inbox.tsx:218 +#: src/screens/Messages/Inbox.tsx:211 #: src/screens/Messages/JoinRequests.tsx:361 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:268 #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:271 @@ -10015,22 +10290,22 @@ msgstr "儲存出生日期" #: src/screens/SavedFeeds.tsx:124 #: src/screens/SavedFeeds.tsx:311 #: src/screens/SavedFeeds.tsx:315 -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save changes" msgstr "儲存變更" -#: src/view/com/composer/Composer.tsx:1421 +#: src/view/com/composer/Composer.tsx:1505 #: src/view/com/composer/drafts/DraftsButton.tsx:93 msgid "Save changes?" msgstr "儲存變更?" -#: src/view/com/composer/Composer.tsx:1449 +#: src/view/com/composer/Composer.tsx:1533 #: src/view/com/composer/drafts/DraftsButton.tsx:125 msgid "Save draft" msgstr "儲存草稿" -#: src/view/com/composer/Composer.tsx:1423 +#: src/view/com/composer/Composer.tsx:1507 #: src/view/com/composer/drafts/DraftsButton.tsx:95 msgid "Save draft?" msgstr "儲存草稿?" @@ -10089,8 +10364,8 @@ msgstr "成功儲存到您的動態源" msgid "Say hello!" msgstr "說句「你好!👋」" -#: src/screens/Messages/ChatList.tsx:209 -#: src/screens/Messages/ChatList.tsx:430 +#: src/screens/Messages/ChatList.tsx:220 +#: src/screens/Messages/ChatList.tsx:444 msgid "Say hi to someone" msgstr "試著跟某人打個招呼吧" @@ -10100,13 +10375,13 @@ msgstr "詐騙" #: src/features/inviteFriends/components/ActionButtons.tsx:44 msgid "Scan" -msgstr "" +msgstr "掃描" #: src/features/inviteFriends/InviteScannerScreen.tsx:82 #: src/features/inviteFriends/InviteScannerScreen.web.tsx:23 #: src/Navigation.tsx:316 msgid "Scan QR code" -msgstr "" +msgstr "掃描 QR Code" #: src/lib/interests.ts:71 msgid "Science" @@ -10120,9 +10395,9 @@ msgstr "向左捲動" msgid "Scroll right" msgstr "向右捲動" -#: src/components/dms/MessageItem.tsx:774 +#: src/components/dms/MessageItem.tsx:775 msgid "Scroll to the message this is replying to" -msgstr "" +msgstr "捲動至此回覆所對應的訊息" #: src/screens/ProfileList/AboutSection.tsx:132 msgid "Scroll to top" @@ -10131,8 +10406,11 @@ msgstr "捲動到頂部" #: src/components/dialogs/SearchablePeopleList.tsx:667 #: src/components/forms/SearchInput.tsx:51 #: src/components/forms/SearchInput.tsx:53 -#: src/screens/Search/Shell.tsx:362 -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:232 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:238 +#: src/screens/Search/Shell.tsx:495 +#: src/screens/Search/Shell.tsx:547 +#: src/screens/Search/Shell.tsx:689 #: src/view/shell/bottom-bar/BottomBar.tsx:216 msgid "Search" msgstr "搜尋" @@ -10186,17 +10464,13 @@ msgstr "搜尋更多動態源" msgid "Search for people" msgstr "搜尋用戶" -#: src/screens/Search/Shell.tsx:388 -msgid "Search for posts, users, or feeds" -msgstr "搜尋貼文、用戶或動態源" - #. Accessibility label for the GIF search input inside the GIF picker dialog. #: src/features/gifPicker/components/GifPickerHeader.tsx:40 msgid "Search GIFs" msgstr "搜尋 GIF" #: src/screens/Hashtag.tsx:224 -#: src/screens/Search/SearchResults.tsx:313 +#: src/screens/Search/SearchResults.tsx:430 msgid "Search is currently unavailable when logged out" msgstr "未登入狀態無法使用搜尋功能" @@ -10225,6 +10499,10 @@ msgstr "搜尋貼文" msgid "Search profiles" msgstr "搜尋用戶" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:262 +msgid "Search query" +msgstr "" + #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." msgstr "搜尋……" @@ -10319,7 +10597,7 @@ msgstr "選擇一個理由" msgid "Select account" msgstr "選擇帳號" -#: src/components/AppLanguageDropdown.tsx:61 +#: src/components/AppLanguageDropdown.tsx:63 msgid "Select an app language" msgstr "選擇應用程式語言" @@ -10357,6 +10635,11 @@ msgstr "選擇內容語言" msgid "Select duration" msgstr "選擇時長" +#. placeholder {0}: labels[filter.field].title +#: src/screens/Search/components/AdvancedSearchDialog/FilterBlock.tsx:102 +msgid "Select filter type (currently: {0})" +msgstr "" + #: src/screens/Login/index.tsx:162 msgid "Select from an existing account" msgstr "從現有帳號中選擇" @@ -10388,7 +10671,7 @@ msgstr "選擇群組對話成員" msgid "Select how long to mute this word for." msgstr "選擇要靜音此字詞的時間長度。" -#: src/components/AppLanguageDropdown.tsx:69 +#: src/components/AppLanguageDropdown.tsx:71 #: src/components/LanguageSelect.tsx:37 #: src/components/LanguageSelect.tsx:38 msgid "Select language" @@ -10456,11 +10739,11 @@ msgstr "從下面選擇您感興趣的選項" msgid "Select your preferred language for translations in your feed." msgstr "選擇您在動態中翻譯的偏好目標語言。" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 msgid "Select your preferred notification channels" msgstr "選擇您偏好的通知類型" -#: src/view/com/composer/SelectMediaButton.tsx:420 +#: src/view/com/composer/SelectMediaButton.tsx:426 msgid "Selecting multiple media types is not supported." msgstr "不支援選擇多種媒體類型。" @@ -10491,8 +10774,7 @@ msgstr "提交錯誤報告" msgid "Send feedback" msgstr "提交意見" -#: src/screens/Messages/components/MessageComposer.tsx:316 -#: src/screens/Messages/components/MessageInput.web.tsx:251 +#: src/screens/Messages/components/MessageComposer.tsx:324 msgid "Send message" msgstr "重送訊息" @@ -10526,7 +10808,7 @@ msgid "Send via direct message" msgstr "透過私人訊息傳送" #. placeholder {0}: i18n.date(new Date(message.sentAt), { timeStyle: 'short', }) -#: src/components/dms/MessageContextMenu.tsx:161 +#: src/components/dms/MessageContextMenu.tsx:175 msgid "Sent at {0}" msgstr "傳送於 {0}" @@ -10574,7 +10856,7 @@ msgstr "設定用於重設密碼的電子郵件" msgid "Settings" msgstr "設定" -#: src/screens/Settings/NotificationSettings/index.tsx:199 +#: src/screens/Settings/NotificationSettings/index.tsx:209 msgid "Settings for activity from others" msgstr "來自其他人的動態通知設定" @@ -10582,39 +10864,49 @@ msgstr "來自其他人的動態通知設定" msgid "Settings for allowing others to be notified of your posts" msgstr "允許其他人接收您的貼文發布通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:133 +#: src/screens/Settings/NotificationSettings/index.tsx:143 msgid "Settings for like notifications" msgstr "喜歡通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:166 +#: src/screens/Settings/NotificationSettings/index.tsx:176 msgid "Settings for mention notifications" msgstr "提及通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:144 +#: src/screens/Settings/NotificationSettings/index.tsx:154 msgid "Settings for new follower notifications" msgstr "新跟隨者通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:238 +#: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "Settings for notifications for everything else" msgstr "其他通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:212 +#: src/screens/Settings/NotificationSettings/index.tsx:222 msgid "Settings for notifications for likes of your reposts" msgstr "轉發的喜歡通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:225 +#: src/screens/Messages/Settings.tsx:280 +#: src/screens/Settings/NotificationSettings/index.tsx:265 +msgid "Settings for notifications for new message requests" +msgstr "" + +#: src/screens/Messages/Settings.tsx:259 +#: src/screens/Settings/NotificationSettings/index.tsx:248 +msgid "Settings for notifications for new messages" +msgstr "" + +#: src/screens/Settings/NotificationSettings/index.tsx:235 msgid "Settings for notifications for reposts of your reposts" msgstr "轉發的轉發通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:177 +#: src/screens/Settings/NotificationSettings/index.tsx:187 msgid "Settings for quote notifications" msgstr "引用通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:155 +#: src/screens/Settings/NotificationSettings/index.tsx:165 msgid "Settings for reply notifications" msgstr "回覆通知設定" -#: src/screens/Settings/NotificationSettings/index.tsx:188 +#: src/screens/Settings/NotificationSettings/index.tsx:198 msgid "Settings for repost notifications" msgstr "轉發通知設定" @@ -10660,7 +10952,7 @@ msgstr "分享圖片" #: src/features/inviteFriends/components/ActionButtons.tsx:23 msgid "Share invite link" -msgstr "" +msgstr "分享邀請連結" #: src/components/dialogs/LinkWarning.tsx:112 #: src/components/dialogs/LinkWarning.tsx:120 @@ -10677,13 +10969,18 @@ msgstr "分享連結對話框" #: src/screens/Settings/FindContactsSettings.tsx:172 #: src/screens/Settings/FindContactsSettings.tsx:181 msgid "Share my profile" -msgstr "" +msgstr "分享我的個人檔案" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:167 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:170 msgid "Share post at:// URI" msgstr "分享貼文 at:// 連結" +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:141 +#: src/features/inviteFriends/InviteFriendsDialogInner.tsx:156 +msgid "Share Profile" +msgstr "" + #: src/components/StarterPack/ShareDialog.tsx:129 #: src/components/StarterPack/ShareDialog.tsx:139 msgid "Share QR code" @@ -10693,6 +10990,10 @@ msgstr "分享 QR Code" msgid "Share this feed" msgstr "分享這個動態源" +#: src/screens/Search/Shell.tsx:576 +msgid "Share this search" +msgstr "" + #: src/screens/StarterPack/StarterPackScreen.tsx:440 msgid "Share this starter pack" msgstr "分享這個新手包" @@ -10726,7 +11027,7 @@ msgstr "共用偏好測試器" msgid "Show" msgstr "顯示" -#: src/components/Post/Embed/VideoEmbed/GifPresentationControls.tsx:86 +#: src/components/AltBadgeWithDialog.tsx:48 msgid "Show alt text" msgstr "顯示替代文字" @@ -10864,13 +11165,13 @@ msgstr "顯示內容" #: src/screens/Login/LoginForm.tsx:356 #: src/screens/Messages/JoinRequest.tsx:290 #: src/screens/Messages/JoinRequest.tsx:296 -#: src/screens/Search/SearchResults.tsx:316 +#: src/screens/Search/SearchResults.tsx:433 #: src/view/com/auth/SplashScreen.tsx:118 #: src/view/com/auth/SplashScreen.tsx:124 #: src/view/com/auth/SplashScreen.web.tsx:122 #: src/view/com/auth/SplashScreen.web.tsx:130 -#: src/view/shell/bottom-bar/BottomBar.tsx:354 -#: src/view/shell/bottom-bar/BottomBar.tsx:358 +#: src/view/shell/bottom-bar/BottomBar.tsx:360 +#: src/view/shell/bottom-bar/BottomBar.tsx:364 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:250 #: src/view/shell/bottom-bar/BottomBarWeb.tsx:255 #: src/view/shell/NavSignupCard.tsx:58 @@ -10949,6 +11250,11 @@ msgstr "需要登入" msgid "Signed in as @{0}" msgstr "以 @{0} 的身分登入" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:313 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:316 +msgid "Since" +msgstr "" + #: src/components/contacts/screens/PhoneInput.tsx:163 #: src/components/contacts/screens/VerifyNumber.tsx:205 #: src/screens/Onboarding/StepFindContactsIntro/index.tsx:86 @@ -10966,7 +11272,7 @@ msgstr "跳過" msgid "Skip contact sharing and continue to the app" msgstr "略過分享聯絡人並繼續使用應用程式" -#: src/view/com/composer/Composer.tsx:1466 +#: src/view/com/composer/Composer.tsx:1550 msgid "Skip empty posts?" msgstr "跳過空白貼文?" @@ -10980,7 +11286,7 @@ msgstr "跳過介紹並開始使用您的帳號" msgid "Skip to next step" msgstr "略過此步驟" -#: src/components/images/Gallery/index.tsx:443 +#: src/components/images/Gallery/index.tsx:438 msgid "slide" msgstr "幻燈片" @@ -11037,7 +11343,7 @@ msgid "Someone left the group" msgstr "某人離開了群組" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:347 +#: src/components/dms/MessageItem.tsx:348 msgid "Someone reacted {0}" msgstr "有人做出了 {0} 反應" @@ -11147,7 +11453,7 @@ msgstr "當您與其他人開始聊天後,對話就會出現在這裡。" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:130 #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:135 msgid "Start a group chat" -msgstr "" +msgstr "開始群組對話" #: src/components/dms/dialogs/NewChatDialog.tsx:191 msgid "Start a new chat" @@ -11223,7 +11529,7 @@ msgstr "服務狀態頁面" #. placeholder {1}: state.serviceDescription && !state.serviceDescription.phoneVerificationRequired ? '2' : '3' #. placeholder {1}: state.totalSteps #: src/screens/Onboarding/Layout.tsx:226 -#: src/screens/Signup/index.tsx:180 +#: src/screens/Signup/index.tsx:181 msgid "Step {0} of {1}" msgstr "第 {0} 步(共 {1} 步)" @@ -11295,11 +11601,11 @@ msgstr "訂閱 @{0} 以使用這些標記:" msgid "Subscribe to account activity" msgstr "訂閱帳號動態" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:347 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:350 msgid "Subscribe to Labeler" msgstr "訂閱標記服務" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:313 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:316 msgid "Subscribe to this labeler" msgstr "訂閱這個標記服務" @@ -11345,6 +11651,10 @@ msgstr "為您推薦" msgid "Suggestive" msgstr "性暗示" +#: src/features/inviteFriends/components/ThemePicker.tsx:29 +msgid "Sunlight" +msgstr "" + #: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" @@ -11411,13 +11721,13 @@ msgstr "僅限標籤" #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:184 msgid "Take the conversation private." -msgstr "" +msgstr "私下討論。" #: src/components/dialogs/DeviceLocationRequestDialog.tsx:110 msgid "Tap below to allow Bluesky to access your GPS location. We will then use that data to more accurately determine the content and features available in your region." msgstr "輕觸下方的「允許」按鈕來讓 Bluesky 存取您的所在位置。我們會利用該資訊來更精確地判斷您所在區域可用的內容和功能。" -#: src/components/dms/MessageItem.tsx:661 +#: src/components/dms/MessageItem.tsx:662 msgid "Tap for details" msgstr "輕觸以瞭解詳細資訊" @@ -11474,7 +11784,7 @@ msgstr "輕觸以收回您的 {0} 反應" msgid "Tap to request access to join this group chat" msgstr "輕觸以申請加入此群組對話" -#: src/components/dms/MessageItem.tsx:626 +#: src/components/dms/MessageItem.tsx:627 msgid "Tap to retry" msgstr "輕觸以重試" @@ -11487,7 +11797,7 @@ msgstr "輕觸以顯示 {0} 反應" msgid "Tap to show all reactions" msgstr "輕觸以顯示所有反應" -#: src/components/dms/MessageItem.tsx:373 +#: src/components/dms/MessageItem.tsx:374 msgid "Tap to view reactions" msgstr "輕觸以顯示反應" @@ -11669,8 +11979,8 @@ msgstr "您正在回覆的貼文已被發佈者標示為使用 {suggestedLanguag msgid "The Privacy Policy has been moved to <0/>" msgstr "隱私權政策已移動到 <0/>" -#: src/view/com/composer/state/video.ts:397 -#: src/view/com/composer/state/video.ts:436 +#: src/view/com/composer/state/video.ts:428 +#: src/view/com/composer/state/video.ts:467 msgid "The selected video is larger than {VIDEO_MAX_SIZE_MB} MB. Please try again with a smaller file." msgstr "您選擇的影片檔案大小大於 {VIDEO_MAX_SIZE_MB} MB。請使用較小的檔案再試一次。" @@ -11832,17 +12142,32 @@ msgstr "目前有眾多新用戶湧入 Bluesky!我們會盡快啟用您的帳 msgid "These are your default settings" msgstr "這些是您的預設設定" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:51 +msgid "These domains" +msgstr "" + +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:44 +msgid "These hashtags" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:66 msgid "These settings only apply to the Following feed." msgstr "這些設定只會影響「Following」(跟隨中)動態源。" +#. Advanced search filter +#: src/screens/Search/components/AdvancedSearchDialog/hooks.tsx:58 +msgid "These URLs" +msgstr "" + #: src/components/moderation/BlockDialog.tsx:356 msgid "They own this chat" -msgstr "" +msgstr "他是對話的擁有者" #: src/screens/Messages/ConversationSettings/prompts.tsx:177 msgid "They won’t be able to rejoin unless you invite them again." -msgstr "" +msgstr "除非您主動邀請,否則他們將無法重新加入對話。" #: src/components/moderation/ScreenHider.tsx:118 msgid "This {screenDescription} has been flagged:" @@ -11907,7 +12232,7 @@ msgstr "此對話已鎖定" #: src/screens/Messages/components/ChatLocked.tsx:45 #: src/screens/Messages/ConversationSettings/index.tsx:437 msgid "This chat is locked by a moderation action" -msgstr "" +msgstr "此對話已被系統審核鎖定" #: src/screens/Messages/components/MessageListError.tsx:17 msgid "This chat was disconnected" @@ -11959,6 +12284,11 @@ msgstr "這份草稿將被永久刪除。" msgid "This email is already associated with your account." msgstr "這個電子信箱已經綁定於您的帳號。" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:277 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:280 +msgid "This exact phrase" +msgstr "" + #: src/screens/Settings/ActivityPrivacySettings.tsx:56 msgid "This feature allows users to receive notifications for your new posts and replies. Who do you want to enable this for?" msgstr "這個功能可以讓其他用戶在您發布新貼文或回覆時收到通知。您想允許哪些人接收通知?" @@ -11995,7 +12325,7 @@ msgstr "這個動態源已經不再提供服務。我們將改為顯示「<0>Dis #: src/screens/Messages/components/ChatLocked.tsx:72 msgid "This group is locked by a moderation action on the owner" -msgstr "" +msgstr "此群組因擁有者受到系統審核處分而被鎖定" #: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "This handle is reserved. Please try a different one." @@ -12061,15 +12391,15 @@ msgstr "這個列表是空的。" #: src/screens/Messages/components/ChatListItem.tsx:336 msgid "This message is hidden" -msgstr "" +msgstr "此訊息已隱藏" -#: src/components/dms/MessageItem.tsx:659 -#: src/components/dms/MessageItem.tsx:688 +#: src/components/dms/MessageItem.tsx:660 +#: src/components/dms/MessageItem.tsx:689 msgid "This message is hidden because this user is blocking you." msgstr "此訊息已隱藏,因為此用戶封鎖了您。" -#: src/components/dms/MessageItem.tsx:658 -#: src/components/dms/MessageItem.tsx:684 +#: src/components/dms/MessageItem.tsx:659 +#: src/components/dms/MessageItem.tsx:685 msgid "This message is hidden because you are blocking this user." msgstr "此訊息已隱藏,因為您封鎖了此用戶。" @@ -12107,7 +12437,7 @@ msgstr "這則貼文已被發布者刪除" msgid "This post will be hidden from feeds and threads. This cannot be undone." msgstr "這則貼文將會從動態及討論串中隱藏,之後將無法取消。" -#: src/view/com/composer/Composer.tsx:1041 +#: src/view/com/composer/Composer.tsx:1125 msgid "This post's author has disabled quote posts." msgstr "這則貼文的發布者拒絕引用貼文。" @@ -12271,7 +12601,7 @@ msgstr "今天" msgid "Toggle to enable or disable adult content" msgstr "切換以啟用或停用成人內容" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:173 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:179 msgid "Toggles the sound" msgstr "切換聲音" @@ -12288,7 +12618,7 @@ msgid "Too many contacts - you've exceeded the number of contacts you can import msgstr "太多聯絡人了——您匯入的聯絡人數量已超過尋找朋友上限" #: src/screens/Hashtag.tsx:88 -#: src/screens/Search/SearchResults.tsx:54 +#: src/screens/Search/SearchResults.tsx:73 #: src/screens/Topic.tsx:59 msgid "Top" msgstr "熱門" @@ -12304,8 +12634,8 @@ msgstr "熱門回覆優先" msgid "Topic" msgstr "話題" -#: src/components/dms/MessageContextMenu.tsx:176 -#: src/components/dms/MessageContextMenu.tsx:179 +#: src/components/dms/MessageContextMenu.tsx:191 +#: src/components/dms/MessageContextMenu.tsx:194 #: src/components/Post/Translated/index.tsx:150 #: src/components/Post/Translated/index.tsx:157 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:557 @@ -12360,10 +12690,13 @@ msgstr "引戰" msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers: organizations that can directly issue verification." msgstr "信任源自於人際關係、社群及共享環境,因此我們也引入了<0>可靠的驗證者:可以直接為其他帳號授予驗證的組織。" -#: src/screens/Search/SearchResults.tsx:186 -msgctxt "english-only-resource" -msgid "Try a different search term, or <0>read about how to use search filters." -msgstr "試試以不同的關鍵字搜尋,或<0>閱讀如何使用搜尋篩選器。" +#: src/screens/Search/SearchResults.tsx:247 +msgid "Try a different search term or remove some filters." +msgstr "" + +#: src/screens/Search/SearchResults.tsx:249 +msgid "Try a different search term." +msgstr "" #: src/features/inviteFriends/InviteScannerScreen.tsx:221 #: src/features/inviteFriends/InviteScannerScreen.tsx:226 @@ -12377,7 +12710,7 @@ msgstr "再試一次" #: src/features/inviteFriends/InviteFriendsDialogInner.tsx:171 msgid "Try again in a moment." -msgstr "" +msgstr "請稍後再試。" #: src/components/Post/Translated/index.tsx:229 #: src/components/Post/Translated/index.tsx:242 @@ -12387,20 +12720,20 @@ msgstr "改用 Google 翻譯" #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:165 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:171 msgid "Try it" -msgstr "" +msgstr "試試看" #: src/lib/interests.ts:74 msgid "TV" msgstr "電視節目" +#: src/features/inviteFriends/components/ThemePicker.tsx:32 +msgid "Twilight" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:65 msgid "Two-factor authentication (2FA)" msgstr "雙重驗證 (2FA)" -#: src/screens/Messages/components/MessageInput.tsx:201 -msgid "Type your message here" -msgstr "在這裡輸入訊息" - #: src/screens/Settings/components/ChangeHandleDialog.tsx:445 msgid "Type:" msgstr "類型:" @@ -12423,7 +12756,7 @@ msgstr "無法連線到您的服務,請檢查您的網路連線狀態,然後 #: src/screens/Login/index.tsx:96 #: src/screens/Login/LoginForm.tsx:167 #: src/screens/Login/SetNewPasswordForm.tsx:83 -#: src/screens/Signup/index.tsx:87 +#: src/screens/Signup/index.tsx:88 msgid "Unable to contact your service. Please check your Internet connection." msgstr "無法連線到服務,請檢查您的網路連線狀態。" @@ -12463,7 +12796,7 @@ msgstr "目前無法使用" msgid "Unavailable feed information" msgstr "無法取得動態源資訊" -#: src/components/dms/MessageItem.tsx:726 +#: src/components/dms/MessageItem.tsx:727 #: src/components/dms/MessagesListBlockedFooter.tsx:97 #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/moderation/BlockDialog.tsx:186 @@ -12496,7 +12829,7 @@ msgstr "解除封鎖帳號" #: src/components/moderation/BlockDialog.tsx:146 msgid "Unblock account?" -msgstr "" +msgstr "解除封鎖帳號?" #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:202 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:440 @@ -12596,7 +12929,7 @@ msgstr "解除鎖定此群組對話" msgid "Unmute" msgstr "取消靜音" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:170 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:176 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:96 msgctxt "video" msgid "Unmute" @@ -12682,7 +13015,7 @@ msgstr "成功取消釘選列表" msgid "Unsnooze email reminder" msgstr "取消暫停電子郵件提醒" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:345 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:348 msgid "Unsubscribe" msgstr "取消訂閱" @@ -12691,7 +13024,7 @@ msgstr "取消訂閱" msgid "Unsubscribe from list" msgstr "取消套用這個列表" -#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:312 +#: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:315 msgid "Unsubscribe from this labeler" msgstr "取消訂閱這個標記服務" @@ -12703,13 +13036,18 @@ msgstr "成功取消套用列表" msgid "Unsupported clipboard content" msgstr "不支援的剪貼簿內容" -#: src/view/com/composer/Composer.tsx:1555 +#: src/view/com/composer/Composer.tsx:1642 msgid "Unsupported video type: {mimeType}" msgstr "不支援的影片類型:{mimeType}" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:337 +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:340 +msgid "Until" +msgstr "" + #: src/components/dialogs/nuxs/GroupChatsAnnouncement.tsx:198 msgid "Up to 50 people" -msgstr "" +msgstr "最多 50 個人" #: src/screens/Settings/components/OTAInfo.tsx:61 #: src/screens/Settings/components/OTAInfo.tsx:77 @@ -12719,7 +13057,7 @@ msgstr "更新" #. placeholder {0}: createSanitizedDisplayName(profile, true) #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:138 msgid "Update {0} in Lists" -msgstr "" +msgstr "更新列表中的 {0}" #: src/components/dialogs/EmailDialog/screens/Update.tsx:296 #: src/components/dialogs/EmailDialog/screens/Update.tsx:308 @@ -12730,7 +13068,7 @@ msgstr "更新電子信箱" #: src/components/dialogs/lists/UserAddRemoveListsDialog.tsx:142 msgid "Update in Lists" -msgstr "" +msgstr "更新列表" #: src/screens/Messages/components/InviteLinkDialog.tsx:239 #: src/screens/Messages/components/InviteLinkDialog.tsx:275 @@ -12791,7 +13129,7 @@ msgstr "從檔案上傳" msgid "Upload from Library" msgstr "從相簿上傳" -#: src/view/com/composer/Composer.tsx:2585 +#: src/view/com/composer/Composer.tsx:2675 msgid "Uploading GIF..." msgstr "正在上傳 GIF……" @@ -12805,7 +13143,7 @@ msgstr "正在上傳圖片……" msgid "Uploading link thumbnail..." msgstr "正在上傳連結縮圖……" -#: src/view/com/composer/Composer.tsx:2587 +#: src/view/com/composer/Composer.tsx:2677 msgid "Uploading video..." msgstr "正在上傳影片……" @@ -13040,12 +13378,12 @@ msgstr "正在驗證……" msgid "Version {0}" msgstr "版本 {0}" -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:149 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:155 msgid "Video" msgstr "影片" -#: src/view/com/composer/state/video.ts:359 +#: src/view/com/composer/state/video.ts:389 msgid "Video failed to process" msgstr "影片處理失敗" @@ -13084,12 +13422,12 @@ msgstr "找不到影片。" msgid "Video settings" msgstr "影片設定" -#: src/view/com/composer/Composer.tsx:2605 +#: src/view/com/composer/Composer.tsx:2695 msgid "Video uploaded" msgstr "影片上傳成功" #. placeholder {0}: embed.alt -#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:87 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:88 msgid "Video: {0}" msgstr "影片:{0}" @@ -13097,11 +13435,13 @@ msgstr "影片:{0}" msgid "Videos" msgstr "影片" -#: src/view/com/composer/SelectMediaButton.tsx:434 +#: src/view/com/composer/Composer.tsx:441 +#: src/view/com/composer/Composer.tsx:573 +#: src/view/com/composer/SelectMediaButton.tsx:440 msgid "Videos must be less than 3 minutes long." msgstr "影片長度不得超過 3 分鐘。" -#: src/view/com/composer/Composer.tsx:1148 +#: src/view/com/composer/Composer.tsx:1232 msgctxt "Action to view the post the user just created" msgid "View" msgstr "檢視" @@ -13190,7 +13530,7 @@ msgstr "檢視更多" msgid "View more trending videos" msgstr "檢視更多熱門影片" -#: src/view/com/composer/Composer.tsx:1143 +#: src/view/com/composer/Composer.tsx:1227 msgid "View post" msgstr "檢視貼文" @@ -13264,8 +13604,8 @@ msgstr "檢視您靜音的帳號" msgid "View your verifications" msgstr "檢視您的驗證" -#: src/components/images/AutoSizedImage.tsx:221 -#: src/components/images/AutoSizedImage.tsx:253 +#: src/components/images/AutoSizedImage.tsx:222 +#: src/components/images/AutoSizedImage.tsx:254 msgid "Views full image" msgstr "檢視完整圖片" @@ -13391,7 +13731,7 @@ msgstr "我們建議至少選擇兩個感興趣的主題。" msgid "We sent an email to <0>{0} containing a link. Please click on it to complete the email verification process." msgstr "我們已向 <0>{0} 傳送了一封包含連結的郵件。請打開郵件中的連結以完成電子信箱的驗證程序。" -#: src/view/com/composer/state/video.ts:419 +#: src/view/com/composer/state/video.ts:450 msgid "We were unable to determine if you are allowed to upload videos. Please try again." msgstr "我們無法確定您是否有上傳影片的權限。請稍後再試。" @@ -13460,7 +13800,7 @@ msgstr "我們遇到了網路問題,請再試一次" msgid "We’re introducing a new layer of verification on Bluesky — an easy-to-see checkmark." msgstr "為您介紹 Bluesky 的全新驗證機制 —— 驗證標記。" -#: src/screens/Signup/index.tsx:136 +#: src/screens/Signup/index.tsx:137 msgid "We’re so excited to have you join us!" msgstr "我們非常高興看到您加入我們!" @@ -13477,8 +13817,8 @@ msgstr "很抱歉,我們無法解析此列表。如果問題持續發生,請 msgid "We're sorry, but we weren't able to load your muted words at this time. Please try again." msgstr "很抱歉,我們目前無法載入您的靜音字詞。請稍後再試。" -#: src/screens/Search/SearchResults.tsx:339 -#: src/screens/Search/SearchResults.tsx:472 +#: src/screens/Search/SearchResults.tsx:456 +#: src/screens/Search/SearchResults.tsx:593 msgid "We’re sorry, but your search could not be completed. Please try again in a few minutes." msgstr "很抱歉,無法完成您的搜尋要求。請稍後幾分鐘再試一次。" @@ -13486,7 +13826,7 @@ msgstr "很抱歉,無法完成您的搜尋要求。請稍後幾分鐘再試一 msgid "We're sorry, you cannot access this screen at this time." msgstr "很抱歉,您目前無權存取這個頁面。" -#: src/view/com/composer/Composer.tsx:1039 +#: src/view/com/composer/Composer.tsx:1123 msgid "We're sorry! The post you are replying to has been deleted." msgstr "很抱歉!您要回覆的貼文已被刪除。" @@ -13536,8 +13876,13 @@ msgstr "您對什麼感興趣?" msgid "What do you want to call your starter pack?" msgstr "您想怎麼命名這個新手包?" +#. Advanced search: Example of an “exact phrase” search +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:282 +msgid "what’s up" +msgstr "" + #: src/view/com/auth/SplashScreen.web.tsx:98 -#: src/view/com/composer/Composer.tsx:1519 +#: src/view/com/composer/Composer.tsx:1606 #: src/view/com/feeds/ComposerPrompt.tsx:193 msgid "What's up?" msgstr "發生了什麼新鮮事?" @@ -13564,8 +13909,8 @@ msgid "Who can verify?" msgstr "哪些人可以授予驗證?" #: src/screens/Home/NoFeedsPinned.tsx:80 -#: src/screens/Messages/ChatList.tsx:393 -#: src/screens/Messages/Inbox.tsx:198 +#: src/screens/Messages/ChatList.tsx:407 +#: src/screens/Messages/Inbox.tsx:191 msgid "Whoops!" msgstr "咦?" @@ -13623,7 +13968,7 @@ msgstr "需要封鎖此帳號、退出對話,或兩者一併執行嗎?" msgid "Would you like to save this as a draft before viewing your drafts?" msgstr "在檢視其他草稿前,需要先儲存現有內容嗎?" -#: src/view/com/composer/Composer.tsx:1437 +#: src/view/com/composer/Composer.tsx:1521 msgid "Would you like to save this as a draft to edit later?" msgstr "需要把現有內容儲存為草稿,以供日後編輯嗎?" @@ -13632,12 +13977,12 @@ msgstr "需要把現有內容儲存為草稿,以供日後編輯嗎?" msgid "Write a post" msgstr "撰寫一篇貼文" -#: src/view/com/composer/Composer.tsx:1615 +#: src/view/com/composer/Composer.tsx:1702 msgid "Write post" msgstr "撰寫貼文" #: src/screens/PostThread/components/ThreadComposePrompt.tsx:91 -#: src/view/com/composer/Composer.tsx:1517 +#: src/view/com/composer/Composer.tsx:1604 msgid "Write your reply" msgstr "撰寫您的回覆" @@ -13703,7 +14048,7 @@ msgid "You are accessing Bluesky from a region that legally requires us to verif msgstr "您所在的地區依法要求我們在允許您使用 Bluesky 應用程式之前驗證您的年齡。" #. placeholder {0}: sanitizeHandle(profile.handle, '@') -#: src/components/dms/MessageItem.tsx:699 +#: src/components/dms/MessageItem.tsx:700 msgid "You are blocking {0}" msgstr "您封鎖了 {0}" @@ -13741,7 +14086,7 @@ msgstr "您已開始直播" msgid "You are no longer live" msgstr "您已停止直播" -#: src/view/com/composer/state/video.ts:412 +#: src/view/com/composer/state/video.ts:443 msgid "You are not allowed to upload videos." msgstr "您沒有上傳影片的權限。" @@ -13786,12 +14131,12 @@ msgstr "您也可以把對話資料匯出成一個「JSONL」檔案。此檔案 msgid "You can always opt out and delete your data" msgstr "您可以隨時選擇退出並刪除資料" -#: src/lib/hooks/useNotificationHandler.ts:135 +#: src/lib/hooks/useNotificationHandler.ts:134 msgid "You can choose whether chat notifications have sound in the chat settings within the app" msgstr "您可以在應用程式內選擇通知是否需要播放提示聲" -#: src/screens/Messages/Settings.tsx:152 -#: src/screens/Messages/Settings.tsx:203 +#: src/screens/Messages/Settings.tsx:165 +#: src/screens/Messages/Settings.tsx:216 msgid "You can continue ongoing conversations regardless of which setting you choose." msgstr "無論選擇哪種設定,都不會影響已發起的對話。" @@ -13801,7 +14146,7 @@ msgstr "您現在可以選擇在其他人發布貼文時收到通知了。如果 #: src/components/dialogs/nuxs/InviteFriendsAnnouncement.tsx:154 msgid "You can now invite friends with a link or QR code. Share the link anywhere, or let them scan the code to join you on Bluesky." -msgstr "" +msgstr "您現在可以透過連結或 QR Code 邀請朋友。在其他地方分享連結,或讓他們掃描 QR Code 以加入您在 Bluesky 的行列。" #: src/screens/Login/index.tsx:203 #: src/screens/Login/PasswordUpdatedForm.tsx:27 @@ -13809,11 +14154,11 @@ msgid "You can now sign in with your new password." msgstr "您可以使用新密碼登入了。" #. Toast shown when the user tries to add more images but the post gallery is already at the cap -#: src/view/com/composer/Composer.tsx:220 +#: src/view/com/composer/Composer.tsx:222 msgid "You can only add up to {MAX_GALLERY_IMAGES, plural, other {# images}} per post" msgstr "貼文最多只能加入 {MAX_GALLERY_IMAGES, plural, other {# 張圖片}}" -#: src/view/com/composer/Composer.tsx:1442 +#: src/view/com/composer/Composer.tsx:1526 msgid "You can only save drafts up to 1000 characters." msgstr "您只能儲存最多 1000 個字元的草稿。" @@ -13821,11 +14166,11 @@ msgstr "您只能儲存最多 1000 個字元的草稿。" msgid "You can only save drafts up to 1000 characters. Would you like to discard this post before viewing your drafts?" msgstr "您只能儲存最多 1000 個字元的草稿。請問您要在檢視其他草稿之前放棄這則貼文內容嗎?" -#: src/view/com/composer/SelectMediaButton.tsx:437 +#: src/view/com/composer/SelectMediaButton.tsx:443 msgid "You can only select one GIF at a time." msgstr "您一次只能選擇一個 GIF。" -#: src/view/com/composer/SelectMediaButton.tsx:431 +#: src/view/com/composer/SelectMediaButton.tsx:437 msgid "You can only select one video at a time." msgstr "您一次只能選擇一段影片。" @@ -13838,7 +14183,7 @@ msgid "You can read chat history but can’t send new messages." msgstr "您仍可以檢視聊天記錄,但無法傳送新的訊息。" #. Error message for maximum number of images that can be selected to add to a post. -#: src/view/com/composer/SelectMediaButton.tsx:423 +#: src/view/com/composer/SelectMediaButton.tsx:429 msgid "You can select up to {MAX_GALLERY_IMAGES, plural, other {# images}} in total." msgstr "您最多可以選擇 {MAX_GALLERY_IMAGES, plural, other {# 張圖片}}。" @@ -13849,9 +14194,9 @@ msgid "You can update this later from your settings." msgstr "您可以稍後在設定中變更。" #: src/components/dms/ActionsWrapper.web.tsx:81 -#: src/components/dms/MessageContextMenu.tsx:115 +#: src/components/dms/MessageContextMenu.tsx:129 msgid "You cannot add more than {EMOJI_REACTION_LIMIT, plural, one {# emoji reaction} other {# emoji reactions}}" -msgstr "" +msgstr "您不能加入超過 {EMOJI_REACTION_LIMIT, plural, other {# 個表情符號反應}}" #: src/components/dms/dialogs/NewChatDialog.tsx:105 msgid "You cannot create a group chat yet." @@ -13958,7 +14303,7 @@ msgstr "您已成功驗證電子郵件地址。現在您可以關閉此對話框 msgid "You have temporarily reached the limit for video uploads. Please try again later." msgstr "您已暫時達到影片上傳的限制。請稍後再試。" -#: src/view/com/composer/Composer.tsx:1432 +#: src/view/com/composer/Composer.tsx:1516 msgid "You have unsaved changes to this draft, would you like to save them?" msgstr "您的草稿還有尚未儲存的變更,需要儲存嗎?" @@ -14018,7 +14363,7 @@ msgstr "您最多只能新增 3 個動態源" #: src/components/moderation/BlockDialog.tsx:321 msgid "You must be a chat owner to remove a member." -msgstr "" +msgstr "您必須是對話的擁有者才能移除成員。" #: src/components/dialogs/BirthDateSettings.tsx:177 msgid "You must be at least 13 years old to use Bluesky. Read our <0>Terms of Service for more information." @@ -14033,7 +14378,7 @@ msgstr "您必須跟隨至少 7 個人才能產生新手包。" msgid "You must grant access to your photo library to save a QR code" msgstr "您必須授予相簿權限才能儲存 QR Code" -#: src/view/com/composer/SelectMediaButton.tsx:466 +#: src/view/com/composer/SelectMediaButton.tsx:472 msgid "You need to allow access to your media library." msgstr "您必須授予權限以存取媒體內容。" @@ -14043,7 +14388,7 @@ msgstr "您需要先驗證您的電子郵件地址,才能啟用電子郵件雙 #: src/components/moderation/BlockDialog.tsx:352 msgid "You own this chat" -msgstr "" +msgstr "您是對話的擁有者" #. placeholder {0}: currentAccount?.handle #: src/screens/Deactivated.tsx:120 @@ -14055,7 +14400,7 @@ msgid "You probably want to restart the app now." msgstr "您或許需要重新啟動應用程式。" #. placeholder {0}: reaction.value -#: src/components/dms/MessageItem.tsx:340 +#: src/components/dms/MessageItem.tsx:341 msgid "You reacted {0}" msgstr "您做出了 {0} 反應" @@ -14069,22 +14414,22 @@ msgstr "您對 {target} 做出了 {0} 反應" msgid "You recently changed your birthdate" msgstr "您最近變更了出生日期" -#: src/components/dms/MessageItem.tsx:804 +#: src/components/dms/MessageItem.tsx:805 msgid "You replied" -msgstr "" +msgstr "您回覆了" -#: src/components/dms/MessageItem.tsx:802 +#: src/components/dms/MessageItem.tsx:803 msgid "You replied to {originalName}" -msgstr "" +msgstr "您回覆了 {originalName}" -#: src/components/dms/MessageItem.tsx:800 +#: src/components/dms/MessageItem.tsx:801 msgid "You replied to yourself" -msgstr "" +msgstr "您回覆了自己" #. Displayed when the user has requested to join a group chat. #: src/screens/Messages/components/OutgoingRequestListItem.tsx:105 msgid "You requested to join" -msgstr "" +msgstr "您已申請加入" #: src/screens/Settings/Settings.tsx:297 #: src/view/shell/desktop/LeftNav.tsx:225 @@ -14117,11 +14462,11 @@ msgstr "除非收到邀請,否則無法重新加入。" msgid "You: {message}" msgstr "您:{message}" -#: src/screens/Signup/index.tsx:152 +#: src/screens/Signup/index.tsx:153 msgid "You'll follow the suggested users and feeds once you finish creating your account!" msgstr "當您完成建立帳號後,您將會自動跟隨建議的用戶和動態源!" -#: src/screens/Signup/index.tsx:157 +#: src/screens/Signup/index.tsx:158 msgid "You'll follow the suggested users once you finish creating your account!" msgstr "當您完成建立帳號後,您將會自動跟隨建議的用戶!" @@ -14185,7 +14530,7 @@ msgstr "您已到達內容的尾端。" msgid "You've reached the end of your feed! Find some more accounts to follow." msgstr "您已經瀏覽完所有的貼文了!不妨試著再跟隨一些帳號吧。" -#: src/view/com/composer/Composer.tsx:644 +#: src/view/com/composer/Composer.tsx:719 msgid "You've reached the maximum number of drafts" msgstr "您已達到草稿數量上限" @@ -14193,15 +14538,19 @@ msgstr "您已達到草稿數量上限" msgid "You've reached the maximum number of requests allowed. Please try again later." msgstr "您已達到請求數上限,請稍後再試。" +#: src/screens/Search/components/AdvancedSearchDialog/index.tsx:440 +msgid "You’ve reached the maximum of {MAX_FILTERS, plural, one {# filter} other {# filters}}. Add more values to an existing filter instead of creating new ones." +msgstr "" + #: src/components/FocusScope/index.tsx:88 msgid "You've reached the start of the active content." msgstr "您已到達內容的開頭。" -#: src/view/com/composer/state/video.ts:423 +#: src/view/com/composer/state/video.ts:454 msgid "You've reached your daily limit for video uploads (too many bytes)" msgstr "您已達到每日影片上傳限制(位元組過多)" -#: src/view/com/composer/state/video.ts:427 +#: src/view/com/composer/state/video.ts:458 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "您已達到每日影片上傳限制(影片數過多)" @@ -14209,7 +14558,7 @@ msgstr "您已達到每日影片上傳限制(影片數過多)" msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "您已經看完了所有影片。也許是時候休息一下?" -#: src/screens/Signup/index.tsx:190 +#: src/screens/Signup/index.tsx:191 msgid "Your account" msgstr "您的帳號" @@ -14221,7 +14570,7 @@ msgstr "您的帳號已被刪除,有緣再見!✌️" msgid "Your account has been suspended" msgstr "您的帳號已被停權" -#: src/view/com/composer/state/video.ts:431 +#: src/view/com/composer/state/video.ts:462 msgid "Your account is not yet old enough to upload videos. Please try again later." msgstr "您的帳號註冊時間太短,暫時無法上傳影片。請稍後再試。" @@ -14353,11 +14702,11 @@ msgstr "已成功變更您的密碼!往後請使用您的新密碼登入 Blues msgid "Your password must be at least 8 characters long." msgstr "您輸入的密碼必須至少包含 8 個字元。" -#: src/view/com/composer/Composer.tsx:1139 +#: src/view/com/composer/Composer.tsx:1223 msgid "Your post was sent" msgstr "已發布您的貼文" -#: src/view/com/composer/Composer.tsx:1136 +#: src/view/com/composer/Composer.tsx:1220 msgid "Your posts were sent" msgstr "已發布您的貼文" @@ -14378,7 +14727,7 @@ msgstr "您的大頭貼照在中心,周圈環繞著許多用戶的大頭貼照 msgid "Your profile, posts, feeds, and lists will no longer be visible to other Bluesky users. You can reactivate your account at any time by logging in." msgstr "其他 Bluesky 用戶將無法再看到您的個人檔案、貼文、動態源和列表。您隨時都可以登入以重新啟用您的帳號。" -#: src/view/com/composer/Composer.tsx:1138 +#: src/view/com/composer/Composer.tsx:1222 msgid "Your reply was sent" msgstr "已發布您的回覆" @@ -14391,7 +14740,7 @@ msgstr "您的檢舉將提交至 <0>{0}。" msgid "Your selected interests help us serve you content you care about." msgstr "您選擇的興趣主題可以協助我們提供更多您想看到的內容。" -#: src/view/com/composer/Composer.tsx:1467 +#: src/view/com/composer/Composer.tsx:1551 msgid "Your thread has empty posts that will be skipped. The remaining posts will be published as a thread." msgstr "您的討論串中包含空白貼文,繼續發布將跳過這些內容。其餘貼文會重新整理成完整的討論串發布。" diff --git a/src/screens/Search/Shell.tsx b/src/screens/Search/Shell.tsx index 81f55355ab..5eb1fa60e6 100644 --- a/src/screens/Search/Shell.tsx +++ b/src/screens/Search/Shell.tsx @@ -537,6 +537,7 @@ export function SearchScreenShell({ )}